Grade 10mathematicsunit 3 Solving Inequalitiesquadratic Inequalities
Grade 10mathematicsunit 3 Solving Inequalitiesquadratic Inequalities
Definition 3.2
An inequality that can be reduced to any one of the following forms:
ax2 + bx + c ≤ 0 or ax2 + bx + c < 0,
ax2 + bx + c ≥ 0 or ax2 + bx + c > 0,
where a, b and c are constants and a ≠ 0, is called a quadratic inequality.
ACTIVITY 3.5
1 Which of the following are quadratic equations?
a x – 2 = x2 + 2x b x2 – 2x = x2 + 3x + 6
c 2 (x – 4) – (x – 2) = (x + 2) (x – 4) d x3 – 3 = 1 + 4x + x2
e (x – 1) (x + 2) ≥ 0 f x(x –1) (x + 1 ) = 0.
2 Which of the following are quadratic inequalities?
a 2x2 ≤ 5x + x2 – 3 b 2x2 > 2x + x2 + 8
c x (1 – x) ≤ (x + 2) (1 – x) d 3x2 + 5x + 6 > 0
e 5 – 2 (x2 + x) < 6x – 2x2 f (x – 2) (x + 1) ≥ 2 – 2x
2
g – 1 > (x + 1) (x + 2).
3 If the product of two real numbers is zero, then what can you say about the two
numbers?
4 Factorize each of the following if possible:
1
a x2 + 6x b 35x – 28x2 c − 25 x 2 d 4x2 + 7x + 3
16
e x2 – x + 3 f x2 + 2x – 3 g 3x2 –11x – 4 h x2 + 4x + 4.
5 Given a quadratic equation ax2 + bx + c = 0,
a what is its discriminant?
b state what must be true about the discriminant so that the equation has one real
root, two distinct real roots, and no real root.
127
Mathematics Grade 10
Product properties:
1 m.n > 0, if and only if
i m > 0 and n > 0 or ii m < 0 and n < 0.
2 m.n < 0, if and only if
i m > 0 and n < 0 or ii m < 0 and n > 0.
Example 1 Solve each of the following inequalities:
a (x + 1) (x –3) > 0 b 3x2 – 2x ≥ 0
c − 2x2 + 9x + 5 < 0 d x2 – x – 2 ≤ 0
Solution:
a By Product property 1, (x +1) (x – 3) is positive if either both the factors are
positive or both are negative.
Now, consider case by case as follows:
Case i When both the factors are positive
x +1 > 0 and x – 3 > 0
x > – 1 and x > 3
The intersection of x > – 1 and x > 3 is x > 3. This can be illustrated on the
number line as shown in Figure 3.16 below.
x>3
x
-4 -3 -2 -1 0 1 2 3 4
Figure 3.16
The solution set for this first case is S1 = {x: x > 3} = (3, ∞).
128
Unit 3 Solving Inequalities
x
-4 -3 -2 -1 0 1 2 3 4
Figure 3.17
The solution set for this second case is S2 = {x: x < – 1} = (–∞, –1).
Therefore, the solution set of (x + 1) (x – 3) > 0 is:
S1 ∪ S2 = {x: x < –1 or x > 3} = (–∞ , − 1) ∪ (3, ∞)
b First, factorize 3x2 – 2x as x (3x – 2)
So, 3x2 – 2x > 0 means x (3x – 2) > 0 equivalently.
i x > 0 and 3x – 2 > 0 or
ii x < 0 and 3x – 2 < 0
Case i When x ≥ 0 and 3x – 2 ≥ 0
2
x ≥ 0 and x ≥
3
2 2
The intersection of x ≥ 0 and x ≥ is x ≥ . Graphically,
3 3
2
x≥
3
x
-4 -3 -2 -1 0 1 2 3 4
Figure 3.18
2 2
So, S1 = { x : x ≥ }=[ ,∞)
3 3
2
Case ii When x ≤ 0 and 3x – 2 ≤ 0 that is x ≤ 0 and x ≤
3
2
The intersection of x ≤ 0 and x ≤ is x ≤ 0. Graphically,
3
x≤0
x
-4 -3 -2 -1 0 2 1 2 3 4
3
Figure 3.19
129
Mathematics Grade 10
1
x<−
2
x
1
-4 -3 -2 -1 − 0 1 2 3 4 5
2
Figure 3.20
1 1
So, S1 = {x: x < − } = ( − ∞, − )
2 2
Case ii When – 2 x – 1 < 0 and x – 5 > 0
1
x >− and x > 5
2
1
The intersection of x > 5 and x > − is x > 5. Graphically,
2
x>5
x
–4 –3 –2 –1 − 1 0 1 2 3 4 5
2
Figure 3.21
So, S2 = {x: x > 5} = (5, ∞)
Therefore, the solution set for (–2 x–1) (x – 5) < 0 is
1 1
S1 ∪ S2 = {x: x < − or x > 5} = ( − ∞, − ) ∪ (5,∞ )
2 2
130
Unit 3 Solving Inequalities
d x2 – x – 2 = (x + 1) (x – 2)
So, x2 – x – 2 ≤ 0 means (x + 1) (x – 2) ≤ 0
By Product property 2, (x + 1) (x – 2) is negative if one of the factors is negative and
the other is positive. To solve (x + 1) (x – 2) < 0, consider case by case as follows:
Case i x + 1 ≥ 0 and x – 2 ≤ 0
x ≥ –1 and x ≤ 2
The intersection of x ≥ –1 and x ≤ 2 is –1 ≤ x ≤ 2. Graphically,
–1 ≤ x ≤ 2
x
-4 -3 -2 -1 0 1 2 3 4
Figure 3.22
So, S1 = {x: –1 ≤ x ≤ 2} = [–1, 2]
Case ii x + 1 ≤ 0 and x – 2 ≥ 0
x ≤ –1 and x ≥ 2
There is no intersection of x ≤ − 1 and x ≥ 2. Graphically,
x ≤ -1 x≥2
x
-4 -3 -2 -1 0 1 2 3 4
Figure 3.23
So, S2 = ∅
Therefore, the solution set for x2 – x – 2 ≤ 0 is
S1 ∪ S2 = {x: − 1 ≤ x ≤ 2} ∪ ∅ = {x: –1 ≤ x ≤ 2} = [–1, 2]
Exercise 3.3
1 Solve each of the following inequalities using product properties:
a x (x + 5 ) > 0 b ( x – 1 )2 ≤ 0
c (4+ x) (x – 4) > 0 d (5x – 3)( x + 7) < 0
1
e (1 + x )(3 – 2x) ≥ 0 f x) ≤ 0
(5 – x)(1 –
3
2 Factorize and solve each of the following inequalities using product properties:
a x2 + 5x + 4 < 0 b x2 – 4 > 0 c x2 + 5x + 6 ≥ 0
d x2 – 2x + 1 ≤ 0 e 3x2 + 4x + 1 >0 f 2x2 – 7x + 3 < 0
1
g 25x2 – <0 h x2 + 4x + 4 > 0.
16
131
Mathematics Grade 10
x+4 – – – – 0 + + + + ++ + + + + + + + + +
x–1 – – – – – – – – – – – – – – – –0+ + + +
(x + 4)(x – 1) + + + + 0 – – – – – – – – – – – 0 + + + + +
Figure 3.24
Step 3 Read the solution from the last line of the sign chart
x 2+ 3x – 4 < 0 for x ∈ (–4, 1)
Therefore, the solution set is the interval (–4, 1)
132
Unit 3 Solving Inequalities
Example 2 Solve each of the following inequalities using the sign chart method:
a 6 + x – x2 ≤ 0 b 2x2 + 3x – 2 ≥ 0.
Solution:
a Factorize 6 + x – x2 so that 6 + x – x2 = (x + 2) (3 – x) ≤ 0.
We may identify the sign of x + 2 and 3 – x as follows.
x + 2 < 0 for each x < –2, x + 2 = 0 at x = –2 and x + 2 > 0 for each x > –2.
Similarly, 3 – x < 0 for each x > 3, 3 − x = 0 at x = 3 and 3 – x > 0 for each x < 3.
Therefore, the above results are shown in the sign chart given below in Figure 3.25.
-2 3
x+2 – – – – 0 + + + + ++ + + + + + + + + +
3–x + + + + ++ + + + + + + + + + + 0– – – –
(x + 2)(3 – x) – – – – 0 + + + + + + + + + + + 0 – – – –
Figure 3.25
From the sign chart, you can immediately read the following
i The solution set of (3 – x)(x + 2) < 0 is {x: x < − 2 or x > 3}= ( − ∞, − 2)∪(3, ∞).
ii The solution set of (3 – x) (x + 2) > 0 is {x : – 2 < x < 3} = (– 2 , 3).
iii The solution set of (3 – x) (x + 2) = 0 is {– 2 , 3}.
iv The solution set of (3 – x) ( x + 2) ≤0 is (– ∞ , − 2] ∪ [3, ∞)
Therefore, the solution set of 6 + x – x2 ≤ 0 is (–∞, − 2] ∪ [3, ∞).
b 2x2 + 3x – 2 = (2x – 1)(x + 2) ≥ 0.
1 1 1
2x – 1< 0 for each x < , 2x – 1 = 0 at x = , and 2x – 1 > 0 for each x > .
2 2 2
Similarly, x + 2 < 0 for each x < – 2 , x + 2 = 0 at x = − 2 and x + 2 > 0 for each
x > − 2.
The above results are shown in the sign chart given below:
1
-2 2
2x – 1 – – – – – – – – – – – – 0+ + + + + + +
x+2 – – – – – – 0 + + + + ++ + + + + + + +
Figure 3.26
133
Mathematics Grade 10
2 + 2k – – – – – – 0+ + + + + + + + + + + + +
2 – 2k + + + + ++ + + + + + 0– – – – – – – –
(2 + 2k)(2 − 2k) – – – – – – 0 + ++ + 0– – – – – – – –
Figure 3.27
Therefore, for each k∈ ( − 1, 1), the given quadratic equation has two distinct real
roots.
iii kx2 – 2x + k = 0 has no real root for each k∈ ( − ∞ , − 1) ∪ (1 , ∞) where
b2 – 4ac < 0
134
Unit 3 Solving Inequalities
135
Mathematics Grade 10
Exercise 3.4
1 Solve each of the following quadratic inequalities using sign charts:
a x (x + 5) > 0 b (x – 3)2 ≥ 0
x
c (4 + x) (4 – x) < 0 d 1 + (5 − x ) < 0
3
e 3 – x – 2x2 > 0 f − 6x2 + 2 < x
g 2x2 ≥ – 3 – 5x h 4x2 – x – 8 < 3x2 – 4x + 2
i − x2 + 3x < 4.
2 Solve each of the following quadratic inequalities using either product properties
or sign charts:
a x2 + x – 12 > 0 b x2 – 6x + 9 > 0 c x2 – 3x – 4 ≤ 0
d 5x – x2 < 6 e x2 + 2x < – 1 f x – 1 ≤ x2 + 2
3 For what value(s) of k does each of the following quadratic equations have
i one real root? ii two distinct real roots? iii no real root?
a (k + 2) x2 – (k + 2)x – 1 = 0
b x2 + (5– k) x + 9 = 0
4 For what value (s) of k is
a kx2 + 6x + 1 > 0 for each real number x?
b x2 – 9x + k < 0 only for x ∈ (– 2, 11)?
5 A rocket is fired straight upward from ground level with an initial velocity of
480 km/hr. After t seconds, its distance above the ground level is given by
480t – 16t2.
For what time interval is the rocket more than 3200km above ground level?
6 A farmer has 8m by 10m plot of land. He needs to construct a water reservoir at
one corner of the plot with equal length and width as shown below.
10 m
x
8m
For what values of x is the area of the remaining part less than the area needed for
the reservoir?
136
Unit 3 Solving Inequalities
ACTIVITY 3.6
1 For a quadratic function f (x) = ax2 + bx + c, find the point at
which the graph turns upward or downward. What do you call
this turning point?
2 Sketch the graph and find the turning point of:
a f (x) = x2 – 1 b f (x) = 4 – x2
3 What is the condition for the quadratic function f (x) = ax2 + bx + c to have a
maximum value? When will it have a minimum value?
4 What is the value of x at which the quadratic function f (x) = ax2 + bx + c attains
its maximum or minimum value?
The graph of a quadratic function has both its ends going upward or downward
depending on whether a is positive or negative. From different graphs you can observe
that the graph of a quadratic function
f (x) = ax2 + bx + c
i crosses the x-axis twice, if b2 – 4ac > 0.
ii touches the x-axis at a point, if b2 – 4ac = 0.
iii does not touch the x-axis at all, if b2 – 4ac < 0.
To solve a quadratic inequality graphically, find the values of x for which the part of the
graph of the corresponding quadratic function is above the x-axis, below the x-axis or on
the x-axis. Consider the following examples.
Example 5 Solve the quadratic inequality x2 – 3x + 2 < 0, graphically.
Solution: Begin by drawing the graph of f (x) = x2 – 3x + 2. Some values for x
and f (x) are given in the table below and the corresponding graph is
given in Figure 3.28. Complete the table first.
137
Mathematics Grade 10
x −3 −2 −1 0 1 2 3
f (x) 12 2 0
4
y
3
2
1
•2 x
3 -2 -1 1 3 4
-1 3 1
,−
2 4
-2
-3
Figure 3.28 Graph of f (x) = x2 – 3x + 2
From the graph, f (x) = 0 when x = 1 and when x = 2. On the other hand, f (x) > 0
when x < 1 and when x > 2 and f (x) < 0 when x lies between 1 and 2.
3 3 1 3
This inequality could be tested by setting x = , giving f = − . So f < 0.
2 2 4 2
It follows that the solution set of x2 – 3x + 2 < 0 consists of all real numbers
greater than 1 and less than 2. That is, S.S = {x : 1 < x < 2} = (1 , 2).
Example 6 Solve the inequality x2 + 4x + 5 > 0, graphically.
Solution: Make a table of values and complete the table for some selected values of
x and f (x) as in the table below and sketch the corresponding graph.
x –3 –2 –1 0 1 2 3
f (x) 2 2 10
y
6
5
4
3
2
• 1
(-2, 1) x
-5 -4 -3 -2 -1 1 2 3
-1
-2
As shown in the Figure 3.29 above, the graph of f (x) = x2 + 4x + 5 does not cross
the x-axis but lies above the x-axis. Thus, the solution set of this inequality
consists of all real numbers. So, S.S = ( − ∞, ∞).
Note that, if you use the process of completing the square, you obtain
x2 + 4x + 5 > 0 ⇒ x2 + 4x > – 5
x2 + 4x + 4 > – 5 + 4
(x + 2)2 > – 1
Since the square of any real numbers is non-negative, (x + 2)2 > −1 is true for all
real numbers x.
Based on the above information, could you show that the solution set of the
inequality x2 + 4x + 5 < 0 is the empty set? Why?
Example 7 Solve the inequality – x2 + 2x + 3 < 0, graphically.
Solution: Make a table of selected values for x and f (x). The graph passes through
(0, 3) and (–1, 0) as shown in Figure 3.30.
y (1, 4)
4 •
3
2
1
x
- 2 -1 1 2 3 4
-1
-2
-3
139
Mathematics Grade 10
Exercise 3.5
1 Solve each of the following quadratic inequalities, graphically:
a x2 + 6x + 5 ≥ 0 b x2 + 6x + 5 < 0
c x2 + 8x + 16 < 0 d x2 + 2x + 3 ≥ 0
e 3x – x2 + 2 < 0 f 4x2 – x ≤ 3x2 + 2
g x (x – 2) < 0 h (x + 1) (x – 2) > 0
i 3x2 + 4x + 1 > 0 j x2 + 3x + 3 < 0
k 3x2 + 22x + 35 ≥ 0 l 6x2 + 1 ≥ 5x.
2 Suppose the solution set of 2x2 + kx + 1 > 0 consists of the set of all real
numbers. Find all possible values of k.
Key Terms
absolute value linear inequality quadratic equation
closed intervals open downward quadratic function
complete listing open intervals quadratic inequality
discriminant open upward sign chart
infinity partial listing solution set
linear equation product property
Summary
1 The open interval (a, b) with end-points a and b is the set of all real numbers x
such that a < x < b.
2 The closed interval [a, b] with end-points a and b is the set of all real numbers x
such that a ≤ x ≤ b.
3 The half-open interval or half-closed interval [a, b) with end points a and b is the
set of all real numbers x such that a ≤ x < b.
4 If x is a real number, then x is the absolute value of x defined by
x, if x ≥ 0
x =
− x, if x < 0
140
Unit 3 Solving Inequalities
2
a (x + 1) (x – 3) < 0 b x + 3 ( x − 1) < 0
3
c (x – 3 ) ( x + 2) > 0 d x2 > x
e x2 + 5x + 4 ≥ 0 f (x – 2)2 ≤ 2 – x
g 1 – 2x > (1+ x)2 h 3x2 – 6x + 5 < x2 – 2x + 3.
141
Mathematics Grade 10
142