20 solved problems covering all limit and continuity topics
Below are 20 practice problems covering all topics from Module 01: Limits & Continuity. Topics include: limit definition, one-sided limits, limit laws, limits at infinity, infinite limits, continuity, IVT, and Squeeze Theorem. Each problem includes a hidden solution — click the button to reveal the step-by-step answer.
Solution:
As $x \to 1^-$, $x$ approaches 1 from values less than 1 (like 0.9, 0.99, 0.999).
For these values, $\lfloor x \rfloor = 0$. Therefore, $\displaystyle \lim_{x \to 1^-} \lfloor x \rfloor = 0$.
Solution:
As $x \to 1^+$, $x$ approaches 1 from values greater than 1 (like 1.1, 1.01, 1.001).
For these values, $\lfloor x \rfloor = 1$. Therefore, $\displaystyle \lim_{x \to 1^+} \lfloor x \rfloor = 1$.
Problem 06Two-Sided Limit
Does $\displaystyle \lim_{x \to 1} \lfloor x \rfloor$ exist? Explain.
Solution:
$\lim_{x \to 1^-} \lfloor x \rfloor = 0$ and $\lim_{x \to 1^+} \lfloor x \rfloor = 1$.
Since the left and right limits are different, the two-sided limit does not exist (DNE).
Solution:
As $x \to 1^+$, denominator $\to 0^+$ → $\frac{3}{0^+} = \infty$.
As $x \to 1^-$, denominator $\to 0^-$ → $\frac{3}{0^-} = -\infty$.
Since one-sided limits differ, the two-sided limit does not exist (DNE).
Problem 11Continuity
Is $f(x) = x^2$ continuous at $x = 2$?
Solution:
$f(2) = 4$ is defined. $\lim_{x \to 2} x^2 = 4$. Since $\lim = f(2)$, $f$ is continuous at $x = 2$.
Problem 12Removable Discontinuity
Identify the type of discontinuity at $x = 1$ for $f(x) = \frac{x^2 - 1}{x - 1}$.
Solution:
$f(1)$ is undefined. $\lim_{x \to 1} f(x) = 2$ (exists).
This is a removable discontinuity (hole).
Problem 13Jump Discontinuity
Identify the type of discontinuity at $x = 0$ for $f(x) = \begin{cases} x+1, & x < 0 \\ x-1, & x \ge 0 \end{cases}$.
Solution:
$\lim_{x \to 0^-} f(x) = 1$, $\lim_{x \to 0^+} f(x) = -1$.
Since left and right limits exist but are different, this is a jump discontinuity.
Problem 14IVT (Root Existence)
Show that $f(x) = x^3 - 2x - 1$ has a root between $x = 1$ and $x = 2$.
Solution:
$f(1) = 1 - 2 - 1 = -2$ (negative). $f(2) = 8 - 4 - 1 = 3$ (positive).
$f$ is continuous on $[1,2]$ and changes sign. By IVT, there exists $c \in (1,2)$ with $f(c) = 0$.
Problem 15IVT (Value Existence)
Does $f(x) = x^2$ take the value $3$ somewhere between $x = 1$ and $x = 2$?
Solution:
$f(1) = 1$, $f(2) = 4$. $3$ is between $1$ and $4$. $f$ is continuous on $[1,2]$.
By IVT, there exists $c \in (1,2)$ with $f(c) = 3$. (Indeed, $c = \sqrt{3} \approx 1.732$.)
Solution:
Divide numerator and denominator by $x^3$: $\frac{2 - \frac{1}{x^2}}{1 + \frac{4}{x^3}}$.
As $x \to -\infty$, $\frac{1}{x^2} \to 0$ and $\frac{4}{x^3} \to 0$.
So $\displaystyle \lim_{x \to -\infty} f(x) = \frac{2}{1} = 2$.
Problem 19Continuity on an Interval
Is $f(x) = \frac{1}{x-3}$ continuous on $[0,5]$?
Solution:
$f$ is a rational function, continuous on its domain $(-\infty,3) \cup (3,\infty)$.
Since $x = 3$ is in $[0,5]$ and $f$ is undefined there, $f$ is not continuous on $[0,5]$.
Problem 20AP-Style Multiple Choice
Let $f$ be continuous on $[0,4]$ with $f(0) = 1$ and $f(4) = 5$. Which value must $f$ take on $(0,4)$?
(A) $0$ (B) $2$ (C) $6$ (D) All of the above
Solution:
By IVT, $f$ takes every value between $f(0)=1$ and $f(4)=5$.
$2$ is between $1$ and $5$, so $f$ must take the value $2$.
$0$ is below $1$, $6$ is above $5$ — IVT does not guarantee those values.
Answer: (B) 2.