← Back to all lessons
Class 10Algebra36:01Published 2 Mar 2024

Polynomials Practice Questions (Part 2)

A worked set of Class X polynomial questions: finding degrees and zeros, building quadratic polynomials from their zeros, and factorising quadratics using sum and product rules.

This lesson works through a series of exam-style polynomial problems for Class X. It covers reading off the degree of a polynomial, checking and finding zeros, and forming a quadratic polynomial when its zeros or their sum and product are known. It then builds simple identities like the sum of squares of the zeros, and finishes with a clear four-case method for factorising quadratics by sum and product, applied to several examples.

What you'll learn

  • How to find the degree of a polynomial and check whether a given value is a zero
  • How to build a quadratic polynomial from its zeros, or from their sum and product
  • How to use the sum and product of the zeros to evaluate expressions like the sum of their squares
  • A four-case method for factorising a quadratic by spotting two numbers with the right sum and product

Lesson chapters

0:00Degree and checking a zero
2:02Forming a quadratic from its zeros
4:19Reciprocal zeros: finding k
8:00Finding zeros by splitting the middle term
12:01Using sum and difference of zeros
15:38Expressions in the zeros
23:12Rectangle area: length and breadth
25:10Four cases for factorising a quadratic
29:00Worked factorising examples

Lesson notes

This lesson works through a set of Class X polynomial questions: finding degrees and zeros, building quadratic polynomials, evaluating expressions in the zeros, and factorising quadratics with a clean four-case method.

Degree of a polynomial

The degree is the highest power of xx that appears. For

3x54x4+8x53x^5 - 4x^4 + 8x - 5

the highest power is 55, so the degree is 55.

Checking whether a value is a zero

To check if x=2x = 2 is a zero of 2x24x2x^2 - 4x, substitute it in:

2(2)24(2)=2(4)4(2)=88=0.2(2)^2 - 4(2) = 2(4) - 4(2) = 8 - 8 = 0.

Since the value is 00, x=2x = 2 is a zero of 2x24x2x^2 - 4x.

Forming a quadratic from its zeros

If α\alpha and β\beta are the zeros, the quadratic is

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

Zeros 22 and 33. Here α+β=2+3=5\alpha + \beta = 2 + 3 = 5 and αβ=2×3=6\alpha\beta = 2 \times 3 = 6, so

x25x+6.x^2 - 5x + 6.

Sum of zeros 1010, product 1616. Substituting the sum and product directly,

x210x+16.x^2 - 10x + 16.

Reciprocal zeros: finding kk

For 3x210x+(2k1)3x^2 - 10x + (2k - 1), one zero is the reciprocal of the other, so the zeros are α\alpha and 1α\tfrac{1}{\alpha}. Their product is

α1α=1.\alpha \cdot \tfrac{1}{\alpha} = 1.

The product of the zeros also equals ca=2k13\tfrac{c}{a} = \tfrac{2k - 1}{3}. Setting them equal,

2k13=1    2k1=3    2k=4    k=2.\tfrac{2k - 1}{3} = 1 \implies 2k - 1 = 3 \implies 2k = 4 \implies k = 2.

Finding zeros by splitting the middle term

To find the zeros of 3x2+10x+73\sqrt{3}\,x^2 + 10x + 7\sqrt{3}, set the polynomial to 00. We need two numbers with product 3×73=21\sqrt{3} \times 7\sqrt{3} = 21 and sum 1010; these are 33 and 77. Splitting the middle term,

3x2+3x+7x+73=0.\sqrt{3}\,x^2 + 3x + 7x + 7\sqrt{3} = 0.

3x(x+3)+7(x+3)=0.\sqrt{3}\,x(x + \sqrt{3}) + 7(x + \sqrt{3}) = 0.

(3x+7)(x+3)=0.(\sqrt{3}\,x + 7)(x + \sqrt{3}) = 0.

So x=3x = -\sqrt{3} or x=73x = -\tfrac{7}{\sqrt{3}}. The zeros are 3-\sqrt{3} and 73-\tfrac{7}{\sqrt{3}}.

Using sum and difference of zeros

For x27x+kx^2 - 7x + k with zeros α\alpha and β\beta, we are told αβ=3\alpha - \beta = 3. From the polynomial,

α+β=ba=7.\alpha + \beta = -\tfrac{b}{a} = 7.

Solving the two equations together:

(α+β)+(αβ)=7+3    2α=10    α=5,(\alpha + \beta) + (\alpha - \beta) = 7 + 3 \implies 2\alpha = 10 \implies \alpha = 5,

and then β=75=2\beta = 7 - 5 = 2. Since k=αβk = \alpha\beta,

k=5×2=10.k = 5 \times 2 = 10.

Expressions in the zeros

An expression with PP and QQ. If PP and QQ are the zeros of f(t)=t24t+3f(t) = t^2 - 4t + 3, then

P+Q=ba=4,PQ=ca=3.P + Q = -\tfrac{b}{a} = 4, \qquad PQ = \tfrac{c}{a} = 3.

Evaluate 1P+1Q2PQ\tfrac{1}{P} + \tfrac{1}{Q} - 2PQ by combining the fractions:

1P+1Q2PQ=P+QPQ2PQ=432(3)=436=4183=143.\frac{1}{P} + \frac{1}{Q} - 2PQ = \frac{P + Q}{PQ} - 2PQ = \frac{4}{3} - 2(3) = \frac{4}{3} - 6 = \frac{4 - 18}{3} = -\frac{14}{3}.

Sum of squares of the zeros. For 9x222x+89x^2 - 22x + 8 with zeros α\alpha and β\beta,

α+β=229,αβ=89.\alpha + \beta = \tfrac{22}{9}, \qquad \alpha\beta = \tfrac{8}{9}.

Using the identity α2+β2=(α+β)22αβ\alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta,

α2+β2=(229)2289=48481169=48414481=34081.\alpha^2 + \beta^2 = \left(\tfrac{22}{9}\right)^2 - 2 \cdot \tfrac{8}{9} = \frac{484}{81} - \frac{16}{9} = \frac{484 - 144}{81} = \frac{340}{81}.

Rectangle area: length and breadth

The area of a rectangle is x29x+18x^2 - 9x + 18 square units. Factorise to find the sides: we need two numbers with product 1818 and sum 9-9, namely 6-6 and 3-3. So

x29x+18=(x6)(x3),x^2 - 9x + 18 = (x - 6)(x - 3),

giving length x6x - 6 and breadth x3x - 3.

Four cases for factorising a quadratic

To write x2+(a+b)x+abx^2 + (a + b)x + ab as (x+a)(x+b)(x + a)(x + b), look at the signs of the product (the constant times the leading coefficient) and the sum (the coefficient of xx).

  • Product positive, sum positive: both numbers positive; add the numbers.
  • Product positive, sum negative: both numbers negative; add the numbers.
  • Product negative, sum positive: numbers have opposite signs, the larger positive; take their difference.
  • Product negative, sum negative: numbers have opposite signs, the larger negative; take their difference.

Worked factorising examples

When the coefficient of x2x^2 is 11, the two numbers can be written straight into the factors.

x2+8x+15x^2 + 8x + 15. Product 1515, sum 88: both positive, 55 and 33. So

x2+8x+15=(x+5)(x+3),x^2 + 8x + 15 = (x + 5)(x + 3),

with zeros x=5x = -5 and x=3x = -3.

x28x+15x^2 - 8x + 15. Product 1515, sum 8-8: both negative, 5-5 and 3-3. So

x28x+15=(x5)(x3),x^2 - 8x + 15 = (x - 5)(x - 3),

with zeros x=5x = 5 and x=3x = 3.

x25x50x^2 - 5x - 50. Product 50-50, sum 5-5: opposite signs, larger negative; product 5050, difference 55 gives 1010 and 55, so 10-10 and +5+5. So

x25x50=(x10)(x+5),x^2 - 5x - 50 = (x - 10)(x + 5),

with zeros x=10x = 10 and x=5x = -5.

x2+2x80x^2 + 2x - 80. Product 80-80, sum 22: opposite signs, larger positive; product 8080, difference 22 gives 1010 and 88, so +10+10 and 8-8. So

x2+2x80=(x+10)(x8),x^2 + 2x - 80 = (x + 10)(x - 8),

with zeros x=10x = -10 and x=8x = 8.

Key takeaways

  • The degree is the highest power of xx; a value is a zero when substituting it gives 00.
  • A quadratic with zeros α,β\alpha, \beta is x2(α+β)x+αβx^2 - (\alpha + \beta)x + \alpha\beta, so the sum and product of the zeros are ba-\tfrac{b}{a} and ca\tfrac{c}{a}.
  • Many results follow from the sum and product alone, for example α2+β2=(α+β)22αβ\alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta.
  • To factorise x2+bx+cx^2 + bx + c, find two numbers whose product is cc and whose sum is bb, using the four sign cases.