13.6 Practice Problems
Problem 13.1. For each function, say whether it is continuous at the given point, and if not name the kind of discontinuity:
- (a).
- \(f(x)=\frac {x^{2}-4}{x-2}\) at \(x=2\);
- (b).
- \(g(x)=\frac {1}{(x-3)^{2}}\) at \(x=3\);
- (c).
- \(h(x)=\frac {\left |x\right |}{x}\) at \(x=0\).
Show solution
Solution. (a). \(f(2)\) is undefined, since both numerator and denominator vanish, so the first condition already fails. The limit however exists: for \(x\neq 2\), \[\frac {x^{2}-4}{x-2}=\frac {(x-2)(x+2)}{x-2}=x+2\longrightarrow 4 .\] A limit exists but no value is attached to it, so the discontinuity is removable. Defining \(f(2)=4\) makes the function continuous.
(b). \(g(3)\) is undefined, and the limit does not exist either: as \(x\to 3\) from either side, \((x-3)^{2}\) is a small positive number and its reciprocal grows without bound. This is an infinite discontinuity.
(c). For \(x>0\), \(\left |x\right |=x\) so \(h(x)=1\); for \(x<0\), \(\left |x\right |=-x\) so \(h(x)=-1\). Hence \[\lim _{x\to 0^{-}}h(x)=-1,\qquad \lim _{x\to 0^{+}}h(x)=1 .\] Both one-sided limits exist and differ, so this is a jump discontinuity of size \(2\). (The function is also undefined at \(0\), but that is not what makes it unrepairable — no value at \(0\) could bridge a gap between \(-1\) and \(1\).)
Problem 13.2. Find the value of \(k\) for which \[f(x)=\begin {cases} kx+1, & x\leq 2\\ x^{2}-1, & x>2 \end {cases}\] is continuous at \(x=2\).
Show solution
Solution. Each branch is a polynomial and so continuous on its own piece; only the join needs attention. The three conditions require the value and the two one-sided limits to agree.
Since \(x\leq 2\) uses the first branch, \(f(2)=2k+1\), and \[\lim _{x\to 2^{-}}f(x)=2k+1,\qquad \lim _{x\to 2^{+}}f(x)=2^{2}-1=3 .\] The left limit already matches the value, so continuity needs only \[2k+1=3 \implies k=1 .\] With \(k=1\) both sides give \(3\) and the function is continuous. For any other \(k\) there is a jump at \(x=2\) of size \(\left |3-(2k+1)\right |\).
Note 13.24. This is the standard shape of the question, and the method is always the same: evaluate the branch that owns the point, take the limit from the other side, and set them equal. One equation, one unknown.
If the question supplies two unknowns it will need two conditions, usually continuity at two different joins — or continuity plus differentiability at the same join, which is the version that appears once the derivative has been met.
- (a).
- \(\lim \limits _{x\to 2}\frac {x^{2}-4}{x^{3}-8}\)
- (b).
- \(\lim \limits _{x\to \infty }\frac {3x^{3}+5}{5-x^{2}-3x^{3}}\)
Show solution
Solution. (a). Substitution gives \(\frac {0}{0}\), so factor. Both are differences of powers with \(x-2\) as a factor: \[x^{2}-4=(x-2)(x+2),\quad x^{3}-8=(x-2)\left (x^{2}+2x+4\right ).\] Cancelling the common factor, \[\lim _{x\to 2}\frac {x+2}{x^{2}+2x+4}=\frac {4}{4+4+4}=\frac {1}{3}.\]
(b). An \(\frac {\infty }{\infty }\) form. Divide above and below by \(x^{3}\): \[\lim _{x\to \infty }\frac {3+\frac {5}{x^{3}}}{\frac {5}{x^{3}}-\frac {1}{x}-3} =\frac {3+0}{0-0-3}=-1 .\]
Note 13.25. Part (b) is the leading-coefficient rule again: numerator and denominator both have degree \(3\), so the limit is the ratio of the leading coefficients, \(\frac {3}{-3}=-1\). The division by \(x^{3}\) is the argument; the ratio is the shortcut.
Part (a) needed the factorisation \(x^{3}-8=(x-2)\left (x^{2}+2x+4\right )\), which is the difference of cubes \(a^{3}-b^{3}=(a-b)\left (a^{2}+ab+b^{2}\right )\). Whenever substitution gives \(\frac {0}{0}\) at \(x=a\), both parts must have \(x-a\) as a factor – that is what the factor theorem guarantees – so the cancellation is always available; the work is only in finding it.
Questions on this section
Stuck on something here? Ask below and it stays attached to this topic.