Continuity of Functions
Let f:I→R be a function and let x0∈I.
We say that f is continuous at x0 if ∀ε>0, ∃δ>0 such that for all x∈I.
∣x−x0∣<δ⇒∣f(x)−f(x0)∣<ε.
We say that f is a continuous function if f is continuous on its entire domain.
We say that f is right-continuous at x0 if ∀ε>0, ∃δ>0 such that for all x∈I.
x0≤x<x0+δ⇒∣f(x)−f(x0)∣<ε.
Similarly, f is left-continuous at x0 if ∀ε>0, ∃δ>0 such that for all x∈I.
x0−δ<x≤x0⇒∣f(x)−f(x0)∣<ε.
f is continuous at x0⟺f is both right-continuous and left-continuous at x0.
Meaning of Continuity
For x sufficiently close to x0, the function value f(x) is approximately equal to f(x0):
f(x)≈f(x0)when x is close to x0.
Hence, continuity means that small changes in x lead to small changes in f(x).
Examples
-
Constant functions are continuous.
-
The function f(x)=x2 is continuous on R.
-
The function f(x)=x is continuous on the interval [0,+∞).
-
The function f(x)=x1 is continuous on R∖{0}.
Theorems
-
Let f and g be functions such that:
{f is continuous at x0,g is continuous at y0=f(x0),
then the composite function g∘f is continuous at x0.
-
If both f and g are continuous at x0, then
f+g and fg are continuous at x0.
Moreover, if g(x0)=0, then
gf is continuous at x0.
-
Let I,J⊆R be intervals, and let f:I→J be monotone and onto. Then f is a continuous function.
Corollary: The exponential function, the logarithmic function, and the power function are all continuous functions.
Limits of Functions
A real number x0 is called an accumulation point (or limit point) of a set I⊆R if:
∀ε>0,∃x∈I such that 0<∣x−x0∣<ε.
Let f:I→R and let x0 be an accumulation point of I. We say that the limit of f(x) as x approaches x0 is A∈R, written as
x→x0limf(x)=A.
if and only if
∀ε>0,∃δ>0 such that ∀x∈I,0<∣x−x0∣<δ⇒∣f(x)−A∣<ε.
The right-hand limit of a function f at x0 is denoted by
x→x0+limf(x)=A,
which means:
∀ε>0,∃δ>0 such that ∀x∈I,x0<x<x0+δ⇒∣f(x)−A∣<ε.
Similarly, the left-hand limit is defined by
x→x0−limf(x)=A.
Theorems
-
Let x0 be an accumulation point of I. Then
x→x0limf(x)=A
if and only if the function
g(x)={f(x),A,x∈I∖{x0}x=x0
is continuous at x0.
-
If
x→x0limf(x)=A,x→x0limg(x)=B,
then
x→x0lim(f(x)+g(x))x→x0lim(f(x)g(x))=A+B,=AB.
If B=0, then
x→x0limg(x)f(x)=BA.
- if
x→x0limf(x)=y0,y→y0limg(y)=B,and g is continuous at y0,
then
x→x0limg(f(x))=B.
- Let f,g,h be functions defined on an interval I, and let x0 be a limit point of I. Suppose that for all x∈I,
f(x)≤g(x)≤h(x).
If
x→x0limf(x)=x→x0limh(x)=A,
then
x→x0limg(x)=A.
Removable and Other Types of Discontinuities
A point x0 is called a removable discontinuity of a function f if:
-
x0 is a limit point of the domain I of f, and the limit
x→x0limf(x)
exists;
-
f is either undefined at x0, or
f(x0)=x→x0limf(x).
In other words, f is not continuous at x0, but it can be made continuous by appropriately redefining the value f(x0).
A point x0 is called a jump discontinuity if both one-sided limits exist but are not equal:
x→x0−limf(x)andx→x0+limf(x).
Classification