Two Different solutions for the same equation

35 Views Asked by At

$\sqrt{x}\sqrt{x}=4$ then $x=4$

But $\sqrt{x}\sqrt{x}=\sqrt{x^2}$

So, $\sqrt{x^2}=4$ which leads to $|x|=4$.

Why is this happening?

2

There are 2 best solutions below

0
On

The equality $\sqrt x\times \sqrt x=\sqrt {x^2}$ is valid only if $x\ge 0$; therefore$$\sqrt{x^2}=|x|=x=4$$

0
On

Before starting solving an equation with square roots, you have to put the C.E (condition of existance) of the radicants. In this case $x\geq0$, so the solution $x=-4$ isn't acceptable.