1. Define $g(x) = \begin{cases} 2x + 1 & \text{if } x < 1 \\ 5 & \text{if } x = 1 \\ x^2 + 2 & \text{if } x > 1 \end{cases}$. What type of discontinuity, if any, does $g$ have at $x = 1$?
- A.$g$ is continuous at $x = 1$.
- B.$g$ has a removable discontinuity at $x = 1$.
- C.$g$ has a jump discontinuity at $x = 1$.
- D.$g$ has an infinite discontinuity at $x = 1$.
View Answer
Answer: $g$ has a removable discontinuity at $x = 1$.
Compute the one-sided limits: $\lim_{x \to 1^-} g(x) = 2(1) + 1 = 3$ and $\lim_{x \to 1^+} g(x) = 1^2 + 2 = 3$. Since both one-sided limits equal $3$, $\lim_{x \to 1} g(x) = 3$. Compare with $g(1)$: $g(1) = 5 \neq 3 = \lim_{x \to 1} g(x)$. The limit exists, $g(1)$ is defined, but they are not equal. Classify: Because the two-sided limit exists but does not match the function value, the discontinuity is removable. Redefining $g(1) = 3$ would make $g$ continuous at $x = 1$. Why distractors fail: The function is not continuous (limit $\neq$ function value). It is not a jump (one-sided limits are equal). It is not infinite (all values are finite).