Piecewise Functions (Calculus)

Piecewise functions are functions that use different rules on different intervals. When finding limits and checking continuity, the key idea is to look at the rule that applies from the left side and the rule that applies from the right side. These problems include one-sided limits, two-sided limits, function values, continuity checks, and solving for constants that make a piecewise function continuous.

Practice Problems

\(\textbf{1)}\) Find \( \displaystyle \lim_{x\to 2^{-}} f(x) \)
where \(f(x) = \begin{cases}
5x+3 & \text{if } x \lt 2 \\
4x & \text{if } x \geq 2
\end{cases}\)
Link to Youtube Video Solving Question Number 1

 

\(\textbf{2)}\) Find \( \displaystyle \lim_{x\to 2^{+}} f(x) \)
where \(f(x) = \begin{cases}
5x+3 & \text{if } x \lt 2 \\
4x & \text{if } x \geq 2
\end{cases}\)
Link to Youtube Video Solving Question Number 2

 

\(\textbf{3)}\) Find \( \displaystyle \lim_{x\to 2} f(x) \)
where \(f(x) = \begin{cases}
5x+3 & \text{if } x \lt 2 \\
4x & \text{if } x \geq 2
\end{cases}\)
Link to Youtube Video Solving Question Number 3

 

\(\textbf{4)}\) Find \( f(2) \)
where \(f(x) = \begin{cases}
5x+3 & \text{if } x \lt 2 \\
4x & \text{if } x \geq 2
\end{cases}\)
Link to Youtube Video Solving Question Number 4

 

\(\textbf{5)}\) Find \( \displaystyle \lim_{x\to 4^{-}} f(x) \)
where \(f(x) = \begin{cases}
-x+5 & \text{if } x\leq 4 \\
x-3 & \text{if } 4\lt x \lt 6 \\
x & \text{if }x\geq 6
\end{cases}\)

 

\(\textbf{6)}\) Find \( \displaystyle \lim_{x\to 4^{+}} f(x) \)
where \(f(x) = \begin{cases}
-x+5 & \text{if } x\leq 4 \\
x-3 & \text{if } 4\lt x \lt 6 \\
x & \text{if }x\geq 6
\end{cases}\)

 

\(\textbf{7)}\) Find \( \displaystyle \lim_{x\to 6^{-}} f(x) \)
where \(f(x) = \begin{cases}
-x+5 & \text{if } x\leq 4 \\
x-3 & \text{if } 4\lt x \lt 6 \\
x & \text{if }x\geq 6
\end{cases}\)

 

\(\textbf{8)}\) Find \( \displaystyle \lim_{x\to 6^{+}} f(x) \)
where \(f(x) = \begin{cases}
-x+5 & \text{if } x\leq 4 \\
x-3 & \text{if } 4\lt x \lt 6 \\
x & \text{if }x\geq 6
\end{cases}\)

 

\(\textbf{9)}\) Is the following continuous at \(x=4? \)
\(f(x) = \begin{cases}
-x+5 & \text{if } x\leq 4 \\
x-3 & \text{if } 4\lt x \lt 6 \\
x & \text{if }x\geq 6
\end{cases}\)
Link to Youtube Video Solving Question Number 9

 

\(\textbf{10)}\) Is the following continuous at \( x=6? \)
\(f(x) = \begin{cases}
-x+5 & \text{if } x\leq 4 \\
x-3 & \text{if } 4\lt x \lt 6 \\
x & \text{if }x\geq 6
\end{cases}\)
Link to Youtube Video Solving Question Number 10

 

\(\textbf{11)}\) Find the value of a that makes the function continuous.
\(f(x) = \begin{cases}
\frac{x^2+6x+5}{x+1} & \text{if } x \neq -1 \\
a & \text{if }x = -1
\end{cases}\)
Link to Youtube Video Solving Question Number 11

 

\(\textbf{12)}\) Find the values of a and b that make the function continuous at all points.
\(f(x) = \begin{cases}
2x^2 & \text{if } x\leq 2 \\
ax+b & \text{if } 2\lt x \lt 4 \\
x^2+4 & \text{if }x\geq 4
\end{cases}\)
Link to Youtube Video Solving Question Number 12

 

\(\textbf{13)}\) Find the value of k that makes the function continuous at all points.
\(f(x) = \begin{cases}
\sin{x} & \text{if } x\leq \pi \\
x-k & \text{if } x\geq \pi
\end{cases}\)

 

\(\textbf{14)}\) Find \( \displaystyle \lim_{x\to 3^{-}} f(x) \)
where \(f(x)=\begin{cases}
2x-1 & \text{if }x \lt 3\\
x^2 & \text{if }x\geq3
\end{cases}\)

 

\(\textbf{15)}\) Find \( \displaystyle \lim_{x\to 3^{+}} f(x) \)
where \(f(x)=\begin{cases}
2x-1 & \text{if }x \lt 3\\
x^2 & \text{if }x\geq3
\end{cases}\)

 

\(\textbf{16)}\) Is the following continuous at \(x=3?\)
\(f(x)=\begin{cases}
2x-1 & \text{if }x \lt 3\\
x^2 & \text{if }x\geq3
\end{cases}\)

 

\(\textbf{17)}\) Find \(a\) so that the function is continuous at \(x=5\).
\(f(x)=\begin{cases}
3x+a & \text{if }x \lt 5\\
2x^2-1 & \text{if }x\geq5
\end{cases}\)

 

\(\textbf{18)}\) Find \(k\) so that the function is continuous at \(x=1\).
\(f(x)=\begin{cases}
kx+2 & \text{if }x \lt 1\\
x^2+5 & \text{if }x\geq1
\end{cases}\)

 

\(\textbf{19)}\) Find the values of \(a\) and \(b\) that make the function continuous at all points.
\(f(x)=\begin{cases}
x+2 & \text{if }x\leq1\\
ax+b & \text{if }1 \lt x \lt 3\\
2x^2-1 & \text{if }x\geq3
\end{cases}\)

 

\(\textbf{20)}\) Find the value of \(c\) that makes the function continuous.
\(f(x)=\begin{cases}
\frac{x^2-9}{x-3} & \text{if }x\neq3\\
c & \text{if }x=3
\end{cases}\)

 

 

See Related Pages\(\)

\(\bullet\text{ Calculus Homepage}\)
\(\,\,\,\,\,\,\,\,\text{All the Best Topics…}\)
\(\bullet\text{ Limits on Graphs}\)
\(\,\,\,\,\,\,\,\,\)Thumbnail for Limits on Graph\(…\)
\(\bullet\text{ Continuity on Graphs}\)
\(\,\,\,\,\,\,\,\,\)Thumbnail for Continuity on Graphs\(…\)
\(\bullet\text{ Infinite Limits}\)
\(\,\,\,\,\,\,\,\,\displaystyle \lim_{x\to 4^{+}} \frac{5}{x-4}\)
\(\bullet\text{ Limits at Infinity}\)
\(\,\,\,\,\,\,\,\,\displaystyle\lim_{x\to \infty}\frac{5x^2+2x-10}{3x^2+4x-5}\)
\(\bullet\text{ Trig Limits}\)
\(\,\,\,\,\,\,\,\,\displaystyle \lim_{\theta\to0} \frac{\sin \theta}{\theta}=1\)

 

Scroll to Top