krit.club logo

Algebra - Factorization of polynomials (Remainder and Factor Theorems)

Grade 10ICSE

Review the key concepts, formulae, and examples before starting your quiz.

🔑Concepts

Definition of a Polynomial: A polynomial f(x)f(x) in one variable xx is an algebraic expression of the form anxn+an1xn1+...+a1x+a0a_n x^n + a_{n-1} x^{n-1} + ... + a_1 x + a_0. Visually, the graph of a polynomial is a smooth, continuous curve without any breaks or sharp corners, where the degree of the polynomial determines the maximum number of times the curve can turn.

The Division Algorithm: For any polynomial f(x)f(x) and a divisor g(x)g(x), there exist unique polynomials q(x)q(x) (quotient) and r(x)r(x) (remainder) such that f(x)=g(x)q(x)+r(x)f(x) = g(x) \cdot q(x) + r(x), where the degree of r(x)r(x) is always less than the degree of g(x)g(x).

The Remainder Theorem: If a polynomial f(x)f(x) is divided by (xa)(x - a), the remainder is equal to f(a)f(a). Visually, this remainder represents the yy-coordinate of the point on the graph of y=f(x)y = f(x) where the xx-coordinate is aa. If the remainder is positive, the point is above the xx-axis; if negative, it is below.

The Factor Theorem: A polynomial (xa)(x - a) is a factor of f(x)f(x) if and only if f(a)=0f(a) = 0. In graphical terms, if (xa)(x - a) is a factor, the curve y=f(x)y = f(x) will cross or touch the xx-axis at the point (a,0)(a, 0), making x=ax = a an xx-intercept of the graph.

General Remainder Rule: When a polynomial f(x)f(x) is divided by (axb)(ax - b), the remainder is f(ba)f(\frac{b}{a}). If divided by (ax+b)(ax + b), the remainder is f(ba)f(-\frac{b}{a}). This is found by setting the linear divisor to zero (axb=0ax - b = 0) and solving for xx.

Complete Factorization: To factorize a cubic polynomial ax3+bx2+cx+dax^3 + bx^2 + cx + d, we first find one factor (xk)(x - k) using the Factor Theorem (by testing factors of the constant term dd). We then use synthetic division or long division to divide the polynomial by (xk)(x - k) to obtain a quadratic quotient, which is then factorized further into two linear factors if possible.

Multiple Factors and Simultaneous Equations: If a polynomial has two unknown constants (e.g., aa and bb) and we are given two factors or two remainders, we can substitute the values into f(x)f(x) to form a system of two linear equations. Solving these equations simultaneously reveals the values of aa and bb.

📐Formulae

f(x)=(xa)Q(x)+Rf(x) = (x - a)Q(x) + R

Remainder R=f(a)R = f(a) when f(x)f(x) is divided by (xa)(x - a)

Remainder R=f(ba)R = f(-\frac{b}{a}) when f(x)f(x) is divided by (ax+b)(ax + b)

If f(a)=0    (xa)f(a) = 0 \implies (x - a) is a factor of f(x)f(x)

If (xa)(x - a) and (xb)(x - b) are factors, then (xa)(xb)(x - a)(x - b) is also a factor of f(x)f(x)

💡Examples

Problem 1:

Find the remainder when the polynomial f(x)=2x35x2+x7f(x) = 2x^3 - 5x^2 + x - 7 is divided by (x3)(x - 3).

Solution:

  1. Let f(x)=2x35x2+x7f(x) = 2x^3 - 5x^2 + x - 7.
  2. The divisor is (x3)(x - 3). According to the Remainder Theorem, the remainder R=f(3)R = f(3).
  3. Substitute x=3x = 3 into the polynomial: f(3)=2(3)35(3)2+(3)7f(3) = 2(3)^3 - 5(3)^2 + (3) - 7
  4. Calculate the powers: f(3)=2(27)5(9)+37f(3) = 2(27) - 5(9) + 3 - 7
  5. Multiply and simplify: f(3)=5445+37f(3) = 54 - 45 + 3 - 7
  6. f(3)=9+37=5f(3) = 9 + 3 - 7 = 5. Therefore, the remainder is 55.

Explanation:

The Remainder Theorem allows us to find the remainder without performing long division. We simply evaluate the polynomial at the value that makes the divisor zero.

Problem 2:

Show that (x2)(x - 2) is a factor of x33x2+4x4x^3 - 3x^2 + 4x - 4. Hence, factorize the polynomial completely.

Solution:

  1. Let f(x)=x33x2+4x4f(x) = x^3 - 3x^2 + 4x - 4. To show (x2)(x - 2) is a factor, we must prove f(2)=0f(2) = 0.
  2. f(2)=(2)33(2)2+4(2)4=812+84=1616=0f(2) = (2)^3 - 3(2)^2 + 4(2) - 4 = 8 - 12 + 8 - 4 = 16 - 16 = 0. Since f(2)=0f(2) = 0, (x2)(x - 2) is a factor.
  3. Divide f(x)f(x) by (x2)(x - 2) using long division: (x33x2+4x4)÷(x2)=x2x+2(x^3 - 3x^2 + 4x - 4) \div (x - 2) = x^2 - x + 2.
  4. The polynomial can be written as f(x)=(x2)(x2x+2)f(x) = (x - 2)(x^2 - x + 2).
  5. Check if the quadratic x2x+2x^2 - x + 2 can be factorized further. The discriminant D=b24ac=(1)24(1)(2)=18=7D = b^2 - 4ac = (-1)^2 - 4(1)(2) = 1 - 8 = -7. Since D<0D < 0, the quadratic has no real factors.
  6. Final factorization: (x2)(x2x+2)(x - 2)(x^2 - x + 2).

Explanation:

First, the Factor Theorem is used to verify the given factor. Then, division is performed to reduce the cubic polynomial to a quadratic, which is then checked for further factorization.