1. A piecewise function is defined as: $$g(x) = \begin{cases} 2x + 1 & \text{if } x < 0 \\ x^2 + 1 & \text{if } 0 \leq x < 3 \\ 12 - x & \text{if } x \geq 3 \end{cases}$$ At which boundary point(s) does $\lim_{x \to a} g(x)$ exist?
- A.Only at $x = 0$
- B.Only at $x = 3$
- C.At both $x = 0$ and $x = 3$
- D.At neither $x = 0$ nor $x = 3$
View Answer
Answer: Only at $x = 0$
Check $x = 0$: $\lim_{x \to 0^-}(2x+1) = 1$ and $\lim_{x \to 0^+}(x^2+1) = 1$. These agree, so $\lim_{x \to 0} g(x) = 1$. Check $x = 3$: $\lim_{x \to 3^-}(x^2+1) = 10$ and $\lim_{x \to 3^+}(12-x) = 9$. These disagree ($10 \neq 9$), so $\lim_{x \to 3} g(x)$ does not exist. Why distractors fail: Option B is wrong because the limit at $x=3$ does not exist. Option C is wrong because the limit fails at $x=3$. Option D is wrong because the limit does exist at $x=0$.