Question:medium

If the maximum value of the function f(x) = $\frac{\log_e x}{x}$, x > 0 occurs at x = a, then a2f''(a) is equal to

Show Hint

When finding maxima/minima, always find the first derivative and set it to zero. For complex expressions, be systematic with differentiation rules (product, quotient, chain). Double-check the final expression the question asks for.
Updated On: Mar 27, 2026
  • $-\frac{5}{e}$
  • $-\frac{1}{e}$
  • $-\frac{1}{e^3}$
  • $-5e^3$
Show Solution

The Correct Option is B

Solution and Explanation

Step 1: Conceptual Foundation:

To determine the maximum of a function, we first identify its critical points by equating the first derivative to zero. The second derivative test is then employed to verify if a critical point corresponds to a maximum. Finally, the specified expression is evaluated.

Step 2: Essential Formula and Methodology:

The quotient rule for differentiation is applied: \[ \left(\frac{u}{v}\right)' = \frac{u'v - uv'}{v^2}. \] A function \( f(x) \) attains a maximum at \( x = a \) if \( f'(a) = 0 \) and \( f''(a)<0 \).

Step 3: Detailed Procedure:

The given function is \( f(x) = \frac{\ln x}{x} \).

Calculation of the First Derivative:

Applying the quotient rule with \( u = \ln x \) and \( v = x \):

\[ f'(x) = \frac{\left(\frac{1}{x}\right) \cdot x - (\ln x) \cdot 1}{x^2} = \frac{1 - \ln x}{x^2}. \] To locate the maximum, we set \( f'(x) = 0 \): \[ \frac{1 - \ln x}{x^2} = 0 \implies 1 - \ln x = 0 \implies \ln x = 1 \implies x = e. \] Thus, the maximum is situated at \( a = e \).

Calculation of the Second Derivative:

We now differentiate \( f'(x) \) using the quotient rule with \( u = 1 - \ln x \) and \( v = x^2 \): \[ f''(x) = \frac{\left(-\frac{1}{x}\right) \cdot x^2 - (1 - \ln x) \cdot (2x)}{(x^2)^2} \] \[ f''(x) = \frac{-x - 2x + 2x \ln x}{x^4} = \frac{-3x + 2x \ln x}{x^4} = \frac{2 \ln x - 3}{x^3}. \] We then evaluate \( f''(a) = f''(e) \): \[ f''(e) = \frac{2 \ln e - 3}{e^3} = \frac{2(1) - 3}{e^3} = \frac{-1}{e^3}. \]

Evaluation of the Target Expression:

The objective is to compute \( a^2 f''(a) \). Substituting \( a = e \): \[ a^2 f''(a) = e^2 \cdot \left(\frac{-1}{e^3}\right) = \frac{-e^2}{e^3} = -\frac{1}{e}. \]

Step 4: Conclusive Result:

The calculated value for \( a^2 f''(a) \) is \(-\frac{1}{e}\).

Was this answer helpful?
0