Math Lab
Home/Class X/Ch 2/Zeroes and coefficients of a quadratic

Zeroes and coefficients of a quadratic

For a quadratic p(x)=ax2+bx+cp(x) = ax^2 + bx + c (a0a \ne 0), suppose the zeroes are α\alpha and β\beta. There is a stunning shortcut: the sum and product of α,β\alpha, \beta can be read directly off the coefficients, without ever solving the quadratic.

Idea

If α\alpha and β\beta are zeroes of p(x)=ax2+bx+cp(x) = ax^2 + bx + c, then p(x)p(x) factorises as p(x)=a(xα)(xβ).p(x) = a(x - \alpha)(x - \beta). Expanding the right side, a(xα)(xβ)=ax2a(α+β)x+aαβ.a(x - \alpha)(x - \beta) = a x^2 - a(\alpha + \beta) x + a \alpha \beta. Comparing with ax2+bx+ca x^2 + bx + c: a(α+β)=b    α+β=ba,-a(\alpha + \beta) = b \implies \alpha + \beta = -\frac{b}{a}, aαβ=c    αβ=ca.a \alpha \beta = c \implies \alpha \beta = \frac{c}{a}.

So:

α+β=ba,αβ=ca.\boxed{\alpha + \beta = -\frac{b}{a}, \qquad \alpha \beta = \frac{c}{a}.}

These two identities are sometimes called Vieta's formulas for the quadratic, and they are the bread and butter of this chapter.

Theorem and consequences

Theorem. For the quadratic ax2+bx+cax^2 + bx + c with zeroes α,β\alpha, \beta: α+β=ba,αβ=ca.\alpha + \beta = -\frac{b}{a}, \qquad \alpha \beta = \frac{c}{a}.

A few immediate uses.

(i) Constructing a quadratic from given zeroes. Given α\alpha and β\beta, the quadratic with leading coefficient 11 is x2(α+β)x+αβ.x^2 - (\alpha + \beta) x + \alpha \beta. Any non-zero scalar multiple is also a valid answer.

(ii) Finding one zero when the other is known. If you know one zero α\alpha, then β=b/aα\beta = -b/a - \alpha or β=(c/a)/α\beta = (c/a)/\alpha.

(iii) Reading the signs. The signs of α+β\alpha + \beta and αβ\alpha \beta tell you whether the zeroes are positive, negative, or of opposite sign. For example, αβ>0\alpha \beta > 0 and α+β<0\alpha + \beta < 0 means both zeroes are negative.

(iv) Symmetric functions. Expressions like α2+β2\alpha^2 + \beta^2, α3+β3\alpha^3 + \beta^3, 1/α+1/β1/\alpha + 1/\beta, α/β+β/α\alpha/\beta + \beta/\alpha are symmetric in α,β\alpha, \beta. They can always be written in terms of α+β\alpha + \beta and αβ\alpha \beta. For instance, α2+β2=(α+β)22αβ,\alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2 \alpha \beta, α3+β3=(α+β)33αβ(α+β),\alpha^3 + \beta^3 = (\alpha + \beta)^3 - 3 \alpha \beta (\alpha + \beta), 1α+1β=α+βαβ.\frac{1}{\alpha} + \frac{1}{\beta} = \frac{\alpha + \beta}{\alpha \beta}.

So Vieta's formulas let you compute many natural expressions without solving the quadratic.

Worked examples

Example 1. Find the zeroes of p(x)=x25x+6p(x) = x^2 - 5x + 6 and verify the sum/product relations.

Factor: x25x+6=(x2)(x3)x^2 - 5x + 6 = (x - 2)(x - 3). Zeroes: α=2,β=3\alpha = 2, \beta = 3.

Check: α+β=5=(5)/1\alpha + \beta = 5 = -(-5)/1. ✓ αβ=6=6/1\alpha \beta = 6 = 6/1. ✓

Example 2. If one zero of x24x+k=0x^2 - 4x + k = 0 is 33, find the other and kk.

By Vieta: α+β=4\alpha + \beta = 4 and αβ=k\alpha \beta = k. With α=3\alpha = 3, we get β=1\beta = 1. Then k=31=3k = 3 \cdot 1 = 3.

Example 3. Form a quadratic whose zeroes are 3-3 and 44.

α+β=1,αβ=12\alpha + \beta = 1, \alpha \beta = -12. Quadratic: x2x12x^2 - x - 12. (Or any non-zero multiple.)

Example 4. If α\alpha and β\beta are zeroes of 2x27x+32x^2 - 7x + 3, find α2+β2\alpha^2 + \beta^2 and 1α+1β\dfrac{1}{\alpha} + \dfrac{1}{\beta}.

α+β=7/2\alpha + \beta = 7/2 and αβ=3/2\alpha \beta = 3/2.

α2+β2=(α+β)22αβ=(7/2)22(3/2)=49/43=37/4\alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2 \alpha \beta = (7/2)^2 - 2(3/2) = 49/4 - 3 = 37/4.

1α+1β=α+βαβ=7/23/2=7/3\dfrac{1}{\alpha} + \dfrac{1}{\beta} = \dfrac{\alpha + \beta}{\alpha \beta} = \dfrac{7/2}{3/2} = 7/3.

Example 5. Find a quadratic whose zeroes are the reciprocals of the zeroes of 5x27x+15 x^2 - 7 x + 1.

Let α,β\alpha, \beta be zeroes of the given polynomial: α+β=7/5\alpha + \beta = 7/5, αβ=1/5\alpha \beta = 1/5.

Reciprocals 1/α,1/β1/\alpha, 1/\beta have sum α+βαβ=7/51/5=7\dfrac{\alpha + \beta}{\alpha \beta} = \dfrac{7/5}{1/5} = 7, and product 1αβ=5\dfrac{1}{\alpha \beta} = 5.

Required quadratic: x27x+5x^2 - 7x + 5.

Try it yourself

  1. Find the zeroes of x27x+12x^2 - 7x + 12 and verify Vieta.
  2. If one zero of x2+(k3)x+2k=0x^2 + (k - 3) x + 2k = 0 is 2-2, find kk.
  3. Form a quadratic with zeroes 55 and 2-2.
  4. For p(x)=x28x+15p(x) = x^2 - 8x + 15, find α2+β2\alpha^2 + \beta^2.
  5. The zeroes of 3x28x+43 x^2 - 8 x + 4 are α,β\alpha, \beta. Find 1α+1β\dfrac{1}{\alpha} + \dfrac{1}{\beta}.
  6. Form a quadratic whose zeroes are the squares of the zeroes of x25x+4x^2 - 5x + 4.
  7. If α+β=3\alpha + \beta = -3 and αβ=10\alpha \beta = -10, write the quadratic.
  8. The zeroes of x2p(x+1)cx^2 - p (x + 1) - c are α,β\alpha, \beta. Show that (α+1)(β+1)=1c(\alpha + 1)(\beta + 1) = 1 - c.
  9. For p(x)=x2+7x+10p(x) = x^2 + 7 x + 10, find αβ\alpha - \beta assuming α>β\alpha > \beta.
  10. Find the value of kk such that the quadratic x2(k+6)x+2(2k1)x^2 - (k+6) x + 2(2k - 1) has the sum of its zeroes equal to half their product.

Pitfalls / Insight

  • Watch the sign in α+β=b/a\alpha + \beta = -b/a. It is minus bb, not bb.
  • Always divide by aa. If the leading coefficient is not 11, bb and cc are not directly the sum and product.
  • Symmetric expressions in α,β\alpha, \beta can always be written via (α+β)(\alpha + \beta) and αβ\alpha \beta , don't try to find each zero separately if you don't have to.

Insight. Vieta's formulas turn algebra into arithmetic on coefficients. Combined with the geometry of the previous topic, you now have two complementary lenses: the graph and the coefficients.

Practice quiz

Quick check on this topic.

Quiz
Quick check : Quadratic Vieta
6 questions · pick the best answer
Q1

For ax2+bx+cax^2 + bx + c with zeroes α,β\alpha, \beta: α+β\alpha + \beta equals:

Q2

For ax2+bx+cax^2 + bx + c with zeroes α,β\alpha, \beta: αβ\alpha\beta equals:

Q3

If α+β=5\alpha + \beta = 5 and αβ=6\alpha\beta = 6, a quadratic is:

Q4

Zeroes of x27x+12x^2 - 7x + 12 are:

Q5

If α,β\alpha, \beta are zeroes of x28x+15x^2 - 8x + 15, then α2+β2\alpha^2 + \beta^2 equals:

Q6

If both zeroes of x2+bx+cx^2 + bx + c are negative, then: