2024 3 (Updated)
2024 3 (Updated)
Chapter 3
Properties of continuous
functions
1
Continuity at a point (revision)
Definition 3.1
Suppose that f is defined on an open interval containing the
point a.
2
Combining Continuous Functions
Proposition 3.1
If the functions f and g are continuous at a, then
◮ f ± g is continuous at a
◮ fg is continuous at a
f
◮ is continuous at a, provided g(a) 6= 0
g
3
Proof of continuity of fg
As f and g are continuous at a we have
We have:
lim (fg)(x) = lim (f (x)g(x)) = lim f (x) lim g(x)
x→a x→a x→a x→a
= f (a) × g(a) = (fg) (a).
4
Continuity of compositions
Proposition 3.2
Let g be continuous at a and let f be continuous at g(a), then
f ◦ g is continuous at a.
5
!
Example 3.1
Let f : R → R be given by
(
cos(ax) for x ≤ π
f (x) =
bx for x > π.
6
Another interpretation of the definition of continuous
functions
If f is continuous at the point a in its domain then
lim f (x) = f lim x
x→a x→a
7
Continuity on intervals
Definition 3.2
Let f be a real-valued function defined on the open interval
(a, b).
We say that f is continuous on (a, b) if f is continuous at every
point of (a, b).
Theorem 3.1
Suppose that
◮ f is continuous on [a, b], and
◮ f (a) 6= f (b).
Then for any d lying between f (a) and f (b), there exists at least
one point c ∈ (a, b) satisfying f (c) = d .
Details of proof not for MATH1131, but it relies on the fact that
there are no gaps in the real numbers, or in technical terms, the
least upper bound property of R.
9
In terms of pictures we have a result that seems very obvious.
f (b)
f (a)
a c b
With f (a) < d < f (b), IVT says that there is a c such that
a < c < b with f (c) = d .
10
Applications of the IVT
Often, the IVT is used to show that the equation
f (x) = 0
(i.e. f (a) and f (b) are the opposite sign of each other –
meaning that to get from f (a) to f (b) you have to cross through
zero.
11
!
Example 3.2
Show that the equation ln(x + 1) = cos x has at least one
positive solution.
12
Example 3.3
Show that if f is continuous on [0, 1] with 0 ≤ f (x) ≤ 1, then
there exists c ∈ [0, 1] such that f (c) = c.
13
While the IVT is useful, in fact the theorem is rather weak!!!
Look at a picture . . .
f (b)
f (a)
a b
14
Minima and maxima
Definition 3.4
We say that a point c in [a, b] is an absolute or global minimum
point for f on [a, b] if
15
!
In general functions defined on closed intervals need not have
any absolute maximum or absolute minimum points!
g(x)
4
|
3
|
2
|
1 |
| | | | |
1 2 3 4 5 x
g
Local min points
Absolute min points
Local max points
Absolute max points
Theorem 3.2
If f is continuous on a closed interval [a, b] then f attains both
an absolute maximum and an absolute minimum value on [a, b].
That is, there exist c, d ∈ [a, b] such that
f (d )
f (b)
f (a)
f (c)
a d c b
17
Example 3.4
1
The function f : [1, 2] → R defined by f (x) =
x
has both an absolute maxium point and an absolute minimum
point on [1, 2].
but
Example 3.5
1
The function g : (1, 2) → R defined by g(x) =
x
has neither an absolute maximum point nor an absolute
minimum point on (1, 2).
Example 3.6
1
, x=6 0,
The function h : [−1, 1] → R defined by h(x) = x
0, x = 0,
has neither an absolute maximum point nor an absolute
minimum point on [−1, 1].
18
Bounded functions
Definition 3.5
A function f is said to be bounded on an interval I if there is
some positive number K such that
−K
19
Continuity and bounded functions
Theorem 3.3
If f : [a, b] → R is continuous on [a, b] then f is bounded on
[a, b].
(Why?)
20