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 ?
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 ?
Hint: set $$t=x+\frac{6}{x}$$ and you will get a quadratic equation in $t$
$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}\}}$.