"Proof" that $\sqrt{x^2} = x$ by using index laws. Why is this wrong?

297 Views Asked by At

This is a very short argument that I have often seen about the definition of $|x|=\sqrt{x^2}$ for $x\in \mathbb{R}$. I'm not quite sure what is the flaw in this argument below, can someone please illustrate at what line this goes wrong and reference what "restriction" was broken from the original index law.

Claim: $\sqrt{x^2} = x$ where $x\in\mathbb{R}$.

Proof: Note that $$\begin{align*} \sqrt{x^2} &= (x^2)^{\frac{1}{2}} \\ &= x^{\frac{2}{2}} \\ &= x^{1}=x.\end{align*}$$

What is wrong with this?

1

There are 1 best solutions below

3
On BEST ANSWER

First the counterexample to this is $x = -1$. Now to the error in your reasoning is the following $(a^b)^c = a^{bc}$ is only true if $a \geq 0$.