Sum And Product Of Zeros Of A Quadratic Polynomial

#Algebra
TL;DR
The sum and product of zeros of a quadratic polynomial are two formulas that tie a quadratic to its zeros. For $ax^2 + bx + c$ with $a \neq 0$ and zeros $\alpha$ and $\beta$, the sum of the zeros is $\alpha + \beta = -\dfrac{b}{a}$ and the product of the zeros is $\alpha\beta = \dfrac{c}{a}$. Reverse the two formulas and you can build a quadratic straight from its zeros: $x^2 - (\alpha+\beta)x + \alpha\beta$. This single pair of relations lets you check zeros, form polynomials, and read a quadratic without solving it.
BT
Bhanzu TeamLast updated on September 10, 202614 min read

What Is The Sum And Product Of Zeros Of A Quadratic Polynomial?

The sum and product of zeros of a quadratic polynomial are two fixed relationships between a quadratic's zeros and its coefficients: for $ax^2 + bx + c$ with $a \neq 0$, the zeros add up to $-\dfrac{b}{a}$ and multiply to $\dfrac{c}{a}$. A zero of a polynomial is a value of $x$ that makes the polynomial equal to zero, so if $\alpha$ and $\beta$ are the zeros, then $p(\alpha) = 0$ and $p(\beta) = 0$.

Write the two results in one place:

$$\alpha + \beta = -\frac{b}{a}, \qquad \alpha\beta = \frac{c}{a}$$

The power of these formulas is that you never have to find $\alpha$ and $\beta$ first. Read $a$, $b$, and $c$ straight off the polynomial, and the sum and product drop out. A quadratic such as $x^2 - 5x + 6$ has $a = 1$, $b = -5$, $c = 6$, so its zeros sum to $5$ and multiply to $6$ before you factor anything. (The zeros happen to be $2$ and $3$, which check out: $2 + 3 = 5$ and $2 \times 3 = 6$.)

Two related ideas sit close to this one. Finding the actual zeros is the job of the roots of a quadratic equation; the broader idea of a value that makes any polynomial vanish is covered under zeros of a polynomial. This article stays on the quadratic case and on what the sum and product let you do.

Where Do The Sum And Product Formulas Come From?

Both formulas fall out of one fact: a quadratic with zeros $\alpha$ and $\beta$ can be written in factored form. If $\alpha$ and $\beta$ are the zeros, then $(x - \alpha)$ and $(x - \beta)$ are factors, and the quadratic is a constant multiple of their product.

Start from the factored form and expand:

$$a(x - \alpha)(x - \beta)$$

$$= a\left[x^2 - \beta x - \alpha x + \alpha\beta\right]$$

$$= a\left[x^2 - (\alpha + \beta)x + \alpha\beta\right]$$

$$= ax^2 - a(\alpha + \beta)x + a\alpha\beta$$

Now line this up against the standard form $ax^2 + bx + c$. The coefficient of $x$ must match, and so must the constant term:

$$b = -a(\alpha + \beta) \quad\Rightarrow\quad \alpha + \beta = -\frac{b}{a}$$

$$c = a\alpha\beta \quad\Rightarrow\quad \alpha\beta = \frac{c}{a}$$

That is the whole proof. The minus sign in $-\dfrac{b}{a}$ is not a rule to memorise; it comes from the $-(\alpha+\beta)$ that appears when you expand $(x-\alpha)(x-\beta)$. If you ever forget which formula carries the sign, expand the brackets again in the margin and the sign tells you where it lives. For the factoring side of the same identity, see factorization of quadratic polynomials.

How Do You Find The Sum Of The Zeros?

To find the sum of the zeros, divide the coefficient of $x$ by the leading coefficient and flip the sign: $\alpha + \beta = -\dfrac{b}{a}$. You do not need the zeros themselves.

Example 1: Find the sum of the zeros of $2x^2 - 8x + 6$.

Read off the coefficients:

$a = 2, \quad b = -8, \quad c = 6$

Apply the formula:

$$\alpha + \beta = -\frac{b}{a} = -\frac{-8}{2} = 4$$

Final answer: the zeros sum to $4$.

Check it against the real zeros. Factoring, $2x^2 - 8x + 6 = 2(x-1)(x-3)$, so the zeros are $1$ and $3$, and $1 + 3 = 4$. The formula agreed without any factoring.

Notice what the leading coefficient did. Because $a = 2$, dividing by it was essential. Skip that division and you would get $8$ instead of $4$, which is the single most common slip in this whole topic.

How Do You Find The Product Of The Zeros?

To find the product of the zeros, divide the constant term by the leading coefficient: $\alpha\beta = \dfrac{c}{a}$. Again, the zeros never appear.

Example 2: Find the product of the zeros of $3x^2 + 5x - 2$.

Read off the coefficients:

$a = 3, \quad b = 5, \quad c = -2$

Apply the formula:

$$\alpha\beta = \frac{c}{a} = \frac{-2}{3} = -\frac{2}{3}$$

Final answer: the product of the zeros is $-\dfrac{2}{3}$.

While the formula is in front of us, read the sum from the same polynomial: $\alpha + \beta = -\dfrac{5}{3}$. So $3x^2 + 5x - 2$ has zeros that add to $-\dfrac{5}{3}$ and multiply to $-\dfrac{2}{3}$. A negative product tells you one zero is positive and one is negative, before you find either one. That is the kind of reading these formulas make free.

How Do The Sum And Product Relate To The Coefficients?

The cleanest way to see the relationship is the monic form, the version of a quadratic whose leading coefficient is $1$. Divide the whole quadratic by $a$ so the leading coefficient becomes $1$:

$$x^2 + \frac{b}{a}x + \frac{c}{a}$$

Compare it, term by term, with the form built from the zeros:

$$x^2 - (\alpha + \beta)x + \alpha\beta$$

Table: Reading the sum and product straight from a quadratic.

Quantity

In terms of coefficients

For $x^2 - 5x + 6$

Sum of zeros $\alpha + \beta$

$-\dfrac{b}{a}$

$-\dfrac{-5}{1} = 5$

Product of zeros $\alpha\beta$

$\dfrac{c}{a}$

$\dfrac{6}{1} = 6$

Middle coefficient $b$

$-a(\alpha+\beta)$

$-5$

Constant $c$

$a,\alpha\beta$

$6$

The coefficient of $x$ is the negative sum, and the constant is the product, once the quadratic is monic. When $a = 1$ the formulas simplify to $\alpha + \beta = -b$ and $\alpha\beta = c$, which is why the standard form of a quadratic equation is worth writing down first.

How Do You Form A Quadratic Polynomial From Its Zeros?

To form a quadratic from its zeros, put the sum and product into $x^2 - (\text{sum})x + (\text{product})$. This is the reverse of everything above, and it is the skill most exam questions actually test.

$$p(x) = x^2 - (\alpha + \beta)x + \alpha\beta$$

Example 3: Form a quadratic whose zeros are $3$ and $-2$.

Compute the sum and the product first:

Sum: $\alpha + \beta = 3 + (-2) = 1$

Product: $\alpha\beta = (3)(-2) = -6$

Substitute into the identity:

$$p(x) = x^2 - (1)x + (-6) = x^2 - x - 6$$

Final answer: $x^2 - x - 6$.

Check by factoring: $x^2 - x - 6 = (x - 3)(x + 2)$, whose zeros are $3$ and $-2$. Correct.

Example 4: Form a quadratic whose zeros are $2 + \sqrt{3}$ and $2 - \sqrt{3}$.

Irrational zeros look intimidating, but a conjugate pair like this one makes the sum and product tidy, because the roots cancel and combine.

Sum: $(2 + \sqrt{3}) + (2 - \sqrt{3}) = 4$

Product: $(2 + \sqrt{3})(2 - \sqrt{3}) = 2^2 - (\sqrt{3})^2 = 4 - 3 = 1$

Substitute:

$$p(x) = x^2 - 4x + 1$$

Final answer: $x^2 - 4x + 1$. No surds survive, which is the point of pairing a sum with a product: the messy parts of the two zeros cancel in the sum or multiply away in the product.

Any polynomial with these zeros works, so $2(x^2 - 4x + 1)$ or $5(x^2 - 4x + 1)$ are equally valid answers. The monic version $x^2 - 4x + 1$ is the standard one to report unless a leading coefficient is asked for.

How Do You Form A Quadratic When The Zeros Are Fractions?

When the zeros are fractions, build the monic quadratic first, then multiply through by the common denominator to clear the fractions and land on integer coefficients.

Example 5: Form a quadratic with integer coefficients whose zeros are $-\dfrac{2}{3}$ and $\dfrac{1}{4}$.

Sum:

$$\alpha + \beta = -\frac{2}{3} + \frac{1}{4} = -\frac{8}{12} + \frac{3}{12} = -\frac{5}{12}$$

Product:

$$\alpha\beta = \left(-\frac{2}{3}\right)\left(\frac{1}{4}\right) = -\frac{2}{12} = -\frac{1}{6}$$

Substitute into $x^2 - (\text{sum})x + (\text{product})$:

$$x^2 - \left(-\frac{5}{12}\right)x + \left(-\frac{1}{6}\right) = x^2 + \frac{5}{12}x - \frac{1}{6}$$

Now multiply every term by $12$ (the least common denominator) to clear the fractions:

$$12x^2 + 5x - 2$$

Final answer: $12x^2 + 5x - 2$.

Check by factoring: $12x^2 + 5x - 2 = (3x + 2)(4x - 1)$, whose zeros are $-\dfrac{2}{3}$ and $\dfrac{1}{4}$. Correct. Clearing the denominator changed $a$ from $1$ to $12$, and that is fine, since scaling a quadratic never moves its zeros.

How Do You Verify Given Zeros Using The Sum And Product?

To verify that two numbers are the zeros of a quadratic, check that their sum equals $-\dfrac{b}{a}$ and their product equals $\dfrac{c}{a}$. If both match, the numbers are the zeros; if either fails, they are not. This is faster than substituting each value back into the polynomial.

Example 6: Verify that $2$ and $5$ are the zeros of $x^2 - 7x + 10$.

From the polynomial, $a = 1$, $b = -7$, $c = 10$, so the required sum is $-\dfrac{-7}{1} = 7$ and the required product is $\dfrac{10}{1} = 10$.

Test the candidates:

Sum: $2 + 5 = 7$. Matches.

Product: $2 \times 5 = 10$. Matches.

Both conditions hold, so $2$ and $5$ are indeed the zeros. The check took two additions and one multiplication, no substitution needed. This is the trick examiners reward, and it connects directly to the wider family of quadratic equations where the same relations reappear.

Why Do These Relations Exist At All?

The sum and product formulas are not a coincidence of algebra. They exist because the coefficients of a polynomial are built from its zeros, and for a quadratic there are exactly two coefficients to build and two zeros to build them from.

  • The coefficients are symmetric functions of the zeros. A symmetric function stays the same when you swap its inputs. Swap $\alpha$ and $\beta$ and neither $\alpha + \beta$ nor $\alpha\beta$ changes. A polynomial cannot tell its zeros apart, so the only information its coefficients can hold is the information that survives swapping: the sum and the product.

  • Two zeros, two facts. A quadratic is pinned down (up to a scale factor) by exactly two numbers. The sum and the product are those two numbers. Give me the sum and the product and I can rebuild the polynomial; give me the polynomial and I can read off the sum and the product. It works both ways because both directions carry the same two facts.

This is the quadratic case of a much larger pattern. For a cubic there are three such relationships, seen in the zeros of a cubic polynomial, and the pattern continues for every degree. The quadratic is where it is easiest to see, which is why it is taught first.

The relationship between a polynomial's roots and its coefficients is credited to the French mathematician François Viète, who worked it out at the end of the sixteenth century, long before modern algebraic notation existed.

One more name belongs beside his:

  • Albert Girard (1595–1632, France) stated the relations between roots and coefficients for higher-degree polynomials clearly in 1629, extending the quadratic case that Viète had opened. The general result is often taught today as Vieta's formulas, a nod to the man who first gave algebra its symbols.

Where Is The Sum And Product Of Zeros Used In The Real World?

The idea that two summary numbers can stand in for a whole quadratic shows up well beyond the classroom.

  • Projectile motion: the height of a thrown ball follows a quadratic in time, and its two zeros are the launch and landing moments. Their sum locates the midpoint of the flight (where the peak sits), so the sum of zeros points straight at the highest point.

  • Physics and electronics: the natural frequencies of a vibrating system or an oscillating circuit are the zeros of a quadratic, and engineers read the sum and product to judge stability without solving for each frequency.

  • Economics: a profit model that rises then falls is often quadratic, and its two break-even points are the zeros. The sum of the zeros locates the output that maximises profit.

  • Computer graphics: finding where a ray meets a curved surface reduces to a quadratic, and the sum and product of its zeros let the renderer test for a hit cheaply before computing the exact points.

One relationship (two numbers describing a whole curve) serves ballistics, circuits, business, and rendering. Mathematics keeps reusing the same small idea across fields that never talk to each other.

What Are The Most Common Sum And Product Of Zeros Mistakes?

These four errors account for most lost marks on this topic, confirmed against the common-mistakes sections of the ranking pages and forming-from-zeros guides for this exact keyword.

Dropping the minus sign in the sum.

Where it slips in:

A student writes $\alpha + \beta = \dfrac{b}{a}$ and forgets that the sum carries a negative sign.

Don't do this:

Do not read the sum as plain $\dfrac{b}{a}$. The product is $\dfrac{c}{a}$ with no sign change, but the sum is not.

The correct way:

The sum is $\alpha + \beta = -\dfrac{b}{a}$. If the sign ever feels arbitrary, expand $(x - \alpha)(x - \beta)$ and watch the $-(\alpha + \beta)$ appear on the middle term.

Not dividing by $a$ when $a \neq 1$.

Where it slips in:

A student sees $2x^2 - 8x + 6$ and reports the sum as $8$ and the product as $6$, treating the leading coefficient as if it were $1$.

Don't do this:

Do not read $-b$ and $c$ directly unless the quadratic is monic. The formulas divide by $a$ for a reason.

The correct way:

Always divide. For $2x^2 - 8x + 6$: sum $= -\dfrac{-8}{2} = 4$ and product $= \dfrac{6}{2} = 3$, not $8$ and $6$.

Swapping the sum and the product.

Where it slips in:

While forming a quadratic, a student writes $x^2 - (\alpha\beta)x + (\alpha + \beta)$, putting the product in the middle and the sum at the end.

Don't do this:

Do not mix up the two slots. The middle term holds the sum; the constant term holds the product.

The correct way:

Keep the order fixed: $x^2 - (\text{sum})x + (\text{product})$. Say it out loud each time, sum in the middle, product at the end.

Getting the sign wrong when building the polynomial.

Where it slips in:

Given zeros whose sum is $S$, a student writes $x^2 + Sx + \dots$ instead of $x^2 - Sx + \dots$, carrying a plus where the identity demands a minus.

Don't do this:

Do not copy the sum into the middle term with its own sign. The identity already supplies a minus in front of the sum.

The correct way:

Use $x^2 - (\text{sum})x + (\text{product})$ exactly. For zeros $5$ and $-3$ the sum is $2$, so the polynomial is $x^2 - 2x - 15$, not $x^2 + 2x - 15$.

Practice Problems On Sum And Product Of Zeros

Try these, then check against the answers. The last two go the reverse direction and are the ones worth slowing down on.

  1. Find the sum and product of the zeros of $x^2 - 9x + 20$.
    (Answer: sum $= 9$, product $= 20$; the zeros are $4$ and $5$.)

  2. Find the sum and product of the zeros of $3x^2 + 5x - 2$.
    (Answer: sum $= -\dfrac{5}{3}$, product $= -\dfrac{2}{3}$.)

  3. Form a quadratic whose zeros are $7$ and $-4$.
    (Answer: sum $= 3$, product $= -28$, so $x^2 - 3x - 28$.)

  4. Form a quadratic whose zeros are $2 + \sqrt{5}$ and $2 - \sqrt{5}$.
    (Answer: sum $= 4$, product $= -1$, so $x^2 - 4x - 1$.)

  5. Form a quadratic with integer coefficients whose zeros are $-\dfrac{1}{2}$ and $\dfrac{3}{2}$.
    (Answer: sum $= 1$, product $= -\dfrac{3}{4}$; monic form $x^2 - x - \dfrac{3}{4}$, cleared to $4x^2 - 4x - 3$.)

  6. Verify whether $1$ and $6$ are the zeros of $x^2 - 7x + 6$.
    (Answer: required sum $= 7$ and $1 + 6 = 7$; required product $= 6$ and $1 \times 6 = 6$; both match, so yes.)

Where Should You Go Next After Sum And Product Of Zeros?

The sum and product open several natural doors, and each one is a short step from here.

  1. Roots of a quadratic equation. Once you can read the sum and product, learn the formula that produces the actual zeros, and watch the two views line up.

  2. Zeros of a cubic polynomial. The same coefficient-to-zero relationships extend to three zeros, with a sum, a product, and a middle term to match.

  3. Polynomials. Step back to the parent topic and see where quadratics sit among linear, cubic, and higher-degree expressions.

If your child is learning to move between a quadratic and its zeros with confidence, a live Bhanzu trainer teaches this the way it is derived here, starting from why the relations exist, in the Bhanzu algebra program.

Book a Free Demo

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

What is the formula for the sum and product of zeros of a quadratic polynomial?
For $ax^2 + bx + c$ with zeros $\alpha$ and $\beta$, the sum of the zeros is $\alpha + \beta = -\dfrac{b}{a}$ and the product of the zeros is $\alpha\beta = \dfrac{c}{a}$. You read $a$, $b$, and $c$ off the polynomial without solving it.
How do you form a quadratic polynomial from its zeros?
Put the sum and product into $x^2 - (\text{sum})x + (\text{product})$. For zeros $3$ and $-2$, the sum is $1$ and the product is $-6$, so the quadratic is $x^2 - x - 6$.
Why is there a minus sign in the sum but not in the product?
Because expanding $(x - \alpha)(x - \beta)$ gives $x^2 - (\alpha + \beta)x + \alpha\beta$. The middle term already carries a minus, so matching it to $bx$ forces the sum to equal $-\dfrac{b}{a}$, while the constant term $\alpha\beta$ matches $\dfrac{c}{a}$ with no sign change.
Does the answer change if the leading coefficient is not 1?
Yes. When $a \neq 1$ you must divide by it: the sum is $-\dfrac{b}{a}$ and the product is $\dfrac{c}{a}$, not $-b$ and $c$. Forgetting to divide by $a$ is the most common mistake in the topic.
How is the sum and product of zeros of a quadratic polynomial different from the quadratic formula?
The quadratic formula finds the actual zeros one at a time. The sum and product formulas skip the zeros and give you two facts about them directly, which is enough to check zeros, form a polynomial, or locate a parabola's axis without solving.
What if the two zeros are equal?
Then $\alpha = \beta$, the sum is $2\alpha$, and the product is $\alpha^2$. This happens exactly when the discriminant is zero, meaning the parabola just touches the x-axis at a single repeated zero.
✍️ Written By
BT
Bhanzu Team
Content Creator and Editor
Bhanzu’s editorial team, known as Team Bhanzu, is made up of experienced educators, curriculum experts, content strategists, and fact-checkers dedicated to making math simple and engaging for learners worldwide. Every article and resource is carefully researched, thoughtfully structured, and rigorously reviewed to ensure accuracy, clarity, and real-world relevance. We understand that building strong math foundations can raise questions for students and parents alike. That’s why Team Bhanzu focuses on delivering practical insights, concept-driven explanations, and trustworthy guidance-empowering learners to develop confidence, speed, and a lifelong love for mathematics.
Related Articles
Book a FREE Demo ClassBook Now →