5

I want to solve the following equation for $x$

$$\left(x + \frac{6}{x} \right)^2 + \left( x + \frac{6}{x} \right) = 30$$

I done my working till -

$$x^4 + x^3 - 18x^2 + 6x + 36 = 0$$

From here how do I solve for $x$ when I have any different powers ?

MPW
  • 43,638
user307640
  • 2,632
  • 2
  • 17
  • 27

2 Answers2

8

Hint: set $$t=x+\frac{6}{x}$$ and you will get a quadratic equation in $t$

0

$t^2+t=30$ iff $t=5$ or $t=-6$, and $$ x+\frac{6}{x}\in\{-6,5\} $$ iff $\color{red}{x\in\{2,3,-3-\sqrt{3},-3+\sqrt{3}\}}$.

Jack D'Aurizio
  • 353,855