Undergraduate → Calculus → Differential Calculus ↓
Continuity
Continuity is a fundamental concept in calculus that deals with the behavior of a function at a given point. When we say that a function is continuous at a point, it intuitively means that there is no "jump", "break", or "hole" at that point on the graph of the function. However, the formal definition of continuity is more rigorous, involving limits.
The concept of continuity
In simple words, a function f(x)
is said to be continuous at a point a
if the following three conditions are satisfied:
- The function
f(x)
is defined ona
(that is,f(a)
exists). - The limit of
f(x)
exists asx
approachesa
. - The limit of
f(x)
asx
approachesa
is equal tof(a)
.
In mathematical notation, f(x)
is continuous at x = a
if:
lim (x → a) f(x) = f(a)
Understanding each situation
1. The function is defined on a
For a function to be continuous at a
, we need to ensure that f(a)
exists. This means that the function must provide a single, finite value at that point. For example, the function f(x) = 1/x
is not defined at x = 0
because division by zero is undefined.
2. The limit of f(x)
exists as x → a
The limit of a function as x
approaches a
exists when the function approaches a particular real number as x
approaches a arbitrarily close to a
from either side (left and right).
3. The limit is equal to the value a
Finally, for continuity, the limit as x
approaches a
, denoted by lim (x → a) f(x)
, must be equal to the value of the function f(a)
at that point.
The idea of continuity
To better understand continuity, let's look at some examples with mathematical graphs:
continuous function on a
.
This graph shows a continuous function. Note that there is no break in the curve at point a
. The limit as x
approaches a
is equal to the function value f(a)
.
Examples of continuity
Example 1: Polynomial function
Polynomial functions, such as f(x) = x^2 + 2x + 1
, are continuous everywhere over their domain, which is all real numbers. This is because they are smooth and have no breaks or holes.
For f(x) = x^2 + 2x + 1, the limit as x approaches any real number is equal to the function value at that point. Therefore, it is continuous everywhere.
Example 2: Rational function
Consider the rational function f(x) = (x^2 - 1) / (x - 1)
Before assuming continuity, let's examine this function more closely. The function simplifies to f(x) = x + 1
for all x ≠ 1
At x = 1
, the denominator becomes zero, so f(1)
is not defined.
lim (x → 1) (x^2 - 1) / (x - 1) = lim (x → 1) x + 1 = 2
Types of discontinuity
A function that is not continuous is called discontinuous. There are several types of discontinuity:
Removable discontinuities
A function has a removable discontinuity at a point if the limit of the function exists at that point but is not equal to the actual value of the function. An example is:
f(x) = (x^2 - 1) / (x - 1) is undefined at x = 1, but can be redefined as a new function that is continuous.
Jump discontinuities
Jump discontinuities occur when the left and right hand limits exist at a point but are not equal to each other. For example, the functions f(x) = 1
for x < 0
and f(x) = 2
for x ≥ 0
have a jump at x = 0
.
Infinite discontinuities
A function has an infinite discontinuity at a point if the function approaches infinity as x
approaches the point from any direction. For example, f(x) = 1/x
has an infinite discontinuity at x = 0
.
The discontinuous function exhibits a jump at a
.
Piecewise functions and continuity
Piecewise functions composed of several sub-functions defined on different intervals require careful evaluation for continuity. To determine whether a piecewise function is continuous at the boundary point:
- Find the left limit as
x
approaches the limit point from the left. - Find the right-hand limit as
x
approaches the limit point from the right. - Check if these limits are equal and match the function value at the boundary.
Example: a piece-wise function
Consider a piecewise function:
f(x) = { x + 2 if x < 1 x^2 if x ≥ 1 }
f(x) = { x + 2 if x < 1 x^2 if x ≥ 1 }
To check continuity at x = 1
, check the limits:
lim (x → 1-) (x + 2) = 1 + 2 = 3 lim (x → 1+) (x^2) = 1^2 = 1
lim (x → 1-) (x + 2) = 1 + 2 = 3 lim (x → 1+) (x^2) = 1^2 = 1
The left limit is 3, while the right limit is 1, so f(x)
is discontinuous at x = 1
.
Conclusion
Continuity is an important property in calculus, enabling further analysis and differentiation. Understanding continuity helps illuminate integral and differential calculus concepts and gives insight into complex mathematical modeling. While continuity may seem straightforward, it requires a deeper understanding of limits and function behavior in complex cases such as piecewise functions.