The teacher hasn't uploaded a solution for this question yet.
Given $f(x) = x^4 - 62x^2 + ax + 9$. We need to find the first derivative $f'(x)$. $$f'(x) = 4x^3 - 124x + a$$
Since $f(x)$ attains a local maximum at $x=1$, we have $f'(1) = 0$. $$f'(1) = 4(1)^3 - 124(1) + a = 0$$ $$4 - 124 + a = 0$$ $$a = 120$$
Now we have $f(x) = x^4 - 62x^2 + 120x + 9$. We need to find the second derivative $f''(x)$. First, we have $f'(x) = 4x^3 - 124x + 120$. $$f''(x) = 12x^2 - 124$$
To confirm that $x=1$ is a local maximum, we check the sign of $f''(1)$. $$f''(1) = 12(1)^2 - 124 = 12 - 124 = -112$$ Since $f''(1) < 0$, $x=1$ is indeed a local maximum.
To find other local maximum or minimum points, we need to solve $f'(x) = 0$. $$4x^3 - 124x + 120 = 0$$ $$x^3 - 31x + 30 = 0$$ Since we know $x=1$ is a root, we can divide the polynomial by $(x-1)$. $$(x-1)(x^2 + x - 30) = 0$$ $$(x-1)(x+6)(x-5) = 0$$ So, the critical points are $x = 1, x = -6, x = 5$.
We already know $f''(1) = -112 < 0$, so $x=1$ is a local maximum. Now we check $f''(-6)$ and $f''(5)$. $$f''(-6) = 12(-6)^2 - 124 = 12(36) - 124 = 432 - 124 = 308 > 0$$ So, $x=-6$ is a local minimum. $$f''(5) = 12(5)^2 - 124 = 12(25) - 124 = 300 - 124 = 176 > 0$$ So, $x=5$ is a local minimum.
The value of $a$ is 120. The function has a local maximum at $x=1$. The function has local minima at $x=-6$ and $x=5$.
Final Answer: a = 120, Local maximum at x=1, Local minima at x=-6 and x=5
AI generated content. Review strictly for academic accuracy.