Analysis Cheat Sheet
Analysis Cheat Sheet
Analysis Cheat Sheet
Matthew Rognlie
October 7, 2009
Definitions
f (x+h)f (x)
h
exists
A subset A R is:
1. Open if for any point x A, we can find some > 0 such that the set B = {y : |y x| < }
is a subset of A.
2. Closed if for any sequence xn x, where all xn A, x A as well.
3. Bounded if supx,yR |x y| < .
4. Compact if it is closed and bounded.
The complement of an open set is closed, and vice versa.
Facts
1. Ratio Test. Letting L = limn an+1
an , we can conclude that the series converges if L < 1
and diverges if L > 1; the common case L = 1 is ambiguous.
p
2. Root Test. Letting L = limn n |an |, we can conclude that the series converges if L < 1
and diverges if L > 1; again, the L = 1 case is ambiguous.
3. Integral Test. If |an | is monotone decreasing, and |an | =P
f (n), where f is some monotone
decreasing continuous
function
on
the
interval
[0,
),
then
n=0 |an | converges if and only if
R
the integral 0 f (n) is finite.
P
n
According to the Alternating Series Test, a series
n=0 (1) an where the an are positive and
decreasing will converge.
The Squeeze Theorem for Functions states that if f, g, h are functions defined on some interval I such that g(x) f (x) h(x) for all x I, then if limxa g(x) = limxa h(x) = L, then
limxa f (x) = L.
Useful facts about continuous functions include:
1. Intermediate Value Theorem. If f is continuous on the interval [a, b], for any between
f (a) and f (b) there exists c [a, b] such that f (c) = .
2. Extreme Value Theorem. If f is continuous on the interval [a, b], then f attains an
absolute maximum value f (c) and an absolute minimum f (d) at some numbers c and d in
[a, b].
3. If f is continuous and A is open, then the inverse image f 1 (A) is also open.
Useful facts about differentiable functions include:
1. Mean Value Theorem. If f is continuous on [a, b] and is differentiable on (a, b), then there
(a)
= f 0 (c).
exists some c (a, b) such that f (b)f
ba
2. LHopitals Rule. Let f, g be differentiable functions from R to R. If limxa f (x) = 0 and
limxa g(x) = 0, then
f (x)
f 0 (x)
lim
= lim 0
xa g(x)
xa g (x)
Similarly, if limxa f (x) = and limxa g(x) = , we also have limxa
f (x)
g(x)
= limxa
f 0 (x)
g 0 (x) .
3. Increasing and Decreasing Functions. Let f be a function on some interval [a, b]. If
f 0 (x) > 0 for all x (a, b), f must be strictly increasing on [a, b]. If f 0 (x) 0 for all
x (a, b), then f is nondecreasing on [a, b]. The opposite holds for negative first derivatives.
4. Convexity If f 00 (x) 0 for all x [a, b], then f is convex on that interval and we have for
any [0, 1], a c d b:
f (c + (1 )d) f (c) + (1 )f (d)
We
P can then apply Jensens inequality, which states that for any nonnegative w1 , . . . , wn ,
i wi = 1, and x1 , . . . , xn [a, b]:
f (w1 x1 + . . . + wn xn ) w1 f (x1 ) + . . . + wn f (xn )
The opposite inequalities hold if f 00 (x) 0.
3
5. Extrema If f is differentiable on (a, b), then the maximum and minimum of f on [a, b] either
lie at the endpoints a and b or satisfy f 0 (x) = 0. If f 00 (x) < 0 as well, then x is a maximum;
if f 00 (x) > 0, then x is a minimum.
6. Fundamental Theorem of Calculus.R Let f be a continuous real-valued function on some
x
interval I R and let a I. If F (x) = a f (t) dt for all x I, then F has a continuous first
derivative equal to f .