\( What type of roots does x^2 + 4x + 8 = 0 have? \)
Explanation
Show / hide — toggle with X
Statement
The discriminant is a key part of the quadratic formula and helps determine the nature of the solutions of a quadratic equation of the form \(ax^2 + bx + c = 0\). It is given by:
\[\Delta = b^2 - 4ac\]
The value of \(\Delta\) tells us how many and what type of solutions (roots) the quadratic equation has.
Why it’s true
The quadratic formula is \(x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\).
The expression inside the square root, \(b^2 - 4ac\), is the discriminant.
If the discriminant is positive, the square root is a real number, giving two distinct real roots.
If it is zero, the square root vanishes, giving one repeated real root.
If it is negative, the square root is imaginary, giving two complex conjugate roots.
Recipe (how to use it)
Identify coefficients \(a\), \(b\), and \(c\) from the quadratic equation \(ax^2 + bx + c = 0\).
Calculate \(\Delta = b^2 - 4ac\).
Interpret the result:
\(\Delta > 0\): two real and distinct roots.
\(\Delta = 0\): one real repeated root.
\(\Delta < 0\): two complex roots.
Spotting it
The discriminant is relevant whenever you are asked about the number or type of solutions of a quadratic, without needing to solve it fully.
Common pairings
Quadratic formula \(x = \frac{-b \pm \sqrt{\Delta}}{2a}\).
Completing the square (where the discriminant shows whether the square term balances).
Graph of a parabola (the discriminant tells how many times it cuts the x-axis).
Mini examples
Given: \(x^2 - 5x + 6 = 0\). Find: discriminant. Answer: \(b^2 - 4ac = 25 - 24 = 1 > 0\), so two real roots.
Mixing up the discriminant with the quadratic formula itself.
Exam strategy
Quickly calculate \(\Delta\) before deciding how to solve the quadratic.
If \(\Delta\) is negative, don’t waste time looking for real roots.
If \(\Delta\) is a perfect square, expect rational roots.
Summary
The discriminant \(\Delta = b^2 - 4ac\) is a shortcut to determine the nature of quadratic roots. It helps decide whether solutions are real or complex, distinct or repeated, and links algebra with the graph of the parabola.
Worked examples
Show / hide (10) — toggle with E
\( Find the discriminant of x^2 + 3x + 2 = 0 and state the nature of its roots. \)
\( a=1, b=3, c=2 \)
\( Δ = b^2 - 4ac = 9 - 8 = 1 \)
Since Δ>0, two real distinct roots
Answer:
Two real distinct roots
\( Find the discriminant of x^2 + 4x + 4 = 0 and state the nature of its roots. \)
\( a=1, b=4, c=4 \)
\( Δ = 16 - 16 = 0 \)
One repeated real root
Answer:
One real repeated root
\( Find the discriminant of x^2 + 2x + 5 = 0 and describe its roots. \)
\( a=1, b=2, c=5 \)
\( Δ = 4 - 20 = -16 \)
Δ<0, two complex roots
Answer:
Two complex roots
\( For the quadratic 2x^2 - 3x + 1 = 0, calculate the discriminant. \)
\( a=2, b=-3, c=1 \)
\( Δ = (-3)^2 - 4×2×1 = 9 - 8 = 1 \)
Δ>0, two real distinct roots
Answer:
1
\( Find the discriminant of 3x^2 + 6x + 3 = 0 and interpret the result. \)
\( a=3, b=6, c=3 \)
\( Δ = 36 - 36 = 0 \)
One repeated real root
Answer:
0
\( Determine the discriminant of x^2 - 6x + 13 = 0. \)
\( a=1, b=-6, c=13 \)
\( Δ = 36 - 52 = -16 \)
Δ<0, two complex roots
Answer:
-16
\( Find the discriminant of 4x^2 + 4x + 1 = 0. \)
\( a=4, b=4, c=1 \)
\( Δ = 16 - 16 = 0 \)
One repeated real root
Answer:
0
\( For the quadratic 5x^2 - 20x + 20 = 0, calculate the discriminant. \)
\( a=5, b=-20, c=20 \)
\( Δ = 400 - 400 = 0 \)
One repeated real root
Answer:
0
\( Find the discriminant of 2x^2 + 5x + 10 = 0. \)
\( a=2, b=5, c=10 \)
\( Δ = 25 - 80 = -55 \)
Δ<0, two complex roots
Answer:
-55
\( Determine the discriminant of x^2 - 2x - 15 = 0. \)