1. Consider the function $h(x) = \begin{cases} \frac{\sin(x)}{x} & \text{if } x \neq 0 \\ k & \text{if } x = 0 \end{cases}$. For what value of $k$ is $h$ continuous at $x = 0$?
- A.$k = 0$
- B.$k = -1$
- C.$k = 1$
- D.$k = \frac{1}{2}$
View Answer
Answer: $k = 1$
Find the limit at $x = 0$: The well-known limit $\lim_{x \to 0} \frac{\sin(x)}{x} = 1$ tells us the limiting behavior of $h$ near $x = 0$. Apply the continuity condition: For $h$ to be continuous at $x = 0$, we need $h(0) = \lim_{x \to 0} h(x)$, i.e., $k = 1$. Why distractors fail: Any value of $k$ other than $1$ would make $h(0) \neq \lim_{x \to 0} h(x)$, violating condition (3) for continuity.