Continuity
- Continuity criterion
That is, no matter how close we make the y-coordinates, we can always find two x-coordinates that make these two y-coordinates close enough. - All polynomials, rational functions, trig functions, exponential functions, logarithmic function, and root functions are continuous on their domains
is continuous at - Look for the limit (may need both sides) and then verify that the limit is equal to
- Look for the limit (may need both sides) and then verify that the limit is equal to
- If two functions are continuous, then their composition, addition, multiplication and division are continuous also
- IVT:
- With
continuous on , if is between and , then - If you really think about this, it's quite intuitive. If there's a number between the two y-coordinates, you can find an x-coordinate to match it in that interval.
- With
- EVT:
is continuous on attains a max and min value.
The Continuity Criterion
A function is continuous at
This tells you
That is, we can always force
A function is said to be continuous if it is continuous at every point in the domain
- See implication, The Epsilon Delta Definition
- We don't have
at the start, because could equal
- All polynomials are continuous
- The trig functions are continuous
- The exponential functions and logarithmic functions are continuous on their domains
- Any root function is continuous for its domain
left = -3; right = 3;
bottom = -3; top = 3;
---
y = \frac{1}{x}
The function is continuous on the domain. We can determine this by looking at the graph.
Suppose
is continuous at every point in the interval is continuous on the interval is continuous on the interval is continuous on the interval where
is continuous for all values of is continuous for all values of is continuous for all
We know this is continuous for
Since the limits on both sides are equal,
Types of Discontinuities
- Removable discontinuity (aka a hole): e.g
because we can define - Infinite discontinuity: e.g
- Jump discontinuity: e.g
Intermediate Value Theorem (IVT)
Suppose
Or in symbolic form,
See implication, logical or
left = -5; right = 5;
bottom = -20; top = 5;
---
y = 0.25x^3
(-4, -16) | point | label: (a, f(a))
(2, 2) | point | label: (b, f(b))
y = -5 | dashed
(-5.15, -5) | label: y = c
In other words, it is impossible to draw a continuous path from
Application: Root Finding
The Extreme Value Theorem
If
left = -5; right = 5;
bottom = -5; top = 5;
---
y = \frac{1}{x} \{-2 < x < 2\} | #2d70b3
(-2, -0.5) | point | #2d70b3
(2, 0.5) | point | #2d70b3
Here, the function isn't bounded on the given interval
left = -5; right = 5;
bottom = -5; top = 5;
---
y = -x^2 + 2 \{-2 < x < 2\} | #2d70b3
(-2, -2) | point | #2d70b3
(2, -2) | point | #2d70b3
(0, 2) | open | #2d70b3
Here, there is no maximum value. If you name a value a larger one can always be found.
left = -5; right = 5;
bottom = -5; top = 5;
---
y = x \{-2 < x < 2\} | #2d70b3
(-2, -2) | open | #2d70b3
(2, 2) | open | #2d70b3
Similar to the previous case