How can I solve the following problem?
$4\cdot 2\sqrt{x}=x^2$
How can I solve the following problem?
$4\cdot 2\sqrt{x}=x^2$
Have you tried squaring both sides?
HINT: $4\cdot2=8=2^3$, and $\dfrac{x^2}{\sqrt{x}}=\dfrac{x^2}{x^{1/2}}=x^{2-\frac12}=\ldots$
But on your way I can't seem to figure out how to continue from : 2^3 = x^1,5 I was trying with Log(8) / Log (1,5) but that wasn't correct either.
– Hi there Oct 29 '16 at 15:34$4*2\sqrt{x}=x^2$; for $\sqrt{x}$ to be meaningful $x \ge 0$.
$8x^{\frac 12} =(x^{\frac 12})^4$; if $x^{\frac 12}=0$ then $8*0=0^4$ and $x =0$
$8 = (x^{\frac 12})^3$; if $x^{\frac 12} \ne 0$.
$\sqrt[3]{8} = x^{\frac 12}$
$2 = x^{\frac 12}$
$2^2 = x$
$x=4$
So $x = 4$ or $x=0$.
\sqrt{x}($\sqrt{x}$). If you want other roots, you can get them, too. For instance, the $n$-th root of $x$ is\sqrt[n]{x}($\sqrt[n]{x}$). – Brian M. Scott Oct 29 '16 at 15:21