Question:

The minimum value of the function $f(x) = x^2 + \frac{250}{x}$ for $x > 0$ is:

Show Hint

Alternatively, you can use the AM-GM inequality: $x^2 + \frac{125}{x} + \frac{125}{x} \ge 3\sqrt[3]{x^2 \cdot \frac{125}{x} \cdot \frac{125}{x}} = 3(25) = 75$. This avoids calculus entirely!
Updated On: May 31, 2026
  • $75$
  • $50$
  • $25$
  • $100$
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation


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)
Was this answer helpful?
0
0