← Back to all lessons
Class 10Algebra0:42Published 3 Jul 2024

Forming a Quadratic Polynomial From Its Zeros

A quick look at how to build a quadratic polynomial when its two zeros are known, using the sum and product of those zeros.

This short lesson shows how to write a quadratic polynomial directly from its two zeros. It gives the standard form built from the sum and the product of the zeros, then puts it to work on a simple example with zeros of 2 and 3 to recover the polynomial.

What you'll learn

  • How to write a quadratic polynomial from its two zeros using their sum and product
  • Why the sum of the zeros becomes the middle coefficient and the product becomes the constant term
  • How to apply the formula to a worked example with zeros two and three

Lesson chapters

0:00The formula from the sum and product of the zeros
0:19Worked example with zeros two and three
0:37The resulting polynomial

Lesson notes

Forming a quadratic polynomial from its zeros

This lesson shows how to build a quadratic polynomial when its two zeros are known, using the sum and the product of those zeros.

The general form

If α\alpha and β\beta are the zeros of a quadratic polynomial, then the polynomial can be written as

x2(α+β)x+αβ.x^2 - (\alpha + \beta)x + \alpha\beta.

The coefficient of xx is the sum of the zeros (with a minus sign), and the constant term is the product of the zeros.

Worked example

Suppose the zeros are α=2\alpha = 2 and β=3\beta = 3. Substitute them into the form above.

Sum of the zeros: α+β=2+3=5\alpha + \beta = 2 + 3 = 5.

Product of the zeros: αβ=2×3=6\alpha\beta = 2 \times 3 = 6.

So the polynomial is

x2(2+3)x+(2×3)=x25x+6.x^2 - (2 + 3)x + (2 \times 3) = x^2 - 5x + 6.

Key takeaways

  • A quadratic with zeros α\alpha and β\beta can be written as x2(α+β)x+αβx^2 - (\alpha + \beta)x + \alpha\beta.
  • The middle coefficient comes from the sum of the zeros, and the constant term from their product.
  • For zeros 22 and 33, this gives x25x+6x^2 - 5x + 6.