Question

Difficulty: Very hardPolynomial Factors and Graphs

In the xyxy-plane, the graph of a cubic polynomial function pp with real coefficients has exactly two xx-intercepts, at (1,0)(1, 0) and (4,0)(4, 0). If the graph of pp passes through the points (0,8)(0, -8) and (2,2)(2, 2), what is the value of p(6)p(6)?

Answer: 10

Answer

10
A cubic polynomial with real coefficients and exactly two xx-intercepts at (1,0)(1, 0) and (4,0)(4, 0) must have one root of multiplicity 1 and one root of multiplicity 2. This yields two possible forms: p(x)=a(x1)2(x4)p(x) = a(x - 1)^2(x - 4) or p(x)=a(x1)(x4)2p(x) = a(x - 1)(x - 4)^2. Substituting the yy-intercept (0,8)(0, -8) into the first form gives a=2a = 2, but the resulting polynomial p(x)=2(x1)2(x4)p(x) = 2(x - 1)^2(x - 4) does not pass through (2,2)(2, 2) since p(2)=4p(2) = -4. Substituting (0,8)(0, -8) into the second form gives a=12a = \frac{1}{2}, and the resulting polynomial p(x)=12(x1)(x4)2p(x) = \frac{1}{2}(x - 1)(x - 4)^2 correctly passes through (2,2)(2, 2) since p(2)=2p(2) = 2. Finally, evaluating this function at x=6x = 6 yields p(6)=12(61)(64)2=10p(6) = \frac{1}{2}(6 - 1)(6 - 4)^2 = 10.

Step-by-Step Solution

1
Determine the possible forms of the cubic polynomial based on its xx-intercepts.
Two possible cases: Case 1: p(x)=a(x1)2(x4)p(x) = a(x - 1)^2(x - 4) or Case 2: p(x)=a(x1)(x4)2p(x) = a(x - 1)(x - 4)^2, where aa is a non-zero constant.
Since the polynomial has degree 3 and exactly two distinct xx-intercepts, one intercept must be a root of multiplicity 2 (tangent to the xx-axis) and the other must be a root of multiplicity 1 (crossing the xx-axis).
2
Solve for the constant aa in Case 1 using the yy-intercept (0,8)(0, -8).
a=2a = 2, yielding the candidate function p(x)=2(x1)2(x4)p(x) = 2(x - 1)^2(x - 4).
Substituting x=0x = 0 and p(0)=8p(0) = -8 into the equation for Case 1 allows us to solve for aa.
3
Test the point (2,2)(2, 2) in the Case 1 candidate function.
p(2)=42p(2) = -4 \neq 2, which means Case 1 is incorrect.
The correct function must satisfy all given points, including (2,2)(2, 2).
4
Solve for the constant aa in Case 2 using the yy-intercept (0,8)(0, -8).
a=12a = \frac{1}{2}, yielding the candidate function p(x)=12(x1)(x4)2p(x) = \frac{1}{2}(x - 1)(x - 4)^2.
Substituting x=0x = 0 and p(0)=8p(0) = -8 into the equation for Case 2 allows us to solve for aa.
5
Test the point (2,2)(2, 2) in the Case 2 candidate function.
p(2)=2p(2) = 2, which matches the given point.
Confirming that the Case 2 function is consistent with the point (2,2)(2, 2).
6
Evaluate the correct function at x=6x = 6.
p(6)=10p(6) = 10.
Substituting x=6x = 6 into the verified function p(x)=12(x1)(x4)2p(x) = \frac{1}{2}(x - 1)(x - 4)^2 to find the final answer.

Key Concept

Identifying the algebraic form of a polynomial from its xx-intercepts and multiplicities, and determining unknown coefficients using coordinate points.
Rate this question