Is the function $x\mapsto \sqrt{x^2}$ even or odd? Mentioning the square root does not have negative sign,
$\sqrt{x^2} = \pm x$
As it is clear LHS is even and RHS is odd for both sign, which one is true?
Is the function $x\mapsto \sqrt{x^2}$ even or odd? Mentioning the square root does not have negative sign,
$\sqrt{x^2} = \pm x$
As it is clear LHS is even and RHS is odd for both sign, which one is true?
On
The symbol $\sqrt y$, when $y>0$, means explicitly the positive square root. If you want to express "either square root" you would need to write $\pm\sqrt y$. This is why the quadratic formula is written as $$\frac{-b\pm\sqrt{b^2-4ac}}{2a}:$$ you need the $\pm$ in order for it to cover both roots.
Therefore $f(x)=\sqrt{x^2}$ is a well-defined function (it has only one value for any given $x$), and that value is always non-negative. In particular it is even.
On
0) $\sqrt {x^2} \ge 0$, for $x \in \mathbb{R}$;
1) A function is even if $f(x)=f(-x)$ , $x \in $ domain ;
2) $f(x):=\sqrt{x^2};$
3) $f(-x)=\sqrt{(-x)^2}=\sqrt{x^2}=f(x)$, even.
On
To see why the right side of your equation is not really odd, you have to analyze it more thoroughly. When we say $\:\sqrt{x^2} = \pm x\:$, what we really mean is
$$\sqrt{x^2} = f(x)= \begin{cases} +x, & \text{if $x \ge 0$} \\[2ex] -x, & \text{if $x \lt 0$} \end{cases} $$
So is $f$ even or odd? If you graph it, it'll be immediately obvious that it's even; after all it's just $\lvert x\rvert$. But what about algebraically? The key is to realize that whichever case is used to evaluate $\:f(x),\:$ you have to use the opposite case when evaluating $f(-x)$. Specifically,
So either way $f(-x)=f(x)$ and the function is even.
Since $$\sqrt{x^2}=|x|$$ we have $$\sqrt{(-x)^2}=\sqrt{x^2}=|x|$$ so our function is even.