Let f(x) be a cubic polynomial with f(1)=−10 , f(−1)=6, and has a local minima at x=1 , and f′(x) has a local minima at x=−1. Then f(3) is equal to.
📖 Explanation
To define the cubic polynomial f(x)=ax3+bx2+cx+d, we determine the coefficients by applying the properties of derivatives at the given critical points. Because f(x) exhibits a local minimum at x=1, the first derivative f′(x)=3ax2+2bx+c must equal zero at x=1. Similarly, since f′(x) reaches a local minimum at x=−1, the second derivative f′′(x)=6ax+2b must be zero at x=−1. Evaluating f′′(−1)=0 provides the relationship −6a+2b=0, so b=3a, and substituting this into f′(1)=0 gives 3a+2(3a)+c=0, which simplifies to c=−9a.
We utilize the given points f(1)=−10 and f(−1)=6 to create the system a+b+c+d=−10 and −a+b−c+d=6. Adding these equations yields 2b+2d=−4, or b+d=−2, and substituting b=3a results in d=−2−3a. Substituting the expressions for b, c, and d in terms of a into the equation a+b+c+d=−10 produces a+3a−9a−2−3a=−10. This simplifies to −8a=−8, confirming that a=1. With a determined, we find b=3, c=−9, and d=−5, defining the function as f(x)=x3+3x2−9x−5. Calculating the final value, f(3)=33+3(32)−9(3)−5=27+27−27−5, which results in 22.