Question:

The minimum value of \(x^2 + \frac{1}{x}\) is:

Updated On: Jun 2, 2025
  • \((4)^{\frac{2}{3}} + 2\)

  • \(6 + (2)^{\frac{1}{3}}\)
  • \(\left(\frac{1}{2}\right)^{\frac{1}{3}} + 5\)
  • \(\left(\frac{1}{2}\right)^{\frac{2}{3}} + (2)^{\frac{1}{3}}\)

Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Approach Solution - 1

The expression given is \( f(x) = x^2 + \frac{1}{x} \). We need to find the minimum value of this expression. To do this, we can use calculus and critical points. 

First, we find the derivative of \( f(x) \):

\( f'(x) = 2x - \frac{1}{x^2} \)

Set the derivative equal to zero to find critical points:

\( 2x - \frac{1}{x^2} = 0 \)

\( 2x = \frac{1}{x^2} \)

\( 2x^3 = 1 \)

\( x^3 = \frac{1}{2} \)

\( x = \left( \frac{1}{2} \right)^{\frac{1}{3}} \)

Plug the critical point back into \( f(x) \) to find the minimum value:

\( f\left(\left( \frac{1}{2} \right)^{\frac{1}{3}}\right) = \left(\left( \frac{1}{2} \right)^{\frac{1}{3}}\right)^2 + \frac{1}{\left( \frac{1}{2} \right)^{\frac{1}{3}}} \)

\( = \left( \frac{1}{2} \right)^{\frac{2}{3}} + \left( 2 \right)^{\frac{1}{3}} \)

This result is the correct minimum value for the expression given the options provided.

Was this answer helpful?
0
0
Hide Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

Solution: We are tasked with finding the minimum value of the function:

\[f(x) = x^2 + \frac{1}{x}, \quad x > 0\]

Differentiating \(f(x)\): To find the critical points, compute the derivative of \(f(x)\):

\[f'(x) = 2x - \frac{1}{x^2}\]

Set \(f'(x) = 0\):

\[2x = \frac{1}{x^2}\]

Multiply through by \(x^2\) (since \(x > 0\)):

\[2x^3 = 1 \implies x^3 = \frac{1}{2} \implies x = (\frac{1}{2})^{\frac{1}{3}}\]

Computing \(f(x)\) at \(x = (\frac{1}{2})^{\frac{1}{3}}\): Substitute \(x = (\frac{1}{2})^{\frac{1}{3}}\) into \(f(x)\):

\[f\left((\frac{1}{2})^{\frac{1}{3}}\right) = \left((\frac{1}{2})^{\frac{1}{3}}\right)^2 + \frac{1}{(\frac{1}{2})^{\frac{1}{3}}}\]

Simplify each term:

  1. The first term is:
  2. The second term is:

Thus, the minimum value is:

\[f(x) = (\frac{1}{2})^{\frac{2}{3}} + (2)^{\frac{1}{3}}\]

Verifying it is a minimum: The second derivative of \(f(x)\) is:

\[f''(x) = 2 + \frac{2}{x^3}\]

Since \(f''(x) > 0\) for all \(x > 0\), \(f(x)\) is convex, and the critical point corresponds to a minimum.

Thus, the minimum value is:

\[\left(\frac{1}{2}\right)^{\frac{2}{3}} + (2)^{\frac{1}{3}}\]

Was this answer helpful?
0
0