It is given that function \( f(x) = x^4 - 62x^2 + ax + 9 \) attains a local maximum value at \( x = 1 \). Find the value of \( a \), hence obtain all other points where the given function \( f(x) \) attains local maximum or local minimum values.
Show Hint
To find critical points, solve \( f'(x) = 0 \). Use the second derivative test to determine the nature of the extrema.
1. Find the derivative:
\[
f'(x) = 4x^3 - 124x + a.
\]
2. Condition for a local maximum at \( x = 1 \):
At \( x = 1 \), \( f'(1) = 0 \):
\[
4(1)^3 - 124(1) + a = 0 \quad \Rightarrow \quad 4 - 124 + a = 0 \quad \Rightarrow \quad a = -6.
\]
3. Update the function with \( a = -6 \):
\[
f(x) = x^4 - 62x^2 - 6x + 9.
\]
4. Find other critical points:
Set \( f'(x) = 0 \):
\[
4x^3 - 124x - 6 = 0 \quad \Rightarrow \quad 2x(2x^2 - 62) - 6 = 0.
\]
Factorize:
\[
2x(2x^2 - 62) = 6 \quad \Rightarrow \quad x(2x^2 - 62) = 3.
\]
Simplify further:
\[
2x^3 - 62x - 3 = 0.
\]
This cubic equation has roots that can be solved numerically or through approximation. For now, focus on \( x = 1 \) and symmetry.
5. Determine the nature of the critical points:
Evaluate the second derivative:
\[
f''(x) = 12x^2 - 124.
\]
- At \( x = 1 \): \( f''(1) = 12(1)^2 - 124 = -112<0 \) (local maximum).
6. Conclusion:
- Local maximum at \( x = 1 \) with \( a = -6 \).
- Other critical points are approximations of the cubic equation for \( 2x^3 - 62x - 3 = 0 \).
Final Answer:
The value of \( a \) is \( \boxed{-6} \). The local maximum occurs at \( x = 1 \).