If the polynomial f(x) = ax³ + bx − c is divisible by g(x) = x² + bx + c, find the value of ab
Video Explanation
Watch the video explanation below:
Given
f(x) = ax³ + bx − c
g(x) = x² + bx + c
f(x) is divisible by g(x).
To Find
The value of ab.
Solution
Step 1: Use the Division Algorithm
Since f(x) is divisible by g(x), the remainder is zero.
Let the quotient be (ax + k).
Then:
f(x) = g(x) · (ax + k)
Step 2: Multiply
(ax + k)(x² + bx + c)
= ax³ + abx² + acx + kx² + kbx + kc
= ax³ + (ab + k)x² + (ac + kb)x + kc
Step 3: Compare with f(x)
Given:
f(x) = ax³ + 0x² + bx − c
Comparing coefficients:
ab + k = 0 …(1)
ac + kb = b …(2)
kc = −c …(3)
Step 4: Solve
From (3):
kc = −c
⇒ k = −1
Substitute k = −1 in (1):
ab − 1 = 0
⇒ ab = 1
Final Answer
ab = 1
Conclusion
Hence, if the polynomial f(x) = ax³ + bx − c is divisible by g(x) = x² + bx + c, then the value of ab is 1.