Notebook
00:07
12 Apr 2026

Deriving Sum and Product of Zeros Formulas

Welcome! Today we're exploring Deriving Sum and Product of Zeros Formulas — one of the most powerful shortcuts in the polynomials chapter.

Here is something remarkable: if you know the coefficients of a quadratic, you can compute the sum and product of its zeros without ever finding the zeros themselves.

The formulas:

QuantityFormula
Sum of zerosba-\frac{b}{a}
Product of zerosca\frac{c}{a}

These are not magic — they come directly from expanding the factored form and comparing coefficients.

Understanding the derivation is important because:

It tells you where the minus signkey! in ba-\frac{b}{a} comes from.

That minus sign is the source of the most common error in the entire chapter.

1. Stating both formulas correctly

We need two formulas that connect a quadratic's zeros to its coefficients.

These formulas are used in almost every problem in this chapter, so getting them right — especially the signs — is critical.

📋 Given Info

For a quadratic polynomial ax2+bx+cax^2 + bx + c with zeros α\alpha and β\beta:

There are two relationships connecting the zeros to the coefficients aa, bb, and cc.

✍️ Question

State the formulas for the sum of zeros and the product of zeros in terms of aa, bb, and cc.

The two formulas are:

Sum of zeros: α+β=ba\alpha + \beta = \frac{-b}{a}Use this shortcut to find sum without solving

Product of zeros: αβ=ca\alpha \cdot \beta = \frac{c}{a}Use this when question asks for product of roots

✍️ Yes/No
Yes or No?
In the sum of zeros formula α+β=ba\alpha + \beta = \frac{-b}{a}, there is a negative sign. Is there a negative sign in the product of zeros formula αβ=ca\alpha \cdot \beta = \frac{c}{a}?

Notice the signs: the sum has a NEGATIVEThis is where most students lose marks sign (b/a-b/anegativeAlways remember sum has the negative), while the product has no extra negativeProduct does not have the negative sign (just c/ac/ano negativeNo negative sign here). This asymmetryEven if method is correct, wrong signs give wrong answer comes from the derivation.

✍️ MCQ
Choose one
For a quadratic polynomial 2x2+5x+32x^2 + 5x + 3, what is the sum of zeros?

When you expand a(xα)(xβ)a(x - \alpha)(x - \beta), you get:

ax2a(α+β)x+a(αβ)ax^2 - a(\alpha + \beta)x + a(\alpha \cdot \beta)
(Sum shows up in middle, product in constant)

Comparing this with ax2+bx+cax^2 + bx + c:

  • The xx coefficient gives: a(α+β)=b-a(\alpha + \beta) = b, so α+β=ba\alpha + \beta = \frac{-b}{a}Sum formula — don't forget the negative sign
  • The constant term gives: a(αβ)=ca(\alpha \cdot \beta) = c, so αβ=ca\alpha \cdot \beta = \frac{c}{a}Product formula — c divided by a
✍️ MCQ
Choose one
In the expansion a(xα)(xβ)=ax2a(α+β)x+a(αβ)a(x - \alpha)(x - \beta) = ax^2 - a(\alpha + \beta)x + a(\alpha \cdot \beta), why does the sum formula have a negative sign but the product formula doesn't?

⚠️ The negative sign in the sum formulaIt comes directly from the minus signs in the factored form comes from the minus signs in (xα)(xβ)(x - \alpha)(x - \beta).

When you expand (xα)(xβ)(x - \alpha)(x - \beta), those minus signsThe minus signs create the negative coefficient create a negative coefficient for the xx termThat's exactly why we get negative b over a. That's why the sum formula has ba-\frac{b}{a}correctThe result of expanding with minus signs, not ba\frac{b}{a}.

Forgetting this sign is the single most common error in the chapter.Forgetting the negative sign is the biggest mistake

FormulaCorrectCommon Mistake
Sum of zerosα+β=ba\alpha + \beta = -\frac{b}{a}The sum formula MUST have the negativeα+β=ba\alpha + \beta = \frac{b}{a}Writing just b over a is incorrect (missing negative)

Students often write ba\frac{b}{a} instead of ba-\frac{b}{a} because they forget where the negative comes from.

✍️ MCQ
Choose one
For the quadratic 2x2+5x+32x^2 + 5x + 3, what is the sum of its zeros α+β\alpha + \beta?

2. Understanding the derivation through coefficient comparison

Knowing the formulas is one thing; understanding where they come from is what lets you reconstruct them when needed. 🧠

The derivation is a single idea: expand the factored form and match it term-by-term with ax2+bx+cax^2 + bx + c.

📋 Given Info

Here's what we know:

If α\alpha and β\beta are zeros of p(x)=ax2+bx+cp(x) = ax^2 + bx + c, then we can write:

p(x)=a(xα)(xβ)p(x) = a(x - \alpha)(x - \beta)

The factor aa ensures the leading coefficients match.

✍️ Question

Your turn! ✏️

Expand a(xα)(xβ)a(x - \alpha)(x - \beta) fully.

Then compare the xx-coefficient with bb to show that:

α+β=ba\alpha + \beta = -\frac{b}{a}
goal

Let me walk you through the derivation step by step.

Since α\alpha and β\beta are zeros of the quadratic, we can write the polynomial as:

p(x)=a(xα)(xβ)p(x) = a(x - \alpha)(x - \beta)
(When you know the zeros, this is the form you can write)

✍️ MCQ
Choose one
When we expand (xα)(xβ)(x - \alpha)(x - \beta), what will be the coefficient of xx in the expanded form?

Step 1: Expand (xα)(xβ)(x - \alpha)(x - \beta)

Let's multiply these two brackets term by term:

=x2βxαx+αβ= x^2 - \beta x - \alpha x + \alpha\beta

Now, let's combine the like terms (the two middle terms with xx):

=x2(α+β)x+αβ= x^2 - (\alpha + \beta)x + \alpha\beta
(The expansion reveals where the formula comes from)

(α+β)(\alpha + \beta)sum of zerosSum of zeros appears as the x coefficient

✍️ MCQ
Choose one
In the expansion x2(α+β)x+αβx^2 - (\alpha + \beta)x + \alpha\beta, what is the coefficient of xx?

Step 2: Multiply by aa

Now we multiply the entire expression by aa:

a[x2(α+β)x+αβ]a \cdot \left[ x^2 - (\alpha + \beta)x + \alpha\beta \right]

=ax2a(α+β)x+a(αβ)= ax^2 - a(\alpha + \beta)x + a(\alpha\beta)
(Multiplying through by a gives us standard form coefficients)

✍️ MCQ
Choose one
Looking at the coefficient of xx in both forms, what must a(α+β)-a(\alpha + \beta) equal?

Step 3: Compare with ax2+bx+cax^2 + bx + c, term by term:

  • x2x^2 coefficient: a=aa = a Consistent.
  • xx coefficient: a(α+β)=b-a(\alpha + \beta) = b, so α+β=ba\alpha + \beta = -\frac{b}{a}Sum equals negative b over a
✍️ MCQ
Choose one
In the derivation, why does the sum formula have a negative sign (ba-\frac{b}{a}) instead of just ba\frac{b}{a}?
  • Constant term: a(αβ)=ca(\alpha\beta) = c, so αβ=ca\alpha\beta = \frac{c}{a}Product equals c over a

The negative signThis negative sign comes directly from the expansion in ba-\frac{b}{a} comes from the minus signs in (xα)(xβ)(x - \alpha)(x - \beta)The minus signs in the factored form create the negative.

When you expand, the sum of zeros appears with a negative in front:

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

=x2(α+β)x+αβ= x^2 - (\alpha + \beta)x + \alpha\beta
(The sum of zeros gets a negative sign in front)

That minus signculpritThis is the classic exam trap to watch out for before (α+β)(\alpha + \beta) is why we get α+β=ba\alpha + \beta = -\frac{b}{a}The formula is negative b over a, not +ba+\frac{b}{a}Not positive b over a.

✍️ MCQ
Choose one
If a quadratic has a=1a = 1, b=5b = 5, and c=6c = 6, what is the sum of its zeros?

3. Applying the formulas to a specific polynomial

The formulas are derived and understood. Now let's apply them to an actual polynomial to see how the signs work in practice.

Pay special attention to the double negative that appears when bb is already negative.

📋 Given Info

Consider the polynomial 6x27x36x^2 - 7x - 3 whose zeros are 32\frac{3}{2} and 13-\frac{1}{3}.

Here we have:

  • a=6a = 6
  • b=7b = -7
  • c=3c = -3
✍️ Question

Verify the sum formula for 6x27x36x^2 - 7x - 3 whose zeros are 32\frac{3}{2} and 13-\frac{1}{3}.

Compute the sum two ways:

  1. From the zeros: Add 32+(13)\frac{3}{2} + \left(-\frac{1}{3}\right)
  2. From the formula: Use ba-\frac{b}{a}

Then compare your results. Show your work for both methods.

The double negativewhere sign errors happen is the danger zone. Let's handle it in two explicit stepsnot in your head.

⚠️ When bb is already negative, the formula ba-\frac{b}{a} becomes (7)6-\frac{(-7)}{6}. That's a negative of a negativethat's where sign errors happen — and this is where most mistakes happen!

For 6x27x36x^2 - 7x - 3:

CoefficientValue
aa66
bb7-7
cc3-3

Notice: b=7b = -7, not 77Always include the sign when you read off coefficients. The negative sign is PART of the coefficientAlways include the sign!

✍️ MCQ
Choose one
When we compute ba-\frac{b}{a} with b=7b = -7, what happens to the sign?

From the zeros (32\frac{3}{2} and 13-\frac{1}{3}):

Sum=32+(13)\text{Sum} = \frac{3}{2} + \left(-\frac{1}{3}\right)

Finding common denominator (LCMFirst step when adding fractions with different denominators of 2 and 3 is 6LCMThis technique applies everywhere fractions appear):

=9626= \frac{9}{6} - \frac{2}{6}

✍️ MCQ
Choose one
What is 9626\frac{9}{6} - \frac{2}{6}?

=76= \frac{7}{6}
(Computed straight from the zeros)

So the sum of zeros calculated directly is 76\frac{7}{6}answerNow we have something to check the formula against

From the formula (using the two-step methodFirst identify b, then handle the negative sign separately):

  • Step 1: b=7b = -7
  • Step 2: b=(7)=+7-b = -(-7) = +7Students see negative 7 and forget the formula has a negative sign
✍️ FIB
Fill in the blank
We found b=7-b = 7 and we know a=6a = 6. What is ba\frac{-b}{a}?
7/67/6
  • Step 3: ba=76\frac{-b}{a} = \frac{7}{6}

Compare: 76=76\frac{7}{6} = \frac{7}{6}Match!You know you've applied the formula correctly. ✓ Verified.Useful for checking your work in exams

⚠️ The trap:This is the key point to focus on If you forget to negate bbYou must apply the negative sign from the formula, you get 76-\frac{7}{6}Skipping the negation flips your answer instead of 76\frac{7}{6}.

Many students see b=7b = -7 and directly write ba=76\frac{b}{a} = \frac{-7}{6}wrong!This is where easy marks are lost, completely skipping the negative signWhen b is negative, you must still apply the formula's negative in the formula.

The two-step methodWrite b first, then write negative b separately (write bb, then write b-b) makes the sign explicitForces you to consciously deal with the sign change and prevents this error. Always use two steps when bb is negative.

Step 1: Write b=7b = -7First step: identify what b equalsStep 2: Write b=(7)=+7-b = -(-7) = +7Second step: apply the negative from the formula

This forces you to handle the double negative consciouslykey!So you never accidentally skip the sign change.

✍️ MCQ
Choose one
A student claims the sum of zeros for 6x27x36x^2 - 7x - 3 is 76-\frac{7}{6}. What mistake did they make?