To find the polynomial, we essentially just need to find values for a, b, c, and d. we would need 4 equations. <span>Since (-2,6) is a point on f(x), we know f(-2)=6. We can rewrite that using our formula for f(x), and plugging in -2 for x: </span> <span>ax^3 + bx^2 + cx + d = 6, x = -2 </span> <span>-8a + 4b - 2c + d = 6 </span> <span> Similarly, since (2,6) is a point, we know f(2)=6, so we have: </span> <span>ax^3 + bx^2 + cx + d = 3, x = 2 </span> <span>8a + 4b + 2c + d = 6 </span>
<span>Now, since there are horizontal tangents at those two points, we know the derivative is zero at those points. So let's first just find the derivative of f(x): </span> <span>f(x) = ax^3 + bx^2 + cx + d </span> <span>f`(x) = 3ax^2 + 2bx + c </span>
<span>The first point has an x-coordinate of -2, and the second has an x-coordinate of 2, so we have: </span> <span>f`(-2) = 0 </span> <span>3ax^2 + 2bx + c = 0, x = -2 </span> <span>12a - 4b + c = 0 </span> <span>f(2) = 0 </span> <span>3ax^2 + 2bx + c = 0, x = 2 </span> <span>12a + 4b + c = 0 </span>
<span>Now we have the following 4 equations: </span> <span>-8a + 4b - 2c + d = 6 </span> <span>8a + 4b + 2c + d = 0 </span> <span>12a - 4b + c = 0 </span> <span>12a + 4b + c = 0 </span>
<span>So the solution is: </span> <span>a = 3/16 </span> <span>b = 0 </span> <span>c = -9/4 </span> <span>d = 3 </span> <span>Plugging in those values to f(x) = ax^3 + bx^2 + cx + d, we get a final answer of: </span>