Also
I have a question about inequalities with fractions.
I was given the problem -2 < (x+1)/(x - 3) and was told to put the solution in interval notation.
My question is, if i were to subtract (x +1)/(x - 3) from both sides.. does that mean that all the signs in the fraction become negative?
for example (-x - 1)/(-x + 3) - 2 < 0
is that how you subtract fractions from both sides?
Reversal Property
(You can swap a and b over, if you make sure the inequality symbol still "points at" the smaller value.)
If a > b then b < a
If a < b then b > a
Addition and Subtraction property
(in all cases you can add or subtract the same value to or from each side without affecting the inequality sign)
If a < b, then a + c < b + c
If a < b, then a − c < b − c
If a > b, then a + c > b + c, and
If a > b, then a − c > b – c
Multiplication and Division property
(when you multiply both sides by a negative number then reverse the inequality symbol.)
If a < b, and c is positive, then ac < bc
If a < b, and c is negative, then ac > bc (inequality swaps over!)
Regarding adding the negative of the right side to both sides, using the addition and subtraction property simply add that term to both sides, the inequality sign is unaffected.
−2<(x−3)(x+1)=>−2−(x−3)(x+1)<(x−3)(x+1)−(x−3)(x+1)=>−2−(x−3)(x+1)<0
Use the multiplication and division property to multiply both sides by -1, this requires reversing the inequality sign.
(−1)(−2−(x−3)(x+1))>(−1)(0)=>2+(x−3)(x+1)>0
Regarding solving the problem:
−2<(x−3)(x+1)
Note
x=3 else the divisor would be zero.
If this were an equality the obvious first move would be to multiply both sides by (x-3) but according to the multiplication and division property you must reverse the inequality sign if (x-3) is negative, otherwise not. What to do?
Case 1. Require (x-3) > 0, which implies x > 3, i.e. x is
required to be greater than 3 for this case. Since (x-3) > 0 we DO NOT reverse the inequality symbol, so:
−2<(x−3)(x+1)=>−2(x−3)<(x+1)=>−2x+6<x+1=>5<3x=>x>35
For case 1, x is required to BOTH be greater than 3 and greater then 5/3. If x is greater then 3 then both requirements are met, so:
...........Case 1 concludes x > 3
Case 2. Require (x-3) < 0, which implies x < 3, i.e. x is
required to be less than 3 for this case. Since (x-3) < 0 we DO reverse the inequality symbol, so:
−2<(x−3)(x+1)=>−2(x−3)>(x+1)=>−2x+6>x+1=>5>3x=>x<35
For case 3, x is required to BOTH be less than 3 and less then 5/3. If x is less than 5/3 then both requirements are met, so:
...........Case 2 concludes x < 5/3
In toto, x < 5/3 or x > 3.
Note that it is "or" and not "and" since the variable x can contain only one of those values at a time.
Also, since x is required to be greater than 3 or less then 5/3 there is no possibility of the divisor (x-3) being zero.