stuckatfailure
I was wondering if anyone could help me with the theory behind why sqrt(x^2)/x = |x|/x?
Intuitively it looks like the square root and exponent would cancel out, leaving the value to be 1. So in this situation, would you always assume that you'd square x, and then square root that value first before simplifying? (in that case, I can see why you would have the absolute value)
Thank you!
The point here is that
square root function can not give negative result: \(\sqrt{expression}\geq{0}\).
So \(\sqrt{x^2}\geq{0}\). But what does \(\sqrt{x^2}\) equal to?
Let's consider following examples:
If \(x=5\) --> \(\sqrt{x^2}=\sqrt{25}=5=x=positive\);
If \(x=-5\) --> \(\sqrt{x^2}=\sqrt{25}=5=-x=positive\).
So we got that:
\(\sqrt{x^2}=x\), if \(x\geq{0}\);
\(\sqrt{x^2}=-x\), if \(x<0\).
What function does exactly the same thing? The absolute value function! That is why \(\sqrt{x^2}=|x|\)
More on this issue:GMAT is dealing only with
Real Numbers: Integers, Fractions and Irrational Numbers.
Any nonnegative real number has a
unique non-negative square root called
the principal square root and unless otherwise specified,
the square root is generally taken to mean
the principal square root.
When the GMAT provides the square root sign for an even root, such as \(\sqrt{x}\) or \(\sqrt[4]{x}\), then the
only accepted answer is the positive root.
That is, \(\sqrt{25}=5\), NOT +5 or -5. In contrast, the equation \(x^2=25\) has TWO solutions, +5 and -5.
Even roots have only non-negative value on the GMAT.Odd roots will have the same sign as the base of the root. For example, \(\sqrt[3]{125} =5\) and \(\sqrt[3]{-64} =-4\).
Other notes on this issue:\(\sqrt[{even}]{positive}=positive\): \(\sqrt{25}=5\). Even roots have only a positive value on the GMAT.
\(\sqrt[{even}]{negative}=undefined\): \(\sqrt{-25}=undefined\). Even roots from negative number is undefined on the GMAT (as GMAT is dealing only with
Real Numbers).
\(\sqrt[{odd}]{positive}=positive\) and \(\sqrt[{odd}]{negative}=negative\): \(\sqrt[3]{125} =5\) and \(\sqrt[3]{-64} =-4\). Odd roots will have the same sign as the base of the root.
You can also check Number Theory chapter of Math Book for more (link in my signature).
Hope it helps.