Tests edge cases, boundary conditions, and common misconceptions for polynomials.
Question:
Determine whether x + 2 x + 2 x + 2 is a factor of P ( x ) = x 3 + 3 x 2 − 4 x − 8 P(x) = x^3 + 3x^2 - 4x - 8 P ( x ) = x 3 + 3 x 2 − 4 x − 8 .
Solution:
By the factor theorem, x + 2 x + 2 x + 2 is a factor if and only if P ( − 2 ) = 0 P(-2) = 0 P ( − 2 ) = 0 .
P ( − 2 ) = ( − 2 ) 3 + 3 ( − 2 ) 2 − 4 ( − 2 ) − 8 = − 8 + 12 + 8 − 8 = 4 P(-2) = (-2)^3 + 3(-2)^2 - 4(-2) - 8 = -8 + 12 + 8 - 8 = 4 P ( − 2 ) = ( − 2 ) 3 + 3 ( − 2 ) 2 − 4 ( − 2 ) − 8 = − 8 + 12 + 8 − 8 = 4
Since P ( − 2 ) = 4 ≠ 0 P(-2) = 4 \neq 0 P ( − 2 ) = 4 = 0 , x + 2 x + 2 x + 2 is not a factor.
A common mistake is testing P ( 2 ) P(2) P ( 2 ) instead of P ( − 2 ) P(-2) P ( − 2 ) . The factor theorem states that ( x − a ) (x - a) ( x − a ) is a factor if P ( a ) = 0 P(a) = 0 P ( a ) = 0 . Here the factor is x + 2 = x − ( − 2 ) x + 2 = x - (-2) x + 2 = x − ( − 2 ) So we test a = − 2 a = -2 a = − 2 .
Question:
When P ( x ) = 2 x 3 + a x 2 − 5 x + 3 P(x) = 2x^3 + ax^2 - 5x + 3 P ( x ) = 2 x 3 + a x 2 − 5 x + 3 is divided by x − 2 x - 2 x − 2 The remainder is 11 11 11 . When P ( x ) P(x) P ( x ) is divided by x + 1 x + 1 x + 1 The remainder is − 4 -4 − 4 . Find a a a and b b b (if P ( x ) P(x) P ( x ) also has a constant term correction b b b replacing 3 3 3 ), or find a a a .
Solution:
By the remainder theorem:
P ( 2 ) = 2 ( 8 ) + 4 a − 10 + 3 = 16 + 4 a − 7 = 4 a + 9 = 11 ⟹ 4 a = 2 ⟹ a = 1 2 P(2) = 2(8) + 4a - 10 + 3 = 16 + 4a - 7 = 4a + 9 = 11 \implies 4a = 2 \implies a = \dfrac{1}{2} P ( 2 ) = 2 ( 8 ) + 4 a − 10 + 3 = 16 + 4 a − 7 = 4 a + 9 = 11 ⟹ 4 a = 2 ⟹ a = 2 1 .
Verify: P ( − 1 ) = 2 ( − 1 ) + 1 2 ( 1 ) − 5 ( − 1 ) + 3 = − 2 + 1 2 + 5 + 3 = 6.5 = − 4 P(-1) = 2(-1) + \dfrac{1}{2}(1) - 5(-1) + 3 = -2 + \dfrac{1}{2} + 5 + 3 = 6.5 = -4 P ( − 1 ) = 2 ( − 1 ) + 2 1 ( 1 ) − 5 ( − 1 ) + 3 = − 2 + 2 1 + 5 + 3 = 6.5 = − 4 ?
Wait: P ( − 1 ) = 2 ( − 1 ) 3 + 1 2 ( − 1 ) 2 − 5 ( − 1 ) + 3 = − 2 + 1 2 + 5 + 3 = 13 2 P(-1) = 2(-1)^3 + \dfrac{1}{2}(-1)^2 - 5(-1) + 3 = -2 + \dfrac{1}{2} + 5 + 3 = \dfrac{13}{2} P ( − 1 ) = 2 ( − 1 ) 3 + 2 1 ( − 1 ) 2 − 5 ( − 1 ) + 3 = − 2 + 2 1 + 5 + 3 = 2 13 .
But we need P ( − 1 ) = − 4 P(-1) = -4 P ( − 1 ) = − 4 . There is no single value of a a a satisfying both conditions simultaneously with the constant term fixed at 3 3 3 . The problem as stated is inconsistent. This highlights the importance of verifying all conditions.
If instead the constant term is also a variable b b b :
P ( 2 ) = 4 a + b + 9 = 11 ⟹ 4 a + b = 2 P(2) = 4a + b + 9 = 11 \implies 4a + b = 2 P ( 2 ) = 4 a + b + 9 = 11 ⟹ 4 a + b = 2 .
P ( − 1 ) = − 2 + a + 5 + b = a + b + 3 = − 4 ⟹ a + b = − 7 P(-1) = -2 + a + 5 + b = a + b + 3 = -4 \implies a + b = -7 P ( − 1 ) = − 2 + a + 5 + b = a + b + 3 = − 4 ⟹ a + b = − 7 .
Subtracting: 3 a = 9 ⟹ a = 3 3a = 9 \implies a = 3 3 a = 9 ⟹ a = 3 , b = − 10 b = -10 b = − 10 .
Question:
Divide 2 x 3 − 5 x 2 + x − 6 2x^3 - 5x^2 + x - 6 2 x 3 − 5 x 2 + x − 6 by x 2 − 2 x + 3 x^2 - 2x + 3 x 2 − 2 x + 3 .
Solution:
X 2 − 2 x + 3 2 x 3 − 5 x 2 + 0 x − 6 2 x 2 x 3 − 4 x 2 + 6 x 2 x 3 − x 2 − 5 x − 6 2 x 3 − x 2 + 2 x − 3 2 x 3 − x 2 − 7 x − 3 \begin{array}{r|l} X^2 - 2x + 3 & 2x^3 - 5x^2 + \phantom{0}x - 6 \\ \hline & 2x \\ & 2x^3 - 4x^2 + 6x \\ \hline & \phantom{2x^3} - x^2 - 5x - 6 \\ & \phantom{2x^3} - x^2 + 2x - 3 \\ \hline & \phantom{2x^3} \phantom{- x^2} - 7x - 3 \\ \end{array} X 2 − 2 x + 3 2 x 3 − 5 x 2 + 0 x − 6 2 x 2 x 3 − 4 x 2 + 6 x 2 x 3 − x 2 − 5 x − 6 2 x 3 − x 2 + 2 x − 3 2 x 3 − x 2 − 7 x − 3 Quotient: 2 x − 1 2x - 1 2 x − 1 Remainder: − 7 x − 3 -7x - 3 − 7 x − 3 .
Verify: ( 2 x − 1 ) ( x 2 − 2 x + 3 ) + ( − 7 x − 3 ) (2x - 1)(x^2 - 2x + 3) + (-7x - 3) ( 2 x − 1 ) ( x 2 − 2 x + 3 ) + ( − 7 x − 3 )
= 2 x 3 − 4 x 2 + 6 x − x 2 + 2 x − 3 − 7 x − 3 = 2x^3 - 4x^2 + 6x - x^2 + 2x - 3 - 7x - 3 = 2 x 3 − 4 x 2 + 6 x − x 2 + 2 x − 3 − 7 x − 3
= 2 x 3 − 5 x 2 + x − 6 = 2x^3 - 5x^2 + x - 6 = 2 x 3 − 5 x 2 + x − 6 . Correct.
Question:
If α \alpha α , β \beta β , γ \gamma γ are the roots of x 3 − 5 x 2 + 2 x + 8 = 0 x^3 - 5x^2 + 2x + 8 = 0 x 3 − 5 x 2 + 2 x + 8 = 0 Find:
(a) α + β + γ \alpha + \beta + \gamma α + β + γ (b) α β + β γ + γ α \alpha\beta + \beta\gamma + \gamma\alpha α β + β γ + γ α (c) α β γ \alpha\beta\gamma α β γ
Solution:
By Vieta’s formulas for x 3 + p x 2 + q x + r = 0 x^3 + px^2 + qx + r = 0 x 3 + p x 2 + q x + r = 0 :
α + β + γ = − p = 5 \alpha + \beta + \gamma = -p = 5 α + β + γ = − p = 5 α β + β γ + γ α = q = 2 \alpha\beta + \beta\gamma + \gamma\alpha = q = 2 α β + β γ + γ α = q = 2 α β γ = − r = − 8 \alpha\beta\gamma = -r = -8 α β γ = − r = − 8
Question:
P ( x ) = x 3 + a x 2 + b x − 12 P(x) = x^3 + ax^2 + bx - 12 P ( x ) = x 3 + a x 2 + b x − 12 has factors ( x − 1 ) (x - 1) ( x − 1 ) and ( x + 4 ) (x + 4) ( x + 4 ) . Find a a a , b b b And the remaining factor.
Solution:
Since ( x − 1 ) (x - 1) ( x − 1 ) is a factor: P ( 1 ) = 1 + a + b − 12 = 0 ⟹ a + b = 11 P(1) = 1 + a + b - 12 = 0 \implies a + b = 11 P ( 1 ) = 1 + a + b − 12 = 0 ⟹ a + b = 11 . … (1)
Since ( x + 4 ) (x + 4) ( x + 4 ) is a factor: P ( − 4 ) = − 64 + 16 a − 4 b − 12 = 0 ⟹ 16 a − 4 b = 76 ⟹ 4 a − b = 19 P(-4) = -64 + 16a - 4b - 12 = 0 \implies 16a - 4b = 76 \implies 4a - b = 19 P ( − 4 ) = − 64 + 16 a − 4 b − 12 = 0 ⟹ 16 a − 4 b = 76 ⟹ 4 a − b = 19 . … (2)
From (1) + (2): 5 a = 30 ⟹ a = 6 5a = 30 \implies a = 6 5 a = 30 ⟹ a = 6 . Then b = 5 b = 5 b = 5 .
So P ( x ) = x 3 + 6 x 2 + 5 x − 12 P(x) = x^3 + 6x^2 + 5x - 12 P ( x ) = x 3 + 6 x 2 + 5 x − 12 .
Dividing by ( x − 1 ) ( x + 4 ) = x 2 + 3 x − 4 (x - 1)(x + 4) = x^2 + 3x - 4 ( x − 1 ) ( x + 4 ) = x 2 + 3 x − 4 :
x 3 + 6 x 2 + 5 x − 12 = ( x 2 + 3 x − 4 ) ( x + c ) x^3 + 6x^2 + 5x - 12 = (x^2 + 3x - 4)(x + c) x 3 + 6 x 2 + 5 x − 12 = ( x 2 + 3 x − 4 ) ( x + c )
Expanding RHS: x 3 + c x 2 + 3 x 2 + 3 c x − 4 x − 4 c = x 3 + ( c + 3 ) x 2 + ( 3 c − 4 ) x − 4 c x^3 + cx^2 + 3x^2 + 3cx - 4x - 4c = x^3 + (c+3)x^2 + (3c-4)x - 4c x 3 + c x 2 + 3 x 2 + 3 c x − 4 x − 4 c = x 3 + ( c + 3 ) x 2 + ( 3 c − 4 ) x − 4 c .
Matching: c + 3 = 6 ⟹ c = 3 c + 3 = 6 \implies c = 3 c + 3 = 6 ⟹ c = 3 .
The remaining factor is ( x + 3 ) (x + 3) ( x + 3 ) .
Tests synthesis of polynomials with other topics.
Question:
Let P ( x ) = ( x − 1 ) ( x 2 − 4 x + 3 ) P(x) = (x - 1)(x^2 - 4x + 3) P ( x ) = ( x − 1 ) ( x 2 − 4 x + 3 ) . Find the set of values of x x x for which P ( x ) ≤ 0 P(x) \leq 0 P ( x ) ≤ 0 .
Solution:
P ( x ) = ( x − 1 ) ( x − 1 ) ( x − 3 ) = ( x − 1 ) 2 ( x − 3 ) P(x) = (x - 1)(x - 1)(x - 3) = (x - 1)^2(x - 3) P ( x ) = ( x − 1 ) ( x − 1 ) ( x − 3 ) = ( x − 1 ) 2 ( x − 3 )
Critical values: x = 1 x = 1 x = 1 (double root) and x = 3 x = 3 x = 3 .
Interval Test ( x − 1 ) 2 (x-1)^2 ( x − 1 ) 2 ( x − 3 ) (x-3) ( x − 3 ) Product x < 1 x < 1 x < 1 x = 0 x = 0 x = 0 + + + − - − − - − 1 < x < 3 1 < x < 3 1 < x < 3 x = 2 x = 2 x = 2 + + + − - − − - − x > 3 x > 3 x > 3 x = 4 x = 4 x = 4 + + + + + + + + +
P ( x ) ≤ 0 P(x) \leq 0 P ( x ) ≤ 0 when x ≤ 3 x \leq 3 x ≤ 3 (including x = 1 x = 1 x = 1 and x = 3 x = 3 x = 3 ).
Therefore x ∈ ( − ∞ , 3 ] x \in (-\infty,\; 3] x ∈ ( − ∞ , 3 ] .
Question:
Let f ( x ) = x 3 − 3 x 2 − 4 x + 12 f(x) = x^3 - 3x^2 - 4x + 12 f ( x ) = x 3 − 3 x 2 − 4 x + 12 . Given that ( x − 2 ) (x - 2) ( x − 2 ) is a factor, find all x x x for which f ( x ) = 0 f(x) = 0 f ( x ) = 0 And hence state the domain on which f f f is one-to-one.
Solution:
P ( 2 ) = 8 − 12 − 8 + 12 = 0 P(2) = 8 - 12 - 8 + 12 = 0 P ( 2 ) = 8 − 12 − 8 + 12 = 0 . Confirmed.
Divide x 3 − 3 x 2 − 4 x + 12 x^3 - 3x^2 - 4x + 12 x 3 − 3 x 2 − 4 x + 12 by ( x − 2 ) (x - 2) ( x − 2 ) :
X − 2 x 3 − 3 x 2 − 4 x + 12 x 2 − x − 6 x 3 − 2 x 2 x 3 − x 2 − 4 x x 3 − x 2 + 2 x x 3 x 2 − 6 x + 12 x 3 x 2 − 6 x + 12 x 3 x 2 0 \begin{array}{r|l} X - 2 & x^3 - 3x^2 - 4x + 12 \\ \hline & x^2 - x - 6 \\ & x^3 - 2x^2 \\ \hline & \phantom{x^3} - x^2 - 4x \\ & \phantom{x^3} - x^2 + 2x \\ \hline & \phantom{x^3 x^2} - 6x + 12 \\ & \phantom{x^3 x^2} - 6x + 12 \\ \hline & \phantom{x^3 x^2} 0 \\ \end{array} X − 2 x 3 − 3 x 2 − 4 x + 12 x 2 − x − 6 x 3 − 2 x 2 x 3 − x 2 − 4 x x 3 − x 2 + 2 x x 3 x 2 − 6 x + 12 x 3 x 2 − 6 x + 12 x 3 x 2 0 x 2 − x − 6 = ( x − 3 ) ( x + 2 ) x^2 - x - 6 = (x - 3)(x + 2) x 2 − x − 6 = ( x − 3 ) ( x + 2 )
Roots: x = − 2 x = -2 x = − 2 , x = 2 x = 2 x = 2 , x = 3 x = 3 x = 3 .
P ( x ) = ( x − 2 ) ( x − 3 ) ( x + 2 ) P(x) = (x - 2)(x - 3)(x + 2) P ( x ) = ( x − 2 ) ( x − 3 ) ( x + 2 ) is a cubic with positive leading coefficient, so it is strictly increasing when restricted to avoid the local maximum and minimum.
To make f f f one-to-one, restrict to [ 2 , ∞ ) [2,\; \infty) [ 2 , ∞ ) (after the local minimum at one of the turning points) or ( − ∞ , − 2 ] (-\infty,\; -2] ( − ∞ , − 2 ] .
Question:
The cubic curve y = x 3 − 6 x 2 + 11 x − 6 y = x^3 - 6x^2 + 11x - 6 y = x 3 − 6 x 2 + 11 x − 6 intersects the x x x -axis at points A A A , B B B And C C C . Find the coordinates of A A A , B B B , C C C and the area of triangle A B C ABC A B C .
Solution:
x 3 − 6 x 2 + 11 x − 6 = 0 x^3 - 6x^2 + 11x - 6 = 0 x 3 − 6 x 2 + 11 x − 6 = 0
By inspection x = 1 x = 1 x = 1 : 1 − 6 + 11 − 6 = 0 1 - 6 + 11 - 6 = 0 1 − 6 + 11 − 6 = 0 . So ( x − 1 ) (x - 1) ( x − 1 ) is a factor.
Dividing: x 3 − 6 x 2 + 11 x − 6 = ( x − 1 ) ( x 2 − 5 x + 6 ) = ( x − 1 ) ( x − 2 ) ( x − 3 ) x^3 - 6x^2 + 11x - 6 = (x - 1)(x^2 - 5x + 6) = (x - 1)(x - 2)(x - 3) x 3 − 6 x 2 + 11 x − 6 = ( x − 1 ) ( x 2 − 5 x + 6 ) = ( x − 1 ) ( x − 2 ) ( x − 3 ) .
Roots: x = 1 , 2 , 3 x = 1, 2, 3 x = 1 , 2 , 3 .
A = (1, 0)$$B = (2, 0)$$C = (3, 0) .
Since all three points lie on the x x x -axis, they are collinear, and the area of triangle A B C ABC A B C is 0 0 0 .
Question:
Given that x - 1$$x + 2 And x − 3 x - 3 x − 3 are factors of P ( x ) = x 3 + a x 2 + b x + c P(x) = x^3 + ax^2 + bx + c P ( x ) = x 3 + a x 2 + b x + c Find a$$b And c c c .
Solution:
Since x - 1$$x + 2 And x − 3 x - 3 x − 3 are all factors of the cubic P ( x ) P(x) P ( x ) We can write:
P ( x ) = ( x − 1 ) ( x + 2 ) ( x − 3 ) P(x) = (x - 1)(x + 2)(x - 3) P ( x ) = ( x − 1 ) ( x + 2 ) ( x − 3 )
Expanding: ( x − 1 ) ( x 2 − x − 6 ) = x 3 − x 2 − 6 x − x 2 + x + 6 = x 3 − 2 x 2 − 5 x + 6 (x - 1)(x^2 - x - 6) = x^3 - x^2 - 6x - x^2 + x + 6 = x^3 - 2x^2 - 5x + 6 ( x − 1 ) ( x 2 − x − 6 ) = x 3 − x 2 − 6 x − x 2 + x + 6 = x 3 − 2 x 2 − 5 x + 6 .
Therefore a = -2$$b = -5$$c = 6 .
Question:
When P ( x ) = x 3 + 2 x 2 − 5 x + 1 P(x) = x^3 + 2x^2 - 5x + 1 P ( x ) = x 3 + 2 x 2 − 5 x + 1 is divided by x 2 − x − 2 x^2 - x - 2 x 2 − x − 2 Find the quotient and remainder.
Solution:
Since we divide a cubic by a quadratic, the remainder has degree at most 1: R ( x ) = A x + B R(x) = Ax + B R ( x ) = A x + B .
P ( x ) = Q ( x ) ( x 2 − x − 2 ) + A x + B P(x) = Q(x)(x^2 - x - 2) + Ax + B P ( x ) = Q ( x ) ( x 2 − x − 2 ) + A x + B
Factorising: x 2 − x − 2 = ( x − 2 ) ( x + 1 ) x^2 - x - 2 = (x - 2)(x + 1) x 2 − x − 2 = ( x − 2 ) ( x + 1 ) .
P ( 2 ) = 8 + 8 − 10 + 1 = 7 = A ( 2 ) + B = 2 A + B P(2) = 8 + 8 - 10 + 1 = 7 = A(2) + B = 2A + B P ( 2 ) = 8 + 8 − 10 + 1 = 7 = A ( 2 ) + B = 2 A + B . … (1)
P ( − 1 ) = − 1 + 2 + 5 + 1 = 7 = A ( − 1 ) + B = − A + B P(-1) = -1 + 2 + 5 + 1 = 7 = A(-1) + B = -A + B P ( − 1 ) = − 1 + 2 + 5 + 1 = 7 = A ( − 1 ) + B = − A + B . … (2)
(1) - (2): 3 A = 0 ⟹ A = 0 3A = 0 \implies A = 0 3 A = 0 ⟹ A = 0 . Then B = 7 B = 7 B = 7 .
Remainder = 7 = 7 = 7 .
For the quotient: P ( x ) − 7 = x 3 + 2 x 2 − 5 x − 6 P(x) - 7 = x^3 + 2x^2 - 5x - 6 P ( x ) − 7 = x 3 + 2 x 2 − 5 x − 6 .
Dividing by x 2 − x − 2 x^2 - x - 2 x 2 − x − 2 : the leading term is x x x Giving x ( x 2 − x − 2 ) = x 3 − x 2 − 2 x x(x^2 - x - 2) = x^3 - x^2 - 2x x ( x 2 − x − 2 ) = x 3 − x 2 − 2 x .
P ( x ) − 7 − x ( x 2 − x − 2 ) = 3 x 2 − 3 x − 6 = 3 ( x 2 − x − 2 ) P(x) - 7 - x(x^2 - x - 2) = 3x^2 - 3x - 6 = 3(x^2 - x - 2) P ( x ) − 7 − x ( x 2 − x − 2 ) = 3 x 2 − 3 x − 6 = 3 ( x 2 − x − 2 ) .
So Q ( x ) = x + 3 Q(x) = x + 3 Q ( x ) = x + 3 Remainder = 7 = 7 = 7 .
Question:
Fully factorise P ( x ) = 2 x 3 − x 2 − 13 x − 6 P(x) = 2x^3 - x^2 - 13x - 6 P ( x ) = 2 x 3 − x 2 − 13 x − 6 .
Solution:
By the factor theorem, try integer factors of − 6 -6 − 6 divided by factors of 2 2 2 : ± 1 , ± 2 , ± 3 , ± 6 , ± 1 2 , ± 3 2 \pm 1, \pm 2, \pm 3, \pm 6, \pm \dfrac{1}{2}, \pm \dfrac{3}{2} ± 1 , ± 2 , ± 3 , ± 6 , ± 2 1 , ± 2 3 .
P ( 3 ) = 2 ( 27 ) − 9 − 39 − 6 = 54 − 54 = 0 P(3) = 2(27) - 9 - 39 - 6 = 54 - 54 = 0 P ( 3 ) = 2 ( 27 ) − 9 − 39 − 6 = 54 − 54 = 0 . So ( x − 3 ) (x - 3) ( x − 3 ) is a factor.
Divide 2 x 3 − x 2 − 13 x − 6 2x^3 - x^2 - 13x - 6 2 x 3 − x 2 − 13 x − 6 by ( x − 3 ) (x - 3) ( x − 3 ) :
X − 3 2 x 3 − x 2 − 13 x − 6 2 x 2 2 x 3 − 6 x 2 2 x 3 5 x 2 − 13 x 2 x 3 5 x 2 − 15 x 2 x 3 x 2 2 x − 6 2 x 3 x 2 2 x − 6 2 x 3 x 2 0 \begin{array}{r|l} X - 3 & 2x^3 - x^2 - 13x - 6 \\ \hline & 2x^2 \\ & 2x^3 - 6x^2 \\ \hline & \phantom{2x^3} 5x^2 - 13x \\ & \phantom{2x^3} 5x^2 - 15x \\ \hline & \phantom{2x^3 x^2} 2x - 6 \\ & \phantom{2x^3 x^2} 2x - 6 \\ \hline & \phantom{2x^3 x^2} 0 \\ \end{array} X − 3 2 x 3 − x 2 − 13 x − 6 2 x 2 2 x 3 − 6 x 2 2 x 3 5 x 2 − 13 x 2 x 3 5 x 2 − 15 x 2 x 3 x 2 2 x − 6 2 x 3 x 2 2 x − 6 2 x 3 x 2 0 P ( x ) = ( x − 3 ) ( 2 x 2 + 5 x + 2 ) = ( x − 3 ) ( 2 x + 1 ) ( x + 2 ) P(x) = (x - 3)(2x^2 + 5x + 2) = (x - 3)(2x + 1)(x + 2) P ( x ) = ( x − 3 ) ( 2 x 2 + 5 x + 2 ) = ( x − 3 ) ( 2 x + 1 ) ( x + 2 ) .
Question:
If \alpha$$\beta$$\gamma are the roots of 2 x 3 − 3 x 2 + 4 x − 5 = 0 2x^3 - 3x^2 + 4x - 5 = 0 2 x 3 − 3 x 2 + 4 x − 5 = 0 Find 1 α + 1 β + 1 γ \dfrac{1}{\alpha} + \dfrac{1}{\beta} + \dfrac{1}{\gamma} α 1 + β 1 + γ 1 .
Solution:
By Vieta’s formulas (for a x 3 + b x 2 + c x + d = 0 ax^3 + bx^2 + cx + d = 0 a x 3 + b x 2 + c x + d = 0 ):
\alpha + \beta + \gamma = \dfrac{3}{2}$$\alpha\beta + \beta\gamma + \gamma\alpha = 2$$\alpha\beta\gamma = \dfrac{5}{2} .
1 α + 1 β + 1 γ = α β + β γ + γ α α β γ = 2 5 / 2 = 4 5 \frac{1}{\alpha} + \frac{1}{\beta} + \frac{1}{\gamma} = \frac{\alpha\beta + \beta\gamma + \gamma\alpha}{\alpha\beta\gamma} = \frac{2}{5/2} = \frac{4}{5} α 1 + β 1 + γ 1 = α β γ α β + β γ + γ α = 5/2 2 = 5 4
Question:
Find the remainder when x 100 + x 50 + 1 x^{100} + x^{50} + 1 x 100 + x 50 + 1 is divided by x 2 − 1 x^2 - 1 x 2 − 1 .
Solution:
x 2 − 1 = ( x − 1 ) ( x + 1 ) x^2 - 1 = (x - 1)(x + 1) x 2 − 1 = ( x − 1 ) ( x + 1 ) .
Remainder has the form A x + B Ax + B A x + B .
At x = 1 x = 1 x = 1 : P ( 1 ) = 1 + 1 + 1 = 3 = A + B P(1) = 1 + 1 + 1 = 3 = A + B P ( 1 ) = 1 + 1 + 1 = 3 = A + B . … (1)
At x = − 1 x = -1 x = − 1 : P ( − 1 ) = 1 + 1 + 1 = 3 = − A + B P(-1) = 1 + 1 + 1 = 3 = -A + B P ( − 1 ) = 1 + 1 + 1 = 3 = − A + B . … (2)
(1) + (2): 2B = 6 \implies B = 3$$A = 0 .
Remainder = 3 = 3 = 3 .
Question:
Find constants A$$B$$C such that 3 x + 7 ( x + 1 ) ( x + 2 ) = A x + 1 + B x + 2 \dfrac{3x + 7}{(x + 1)(x + 2)} = \dfrac{A}{x + 1} + \dfrac{B}{x + 2} ( x + 1 ) ( x + 2 ) 3 x + 7 = x + 1 A + x + 2 B .
Solution:
3 x + 7 = A ( x + 2 ) + B ( x + 1 ) 3x + 7 = A(x + 2) + B(x + 1) 3 x + 7 = A ( x + 2 ) + B ( x + 1 )
At x = − 1 x = -1 x = − 1 : − 3 + 7 = A ( 1 ) + 0 ⟹ A = 4 -3 + 7 = A(1) + 0 \implies A = 4 − 3 + 7 = A ( 1 ) + 0 ⟹ A = 4 .
At x = − 2 x = -2 x = − 2 : − 6 + 7 = 0 + B ( − 1 ) ⟹ B = − 1 -6 + 7 = 0 + B(-1) \implies B = -1 − 6 + 7 = 0 + B ( − 1 ) ⟹ B = − 1 .
Verification: 4 x + 1 − 1 x + 2 = 4 ( x + 2 ) − ( x + 1 ) ( x + 1 ) ( x + 2 ) = 4 x + 8 − x − 1 ( x + 1 ) ( x + 2 ) = 3 x + 7 ( x + 1 ) ( x + 2 ) \dfrac{4}{x+1} - \dfrac{1}{x+2} = \dfrac{4(x+2) - (x+1)}{(x+1)(x+2)} = \dfrac{4x + 8 - x - 1}{(x+1)(x+2)} = \dfrac{3x + 7}{(x+1)(x+2)} x + 1 4 − x + 2 1 = ( x + 1 ) ( x + 2 ) 4 ( x + 2 ) − ( x + 1 ) = ( x + 1 ) ( x + 2 ) 4 x + 8 − x − 1 = ( x + 1 ) ( x + 2 ) 3 x + 7 . Correct.
Question:
If α \alpha α and β \beta β are the roots of 2 x 2 + 3 x − 4 = 0 2x^2 + 3x - 4 = 0 2 x 2 + 3 x − 4 = 0 Find the equation whose roots are 1 α 2 \dfrac{1}{\alpha^2} α 2 1 and 1 β 2 \dfrac{1}{\beta^2} β 2 1 .
Solution:
α + β = − 3 2 \alpha + \beta = -\dfrac{3}{2} α + β = − 2 3 , α β = − 2 \alpha\beta = -2 α β = − 2 .
α 2 + β 2 = ( α + β ) 2 − 2 α β = 9 4 + 4 = 25 4 \alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta = \frac{9}{4} + 4 = \frac{25}{4} α 2 + β 2 = ( α + β ) 2 − 2 α β = 4 9 + 4 = 4 25
α 2 β 2 = 4 \alpha^2 \beta^2 = 4 α 2 β 2 = 4
1 α 2 + 1 β 2 = α 2 + β 2 α 2 β 2 = 25 / 4 4 = 25 16 \frac{1}{\alpha^2} + \frac{1}{\beta^2} = \frac{\alpha^2 + \beta^2}{\alpha^2 \beta^2} = \frac{25/4}{4} = \frac{25}{16} α 2 1 + β 2 1 = α 2 β 2 α 2 + β 2 = 4 25/4 = 16 25
1 α 2 ⋅ 1 β 2 = 1 4 \frac{1}{\alpha^2} \cdot \frac{1}{\beta^2} = \frac{1}{4} α 2 1 ⋅ β 2 1 = 4 1
Required equation: x 2 − 25 16 x + 1 4 = 0 x^2 - \dfrac{25}{16}x + \dfrac{1}{4} = 0 x 2 − 16 25 x + 4 1 = 0 I.e. 16 x 2 − 25 x + 4 = 0 16x^2 - 25x + 4 = 0 16 x 2 − 25 x + 4 = 0 .
Question:
For P ( x ) = − x 4 + 4 x 2 − 3 P(x) = -x^4 + 4x^2 - 3 P ( x ) = − x 4 + 4 x 2 − 3 Find:
(a) The x x x -intercepts. (b) The y y y -intercept. (c) The maximum value of P ( x ) P(x) P ( x ) .
Solution:
(a) − x 4 + 4 x 2 − 3 = 0 ⟹ x 4 − 4 x 2 + 3 = 0 -x^4 + 4x^2 - 3 = 0 \implies x^4 - 4x^2 + 3 = 0 − x 4 + 4 x 2 − 3 = 0 ⟹ x 4 − 4 x 2 + 3 = 0 .
Let u = x 2 u = x^2 u = x 2 : u 2 − 4 u + 3 = 0 ⟹ ( u − 1 ) ( u − 3 ) = 0 u^2 - 4u + 3 = 0 \implies (u-1)(u-3) = 0 u 2 − 4 u + 3 = 0 ⟹ ( u − 1 ) ( u − 3 ) = 0 .
u = 1 ⟹ x = ± 1 u = 1 \implies x = \pm 1 u = 1 ⟹ x = ± 1 . u = 3 ⟹ x = ± 3 u = 3 \implies x = \pm\sqrt{3} u = 3 ⟹ x = ± 3 .
x x x -intercepts: ( − 3 , 0 ) , ( − 1 , 0 ) , ( 1 , 0 ) , ( 3 , 0 ) (-\sqrt{3}, 0), (-1, 0), (1, 0), (\sqrt{3}, 0) ( − 3 , 0 ) , ( − 1 , 0 ) , ( 1 , 0 ) , ( 3 , 0 ) .
(b) P ( 0 ) = − 3 P(0) = -3 P ( 0 ) = − 3 . y y y -intercept: ( 0 , − 3 ) (0, -3) ( 0 , − 3 ) .
(c) Let v = x 2 ≥ 0 v = x^2 \geq 0 v = x 2 ≥ 0 . P ( x ) = − ( v 2 − 4 v + 3 ) = − ( v − 2 ) 2 + 4 − 3 = − ( v − 2 ) 2 + 1 P(x) = -(v^2 - 4v + 3) = -(v - 2)^2 + 4 - 3 = -(v-2)^2 + 1 P ( x ) = − ( v 2 − 4 v + 3 ) = − ( v − 2 ) 2 + 4 − 3 = − ( v − 2 ) 2 + 1 .
Maximum is 1 1 1 when v = 2 v = 2 v = 2 I.e. x 2 = 2 x^2 = 2 x 2 = 2 So x = ± 2 x = \pm\sqrt{2} x = ± 2 .
A[Diag Polynomials] --> B[Key Concepts]
A --> D[Practical Applications]
B --> E[Fundamental definitions]
D --> G[Real-world usage]
A factory assembly line: Polynomials are like expressions built from repeated operations — the factor theorem tells you which “ingredients” (factors) go into making the polynomial, and division strips away known factors to find what’s left.
Why it matters: Factoring polynomials is the backbone of solving equations, simplifying expressions, and understanding function behavior. Vieta’s formulas connect roots to coefficients without solving.
The key insight: (x - a) is a factor if and only if P(a) = 0 — this simple test replaces long division and reveals hidden structure.
Testing the wrong value in the factor theorem. For the factor ( x − a ) (x - a) ( x − a ) You must evaluate P ( a ) P(a) P ( a ) Not P ( − a ) P(-a) P ( − a ) . For ( x + a ) (x + a) ( x + a ) Evaluate P ( − a ) P(-a) P ( − a ) . The sign is the most common source of error in factor theorem problems.
Not verifying the factorisation. After polynomial division, always expand the quotient times divisor plus remainder to verify you get back the original polynomial. This catches arithmetic errors.
Incorrect Vieta’s sign conventions. For a x 3 + b x 2 + c x + d = 0 ax^3 + bx^2 + cx + d = 0 a x 3 + b x 2 + c x + d = 0 : sum of roots = − b / a = -b/a = − b / a Sum of pairwise products = c / a = c/a = c / a Product = − d / a = -d/a = − d / a . The alternating signs are easy to confuse.
Assuming a polynomial has rational roots. Not all polynomials factorise with rational roots. If the rational root theorem yields no valid candidates, the polynomial may have irrational or complex roots.
Forgetting the degree of the remainder. When dividing by a polynomial of degree m m m The remainder has degree less than m m m . Dividing by a quadratic gives a linear (or constant) remainder, not a quadratic one.
Let P ( x ) = x 3 − 4 x 2 + x + 6 P(x) = x^3 - 4x^2 + x + 6 P ( x ) = x 3 − 4 x 2 + x + 6 .
(a) Show that ( x + 1 ) (x + 1) ( x + 1 ) is a factor of P ( x ) P(x) P ( x ) . (1 mark) (b) Hence factorise P ( x ) P(x) P ( x ) completely. (3 marks) (c) Solve P ( x ) = 0 P(x) = 0 P ( x ) = 0 . (1 mark) (d) Sketch the graph of y = P ( x ) y = P(x) y = P ( x ) Indicating the x x x -intercepts and the y y y -intercept. (3 marks)
Solution:
(a) P ( − 1 ) = − 1 − 4 − 1 + 6 = 0 P(-1) = -1 - 4 - 1 + 6 = 0 P ( − 1 ) = − 1 − 4 − 1 + 6 = 0 . Confirmed.
(b) Divide by ( x + 1 ) (x + 1) ( x + 1 ) : x 3 − 4 x 2 + x + 6 = ( x + 1 ) ( x 2 − 5 x + 6 ) = ( x + 1 ) ( x − 2 ) ( x − 3 ) x^3 - 4x^2 + x + 6 = (x+1)(x^2 - 5x + 6) = (x+1)(x-2)(x-3) x 3 − 4 x 2 + x + 6 = ( x + 1 ) ( x 2 − 5 x + 6 ) = ( x + 1 ) ( x − 2 ) ( x − 3 ) .
(c) x = − 1 x = -1 x = − 1 , x = 2 x = 2 x = 2 , x = 3 x = 3 x = 3 .
(d) y y y -intercept: ( 0 , 6 ) (0, 6) ( 0 , 6 ) . x x x -intercepts: (-1, 0)$$(2, 0)$$(3, 0) . The cubic has positive leading coefficient, so it goes from bottom-left to top-right, crossing the x x x -axis at each root.
When P ( x ) = 2 x 3 + p x 2 + q x + 3 P(x) = 2x^3 + px^2 + qx + 3 P ( x ) = 2 x 3 + p x 2 + q x + 3 is divided by ( x − 1 ) (x - 1) ( x − 1 ) The remainder is 6 6 6 . When divided by ( x + 2 ) (x + 2) ( x + 2 ) The remainder is − 15 -15 − 15 .
(a) Find p p p and q q q . (4 marks) (b) Find the remainder when P ( x ) P(x) P ( x ) is divided by ( x − 2 ) ( x + 1 ) (x - 2)(x + 1) ( x − 2 ) ( x + 1 ) . (3 marks)
Solution:
(a) P ( 1 ) = 2 + p + q + 3 = 6 ⟹ p + q = 1 P(1) = 2 + p + q + 3 = 6 \implies p + q = 1 P ( 1 ) = 2 + p + q + 3 = 6 ⟹ p + q = 1 . … (1)
P ( − 2 ) = − 16 + 4 p − 2 q + 3 = − 15 ⟹ 4 p − 2 q = − 2 ⟹ 2 p − q = − 1 P(-2) = -16 + 4p - 2q + 3 = -15 \implies 4p - 2q = -2 \implies 2p - q = -1 P ( − 2 ) = − 16 + 4 p − 2 q + 3 = − 15 ⟹ 4 p − 2 q = − 2 ⟹ 2 p − q = − 1 . … (2)
(1) + (2): 3p = 0 \implies p = 0$$q = 1 .
(b) P ( x ) = 2 x 3 + x + 3 P(x) = 2x^3 + x + 3 P ( x ) = 2 x 3 + x + 3 .
Remainder when divided by ( x − 2 ) ( x + 1 ) (x-2)(x+1) ( x − 2 ) ( x + 1 ) : let R ( x ) = A x + B R(x) = Ax + B R ( x ) = A x + B .
P ( 2 ) = 16 + 2 + 3 = 21 = 2 A + B P(2) = 16 + 2 + 3 = 21 = 2A + B P ( 2 ) = 16 + 2 + 3 = 21 = 2 A + B . … (1)
P ( − 1 ) = − 2 − 1 + 3 = 0 = − A + B P(-1) = -2 - 1 + 3 = 0 = -A + B P ( − 1 ) = − 2 − 1 + 3 = 0 = − A + B . … (2)
(1) + (2): 3B = 21 \implies B = 7$$A = 7 .
Remainder = 7 x + 7 = 7x + 7 = 7 x + 7 .
The equation x 3 + a x 2 + b x + c = 0 x^3 + ax^2 + bx + c = 0 x 3 + a x 2 + b x + c = 0 has roots \alpha$$\beta$$\gamma where \alpha + \beta + \gamma = 6$$\alpha\beta + \beta\gamma + \gamma\alpha = 11 And α β γ = 6 \alpha\beta\gamma = 6 α β γ = 6 .
(a) Find a$$b And c c c . (2 marks) (b) Find the values of α 2 + β 2 + γ 2 \alpha^2 + \beta^2 + \gamma^2 α 2 + β 2 + γ 2 . (2 marks) (c) Find the equation whose roots are \alpha + 1$$\beta + 1$$\gamma + 1 . (3 marks)
Solution:
(a) a = -6$$b = 11$$c = -6 .
Equation: x 3 − 6 x 2 + 11 x − 6 = 0 = ( x − 1 ) ( x − 2 ) ( x − 3 ) x^3 - 6x^2 + 11x - 6 = 0 = (x-1)(x-2)(x-3) x 3 − 6 x 2 + 11 x − 6 = 0 = ( x − 1 ) ( x − 2 ) ( x − 3 ) .
(b) α 2 + β 2 + γ 2 = ( α + β + γ ) 2 − 2 ( α β + β γ + γ α ) = 36 − 22 = 14 \alpha^2 + \beta^2 + \gamma^2 = (\alpha + \beta + \gamma)^2 - 2(\alpha\beta + \beta\gamma + \gamma\alpha) = 36 - 22 = 14 α 2 + β 2 + γ 2 = ( α + β + γ ) 2 − 2 ( α β + β γ + γ α ) = 36 − 22 = 14 .
(c) Sum of new roots: ( α + 1 ) + ( β + 1 ) + ( γ + 1 ) = 6 + 3 = 9 (\alpha+1) + (\beta+1) + (\gamma+1) = 6 + 3 = 9 ( α + 1 ) + ( β + 1 ) + ( γ + 1 ) = 6 + 3 = 9 .
Sum of pairwise products: ( α + 1 ) ( β + 1 ) + ( β + 1 ) ( γ + 1 ) + ( γ + 1 ) ( α + 1 ) = ( α β + α + β + 1 ) + … = 11 + 2 × 6 + 3 = 26 (\alpha+1)(\beta+1) + (\beta+1)(\gamma+1) + (\gamma+1)(\alpha+1) = (\alpha\beta + \alpha + \beta + 1) + \ldots = 11 + 2 \times 6 + 3 = 26 ( α + 1 ) ( β + 1 ) + ( β + 1 ) ( γ + 1 ) + ( γ + 1 ) ( α + 1 ) = ( α β + α + β + 1 ) + … = 11 + 2 × 6 + 3 = 26 .
Product: ( α + 1 ) ( β + 1 ) ( γ + 1 ) = α β γ + ( α β + β γ + γ α ) + ( α + β + γ ) + 1 = 6 + 11 + 6 + 1 = 24 (\alpha+1)(\beta+1)(\gamma+1) = \alpha\beta\gamma + (\alpha\beta + \beta\gamma + \gamma\alpha) + (\alpha + \beta + \gamma) + 1 = 6 + 11 + 6 + 1 = 24 ( α + 1 ) ( β + 1 ) ( γ + 1 ) = α β γ + ( α β + β γ + γ α ) + ( α + β + γ ) + 1 = 6 + 11 + 6 + 1 = 24 .
Equation: x 3 − 9 x 2 + 26 x − 24 = 0 x^3 - 9x^2 + 26x - 24 = 0 x 3 − 9 x 2 + 26 x − 24 = 0 .
(a) Express 5 x − 1 ( x + 2 ) ( 2 x − 1 ) \dfrac{5x - 1}{(x + 2)(2x - 1)} ( x + 2 ) ( 2 x − 1 ) 5 x − 1 in partial fractions. (4 marks) (b) Hence find ∫ 5 x − 1 ( x + 2 ) ( 2 x − 1 ) d x \displaystyle\int \frac{5x - 1}{(x + 2)(2x - 1)} \, dx ∫ ( x + 2 ) ( 2 x − 1 ) 5 x − 1 d x . (2 marks)
Solution:
(a) 5 x − 1 ( x + 2 ) ( 2 x − 1 ) = A x + 2 + B 2 x − 1 \dfrac{5x - 1}{(x + 2)(2x - 1)} = \dfrac{A}{x + 2} + \dfrac{B}{2x - 1} ( x + 2 ) ( 2 x − 1 ) 5 x − 1 = x + 2 A + 2 x − 1 B .
5 x − 1 = A ( 2 x − 1 ) + B ( x + 2 ) 5x - 1 = A(2x - 1) + B(x + 2) 5 x − 1 = A ( 2 x − 1 ) + B ( x + 2 ) .
At x = − 2 x = -2 x = − 2 : − 11 = A ( − 5 ) ⟹ A = 11 5 -11 = A(-5) \implies A = \dfrac{11}{5} − 11 = A ( − 5 ) ⟹ A = 5 11 .
At x = 1 2 x = \dfrac{1}{2} x = 2 1 : 5 2 − 1 = B ( 5 2 ) ⟹ B = 1 \dfrac{5}{2} - 1 = B\left(\dfrac{5}{2}\right) \implies B = 1 2 5 − 1 = B ( 2 5 ) ⟹ B = 1 .
5 x − 1 ( x + 2 ) ( 2 x − 1 ) = 11 / 5 x + 2 + 1 2 x − 1 \frac{5x - 1}{(x + 2)(2x - 1)} = \frac{11/5}{x + 2} + \frac{1}{2x - 1} ( x + 2 ) ( 2 x − 1 ) 5 x − 1 = x + 2 11/5 + 2 x − 1 1
(b) ∫ ( 11 / 5 x + 2 + 1 2 x − 1 ) d x = 11 5 ln ∣ x + 2 ∣ + 1 2 ln ∣ 2 x − 1 ∣ + C \displaystyle\int \left(\frac{11/5}{x+2} + \frac{1}{2x-1}\right) dx = \frac{11}{5}\ln|x + 2| + \frac{1}{2}\ln|2x - 1| + C ∫ ( x + 2 11/5 + 2 x − 1 1 ) d x = 5 11 ln ∣ x + 2∣ + 2 1 ln ∣2 x − 1∣ + C .
P ( x ) = x 4 + a x 3 + b x 2 + c x + d P(x) = x^4 + ax^3 + bx^2 + cx + d P ( x ) = x 4 + a x 3 + b x 2 + c x + d has roots 1 , − 1 , 2 , − 3 1, -1, 2, -3 1 , − 1 , 2 , − 3 .
(a) Find a a a , b b b , c c c , d d d . (3 marks) (b) Find the value of P ′ ( 1 ) P'(1) P ′ ( 1 ) . (3 marks)
Solution:
(a) P ( x ) = ( x − 1 ) ( x + 1 ) ( x − 2 ) ( x + 3 ) = ( x 2 − 1 ) ( x 2 + x − 6 ) = x 4 + x 3 − 6 x 2 − x 2 − x + 6 = x 4 + x 3 − 7 x 2 − x + 6 P(x) = (x-1)(x+1)(x-2)(x+3) = (x^2 - 1)(x^2 + x - 6) = x^4 + x^3 - 6x^2 - x^2 - x + 6 = x^4 + x^3 - 7x^2 - x + 6 P ( x ) = ( x − 1 ) ( x + 1 ) ( x − 2 ) ( x + 3 ) = ( x 2 − 1 ) ( x 2 + x − 6 ) = x 4 + x 3 − 6 x 2 − x 2 − x + 6 = x 4 + x 3 − 7 x 2 − x + 6 .
a = 1$$b = -7$$c = -1$$d = 6 .
(b) P ′ ( x ) = 4 x 3 + 3 x 2 − 14 x − 1 P'(x) = 4x^3 + 3x^2 - 14x - 1 P ′ ( x ) = 4 x 3 + 3 x 2 − 14 x − 1 .
P ′ ( 1 ) = 4 + 3 − 14 − 1 = − 8 P'(1) = 4 + 3 - 14 - 1 = -8 P ′ ( 1 ) = 4 + 3 − 14 − 1 = − 8 .