0% found this document useful (0 votes)
33 views

Notes 08

This document discusses continuity of functions. It defines continuity at a point as a function having a limit equal to the function value at that point. Functions known to be continuous everywhere include polynomials and rational functions. The document provides examples of determining if specific functions are continuous at given points, including piecewise functions. It emphasizes that knowing a function is continuous makes evaluating limits trivial, as the limit is simply the function value.

Uploaded by

Cherith Urbina
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views

Notes 08

This document discusses continuity of functions. It defines continuity at a point as a function having a limit equal to the function value at that point. Functions known to be continuous everywhere include polynomials and rational functions. The document provides examples of determining if specific functions are continuous at given points, including piecewise functions. It emphasizes that knowing a function is continuous makes evaluating limits trivial, as the limit is simply the function value.

Uploaded by

Cherith Urbina
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Continuity in More Detail

5-Minute Review: Continuity

We have worked off and on with continuous functions. Recall


DEFINITION 8.1 (Continuity at a Point). A function f ( x ) is continuous at a point a if lim f ( x ) =
x!a
f ( a). If f is not continuous at a, then a is a point of discontinuity.

Remember that this definition presumes that f ( a) is defined (i.e., a is in the do-
main of f ) and that lim f ( x ) exists. To verify that a function is actually continuous
x!a
at a point a, it is helpful to use the following checklist:

Continuity Checklist. A function f is continuous at a if the following three condi-


tions hold:

1. f ( a) is defined (i.e., a is in the domain of f ).

2. lim f ( x ) exists.
x!a

3. lim f ( x ) = f ( a).
x!a

EXAMPLE 8.1. Let p( x ) = 2x2 + 5x 11. Then since p is a polynomial, we know that
lim p( x ) = p( a).
x!a

Functions We Know Are Continuous

In our study of limits we remarked that polynomials are continuous everywhere


since lim p( x ) = p( a) for any polynomial p and any number a. Using the quotient
x!a
rule for limits, we then saw that a rational function r is continuous at each point in
its domain, since lim r ( x ) = r ( a) for any a at which r is defined.
x!a

THEOREM 8.1. (Polynomials and Rational Functions Are Continuous) The following types
of functions are continuous.
1. A polynomial is continuous everywhere, i.e. for all x.
p( x )
2. A rational functions r ( x ) = q( x )
where p and q are polynomials is continuous at all
points in its domain, i.e., where q( x ) 6= 0.

Take a moment to write down other types of functions that you know are con-
tinuous on their domains. We we see several more ‘types’ of functions that are
continuous in the coming days. Knowing that a function is continuous makes limit
calculations trivial: If f ( x ) is continuous at a, to evaluate lim f ( x ) all we need to
x!a
do is evaluate f at a, that is, lim f ( x ) = f ( a). No other work is required. This is
x!a
what makes them important. There are no surprises!
math 130 continuity: days 8 and 9 2

Determining Where Functions Are Continuous


EXAMPLE 8.2. Determine whether the following functions are continuous at the given
points.
x2 1
(a) r ( x ) = at a = 1, 2, and 3.
x2 4x + 3
(
x + 2, if x 3
(b) g( x ) = at a = 0 and 3.
x2 + 1, if x < 3

SOLUTION. (a) r ( x ) is a rational function. A rational function is continuous at every


point in its domain. Notice that
x2 1 (x 1)( x + 1)
r(x) = =
x2 4x + 3 (x 1)( x 3)
is not defined at x = 1 and x = 3, so r is not continuous at either of these points.
However, since x = 2 is in the domain of r, then r is continuous at x = 2 and, in
fact, at every real number not equal to 1 or 3. In fact it is easy to calculate
x2 1 4 1
lim = = 3 = f (2).
x !2 x 2 4x + 3 4 8+3
(b) g( x ) is a piecewise function and the definition of g changes at x = 3. Use the
checklist.
(1) g(3) = 3 + 2 = 5.
(2) To determine lim g( x ) use one-sided limits since the definition of g is different
x !3
on either side of 3.
lim g( x ) = lim x + 2 = 5
x ! 3+ x ! 3+
while
lim g( x ) = lim 32 + 1 = 10.
x !3 x !3
Since the two one-sided limits differ, lim g( x ) DNE. So g is not continuous at
x !3
x = 3.
(c) What about g at x = 0? Since 0 is less than 3, g(0) = 02 + 1 = 1. Further, near
0 on either side, g( x ) = x2 + 1 so lim g( x ) = lim x2 + 1 = 1 = g(0). So g is
x !0 x !0
continuous at x = 0.
(
x2 + m, if x  2
EXAMPLE 8.3. Let g( x ) = , where m is a constant. Is there any
mx + 7, if x > 2
value of m for which g would be continuous at x = 2?
SOLUTION. g( x ) is a piecewise function and the definition of g changes at x = 2.
(1) g(2) = 22 + m.
(2) To find lim g( x ) we must use one-sided limits since the definition of g is differ-
x !2
ent on either side of 2.

lim g( x ) = lim mx + 7 = 2m + 7
x ! 2+ x ! 2+

while
lim g( x ) = lim x2 + m = 4 + m.
x !2 x !2
We need the two one-sided limits to be equal: 2m + 7 = 4 + m ) m = 3. If
m = 3, then
lim g( x ) = lim 3x + 7 = 1
x ! 2+ x ! 2+
and
lim g( x ) = lim x2 3 = 1.
x !2 x !2
So lim g( x ) = 1.
x !2
(3) Now with m = 3, g(2) = 22 3 = 1 also. So g is continuous at 2 if m = 3.
3
8
>
<2x + 4, if x < 1
>
EXAMPLE 8.4. Let f ( x ) = 5, if x = 1 . Is f continuous at x = 0? At x = 1?
>
>
: x + 7, if x > 1
8

SOLUTION. At x = 0: Use the continuity checklist.


(1) Since 0 < 1, we have f (0) = 2(0) + 4 = 4. 6 .......
... .........
... .....
... .....
x<1 ... • .....
.....
(2) lim f ( x ) = lim 2x + 4 = 4, .
..
... .....
.....
x !0 x !0 4 .
.
..
.....
...
..
.
.
(3) So f (0) = lim f ( x ) and f is continuous at 0 .
.
...
.

x !0 ...
...
At x = 1 the definition of f changes. .
.
..
..
.
... 2
...
(1) f (1) = 5. ...
..
.
.
...
...
(2) To find lim f ( x ) we must use one-sided limits since the definition of f is differ- ...
...
x !1
ent on either side of 1. 1 1 3
Figure 8.1: f is not continuous at x = 1.
lim f ( x ) = lim = x+7 = 6
x ! 1+ x ! 1+ It has a removable discontinuity there. See
Definition 8.2.
while
lim f ( x ) = lim 2x + 4 = 6.
x !1 x !1
So lim f ( x ) = 6.
x !1
(3) Finally, f (1) 6= lim f ( x ) also. So f is not continuous at 1.
x !1

Removable Discontinuities

In Example 8.4 just above, even though f was not continuous at x = 1, the behav-
ior of f near 1 was reasonable. The limit existed (and was finite). The problem was
that the limit value and the function value were different. We give such points a
special name.
DEFINITION 8.2. (Removable Discontinuity) A function f has a removable discontinuity
(RD) at a if the following hold:

1. lim f ( x ) exists (and is finite).


x!a

2. lim f ( x ) 6= f ( a). Note: f ( a) may not even exist.


x!a

Remember that f is continuous at a if lim f ( x ) = f ( a). So condition 2 in the


x!a
definition ensures that f is NOT continuous at a. On the other hand, the function
is well-behaved near a, since lim f ( x ) exists. In fact, if we defined (or redefined)
x!a
f ( a) to be lim f ( x ), then f would be continuous. That is, we could remove the dis-
x!a
continuity by redefining f and filling in the hole in the graph (see Figure 8.1).
The next example is more typical of where we see removable discontinuities.
x2 5x + 6
EXAMPLE 8.5. Determine the points at which f ( x ) = is discontinuous.
x3 + x2 12x
At which points does f have VA’s? Removable discontinuities?

SOLUTION. Since f ( x ) is rational it is continuous at all points in its domain. So it will


fail to be continuous where the denominator is equal to 0. So let’s factor f :

x2 5x + 6 ( x 2)( x 3)
f (x) = = , x 6= 4, 0, 3.
x3 + x2 12x x ( x + 4)( x 3)

f is discontinuous at 4, 0, and 3. Now examine appropriate limits to check for VA’s


and removable discontinuities. (Can you predict which are which?)
math 130 continuity: days 8 and 9 4

At x = 4:
! 6
z }| {
( x 2)( x 3) x 2
lim f ( x ) = lim = lim = •.
x! 4 x! 4 x ( x + 4)( x 3) x! 4 x ( x + 4)
| {z }
! 4 · 0 = 0+
This is enough to conclude that f has a VA at 4. Caution: Take care with the calcula-
tion of the sign in the denominator.
At x = 0:
! 2
z }| {
( x 2)( x 3) x 2
lim f ( x ) = lim = lim = •.
x !0 x !0 x ( x + 4)( x 3) x !0 x ( x + 4)
| {z }
!0 ·4=0
This is enough to conclude that f has a VA at 0. Again: Take care with the calculation
of the sign in the denominator.
At x = 3: Having seen the factorization of f , we know that we can calculate a
two-sided limit at 3.
( x 2)( x 3) x 2 1
lim f ( x ) = lim = lim = .
x !3 x !3 x ( x + 4)( x 3) x !3 x ( x + 4) 21
Since lim f ( x ) exists but f (3) is not defined, then f has a removable discontinuity at
x !3
x = 3.
YOU TRY IT 8.1. Determine lim f ( x ) and lim f ( x ) for the function in Example 8.5. Answer to you try it 8.1 : Both are •.
x ! 4+ x ! 0+
1 1
x 2 2
EXAMPLE 8.6. Determine the points at which f ( x ) = is discontinuous. At
x 4
which points does f have VA’s? Removable discontinuities?
SOLUTION. Since f ( x ) is rational it is continuous at all points in its domain. We can
see immediately that f is not defined at x = 4 and x = 2, where there would be
division by 0, so f is not continuous at these two points. Let’s simplify the expression
for f before taking the appropriate limits.
1 1 2 ( x 2)
x 2 2 2( x 2) 4 x
f (x) = = = .
x 4 x 4 2( x 2)( x 4)
At x = 2:
4 x 1 1
lim f ( x ) = lim = lim = lim = •.
x !2 x !2 2( x 2)( x 4) x !2 2( x 2) x !2 2( x 2)
| {z }
!2·0 =0
This is enough to conclude that f has a VA at 2.
At x = 4: Having seen the factorization of f , we know that we can calculate a
two-sided limit at 4.
4 x 1 1
lim f ( x ) = lim = lim = .
x !4 x !4 2( x 2)( x 4) x !4 2( x 2) 8
Since lim f ( x ) exists but f (4) is not defined, then f has a removable discontinuity at
x !4
x = 4.
YOU TRY IT 8.2. Determine lim f ( x ) for the function in Example 8.6. Answer to you try it 8.2 : •.
x ! 2+

x2 1
YOU TRY IT 8.3. Determine where the function f ( x ) = has vertical asymptotes
x2 3x + 2
and where it has removable discontinuities. Answer to you try it 8.3 : VA at x = 2.
Removable discontinuity at x = 1 since
YOU TRY IT 8.4. Consider the two graphs below that we saw earlier this term when first lim f ( x ) = 2 and f ( a) UND.
considering limits. Discuss the type of discontinuity in each. x !1
Answer to you try it 8.4 : Since
sin x sin x
lim = 1 but is not defined
x !0 x x
8.0 Problems at 0, then by Definition ?? there is a
removable discontinuity at 0.
On the right lim f ( x ) DNE because
x !2
the two one-sided derivatives are not
equal. So the discontinuity at 2 is not
removable.
8.0. PROBLEMS 5

8 ....
.....
.....
..
.....
.
....
.....
..... ................
...........
.......
....... 1 6 .....
.....
......
......
...... ..
......
. (
..
...... ..... .
sin x ...
.
.
... .....
..... x, if x  2
.
.
.
....
.
....
. .....
.....
.....
4 f (x) =
x ..
..
.
.... .....
..... 2x + 1, if x > 2
..... .
2 • .
.......
.......
.......
.
...
.........
......
.......
0 .......

1 0 1 0 2 4
1. Use the graph of f to evaluate each of the expressions in the table or explain why the
value does not exist. For the “Cont(inuity)" column, your answer should be: , and “C" if
it is continuous, “RD" if it has a removable discontinuity, and “No" if it is not continuous
and does not have a removable discontinuity. For the last few points, complete the graph
so that the given information is true. (When the graph goes off the grid, the function is
becoming unbounded.)
. ...... .....
..
.. ......
......
......
.....
.
a lim f ( x ) lim f ( x ) lim f ( x ) f ( a) Cont VA
.......
. . x!a x ! a+ x!a
.... .
........
. 5 ......
.
.
. ........ ....
..
..
...........
. ..
......
.
.....
.
5
.. .... .
• ... ... .......
. .....
.
..
..
.
.. ...
.. ..
... .......
. .
. ...
.. ...
.
4
.. .. .. .. .. ....
.... ... .... ..
...
...
... .
...
. ... ... ...
.... . .....
.... ....
..
3
.. .. . .. ....
. .
. ..
. ............ ... ....
.. .. ... ..
..
.. .
.. ..
.. .. ..
.
..
. .
.
.
.....
.....
..
.....
. ....
.
.
2
.. ... . ..... . ...
.. .. ... .
.... ..... .... ....
.. ..
.. .
...
.. . 1
..
.
....
.. .......
.
. ...
... 1
.....
. .
.
. . ....
.
. .
.
. ...
.... . ... ... . ...
...

..
..
..
.
.. • ..
..
...
.
.
..
.
.. .
.
.
... ...
...
. •
....
.. 0
... .
. .. .
.
. .. .
. .. ...
5 .. 3 .
. 1 ..
...
.
.
.. 1 .
.. .
.. 3 5 1
..
..
• ...
...
... ...
.. ..
..
.. ..
... ..
... . ..
. .... ...
... ..
.. ..
.
.
. .
....
.
...
.... ...
.. .
........
.
.
.
.. ... ..
... ...
...
2
.... .... ... ... ..
.. ..
. ...
3 C
. ..
. .
. . .. ..
.... .... .... ....
...
....... ....
3 ...
..
....
.. ....
4 5 Yes
2. (a) True or false: Even if f ( x ) has a removable discontinuity at x = a it still might have a
VA at x = a. Explain.
(b) Give the equation of a rational function with a VA at x = 2 and a removable discon-
tinuity at x = 6.
3. Here are five straightforward one-sided limits problems. Use +• or • if appropriate.
When the denominator goes to 0 but the numerator does not, determine the signs of each
and then determine the limit. For indeterminate 00 limits do more work.
2x + 1
(a) lim
x ! 3+ x 3
x2 + 3x 4
(b) lim
x! 4 x+4
x2 4
(c) lim
x ! 2+ x+4
x2
(d) lim
x ! 1+ x2 1
x2
(e) lim
x !2 x(x 2)
4. Which of the functions above have a VA at the point in the limit? How can you tell?
5. This last problem is more like a test question.
2x 8
(a) f ( x ) = 2 is continuous except at two points: x = , because f is
x 4x
.

(b) At each point from part (a), determine the limit. If infinite limits are required check
both lim f ( x ) and lim f ( x ).
x ! a+ x!a
math 130 continuity: days 8 and 9 6

(c) Does f have a VA at either point? Explain.


(d) Does f have a removable discontinuity (RD) at either point? Explain.

6. Determine where each of these functions is continuous. Does either have any VA’s?
Removable discontinuities. Show your work.
1
x2 2x 8 x 4+ 12
(a) g( x ) = (b) f ( x ) =
x2 16 x 2
7. Use the graph of f to evaluate each of the expressions in the table or explain why the
value does not exist. For the “Cont(inuity)" column, your answer should be: “C" if the
function is continuous, “RD" if it has removable discontinuity. “No" otherwise (if it is
discontinuous and not removable). Then complete the graph near x = 4 to satisfy the
conditions in the final row.

a lim f ( x ) lim f ( x ) lim f ( x ) f ( a) Cont? RD?


x!a x ! a+ x!a
5 •
6

5
.... ...
...
...
...
... ...
... ....
4
.. ... ....
.. ... ...
..
..
.. .....
.............................
..... .....
.....
...
...
...
... 2
.. ..... ..... .. ...
..
.. ..
......
. .....
.
.
.. ...
1
.... ...
..
..
...
....
1 ... ...
...
... ...
... ...

...
..
•..... •
...
. 0
..
..
6 4 2 ..
.. 0 2 4 1
...• •
. ...
... ..
... ..
...
... ...
...
...
...
....
..... ........
..........
.
.... 2
...
...
...
...
3
....
..
3
... 4 5 RD
( 2
x 6x +8
x 4 if x < 4,
8. Excellent problem: Consider the piecewise function defined by f ( x ) =
x2 3x 2 otherwise.
Carefully determine whether f is continuous at x = 4. Show all work.
8
> 2
< x + 2x 6, if x < 3
>
9. (a) Consider the piecewise function f ( x ) = 4a 3, if x = 3 . Is there any value of
>
>
if x > 3 :2x + a,
a that will make the function continuous at x = 3? Show your work.
(b) Is f continuous at 5? Explain carefully.

You might also like