Step 1: Concept
To find the local extremum of a function $f(x)$, we find the critical points where $f'(x) = 0$ and use the second derivative test $f''(x) > 0$ to confirm a local minimum.
Step 2: Meaning
We find the first derivative $f'(x)$ of the function, set it to zero to solve for the critical value of $x$, and calculate $f(x)$ at that point.
Step 3: Analysis
The function is:
\[ f(x) = x^2 + \frac{250}{x} \]
Differentiating with respect to $x$:
\[ f'(x) = 2x - \frac{250}{x^2} \]
Setting $f'(x) = 0$:
\[ 2x = \frac{250}{x^2} \implies 2x^3 = 250 \implies x^3 = 125 \implies x = 5 \]
Finding the second derivative to verify the minimum:
\[ f''(x) = 2 + \frac{500}{x^3} \]
At $x = 5$, $f''(5) = 2 + \frac{500}{125} = 6 > 0$, confirming a minimum.
Now, calculate the minimum value at $x = 5$:
\[ f(5) = 5^2 + \frac{250}{5} = 25 + 50 = 75 \]
Step 4: Conclusion
The minimum value of the given function for $x > 0$ is $75$.
Final Answer: (A)