Quadratic equations, suitable for HKCEE

advertisement
QUADRATIC EQUATIONS AND FUNCTIONS
1. Introduction
A quadratic equation in one unknown is an equation of the form ax 2  bx  c  0 , where
a  0 . When we solve a linear equation, we may transpose the terms and leave the unknown on one
side of the equation. However, this is often not the case for a quadratic equation. There are other
methods to solve a quadratic equation, e.g. by factorization, by completing the square and by the
quadratic formula. Furthermore, for a linear equation in the form of mx  n  0 , where m  0 ,
there is always a solution x   mn , which is a real number. On the contrary, a quadratic equation
may have two real roots, one double root or no real roots.
2. Solving quadratic equations
There are several methods to solve a quadratic equation. Some quadratic expressions can be
factorized and then the equation is easy to solve.
Theorem 2.1.
If pq = 0, then p = 0 or q = 0.
From theorem 2.1, if a quadratic equation ax 2  bx  c  0 can be factorized to the form
( px  q)(rx  s)  0 , then we have px + q = 0 or rx + s = 0, which gives x   qp or x   rs
respectively.
Example 2.1.
Solve x 2  5 x  6  0 .
Solution.
We try to factorize x 2  5 x  6 . This can be written as ( x  3)( x  2) .
Thus we have
x2  5x  6  0
( x  3)( x  2)  0
x  3 0
x  3
or x  2  0
or
x  2.
Page 1 of 17
Example 2.2.
Solve 6 x 2  13 x  6  0 .
Solution.
6 x 2  13 x  6  0
(2 x  3)(3 x  2)  0
2x  3  0
x
or
3
2
3x  2  0
x   32 .
or
This method is useful only when the factorization is easy to do. Many quadratic expressions,
like x 2  x  1 and 3 x 2  2 x  3 , cannot be factorized into the form ( px  q )(rx  s ) , where p, q, r,
s are rational numbers. There are two other methods to solve quadratic equations and these two can
solve all quadratic equations. These two methods are completing the square and using the quadratic
formula.
The method of completing the square is to change the equation from the form ax 2  bx  c  0
to ( x  p)2  q . This can be done by dividing the whole equation by a and then we have
x2 
b
c
x
a
a
2
2
2
2
1 b
c  b 
 b 
x  2  x        
2 a
a  2a 
 2a 
2
b 
c  b 

x     
2a 
a  2a 

and thus p 
b
2a
and q   ac   2ba  . If q is positive, then x  p  q  x   p  q . If q = 0, then
2
x + p = 0 and hence x = –p. If q is negative, since the square of all real numbers is non-negative, the
equation has no real roots. The result x  p  q  x   p  q still holds, but the roots will be
complex.
Example 2.3.
Solve x 2  6 x  16  0 .
Solution.
Page 2 of 17
x 2  6 x  16  0
x 2  2  3  x  16
x 2  2  3  x  32  16  32
( x  3) 2  25
x  3  5
x  2 or  8.
Example 2.4.
Solve 2 x 2  4 x  9  0 .
Solution.
2 x2  4 x  9  0
9
x2  2 x 
2
9
x2  2 x  1   1
2
11
( x  1) 2 
2
22
x 1  
2
x  1 
22
.
2
From the method of completing the square, we can derive the quadratic formula.
Page 3 of 17
Thus we have theorem 2.2.
Theorem 2.2.
If ax 2  bx  c  0 and a  0 , the roots of this equation is given by
x
b  b2  4ac
.
2a
This formula can be used to solve all quadratic equations in the form ax 2  bx  c  0 with
a  0 . Furthermore, by observing the expression in the square root, i.e. b 2  4ac , we can know if
the equation has real roots or not. More about this will be discussed in the next section.
Example 2.5.
Solve x 2  x  12  0 .
Solution.
We put a = 1, b = –1 and c = –12 to the quadratic formula. Then we have
x
(1)  (1) 2  4(1)(12)
2(1)
1  49
2
 4 or  3.

Example 2.6.
Solve x 2  2 x  2  0 .
Solution.
We put a = 1, b = –2 and c = 2 to the quadratic formula. Then we have
Page 4 of 17
(2)  (2) 2  4(1)(2)
x
2(1)
2  4
2
2  2 1

2
 1  1.


1 is not a real number and it is defined that 1  i . Thus the answer above can be
written as 1  i . i is an imaginary number and 1  i are unreal solutions to the equation.
Examples 2.7 and 2.8 are further examples.
Example 2.7.
Solve 3x 4  10 x 2  8  0 .
Solution.
Let y  x 2 , then the original equation becomes
3 y 2  10 y  8  0
( y  4)(3 y  2)  0
2
y  4 or y   .
3
Since y  x 2  0 for real x, the solution y   23 is rejected. Then we have x 2  y  4 , which
gives x  2 .
Example 2.8.
Solve 32 x 1  28  3x  9  0 .
Solution.
Note that the equation is equivalent to 3  32 x  28  3x  9  0 .
Let y  3x , then the equation becomes
Page 5 of 17
3 y 2  28 y  9  0
( y  9)(3 y  1)  0
1
3
1
3x  9 or
3
x  2 or  1
y  9 or
Exercises
1.
Solve x 2  10 x  16  0 .
2.
Solve x 2  7  2 x .
3.
Solve (log x)2  log x 4  4  0 .
4.
Solve 4 x  6  2 y  16  0 .
3. Sum and product of roots
Theorem 3.1.
Let  and  be the roots of a quadratic equation ax 2  bx  c  0 with a  0 , then
(1)     
(2)  
b
and
a
c
.
a
Proof. From the quadratic formula, we have
Page 6 of 17
b  b 2  4ac b  b 2  4ac

2a
2a
2b

2a
b

a
 
and
 b  b 2  4ac  b  b 2  4ac 





2
a
2
a



  

(b) 2 

b 2  4ac

2
2
4a
b  b  4ac

4a 2
c
 .
a
2
2
Q.E.D.

Alternatively, we can find these two relations by comparing coefficients. Since  and  are
roots to the equation, we have
( x   )( x   )  0
x 2  (   ) x    0.
The original equation is
ax 2  bx  c  0
x2 
b
c
x 0
a
a
and by comparing coefficients, we have (   )  ba       ba and   ac .

Note that the relation of sum and product of roots with the coefficients always holds, no matter
if the roots are real or not.
Example 3.1.
Let  and  be the roots of 2 x 2  4 x  3  0 and  > . Find the values of  , (   )2 and  –
.
Page 7 of 17
Solution.
From theorem 3.1, we have
4
2
3
3
 
 .
2
2
      2
Thus (   )2  (2)2  4 .
Note that
(   ) 2   2   2  2
  2  2   2  4
 (   ) 2  4
 3
 4  4  
 2
 10
Since  > , we have     (   ) 2  10 .
Theorem 3.2.
Given the sum of roots and product of roots, we can form a quadratic equation whose roots have the
required sum and product and this equation is
x 2  (sum of roots)x  (product of roots)  0 .
Example 3.2.
Let  and  be roots of 2 x 2  3x  4  0 . Form a quadratic equation, with integer coefficients,
whose roots are 2 and  2   2 .
Solution.
We form the quadratic equation by finding the sum and product of roots of the required equation.
For 2 x 2  3x  4  0 ,
 
 
3
2
4
 2.
2
Page 8 of 17
For the required equation,
sum of roots  2   2   2
 (   ) 2
 3
  
 2
9

4
2
and
product of roots  (2 )  2   2 
 2  2  2   2   2 
 2 (   ) 2  2 
 3  2

 2  2     2  2 
 2 

 7.
Thus the required equation is
9
x2  x  7  0
4
2
4 x  9 x  28  0.
Exercises.
1.
Given  and  are the roots of 2 x 2  6 x  3  0 . Find
(a)  + 
(b) 
(c)  2   2
(d)  3   3
2.
Given  and  are the roots of x 2  5 x  3  0 . Find an equation with integer coefficients
whose roots are


and


.
Page 9 of 17
4. Discriminant and nature of roots
As we can see from the quadratic formula, the term inside the square root sign, i.e. b 2  4ac ,
determines the nature of roots.
Definition 4.1.
For a quadratic equation ax 2  bx  c  0 , where a  0 , the discriminant, usually denoted as , is
defined as
  b 2  4ac .
The value of the discriminant tells us the number of real roots of the quadratic equation.
Theorem 4.1.
For a quadratic equation ax 2  bx  c  0 , where a  0 , and its discriminant is   b 2  4ac ,
(1) if  > 0, the equation has two distinct real roots.
(2) if  = 0, the equation has one double real root.
(3) if  < 0, the equation has no real root, it has two distinct unreal roots.
Example 4.1.
Find the number of real root(s) for
(1)
x2  6x  7  0
(2)
x 2  6 x  16  0
(3)
x2  6x  9  0
Solution.
We first calculate the value of the discriminant of the equation and then we can determine the
number of real root(s).
For (1),   62  4(1)(7)  8  0 , thus there are two distinct real roots.
For (2),   62  4(1)(16)  28  0 , thus there is no real root.
For (3),   62  4(1)(9)  0 , thus there is one real root.
Page 10 of 17
Example 4.2.
Find the range of values of k such that x 2  kx  9  0 has real root(s).
Solution.
For the equation to have real root(s),   0 .
Thus we have
(k ) 2  4(1)(9)  0
k 2  36
k  6 or k  6.
Exercises.
1.
Find the range of values of k such that x 2  2kx  k  6 has two distinct real roots.
5. Quadratic functions and their graphs
A quadratic function is a function in the form f ( x)  ax 2  bx  c , where a  0 . The graph of
a quadratic function is a parabola. If a > 0, the parabola opens upward; if a < 0, the parabola opens
downward. These two cases are shown in Figure 1 and Figure 2 respectively.
y
f ( x)  ax 2  bx  c
x
Figure 1: The graph of f ( x)  ax 2  bx  c , where a > 0
y
f ( x)  ax 2  bx  c
x
Page 11 of 17
Figure 2: The graph of f ( x)  ax 2  bx  c , where a < 0
For a parabola, it has a vertex and an axis of symmetry. The coordinates of the former and the
equation of the latter can be found from f ( x)  ax 2  bx  c by completing the square.
f ( x)  ax 2  bx  c
b
c

 a  x2  x  
a
a

2
2
 2
b
 b  c  b  
 a x  2  x        
2a
 2a  a  2a  

2

b  4ac  b 2 
 a  x   

2a 
2a 

If a is positive, since ( x  2ba ) 2  0 for all real x, a and b, f(x) attains its minimum when
x  2ba  0  x   2ba . If a is negative, since ( x  2ba ) 2  0 , this gives a ( x  2ba ) 2  0 and hence f(x)
attains its maximum when x  2ba  0  x   2ba .
For both cases, the vertex is ( 2ba , 4ac2b ) and the axis of symmetry is x   2ba . The vertex
2
corresponds to the maximum or minimum value of the function.
Example 5.1.
Find the maximum
g ( x)  2 x 2  3x  1.
value
or
minimum
value,
if
exist,
of
f ( x)  x 2  4 x  9
and
Solution.
f ( x)  x 2  4 x  9
 ( x 2  4 x  4)  5
 ( x  2) 2  5
Thus the minimum value of f(x) is 5.
Page 12 of 17
g ( x)  2 x 2  3 x  1
3 

 2  x 2  x   1
2 

2
2
 2 3
1 3 
1 3
 2  x  x       1  2   
2
 2 2  
2 2

2
3 1

 2  x   
4 8

Thus the maximum value of g(x) is
1
8
.
Exercises.
1.
For each of the following functions, find the maximum or minimum value, if exists. Find also
the value of x when the maximum or minimum is attained.
(a)
f ( x)  x 2  4 x  4
(b)
g ( x)  3x 2  6 x  4
The graph of a quadratic function may cut the x-axis at two points, one point or it may not
intersect with the x-axis, depending on the sign of the discriminant. For f ( x)  ax 2  bx  c , the
value of the discriminant   b 2  4ac tells us the number of real roots of the equation
f ( x)  ax 2  bx  c  0 , i.e. the number of intersection point(s) of the graph of f(x) and x = 0.
If  > 0, the equation f ( x)  0 has two real roots and thus the parabola of
f ( x)  ax 2  bx  c cuts the x-axis at two distinct points. This is shown in Figure 3.
y
f ( x)  ax 2  bx  c
x
Figure 3: The graph of f ( x)  ax 2  bx  c , with  > 0
If  = 0, the parabola touches the x-axis, for f ( x)  0 has only one real root, as shown in
Figure 4.
Page 13 of 17
y
f ( x)  ax 2  bx  c
x
Figure 4: The graph of f ( x)  ax 2  bx  c , with  = 0
If  < 0, f ( x)  0 has no real root and hence the graph of f(x) does not intersect with the
x-axis. The whole parabola lies above the x-axis (for a > 0, as shown in Figure 5) or below the
x-axis (for a < 0, as shown in Figure 6).
y
f ( x)  ax 2  bx  c
x
Figure 5: The graph of f ( x)  ax 2  bx  c , with  < 0 and a > 0
y
x
f ( x)  ax 2  bx  c
Figure 6: The graph of f ( x)  ax 2  bx  c , with  < 0 and a < 0
Page 14 of 17
Exercises
2.
Show that the graph of f ( x)  (k  6) x 2  kx  2 must cut the x-axis at at least one point for
all real k.
6. Solving a linear equation and a quadratic equation
Given a system of two equations, one being linear and the other being quadratic, in the form
 y  px  q
,

2
 y  ax  bx  c
we can solve it by substituting the linear equation to the quadratic one to give
px  q  ax 2  bx  c
ax 2  (b  p) x  (c  q)  0.
Then we can solve for x and hence y.
The number of real solutions to the system of equations can be determined by finding the
discriminant of the quadratic equation ax 2  (b  p) x  (c  q)  0 .
Furthermore, these two equations can be solved by drawing the graphs of the straight line
y  px  q and the parabola y  ax 2  bx  c . The point(s) of intersection, if any, give(s) the
solution. The discriminant also tells the number of intersecting point(s).
Example 6.1.
Find the equation of straight line that passes through (1, 1) and is tangent to the parabola
y  x 2  3x  7 . Find also the point of tangency.
Solution.
Let the equation of the required straight line be y  mx  c . Since (1, 1) lies on this line, we have
1  m(1)  c
c  1  m.
Putting the equation of the straight line to that of the parabola, we get
x 2  3x  7  mx  c
x 2  (3  m) x  (7  c)  0.
Page 15 of 17
Since the straight line is tangent to the parabola, there is only one point of intersection and hence
0
(3  m) 2  4(1)(7  c)  0
9  6m  m 2  28  4c  0
m 2  6m  4(1  m)  19  0 (Put c  1  m)
m 2  2m  15  0
(m  5)(m  3)  0
m  5 or 3.
For m = –5, c = 1 – (–5) = 6 and so the equation of the straight line required is y = –5x + 6.
For m = 3, c = 1 – 3 = –2 and thus the equation required is y = 3x – 2.
Exercises
1.
7. Solutions to Selected Exercise
Solving quadratic equations
1.
x = 8 or x = 2
2.
x  1  2 2
3.
x = 100
4.
x=3
Sum and product of roots
1.
(a) –3
(b)
3
2
(c) 6
Page 16 of 17
(d)
2.
15 3
2
3x 2  19 x  3  0
Discriminant and nature of roots
1.
k > 3 or k < –2
Quadratic functions and their graphs
1.
(a) The minimum value is –8 when x = –2.
(b) The maximum value is 7 when x = 1.
Solving a linear equation and a quadratic equation
1.
Page 17 of 17
Download