I need some tips with solving this algebraic equation $$\frac{x^2 + 12x + 4}{x+2} = 6\sqrt x$$
I've tried subtracting: $$\frac{8x}{x+2}$$ and also setting $$\sqrt x = t$$
Where "t" is a substitution to make things simpler.
This is how it ends up:
$$x + 2 = 6\sqrt x - \frac{8x}{x+2}$$
or
$$t^2 + 2 = 6t - \frac{8t^2}{t^2+2}$$
Unfortunately, I couldn't find a way from here without getting polynomials of the fourth degree or equations with $$x\sqrt x$$
I'd just like to clarify that I'm not looking for the solution here. I'd just like it if I could have some pointers or tips on where to go from here, or even if I did something wrong.
Thanks in advance!!!
Substitute $\sqrt x=t$ to get fourth degree polynomial equation which further can be factorized into two quadratics polynomials $$\frac{t^4 + 12t^2 + 4}{t^2+2} = 6t$$ $$t^4-6t^3+12t^2-12t+4=0$$ $$(t^2-4t+2)(t^2-2t+2)=0$$ $$t^2-4t+2=0, \ \ \ \ t^2-2t+2=0$$ Solving above quadratic equations, we get $$t=2\pm \sqrt2, \ \ \ t=1\pm i$$