← Back to all activities한국어 →
🌱 Roots & Coefficients Lab

You can find the sum and product of the roots
without solving the quadratic equation

If the two roots of ax²+bx+c=0 are α and β, you can know in advance that α+β = −b/a and αβ = c/a without calculating the roots directly with the quadratic formula. Change the coefficients a, b, and c with the sliders, then check whether the sum and product of the actual roots always match these formulas.

a (coefficient of x²)1
b (coefficient of x)-2
c (constant term)-3
x² − 2x − 3 = 0
Sum of the roots (α+β)
2
Product of the roots (αβ)
-3
Exactly matches the formulas −b/a=2 and c/a=-3!

Why does this relationship hold? Suppose ax²+bx+c = a(x−α)(x−β). Expanding the right-hand side and dividing both sides by a to match the coefficient of x² gives x²+(b/a)x+(c/a) = x²−(α+β)x+αβ. For the two polynomials to be equal, their coefficients of x and their constant terms must match, so −(α+β) = b/a and αβ = c/a. Rearranging gives α+β = −b/a and αβ = c/a.

Once you know this relationship, you can solve problems such as "What is the sum of the two roots?" and "What is the product of the two roots?" just by looking at the coefficients, without finding the roots directly.

🌱 Roots & Coefficients Quiz

Question 1/3 · Correct 0