Verbal
Intermediate Value Theorem:
If a function, f(x),
is continuous on the closed interval [a, b] and
y is a value between f(a) and f(b),
Then
There is a number c in the interval (a, b) for which f(c) = y
Corollary: Extreme Value Theorem:
If a function, f(x),
is continuous on the closed interval [a, b]
Then
There are numbers c1 & c2 in the interval (a, b) for which f(c1) & f(c2) are the max & min for f(x) on that interval.
Analytical
Intermediate Value Theorem:
If a function, f(x),
is continuous for a < x < b and
Then
a < c < b
f(a) < f(c) < f(b)
Corollary: Extreme Value Theorem:
If a function, f(x),
is continuous for a < x < b and
Then
a < c1 < b & a< c2 < b
f(c1) = MAX(f(x)) & f(c2) = MIM(f(x))
Numerical
Graphical
If ( a < c < b ) then ( f(a) < f(c) < f(b) )
or
( f(a) > f(c) > f(b) )