1. Evaluate $\lim_{x \to 0^+} x^x$.
- A.$0$
- B.$1$
- C.$e$
- D.The limit does not exist
View Answer
Answer: $1$
Identify the indeterminate form: As $x \to 0^+$, $x^x$ has the form $0^0$, which is indeterminate. Take the natural logarithm: Let $y = x^x$, so $\ln y = x \ln x$. We evaluate $\lim_{x \to 0^+} x \ln x$ by rewriting as $\frac{\ln x}{1/x}$, which is $\frac{-\infty}{\infty}$. Apply L'Hôpital's Rule: $\lim_{x \to 0^+} \frac{1/x}{-1/x^2} = \lim_{x \to 0^+} \frac{-x^2}{x} = \lim_{x \to 0^+} (-x) = 0$. Therefore $\ln y \to 0$, so $y \to e^0 = 1$. Why distractors fail: Option A ($0$) confuses the base approaching $0$ with the limit of the entire expression. Option C ($e$) would require $\ln y \to 1$, not $0$. Option D is wrong; the limit exists and equals $1$.