Solving equations involving terms of the form $ \dfrac{3x}{6x^2} $ is easy. You can cancel the $x$ in the numerator and end up with: $ \dfrac{3}{6x} $. However, I am presented with an equation of the following form: $$a = \dfrac{\sqrt{x}}{x+3} $$ Where, $a$ is a constant.
Trying to cancel out the variable $x$ in either the numerator or denominator doesn't work. How do I go about and solve such an equation?
$ax+3a=\sqrt{x} \implies a^2x^2+(6a^2-1)x+9a^2=0$ $$\begin{align*}\implies x&=\frac{1-6a^2\pm\sqrt{(6a^2-1)^2-36a^4}}{2a^2}\quad(a\neq 0)\\ &=\frac{1-6a^2\pm\sqrt{1-12a^2}}{2a^2}\quad(a\neq 0)\end{align*}$$