The polynomial function is defined by , where is a constant. In the -plane, the graph of is tangent to the -axis at two distinct points. What is the value of ?
Answer: 4
Answer
4
The correct answer is 4. A quartic polynomial that is tangent to the x-axis at two distinct points must have two roots of multiplicity 2. Thus, it can be factored as p(x) = (x - r_1)^2(x - r_2)^2 = [x^2 - (r_1 + r_2)x + r_1 r_2]^2. Setting S = r_1 + r_2 and P = r_1 r_2, we expand this to p(x) = x^4 - 2Sx^3 + (S^2 + 2P)x^2 - 2SPx + P^2. Matching this with the given equation x^4 - 8x^3 + 20x^2 - 16x + c shows that -2S = -8, so S = 4. Using the quadratic term, S^2 + 2P = 20, which yields 16 + 2P = 20, so P = 2. Finally, the constant term is c = P^2 = 2^2 = 4.
Step-by-Step Solution
Key Concept
Representing a polynomial function in factored form based on the multiplicity of its roots and using coefficient matching to determine unknown constants.