Question:medium

If $f(x) = x^x$, find the critical point:

Show Hint

Use logarithmic differentiation for functions like $x^x$ and find critical points by setting derivative to zero.
Updated On: Jan 14, 2026
  • $x = e$
  • $x = e^{-1}$
  • $x = 0$
  • $x = 1$
Show Solution

The Correct Option is B

Solution and Explanation

Given the function $f(x) = x^x = e^{x \log x}$, its derivative is: \[ f'(x) = \frac{d}{dx}[e^{x \log x}] = e^{x \log x} \cdot \frac{d}{dx}(x \log x) = x^x \cdot (\log x + 1) \] To find critical points, we set $f'(x) = 0$: \[ x^x (\log x + 1) = 0 \Rightarrow \log x = -1 \Rightarrow x = e^{-1} \]
Was this answer helpful?
0