Exercise 11
Let and be two linear polynomials such that:
(i)
.
(ii)
The polynomial cuts the x-axis at .
(iii)
The sum is equal to for all real . Find the polynomials and .
Not cross-checked
This solution has not been cross-checked against the answer printed in NCERT.
Turn each of the three conditions into an equation in \(\displaystyle a, b, c, d\), then solve.We are given \(\displaystyle p(x) = ax + b\) and \(\displaystyle q(x) = cx + d\).Condition (i): \(\displaystyle p(0) = 5\).
\[p(0) = a(0) + b = b, \qquad \text{so } b = 5
\]Condition (iii): \(\displaystyle p(x) + q(x) = 6x + 4\) for all real \(\displaystyle x\).Add the two polynomials by collecting like terms:
\[p(x) + q(x) = (ax + b) + (cx + d) = (a + c)x + (b + d)
\]
Two polynomials that are equal for all \(\displaystyle x\) must have matching coefficients — the \(\displaystyle x\)-terms must agree and the constant terms must agree. Comparing with \(\displaystyle 6x + 4\):
\[a + c = 6 \qquad \ldots (1)
\]
\[b + d = 4
\]
Since \(\displaystyle b = 5\), the second of these gives
\[d = 4 - 5 = -1
\]Condition (ii): \(\displaystyle p(x) - q(x)\) cuts the x-axis at \(\displaystyle (3, 0)\).Subtract:
\[p(x) - q(x) = (a - c)x + (b - d)
\]
and \(\displaystyle b - d = 5 - (-1) = 6\), so \(\displaystyle p(x) - q(x) = (a - c)x + 6\).Cutting the x-axis at \(\displaystyle (3, 0)\) means the value of this polynomial is $\displaystyle 0$ when \(\displaystyle x = 3\):
\[(a - c)(3) + 6 = 0 \quad \Longrightarrow \quad 3(a - c) = -6 \quad \Longrightarrow \quad a - c = -2 \qquad \ldots (2)
\]Solve ($\displaystyle 1$) and ($\displaystyle 2$) together.Add them: \(\displaystyle (a + c) + (a - c) = 6 + (-2)\), so \(\displaystyle 2a = 4\) and \(\displaystyle a = 2\).
Then from ($\displaystyle 1$), \(\displaystyle c = 6 - 2 = 4\).So
\[p(x) = 2x + 5, \qquad q(x) = 4x - 1
\]Check all three conditions.
\(\displaystyle p(0) = 2(0) + 5 = 5\) ✓
\(\displaystyle p(x) - q(x) = (2x + 5) - (4x - 1) = -2x + 6\); at \(\displaystyle x = 3\) this is \(\displaystyle -6 + 6 = 0\), so its graph does cut the x-axis at \(\displaystyle (3, 0)\) ✓ (and since \(\displaystyle -2 \ne 0\) it really is a line that crosses the axis, not a constant).
\(\displaystyle p(x) + q(x) = (2x + 5) + (4x - 1) = 6x + 4\) ✓
Answer: \(\displaystyle p(x) = 2x + 5\) and \(\displaystyle q(x) = 4x - 1\).