0

Find all the real roots of $x^2 + \frac{x^2}{(x+1)^2}=3$.

I got a 4th power equation after simplifying but didn't understand what to do afterwards

Ottavio
  • 2,287

3 Answers3

1

Factorize the equation as follows

\begin{align} 0= & x^2 + \frac{x^2}{(x+1)^2}-3\\=& \frac1{(1+x)^2}\left(x^2(x+1)^2+x^2-3(x+1)^2 \right) \\ = &\frac1{(1+x)^2}\left(x^4 +2(x+1)x^2-3(x+1)^2 \right) \\ = &\frac1{(1+x)^2}(x^2-(x+1))(x^2+3(x+1)) \\ \end{align} which, from the factor $x^2-x-1$, yields the real solution $$x=\frac12\pm \frac{\sqrt5}2$$

Quanto
  • 97,352
1

$x^2+\frac{x^2}{(x+1)^2}=3$ (x≠1)

$\Rightarrow x^2+\frac{x^2}{(x+1)^2}-3=0$

Which simplifies as $\frac{x^4+2x^3-x^2-6x-3}{(x+1)^2}=0$

$\Rightarrow x^4+2x^3-x^2-6x-3=0$

Factorising, we get

$(x^2-x-1)(x^2+3x+3)=0$

For which we get two equations to solve

$x^2-x-1=0$

$x^2+3x+3=0$

Solving the first eqn. we get $x=\frac{1±\sqrt{5}}{2}$ The second equation has no (real) solution.

$\therefore x=\frac{1±\sqrt{5}}{2}$

0

$$x^2 + \frac{x^2}{(x+1)^2}=3\implies \frac{x^2}{x^2+2x+1}+x^2-3= 0\\ \implies x^2+(x^4+2x^3+x^2)-(3x^2+6x+3)\\ = x^4 + 2 x^3 - x^2 - 6 x - 3=0\\ \text{ which factors as follows}\\ =(x^2 - x - 1) (x^2 + 3 x + 3) = 0$$

Both of these can be solve by the quadratic equation.

$$(x^2 - x - 1)=0\quad x =\frac{(1 \pm \sqrt{5})}{2}\approx 0.618\lor1.618=\phi$$

The other two roots are complex.

poetasis
  • 6,338