Symbol
|
Words
|
Example
|
---|---|---|
>
|
greater than
|
x + 3 > 2
|
<
|
less than
|
7x < 28
|
≥
|
greater than or equal to
|
5 ≥ x - 1
|
≤
|
less than or equal to
|
2y + 1 ≤ 7
|
Here is an example: Consider the inequality
When we substitute 8 for x, the inequality becomes 8-2 > 5. Thus, x=8 is a solution of the inequality. On the other hand, substituting -2 for x yields the false statement (-2)-2 > 5. Thus x = -2 is NOT a solution of the inequality. Inequalities usually have many solutions.
As in the case of solving equations, there are certain manipulations of the inequality which do not change the solutions. Here is a list of "permissible'' manipulations:
- Rule 1. Adding/subtracting the same number on both sides.
Example: The inequality x-2>5 has the same solutions as the inequality x > 7. (The second inequality was obtained from the first one by adding 2 on both sides.) - Rule 2. Switching sides and changing the orientation of the inequality sign.
Example: The inequality 5-x> 4 has the same solutions as the inequality 4 < 5 - x. (We have switched sides and turned the ``>'' into a ``<'').
Last, but not least, the operation which is at the source of all the trouble with inequalities:
Rule 3a. Multiplying/dividing by the same POSITIVE number on both sides.
Rule 3b. Multiplying/dividing by the same NEGATIVE number on both sides AND changing the orientation of the inequality sign.
Examples: This sounds harmless enough. The inequality has the same solutions as the inequality . (We divided by +2 on both sides).
The inequality -2x > 4 has the same solutions as the inequality x< -2. (We divided by (-2) on both sides and switched ">'' to "<''.)
But Rule 3 prohibits fancier moves: The inequality DOES NOT have the same solutions as the inequality x > 1. (We were planning on dividing both sides by x, but we can't, because we do not know at this point whether x will be positive or negative!) In fact, it is easy to check that x = -2 solves the first inequality, but does not solve the second inequality.
Only ``easy'' inequalities are solved using these three rules; most inequalities are solved by using different techniques.
Examples:
1. solve 2x - 5 <12
solution:
2x -5 < 12
(2x - 5) + 5 < 12 + 5
2x < 17
(1/2)2x < (1/2)17
x < 17/2
The solution set of the inequality is {x.:.x.<.17/2} which is read as "the set of all x such that x is less than 17/2"
2. Solve 13 - 3x >= 10
Solution:
13- 3x >= 10
-3x >= 10 - 13
-3x >= 1
(-1/3)(-3x) <= (-1/3)(-3) (Recall - rule 5)
The solution set is { x : x <=1 }
3. Solve 14(x-2) <=132 - 281x
Solution:
14(x-2) <= 132 - 281x
14x - 28 <= 132 - 281x
14x <= 160 - 281x
14x <= 160 - 281x
295x <= 160
x <= 160/2995
x <= 32/59
The solution set is { x.:.x.<= 32/59}
Examples:
1. solve 2x - 5 <12
solution:
2x -5 < 12
(2x - 5) + 5 < 12 + 5
2x < 17
(1/2)2x < (1/2)17
x < 17/2
The solution set of the inequality is {x.:.x.<.17/2} which is read as "the set of all x such that x is less than 17/2"
2. Solve 13 - 3x >= 10
Solution:
13- 3x >= 10
-3x >= 10 - 13
-3x >= 1
(-1/3)(-3x) <= (-1/3)(-3) (Recall - rule 5)
x <= 1
The solution set is { x : x <=1 }
3. Solve 14(x-2) <=132 - 281x
Solution:
14(x-2) <= 132 - 281x
14x - 28 <= 132 - 281x
14x <= 160 - 281x
14x <= 160 - 281x
295x <= 160
x <= 160/2995
x <= 32/59
The solution set is { x.:.x.<= 32/59}
0 comments:
Post a Comment