Step 1 :
To factor $ x^{3}+5x^{2}-9x-45 $ we can use factoring by grouping:
Group $ \color{blue}{ x^{3} }$ with $ \color{blue}{ 5x^{2} }$ and $ \color{red}{ -9x }$ with $ \color{red}{ -45 }$ then factor each group.
$$ \begin{aligned} x^{3}+5x^{2}-9x-45 = ( \color{blue}{ x^{3}+5x^{2} } ) + ( \color{red}{ -9x-45 }) &= \\ &= \color{blue}{ x^{2}( x+5 )} + \color{red}{ -9( x+5 ) } = \\ &= (x^{2}-9)(x+5) \end{aligned} $$Step 2 :
Rewrite $ x^{2}-9 $ as:
$$ x^{2}-9 = (x)^2 - (3)^2 $$Now we can apply the difference of squares formula.
$$ I^2 - II^2 = (I - II)(I + II) $$After putting $ I = x $ and $ II = 3 $ , we have:
$$ x^{2}-9 = (x)^2 - (3)^2 = ( x-3 ) ( x+3 ) $$