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