Form a Cubic Polynomial with Zeroes 2, -1, 3 — Constructing Polynomials

hard CBSE NCERT Class 10 Chapter 2 3 min read

Question

Given that the zeroes of a cubic polynomial are 22, 1-1, and 33, form the polynomial. Also verify using the relations between zeroes and coefficients.


Solution — Step by Step

If α\alpha is a zero of a polynomial p(x)p(x), then (xα)(x - \alpha) is a factor. So our three zeroes 22, 1-1, 33 give us three factors: (x2)(x-2), (x+1)(x+1), (x3)(x-3).

The polynomial is their product:

p(x)=(x2)(x+1)(x3)p(x) = (x-2)(x+1)(x-3)

We take (x2)(x+1)(x-2)(x+1) first — pairs with opposite signs are easier to handle:

(x2)(x+1)=x2+x2x2=x2x2(x-2)(x+1) = x^2 + x - 2x - 2 = x^2 - x - 2

Now multiply (x2x2)(x^2 - x - 2) with (x3)(x - 3):

(x2x2)(x3)=x33x2x2+3x2x+6(x^2 - x - 2)(x - 3) = x^3 - 3x^2 - x^2 + 3x - 2x + 6 =x34x2+x+6= x^3 - 4x^2 + x + 6

So p(x)=x34x2+x+6p(x) = x^3 - 4x^2 + x + 6.

For a cubic ax3+bx2+cx+dax^3 + bx^2 + cx + d with zeroes α,β,γ\alpha, \beta, \gamma:

α+β+γ=ba,αβ+βγ+γα=ca,αβγ=da\alpha + \beta + \gamma = -\frac{b}{a}, \quad \alpha\beta + \beta\gamma + \gamma\alpha = \frac{c}{a}, \quad \alpha\beta\gamma = -\frac{d}{a}

Plugging in our values (a=1,b=4,c=1,d=6a=1, b=-4, c=1, d=6):

RelationLHS (zeroes)RHS (coefficients)
Sum2+(1)+3=42 + (-1) + 3 = 4(4)/1=4-(-4)/1 = 4
Sum of products (pairs)2(1)+(1)(3)+(3)(2)=23+6=12(-1) + (-1)(3) + (3)(2) = -2 - 3 + 6 = 11/1=11/1 = 1
Product2×(1)×3=62 \times (-1) \times 3 = -66/1=6-6/1 = -6

All three match.


Why This Works

The factor theorem is the backbone here: a polynomial p(x)p(x) has zero α\alpha if and only if (xα)(x - \alpha) divides p(x)p(x) exactly. We’re running this in reverse — given the zeroes, we construct the factors.

The coefficient relations (Vieta’s formulas) aren’t just a check — they’re a shortcut. If a question gives you sum and product of zeroes directly, you can write the polynomial without expanding anything.

For boards, this verification step is mandatory to get full marks. Even if your expansion is correct, skipping verification costs you a step’s worth of marks in CBSE marking schemes.


Alternative Method

If a question gives you the sum of zeroes (α+β+γ)(\alpha+\beta+\gamma), sum of products of pairs (αβ+βγ+γα)(\alpha\beta+\beta\gamma+\gamma\alpha), and product (αβγ)(\alpha\beta\gamma) directly, use the standard form:

p(x)=x3(α+β+γ)x2+(αβ+βγ+γα)xαβγp(x) = x^3 - (\alpha+\beta+\gamma)x^2 + (\alpha\beta+\beta\gamma+\gamma\alpha)x - \alpha\beta\gamma

Here: sum =4= 4, sum of pairs =1= 1, product =6= -6. So:

p(x)=x34x2+x(6)=x34x2+x+6p(x) = x^3 - 4x^2 + x - (-6) = x^3 - 4x^2 + x + 6

Same answer, zero expansion required. This is the method to use in exams when you’re short on time.

Memorise the sign pattern: (sum), +(sum of pairs), (product)-(\text{sum}),\ +(\text{sum of pairs}),\ -(\text{product}). The alternating signs trip students up constantly.


Common Mistake

The most common error is writing (x+2)(x1)(x+3)(x+2)(x-1)(x+3) — students flip the signs on all three factors. Remember: zero is 22 means the factor is (x2)(x \mathbf{-} 2), not (x+2)(x+2). If you substitute x=2x = 2 into (x+2)(x+2), you get 44, not 00. The factor must give zero when you plug the zero in.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next