jakesing wrote:Ok So I get that that is the convention, but can someone explain to me how the following isn't a contradiction?
In the example given a few posts above, it says if y^2=9, y= +/-3. But if y=√9, then y=3. Maybe it's just me, but I'm pretty certain those two statements are equal. The way you solve the first one is by taking the square root of both sides, resulting in y=√9. I'm really perplexed right now.
You can't solve the equation y^2 = 9 as you're doing. You're assuming that √y^2 is equal to y, and it is not necessarily equal to y:
*If y is positive, then √y^2 = y
*If y is negative, then √y^2 = -y
*No matter what y is, √y^2 = |y|
You'll find a couple of questions in GMATPrep that test if you understand the above. Notice that there's no reason why y can't be negative here; since we have y^2 under the root, we still have a positive quantity under the root. And if y is negative, then √y^2 cannot be equal to y; the √ of something can never be negative, so can't possibly be y.
It's surely easier to see how this works by looking at a numerical example: take, say, x = -3. Then √x^2 is certainly not equal to x; that is, √(-3)^2 is not equal to -3. Instead it's equal to √9 = 3, which is the same thing as -(-3), or -x. So, when x is negative, √x^2 = -x (which is the same thing as |x|, or the 'positive equivalent' of x).
So if you want to solve the equation y^2 = 9 by applying a √ to both sides, you need to consider two cases: y is positive, and y is negative. You'll then get the two different solutions for y. Many people learn a shortcut to this process; they learn to solve an equation like:
z^2 = 7
by taking the positive and negative roots on the right side:
z = √7 or z = -√7.
That's a perfectly good way to solve.
That said, the equation y^2 = 9 is a quadratic equation; the conventional way to solve any such equation is not to apply √ to both sides; instead it is to get zero on one side and factor:
x^2 - 9 = 0
(x + 3)(x - 3) = 0
x = -3 or x = 3