1. Define $f(x) = \begin{cases} x^2 \sin(1/x) & x \neq 0 \\ 0 & x = 0 \end{cases}$. A student uses the Squeeze Theorem to show $\lim_{x \to 0} f(x) = 0$ and concludes that $f$ is continuous at $x = 0$. Is this conclusion valid, and why?
- A.No, because the Squeeze Theorem only proves the limit exists, not that $f$ is continuous.
- B.No, because $f$ is not defined at $x = 0$.
- C.Yes, because the Squeeze Theorem shows $\lim_{x \to 0} f(x) = 0 = f(0)$, which is exactly the definition of continuity at $x = 0$.
- D.Yes, but only because $x^2$ is continuous, not because of the Squeeze Theorem.
View Answer
Answer: Yes, because the Squeeze Theorem shows $\lim_{x \to 0} f(x) = 0 = f(0)$, which is exactly the definition of continuity at $x = 0$.
Recall the definition of continuity: A function $f$ is continuous at $a$ if $\lim_{x \to a} f(x) = f(a)$. This requires: (1) $f(a)$ is defined, (2) the limit exists, (3) they are equal. Verify all three conditions: Here $f(0) = 0$ is defined. The Squeeze Theorem gives $\lim_{x \to 0} f(x) = 0$. Since $0 = 0$, all three conditions are met. Why Option C is correct: The student's reasoning is complete: the Squeeze Theorem establishes the limit, and the piecewise definition supplies $f(0) = 0$, matching the limit. Why distractors fail: Option A overlooks that the student also verified $f(0) = 0$; together with the limit, this is sufficient for continuity. Option B is wrong because $f(0) = 0$ by the piecewise definition. Option D is wrong because $x^2 \sin(1/x)$ is not the same as $x^2$; the Squeeze Theorem is essential to handling the oscillating factor.