Bunuel
RAISING INEQUALITIES TO EVEN/ODD POWER:
A. We can raise both parts of an inequality to an even power if we know that both parts of an inequality are non-negative (the same for taking an even root of both sides of an inequality).For example:
\(2<4\) --> we can square both sides and write: \(2^2<4^2\);
\(0\leq{x}<{y}\) --> we can square both sides and write: \(x^2<y^2\);
I generally don't recommend memorizing the more obscure inequality rules, since they're very easy to misapply. It's usually best just to think conceptually about unusual inequality situations, because if you aren't aware of all of the exceptions, you'll very likely make a mistake.
For these rules about powers, we don't only need to know whether our bases are positive or negative. We also need to know if the exponent is positive or negative. So what I quote above is not strictly correct. It's true, for example, that 3 > 2. If we raise both sides to a positive integer power, we'll get something true; 3^2 > 2^2, for example. But if we raise both sides to the even power 0, what we get is no longer true: 3^0 = 1 is not greater than 2^0 = 1. Similarly, if we raise both sides to a negative power, we'll get something untrue: 3^(-2) = 1/9 is not greater than 2^(-2) = 1/4.
But as I said above, I don't suggest studying inequalities by learning all of these 'rules' and their various exceptions.