Defining Continuity at a Point
Help Questions
AP Calculus BC › Defining Continuity at a Point
Let $s(x)=\begin{cases}\dfrac{x^2-9}{x-3},&x\ne3\\6,&x=3\end{cases}$. Is $s$ continuous at $x=3$, and why?
Yes; $s(3)$ exists, $\lim_{x\to3}s(x)$ exists, and they are equal.
No; $s(3)$ is undefined, so continuity fails.
No; $\lim_{x\to3}s(x)\ne s(3)$, so continuity fails.
No; $\lim_{x\to3}s(x)$ does not exist, so continuity fails.
No; $s(3)$ exists but $\lim_{x\to3}s(x)=\infty$, so continuity fails.
Explanation
This problem involves a rational function with a removable discontinuity that has been "filled in" at x = 3. For continuity at x = 3, we need s(3) to exist, lim[x→3] s(x) to exist, and these to be equal. We're given s(3) = 6, and for x ≠ 3, we can simplify: s(x) = (x² - 9)/(x - 3) = (x + 3)(x - 3)/(x - 3) = x + 3. Therefore, lim[x→3] s(x) = lim[x→3] (x + 3) = 3 + 3 = 6. Since s(3) = 6 = lim[x→3] s(x), all three continuity conditions are satisfied. The key insight is recognizing that defining the function value to match the limit of the simplified expression creates continuity. For removable discontinuities: factor and simplify first, find the limit, then verify the defined value matches.
Let $f(x)=\begin{cases}x^2-1,&x\ne 1\\3,&x=1\end{cases}$. Is $f$ continuous at $x=1$, and why?
No; $\lim_{x\to1}f(x)$ does not exist, so continuity fails.
No; $\lim_{x\to1}f(x)\ne f(1)$, so continuity fails.
No; $f(1)$ is undefined, so continuity fails.
No; $f(1)$ exists but $\lim_{x\to1}f(x)=\infty$, so continuity fails.
Yes; $f(1)$ exists, $\lim_{x\to1}f(x)$ exists, and they are equal.
Explanation
This question tests whether a function is continuous at a point by checking if all three conditions are satisfied. For continuity at x = 1, we need: (1) f(1) to exist, (2) lim[x→1] f(x) to exist, and (3) these two values to be equal. Here, f(1) = 3 (given by the piecewise definition), and lim[x→1] f(x) = lim[x→1] (x² - 1) = 1² - 1 = 0. Since f(1) = 3 ≠ 0 = lim[x→1] f(x), the function fails the third condition for continuity. A common mistake is assuming that having a defined value at a point guarantees continuity, but all three conditions must be met. To check continuity: verify the function value exists, calculate the limit, then compare—if any step fails or they're unequal, the function is discontinuous.
Let $v(x)=\begin{cases}x^2,&x\ne-2\\0,&x=-2\end{cases}$. Is $v$ continuous at $x=-2$, and why?
No; $\lim_{x\to-2}v(x)$ does not exist because the one-sided limits are unequal.
No; $v(-2)$ is undefined, so continuity fails.
Yes; $v(-2)$ exists and equals $\lim_{x\to-2}v(x)$.
No; $\lim_{x\to-2}v(x)$ exists but is not equal to $v(-2)$.
No; $v(-2)$ equals the limit, but $v$ is not differentiable at $x=-2$.
Explanation
This question evaluates continuity at a point for a modified quadratic function. Continuity at x=-2 requires v(-2) to be defined, the limit as x approaches -2 to exist, and equality. v(-2)=0 is defined, the limit is $(-2)^2$=4 from both sides, but 4 ≠ 0, so it fails. This is a removable discontinuity. A wrong choice might say the limit does not exist, but it does exist as 4. To check continuity at a point, use this checklist: verify f(a) is defined, confirm the limit exists by checking one-sided limits match, and ensure they equal f(a).
Let $v(x)=\begin{cases}\cos x,&x\ne\pi\\-1,&x=\pi\end{cases}$. Is $v$ continuous at $x=\pi$, and why?
No; $v(\pi)$ is defined but $\lim_{x\to\pi}v(x)$ does not exist.
No; $\lim_{x\to\pi}v(x)$ does not exist.
No; $v(\pi)$ is not defined.
No; $\lim_{x\to\pi}v(x)$ exists but does not equal $v(\pi)$.
Yes; $v(\pi)$ is defined, $\lim_{x\to\pi}v(x)$ exists, and equals $v(\pi)$.
Explanation
This question tests whether redefining a continuous function at one point maintains continuity. The function $v(x) = \cos x$ for $x \neq \pi$ normally has $\cos(\pi) = -1$. Since $\lim_{x \to \pi} v(x) = \lim_{x \to \pi} \cos x = \cos(\pi) = -1$, and we're told $v(\pi) = -1$, all three continuity conditions are satisfied: $v(\pi)$ is defined, the limit exists and equals -1, and this equals $v(\pi)$. A student might think that treating $x = \pi$ as a special case breaks continuity, but since the redefined value matches what the function would naturally be, continuity is preserved. When a piecewise definition matches the original function's value, continuity is maintained.
Let $u(x)=\sqrt{x-1}$ for $x\ge1$. Is $u$ continuous at $x=1$, and why?
No; $\lim_{x\to1}u(x)$ exists but is not equal to $u(1)$.
No; $u(1)$ is undefined, so continuity fails at $x=1$.
Yes; $\lim_{x\to1}u(x)$ exists and equals $u(1)$.
No; $u(1)$ exists but $\lim_{x\to1}u(x)$ does not exist.
No; $\lim_{x\to1}u(x)$ does not exist because one-sided limits are unequal.
Explanation
This question involves a square root function at the edge of its domain, testing continuity where the function begins. For continuity at x = 1, we need u(1) defined, lim[x→1] u(x) to exist, and these to be equal. Since u(x) = √(x - 1) is defined for x ≥ 1, we have u(1) = √(1 - 1) = √0 = 0. For the limit, we only consider the right-hand limit since the function isn't defined for x < 1: lim[x→1⁺] u(x) = lim[x→1⁺] √(x - 1) = √0 = 0. Since this one-sided limit equals u(1), the function is continuous at x = 1. Choice A incorrectly suggests the limit doesn't equal u(1), but both equal 0. For functions with restricted domains, continuity at boundary points only requires checking the limit from within the domain.
Let $r(x)=\frac{1}{x-2}$ for $x\ne2$. Is $r$ continuous at $x=2$, and why?
No; $r(2)$ is defined but $\lim_{x\to2}r(x)$ does not exist.
No; $r(2)$ is not defined.
No; $\lim_{x\to2}r(x)$ does not exist.
Yes; $r(2)$ is defined, $\lim_{x\to2}r(x)$ exists, and equals $r(2)$.
No; $\lim_{x\to2}r(x)$ exists but does not equal $r(2)$.
Explanation
This question tests recognition of when a function cannot be made continuous at a point. The function $r(x) = \frac{1}{x-2}$ for $x \neq 2$ has a vertical asymptote at $x = 2$. As $x$ approaches 2 from the right, $r(x) \to +\infty$, and as $x$ approaches 2 from the left, $r(x) \to -\infty$. Most importantly, $r(2)$ is not defined in the problem statement. Students might think they could define $r(2)$ to make it continuous, but no finite value would work since the limit doesn't exist. For rational functions with non-removable discontinuities: check if the denominator's zero persists after simplification - if yes, continuity is impossible.
Let $f(x)=\begin{cases}x^2-1,&x\ne1\\3,&x=1\end{cases}$. Is $f$ continuous at $x=1$, and why?
No; $\lim_{x\to1}f(x)$ exists but is not equal to $f(1)$.
Yes; $\lim_{x\to1}f(x)$ exists and equals $f(1)$.
No; $f(1)$ exists but $\lim_{x\to1}f(x)$ does not exist.
No; $f(1)$ is undefined, so continuity fails at $x=1$.
No; $\lim_{x\to1}f(x)$ does not exist because one-sided limits are unequal.
Explanation
This question tests whether a function is continuous at a point by checking the three conditions for continuity. For continuity at x = 1, we need: (1) f(1) to be defined, (2) lim[x→1] f(x) to exist, and (3) these two values to be equal. Here, f(1) = 3 (defined), and for x ≠ 1, f(x) = x² - 1, so lim[x→1] f(x) = lim[x→1] (x² - 1) = 1² - 1 = 0. Since lim[x→1] f(x) = 0 ≠ 3 = f(1), the function fails the third condition for continuity. Choice A incorrectly claims the limit equals f(1), when actually 0 ≠ 3. To check continuity at a point: verify the function is defined there, calculate the limit, then compare these two values—all three conditions must be satisfied.
For $q(x)=\begin{cases}x+3,&x\le2\\7,&x>2\end{cases}$, is $q$ continuous at $x=2$, and why?
No; $q(2)$ is undefined, so continuity fails.
No; $\lim_{x\to2}q(x)$ does not exist, so continuity fails.
No; $\lim_{x\to2}q(x)\ne q(2)$, so continuity fails.
Yes; $q(2)$ exists, $\lim_{x\to2}q(x)$ exists, and $\lim_{x\to2}q(x)=q(2)$.
Yes; $q(2)$ exists, so $q$ is continuous at $2$.
Explanation
This question examines continuity at a point where a piecewise function changes its formula. For continuity at x = 2, we need q(2) to exist, lim[x→2] q(x) to exist, and these to be equal. Since 2 satisfies x ≤ 2, we have q(2) = 2 + 3 = 5. For the limit, we check: lim[x→2⁻] q(x) = lim[x→2⁻] (x + 3) = 5 and lim[x→2⁺] q(x) = lim[x→2⁺] 7 = 7. Since 5 ≠ 7, the one-sided limits differ, so lim[x→2] q(x) doesn't exist. Choice E might seem plausible if you incorrectly think the limit exists, but when one-sided limits differ, the two-sided limit doesn't exist. At piecewise transition points, always verify both one-sided limits match before concluding the limit exists.
For $g(x)=\dfrac{x^2-4}{x-2}$, is $g$ continuous at $x=2$, and why?
No; $\lim_{x\to2}g(x)\ne g(2)$, so continuity fails.
Yes; $\lim_{x\to2}g(x)$ exists, so $g$ is continuous at $2$.
Yes; $g(2)$ exists, $\lim_{x\to2}g(x)$ exists, and $\lim_{x\to2}g(x)=g(2)$.
No; $g(2)$ is undefined, so continuity fails.
No; $\lim_{x\to2}g(x)$ does not exist, so continuity fails.
Explanation
This question asks about continuity at a point where the function has a removable discontinuity. For continuity at x = 2, we need g(2) to exist, lim[x→2] g(x) to exist, and these values to be equal. The function g(x) = (x² - 4)/(x - 2) is undefined at x = 2 because we get 0/0, so g(2) doesn't exist. Even though we could simplify to g(x) = (x + 2)(x - 2)/(x - 2) = x + 2 for x ≠ 2, giving lim[x→2] g(x) = 4, the function value g(2) remains undefined. Choice C might seem correct since the limit does exist, but the first failure point is that g(2) is undefined. Check conditions in order: if the function value doesn't exist, continuity immediately fails.
Let $q(x)=\frac{x^2}{x}$ for $x\ne0$ and $q(0)=0$. Is $q$ continuous at $x=0$, and why?
No; $\lim_{x\to0}q(x)$ exists but does not equal $q(0)$.
No; $q(0)$ is defined but $\lim_{x\to0}q(x)$ does not exist.
Yes; $q(0)$ is defined, $\lim_{x\to0}q(x)$ exists, and equals $q(0)$.
No; $q(0)$ is not defined.
No; $\lim_{x\to0}q(x)$ does not exist.
Explanation
This question involves a function with a removable discontinuity that has been properly addressed. For $q(x) = \frac{x^2}{x}$ when $x \neq 0$, we can simplify to $q(x) = x$ for $x \neq 0$. Therefore, $\lim_{x \to 0} q(x) = \lim_{x \to 0} x = 0$. We're given that $q(0) = 0$, so all three continuity conditions are satisfied: $q(0)$ is defined, $\lim_{x \to 0} q(x)$ exists and equals 0, and this equals $q(0)$. A common error would be to think the original fraction form prevents continuity at $x = 0$, but the simplified form shows the limit exists. When dealing with rational functions: simplify first, then evaluate limits using the simplified form.