Chapter 8. Quadratic Equations and Functions: X A B C A X
Chapter 8. Quadratic Equations and Functions: X A B C A X
Chapter 8. Quadratic Equations and Functions: X A B C A X
Factoring
The key to solving quadratic equations by factoring depends upon the zero-product
property of real numbers.
Zero-Product Property
If a and b are real numbers such that ab = 0 , then either a = 0 or b = 0 .
5
The solutions (roots) of the quadratic equation are x = and x = −3 . We can check
2
our answers by substituting back into the original equation. We obtain
5 5
2
25 5 30
2 + −15 = + −15 = −15 = 15 −15 = 0
2 2 2 2 2
167
2 ( −3) + ( −3) −15 = 18 − 3−15 = 0
2
Square-Root Property
Quadratic equations of the form (x − p)2 = q , where p and q are real numbers and
q > 0 can be solved easily using the square root property. In the next section, we
show that any quadratic equation can be put in this form and this is the key to
deriving the familiar quadratic formula for solving any quadratic equation.
Example 2. Solve 2(x − 5)2 −14 = 0 by using the square root property.
Solution. We put 2(x − 5)2 −14 = 0 in the form (x − p)2 = q and use the square
root property to find its two solutions.
Quadratic Formula
Quadratic Formula
The roots of the quadratic equation ax 2 + bx + c = 0 , where a , b and c are real
numbers with a ≠ 0 , can be found using the quadratic formula
−b ± b 2 − 4ac
x=
2a
168
The Discriminant
The discriminant of the quadratic equation ax 2 + bx + c = 0 is D = b 2 − 4ac . The
discriminant can be used to determine how many real number solutions the
quadratic equation has.
1. If D > 0 , then the equation has two distinct real number solutions.
2. If D = 0 , then the equation has exactly one real number solution.
3. If D < 0 , then the equation has no real number solution.
Example 4. Use the discriminant of the given quadratic equation to determine how
many real number solutions it has. If it has real solutions, use the quadratic formula
to find them.
(a) 2 x 2 − x − 3 = 0 (b) 4 x 2 −12 x + 9 = 0 (c) x 2 + 2 x + 5 = 0
Solution. (a) We identify the coefficients a = 2 , b = −1 and c = −3 to be used
in the formula for the discriminant and evaluate it to obtain
Since D > 0 , the quadratic equation 2 x 2 − x − 3 = 0 has two solutions and we can find
these solutions using the quadratic formula. We obtain
−(−1) ± 25
x= Quadratic formula: a = 2 , b = −1 , c = −3, D = 25
2(2)
1± 5
x= Simplify
4
169
1+ 5 1− 5
x= or x= Use + to get one solution and − to get the other
4 4
3
The two solutions are x = and x = −1 .
2
(b) We identify the coefficients a = 4 , b = −12 and c = 9 to be used in the
formula for the discriminant and evaluate it to obtain
Since D = 0 , the quadratic equation 4 x 2 −12 x + 9 = 0 has only one solution and we
can find it using the quadratic formula. We obtain
−(−12) ± 0
x= Quadratic formula: a = 4 , b = −12 , c = 9 , D = 0
2(4)
3
x= Simplify
2
3
The solution is x = .
2
(c) We identify the coefficients a =1, b = 2 and c = 5 to be used in the
formula for the discriminant and evaluate it to obtain
The method we use to solve a quadratic equation is often not specified. In this case
we can select whatever method works and is most convenient.
x 2 + 3x −10 = 0
170
It appears that this equation will be easy to factor and try that approach. We obtain
We could use the quadratic formula and get the same solutions if we choose to do so.
We first identify the coefficients a =1, b = 3 and c = −10 to be used. We then
substitute these numbers into the quadratic formula to obtain
−3± 32 − 4(1)(−10)
x= Quadratic formula: a =1, b = 3 , c = −10
2(1)
−3± 49 −3± 7
x= = Simplify
2 2
−3+ 7 −3− 7
x= or x = Use + to get one solution and − to get the other
2 2
The simpler option is to take advantage of the structure of the equation and use the
square root property. We obtain
171
Exercise Set 8.1
Solve the quadratic equation by factoring. Solve the same equation by using the
quadratic formula to check your answers.
1. x 2 − 5x + 6 = 0 2. x 2 − 2x = 3
3. x 2 + 7x +12 = 0 4. x 2 + 4x + 4 = 0
5. x 2 + 5x −14 = 0 6. x 2 = 4x +12
7. 2x 2 + 5x − 3 = 0 8. 3x 2 − x − 2 = 0
Use the discriminant of the given quadratic equation to determine how many real
number solutions it has. If it has real solutions, use the quadratic formula to find them.
9. x 2 + 2x − 5 = 0 10. x 2 − 3x =1
11. x 2 + 8 = 0 12. x 2 − 6x + 9 = 0
13. x 2 + 6x +1 = 0 14. x 2 − 6x + 4 = 0
15. 2x 2 + 4x + 2 = 0 16. 2x 2 = 3x + 5
17. 3x 2 − 2x +1 = 0 18. 3x 2 = 6x − 9
Solve the given quadratic equation by finding all its real number solutions.
19. x 2 − 9 = 0 20. x 2 − 5x = 0
25. x 2 + 3x +1 = 0 26. 2x 2 + x − 3 = 0
1
2
29. x + = 1 30. x 2 − 2x + 2 = 0
2
31. x 2 − 4x + 4 = 0 32. x 2 − 4x + 2 = 0
172
33. (x − 5)2 = 2 34. x 2 + 8 = 0
3 1
2
37. x − − = 0 38. x 2 + x = 2
2 4
1
39. 3x 2 − 5x −1 = 0 40. 2x 2 − x − =0
2
173
8.2. Completing the Square
The technique of completing the square can be used to transform any quadratic
equation to an equivalent equation in the form (x − p)2 = q , where p and q are real
numbers. We saw in the last section how an equation in this form can be solved
using the square root property. This technique is used to derive the quadratic
formula.
This technique is also used to write a quadratic function in a form that enables us to
sketch its graph without difficulty. We shall see how this is done in the next section.
We begin by highlighting the key idea that is used in completing the square.
x + bx = x + bx + −
2 2
2 2
b b
2 2
= x + −
2 2
We can use this approach to complete the square for any quadratic expression and
solve any quadratic equation as is shown in the following examples.
x 2 − 3x Given expression
9 9 3 9
2
= x − − Write x − 3x + = x −
2
2 4 4 2
3 9
2
174
(b) Since the coefficient of x 2 in the expression 2x 2 + 4x is not 1 , we cannot
complete the square we did in part (a). Instead, we first factor out 2 and then follow
the general approach highlighted above.
2x 2 + 4x Given expression
= 2(x 2 + 2x) Factor out 2
2
2
= 2 ( x + 2x +1−1)
2
Add and subtract = 1
2
= 2 ((x +1)2 −1) Write x 2 + 2 x + 1 = ( x + 1)2
= 2( x + 1)2 − 2 Multiply by 2
−x 2 + x General expression
= −(x 2 − x) Factor out −1
1 1 1 1
2
2 4 4 2
1 1
2
= − x − + Multiply by −1
2 4
1 1
2
x 2 + 6x − 7 = 0 Given equation
x 2 + 6x = 7 Add 7
175
6
2
x + 6x + 9 = 7 + 9
2
Add = 9
2
Note that we added 9 to both sides of the equation instead of adding and
subtracting 9 from x 2 + 6x as we would do when completing the square for the
quadratic expression x 2 + 6x .
(x + 3)2 = 16 Write x 2 + 6 x + 9 = ( x + 3)2
x + 3 = 4 or x + 3 = −4 Square root property
x = 1 or x = −7 Solve both linear equations
x 2 − 2x −1 = 0 Given equation
x 2 − 2x = 1 Add 1
−2
2
x − 2x +1 = 1+1
2
Add = 1
2
Note that we added 1 to both sides of the equation instead of adding and subtracting
1 from x 2 − 2x as we would do when completing the square for the quadratic
expression x 2 − 2x .
(x − 1)2 = 2 Write x 2 − 2 x + 1 = ( x − 1)2
x −1 = 2 or x −1 = − 2 Square root property
x = 1+ 2 or x = 1− 2 Solve both linear equations
x − =1 Write x − 3x + = x −
2
2 4 2
176
3 3
x− = 1 or x− = −1 Square root property
2 2
5 1
x= or x= Solve both linear equations
2 2
5 1
The solutions of 4x 2 −12x + 5 = 0 are x = and x = .
2 2
1. x 2 + 2x 2. x 2 − 4x
3. x 2 + 5x 4. x 2 − 7x
5. x 2 − x 6. 2x 2 +12x
7. 3x 2 −12x 8. 3x 2 + 9x
9. 4x 2 + 24x 10. 2x 2 + x
11. 2x 2 − 5x 12. 3x 2 − 2x
15. x 2 + 2x = 0 16. x 2 − x = 0
17. x 2 − 2x − 3 = 0 18. x 2 − 4x + 3 = 0
19. x 2 + 6x + 4 = 0 20. 2x 2 − 4x −1 = 0
21. 4x 2 − 4x − 3 = 0 22. x 2 − 4x − 2 = 0
23. 2x 2 + 8x +1 = 0 24. 3x 2 − 6x −1 = 0
25. x 2 + 4x −1 = 0 26. 4x 2 − 3x − 4 = 0
177
27. x 2 + 2x + 5 = 0 28. (x + 3)(x −1) = 1
31. x 2 − 2x + 3 = 0 32. x 2 + 5x + 5 = 0
178
8.3. Graph Quadratic Functions
KYOTE Standards: CA 17
In the previous section, we saw how the technique of completing the square for a
quadratic expression could be used to solve a quadratic equation. We use this
technique in this section to sketch the graph a quadratic function.
A quadratic function associates with each real number x exactly one number y
given by y = ax 2 + bx + c , where a ≠ 0 , b and c are real numbers. Each such pair of
numbers (x, y) forms a graph in the plane called a parabola. This parabola is in
general difficult to sketch. But it can be can be easily sketched if we can put the
quadratic function in vertex form by completing the square.
y = m( x − h ) 2 + k
x y = 2( x − 1)2 − 4
−1 4
0 −2
1 −4
2 −2
3 4
179
(b) We set x = 0 in y = 2( x − 1)2 − 4 to obtain y = −2 . Thus the y -intercept is
−2 and (0, −2) is a point on the parabola, as is confirmed in the table above.
(c) The sketch of the graph, with the coordinates of the points corresponding
to the vertex and the intercepts on the graph, is shown below.
(1− 2 , 0) (1+ 2 , 0)
x
(0, −2)
(1, −4)
180
−x 2 + 4x Given expression
= −(x 2 − 4x) Factor out −1
−4
2
= − ( x − 4x + 4 − 4)
2
Add and subtract = 4
2
= − ( (x − 2)2 − 4) Write x 2 − 4x + 4 = (x − 2)2
= −( x − 2)2 + 4 Multiply by −1
y = (−x 2 + 4 x ) + 5
y = ( −(x − 2)2 + 4) + 5
y = −( x − 2)2 + 9
The equation in vertex form is usually easier to solve since we can apply the square
root property. But it is instructive in our example to solve both equations and
confirm that the answers in each case are the same.
181
The solutions are x = −1 and x = 5 .
(d) The sketch of the graph, with the coordinates of the points corresponding
to the vertex and the intercepts on the graph, is shown below.
(2, 9)
(0, 5)
(−1, 0) (5, 0)
x
1. y = ( x + 2)2 − 9 2. y = ( x − 5)2 − 4
3. y = −( x + 2)2 + 1 4. y = 2( x − 3)2 − 8
5. y = 2( x + 1)2 + 4 6. y = 3( x − 2)2 − 6
182
1 3 15 5 9
2 2
9. y = − x + + 10. y = x − −
2 2 8 2 4
1 3 25
2
11. y = 4( x + 1) − 8
2
12. y = x − −
2 2 8
13. y = x 2 + 4x 14. y = x 2 − 2 x − 3
17. y = 3x 2 − 6x −1 18. y = x 2 + x −1
21. y = −x 2 + 4x − 5 22. y = 2x 2 + 6x
23. y = x 2 + 2x − 2 24. y = 2x 2 + 4x + 3
183
8.4. Applications of Quadratic Equations
KYOTE Standards: CA 14
Solving applied problems with quadratic equations involves the same five-step
approach as solving applied problems with linear equations that we considered in
Section 6.3. We state this five-step approach with “linear” replaced by “quadratic.”
1. Define the Variable. Read the problem carefully. The problem asks you to
find some quantity or quantities. Choose one of these quantities as your
variable and denote it by a letter, often the letter x . Write out a clear
description of what the quantity x represents.
2. Express All Other Unknown Quantities in Terms of the Variable. Read
the problem again. There are generally unknown quantities in the problem
other than the one represented by the variable, say x . Express these
unknown quantities in terms of x .
3. Set up the Equation. Set up a quadratic equation that gives a relationship
between the variable and the unknown quantities identified in Step 2.
4. Solve the Equation. Solve the quadratic equation you obtain.
5. Interpret Your Answer. Write a sentence that answers the question posed
in the problem. Caution. The variable name x or other unknown quantities
expressed in terms of x should not appear in your interpretation.
Since the total cost of the carpet depends on the area of the room, we also write the
area of the room in terms of x .
We can find the total cost of the carpet by multiplying the area of the room in square
feet by the cost of the carpet per square foot. The total cost is therefore
184
dollars
2.50 2
× x(x + 3) ft 2 = 2.50x(x + 3) dollars
ft
The relationship between the area of the room and the cost of carpeting it can be
written as an equation.
We solve this quadratic equation. We first simplify it by dividing both sides by 2.50
to obtain
x(x + 3) = 270
Note that we could also have obtained this equation by finding the area of the
rectangle by dividing the total cost 675 by the cost 2.50 per square foot.
675dollars
= 270 ft 2
dollars
2.50
ft 2
We solve this equation using the quadratic formula after identifying the needed
coefficients.
−3± 32 − 4(1)(−270)
x= Quadratic formula: a =1, b = 3 , c = −270
2(1)
−3± 1089
x= Simplify
2
−3± 33
x= Simplify 1089 = 33
2
185
Note that we could also have solved the equation x 2 + 3 x − 270 = 0 by factoring to
obtain ( x −15)( x +18) = 0 , thus giving the same solutions x = 15 and x = −18 . But
factoring in general becomes increasingly difficult as the coefficients of the
quadratic function become larger.
KYOTE Standards: CA 14
1. The sum of the squares of two consecutive odd integers is 74. Find the two
integers.
2. The sum of squares of two consecutive integers is 85. Find the two integers.
3. Two numbers have a sum of 21 and a product of 104. Find the numbers.
4. The length of a rectangular garden is twice its width and its area is 578 square
feet. What are the length and width of the garden?
5. One leg of a right triangle is three times longer than its other leg. What are the
lengths of the two legs if the hypotenuse is 7 10 inches long?
6. The hypotenuse of a right triangle is twice as long as one of its legs and the other
leg has length 9 3 centimeters. What is the length of the hypotenuse?
7. One leg of a right triangle is 3 times longer than its other leg. What are the lengths
of the two legs and the hypotenuse if the area of the triangle is 96 square inches?
8. A rectangle is 10 meters longer than it is wide and its area is 875 square meters.
What are the length and width of the rectangle?
9. A rectangle of length 8 inches and width 5 inches is cut from a square piece of
cardboard. If the area of the remaining cardboard is 321 square inches, what is the
length of the square piece of cardboard?
186
10. The length of a rectangle is 2 feet longer than it is wide and its area is 224
square feet. What is its perimeter?
11. A rectangle is 24 feet long. The length of the diagonal between opposite corners
of the rectangle is 12 feet more than its width. What is its width?
12. A rectangle has a perimeter of 160 centimeters and an area of 1500 square
centimeters. What are the length and width of the rectangle?
13. The length of the diagonal between opposite corners of a rectangle is 20 inches
and its length is 4 inches longer than its width. What is the perimeter of the
rectangle?
14. The length of the diagonal between opposite corners of a rectangle is twice its
width and its length is 27 feet. What is the area of the rectangle?
15. A fence costing $20 per foot is purchased to enclose a rectangular field whose
length is 4 feet longer than its width and whose area is 437 square feet. What is the
total cost of the fence?
16. A sail is in the form of a right triangle with the vertical leg 4 feet longer than the
horizontal leg and with hypotenuse 4 13 feet. What is the cost of the material used
to make the sail if this material costs $10 per square foot?
187