Condition for Divisibility of Polynomials
Video Explanation
Question
If the polynomial
\[ f(x) = ax^3 + bx – c \]
is divisible by
\[ g(x) = x^2 + bx + c, \]
find the value of \(ab\).
Solution
Step 1: Use the Division Algorithm
Since \(f(x)\) is divisible by \(g(x)\),
\[ f(x) = g(x)\,q(x) \]
where \(q(x)\) is a linear polynomial. Let
\[ q(x) = kx + m \]
Step 2: Multiply
\[ (x^2 + bx + c)(kx + m) \]
\[ = kx^3 + (kb + m)x^2 + (kc + mb)x + mc \]
Step 3: Compare with \(f(x)\)
\[ ax^3 + 0x^2 + bx – c \]
Comparing coefficients:
\[ a = k \quad \text{(1)} \]
\[ kb + m = 0 \quad \text{(2)} \]
\[ kc + mb = b \quad \text{(3)} \]
\[ mc = -c \quad \text{(4)} \]
Step 4: Solve the Equations
From (4):
\[ m = -1 \]
Substitute in (2):
\[ kb – 1 = 0 \Rightarrow kb = 1 \]
From (1), \(k = a\). Hence:
\[ ab = 1 \]
Conclusion
The required value of \(ab\) is:
\[ \boxed{1} \]