1.1.2 The Discriminant
In this topic we will learn how to:
- find the discriminant of a quadratic polynomial ax^{2} + bx + c and use the discriminant
For the quadratic ax^{2} + bx + c,
b^{2} - 4acis known as the discriminant.
The discriminant is used to determine the number of roots that a quadratic has and the nature of those roots. A quadratic either has two real roots, one real root(repeated root), or no real roots.
\textbf{\textcolor{gray}{Two real roots}}If a quadratic has two real roots then,
b^{2} - 4ac > 0This means that the curve intersects the x-axis twice when sketched on a Cartesian plane.
\textbf{\textcolor{gray}{One Real Root (Repeated Root)}}If a quadratic has one real root then,
b^{2} - 4ac = 0This means that the curve intersects the x-axis once when sketched on a Cartesian plane.
\textbf{\textcolor{gray}{No Real Roots}}If a quadratic has no real roots then,
b^{2} - 4ac < 0This means that the curve does not intersect with the x-axis when sketched on a Cartesian plane.
Let’s look at some past paper questions involving the discriminant.
1. The line 4y = x + c, where c is a constant, is a tangent to the curve y^{2} = x + 3 at the point P on the curve. Find the value of c.(9709/11/M/J/19 number 2)
Gleaning information from the question we know that the line is tangent to the curve. This means the line intersects the curve once, therefore,
b^{2} - 4ac = 0Since the two graphs are intersecting, we start by solving simultaneously,
4y = x + c\ \ \ \ \ \ y^{2} = x + 3Make x the subject of the formula in the linear equation,
4y = x + cx = c - 4ySubstitute x in the quadratic with \textcolor{#2192ff}{4y - c},
y^{2} = \textcolor{#2192ff}{x} + 3y^{2} = \textcolor{#2192ff}{4y - c} + 3Rearrange the equation so that all the terms are on one side,
y^{2} - 4y + c - 3 = 0Earlier, we deduced that,
b^{2} - 4ac = 0a = \textcolor{#2192ff}{1},\ \ \ b = \textcolor{#0f0}{-4},\ \ \ c = \textcolor{red}{c - 3}Substitute these values into b^{2} - 4ac = 0,
(\textcolor{#0f0}{-4})^{2} - 4(\textcolor{#2192ff}{1})(\textcolor{red}{c - 3}) = 0Simplify,
16 -4(c - 3) = 0Remove the brackets,
16 - 4c + 12 = 0Solve for c,
4c = 28c = 7Therefore, the final answer is,
c = 72. A line has equation y = 3kx - 2k and a curve has equation y = x^{2} - kx + 2, where k is a constant. Find the set of values of k for which the line and the curve meet at two distinct points.(9709/13/O/N/19 number 6)
Let’s glean some information from the question. It mentions “…set of values…”. This means our answer should be a range of values, therefore, our answer is likely to be an inequality. The question also mentions that “…the line and the curve meet at two distinct points.” This means they intersect twice and there are two real roots, therefore,
b^{2} - 4ac > 0So let’s start by solving simultaneously since the two graphs intersect,
y = 3kx - 2k\ \ \ \ \ \ y = x^{2} - kx + 2Equate the two equations,
3kx - 2k = x^{2} - kx + 2Group like terms,
x^{2}\ \textcolor{#2192ff}{-\ kx - 3kx} + 2 + 2kSimplify,
x^{2}\ \textcolor{#2192ff}{-\ 4kx} + (2 + 2k)Earlier we deduced that b^{2} - 4ac > 0,
a = \textcolor{#2192ff}{1},\ \ \ b = \textcolor{#0f0}{-4k},\ \ \ c = \textcolor{red}{2 + 2k}Substitute these values into b^{2} - 4ac > 0,
b^{2} - 4ac > 0(\textcolor{#0f0}{-4k})^{2} - 4(\textcolor{#2192ff}{1})(\textcolor{red}{2 + 2k}) > 0Expand the brackets,
16k^{2} - 8 - 8k > 0Rearrange into the form ax^{2} + bx + c,
16k^{2} -8k - 8 > 0Divide through by 8,
2k^{2} - k - 1 > 0Solve the quadratic inequality,
(2k + 1)(k - 1) = 02k + 1 = 0\ \ \ \ \ \ k - 1 = 0k = -\frac{1}{2}\ \ \ \ \ \ k = 1k < -\frac{1}{2} \textmd{ and } k > 1Therefore, the final answer is,
k < -\frac{1}{2} \textmd{ and } k > 1