SlideShare a Scribd company logo
1 of 10
Download to read offline
November 4, 2004 15:00 k34-appc Sheet number 1 Page number 22 cyan magenta yellow black
A22
a p p e n d i x c
SELECTED PROOFS
PROOFS OF BASIC LIMIT THEOREMS
An extensive excursion into proofs of limit theorems would be too time consuming to
undertake, so we have selected a few proofs of results from Section 2.2 that illustrate some
of the basic ideas.
C.1 theorem. Let a be any real number, let k be a constant, and suppose that
lim
x →a
f(x) = L1 and that lim
x →a
g(x) = L2. Then
(a) lim
x →a
k = k
(b) lim
x →a
[f(x) + g(x)] = lim
x →a
f(x) + lim
x →a
g(x) = L1 + L2
(c) lim
x →a
[f(x)g(x)] = lim
x →a
f(x) lim
x →a
g(x) = L1L2
proof (a). We will apply Definition 2.4.1 with f(x) = k and L = k. Thus, given > 0,
we must find a number δ > 0 such that
|k − k| < if 0 < |x − a| < δ
or, equivalently,
0 < if 0 < |x − a| < δ
But the condition on the left side of this statement is always true, no matter how δ is chosen.
Thus, any positive value for δ will suffice.
proof (b). We must show that given > 0 we can find a number δ > 0 such that
|(f(x) + g(x)) − (L1 + L2)| < if 0 < |x − a| < δ (1)
However, from the limits of f and g in the hypothesis of the theorem we can find numbers
δ1 and δ2 such that
|f(x) − L1| < /2 if 0 < |x − a| < δ1
|g(x) − L2| < /2 if 0 < |x − a| < δ2
Moreover, the inequalities on the left sides of these statements both hold if we replace δ1
and δ2 by any positive number δ that is less than both δ1 and δ2. Thus, for any such δ it
follows that
|f(x) − L1| + |g(x) − L2| < if 0 < |x − a| < δ (2)
However, it follows from the triangle inequality [Theorem E.5 of Appendix E] that
|(f(x) + g(x)) − (L1 + L2)| = |(f(x) − L1) + (g(x) − L2)|
≤ |f(x) − L1| + |g(x) − L2|
so that (1) follows from (2).
November 4, 2004 15:00 k34-appc Sheet number 2 Page number 23 cyan magenta yellow black
Appendix C: Selected Proofs A23
proof (c). We must show that given > 0 we can find a number δ > 0 such that
|f(x)g(x) − L1L2| < if 0 < |x − a| < δ (3)
To find δ it will be helpful to express (3) in a different form. If we rewrite f(x) and g(x) as
f(x) = L1 + (f(x) − L1) and g(x) = L2 + (g(x) − L2)
then the inequality on the left side of (3) can be expressed as (verify)
|L1(g(x) − L2) + L2(f(x) − L1) + (f(x) − L1)(g(x) − L2)| < (4)
Since
lim
x →a
f(x) = L1 and lim
x →a
g(x) = L2
we can find positive numbers δ1, δ2, δ3, and δ4 such that
|f(x) − L1| <
√
/3 if 0 < |x − a| < δ1
|f(x) − L1| <
3(1 + |L2|)
if 0 < |x − a| < δ2
|g(x) − L2| <
√
/3 if 0 < |x − a| < δ3
|g(x) − L2| <
3(1 + |L1|)
if 0 < |x − a| < δ4
(5)
Moreover, the inequalities on the left sides of these four statements all hold if we replace
δ1, δ2, δ3, and δ4 by any positive number δ that is smaller than δ1, δ2, δ3, and δ4. Thus, for
any such δ it follows with the help of the triangle inequality that
|L1(g(x) − L2) + L2(f(x) − L1) + (f(x) − L1)(g(x) − L2)|
≤ |L1(g(x) − L2)| + |L2(f(x) − L1)| + |(f(x) − L1)(g(x) − L2)|
= |L1||g(x) − L2| + |L2||f(x) − L1| + |f(x) − L1||g(x) − L2|
< |L1|
3(1 + |L1|)
+ |L2|
3(1 + |L2|)
+ /3 /3 From (5)
=
3
|L1|
1 + |L1|
+
3
|L2|
1 + |L2|
+
3
<
3
+
3
+
3
= Since
|L1|
1 + |L1|
< 1 and
|L2|
1 + |L2|
< 1
which shows that (4) holds for the δ selected. I
Do not be alarmed if the proof of part
(c) seems difficult; it takes some expe-
rience with proofs of this type to de-
velop a feel for choosing a valid δ. Your
initial goal should be to understand the
ideas and the computations.
PROOF OF A BASIC CONTINUITY PROPERTY
Next we will prove Theorem 2.5.5 for two-sided limits.
C.2 theorem (Theorem 2.5.5). If limx →c g(x) = L and if the function f is con-
tinuous at L, then limx →c f(g(x)) = f(L). That is,
lim
x →c
f(g(x)) = f lim
x →c
g(x)
proof. We must show that given > 0, we can find a number δ > 0 such that
|f(g(x)) − f(L)| < if 0 < |x − c| < δ (6)
Since f is continuous at L, we have
lim
u→L
f(u) = f(L)
November 4, 2004 15:00 k34-appc Sheet number 3 Page number 24 cyan magenta yellow black
A24 Appendix C: Selected Proofs
and hence we can find a number δ1 > 0 such that
|f(u) − f(L)| < if |u − L| < δ1
In particular, if u = g(x), then
|f(g(x)) − f(L)| < if |g(x) − L| < δ1 (7)
But limx →c g(x) = L, and hence there is a number δ > 0 such that
|g(x) − L| < δ1 if 0 < |x − c| < δ (8)
Thus, if x satisfies the condition on the right side of statement (8), then it follows that g(x)
satisfies the condition on the right side of statement (7), and this implies that the condition
on the left side of statement (6) is satisfied, completing the proof. I
PROOF OF THE CHAIN RULE
Next we will prove the chain rule (Theorem 3.6.1), but first we need a preliminary result.
C.3 theorem. If f is differentiable at x and if y = f(x), then
y = f (x) x + x
where →0 as x →x and = 0 if x = 0.
proof. Define
=



f(x + x) − f(x)
x
− f (x) if x = 0
0 if x = 0
(9)
If x = 0, it follows from (9) that
x = [f(x + x) − f (x)] − f (x) x (10)
But
y = f(x + x) − f(x) (11)
so (10) can be written as
x = y − f (x) x
or
y = f (x) x + x (12)
If x = 0, then (12) still holds, (why?), so (12) is valid for all values of x. It remains to
show that →0 as x →0. But this follows from the assumption that f is differentiable
at x, since
lim
x →0
= lim
x →0
f(x + x) − f(x)
x
− f (x) = f (x) − f (x) = 0 I
We are now ready to prove the chain rule.
C.4 theorem (Theorem 3.6.1). If g is differentiable at the point x and f is differ-
entiable at the point g(x), then the composition f ◦g is differentiable at the point x.
Moreover, if y = f(g(x)) and u = g(x), then
dy
dx
=
dy
du
·
du
dx
November 4, 2004 15:00 k34-appc Sheet number 4 Page number 25 cyan magenta yellow black
Appendix C: Selected Proofs A25
proof. Since g is differentiable at x and u = g(x), it follows from Theorem C.3 that
(u) = g (x) x + 1 x (13)
where 1 →0 as x →0. And since y = f(u) is differentiable at u = g(x), it follows from
Theorem C.3 that
y = f (u) u + 2 u (14)
where 2 →0 as u→0.
Factoring out the u in (14) and then substituting (13) yields
y = [f (u) + 2][g (x) x + 1 x]
or
y = [f (u) + 2][g (x) + 1] x
or if x = 0,
y
x
= [f (u) + 2][g (x) + 1] (15)
But (13) implies that u→0 as x →0, and hence 1 →0 and 2 →0 as x →0. Thus,
from (15)
lim
x →0
y
x
= f (u)g (x)
or
y
x
= f (u)g (x) =
dy
du
·
du
dx
I
PROOF THAT RELATIVE EXTREMA OCCUR AT CRITICAL POINTS
In this subsection we will prove Theorem 5.2.2, which states that the relative extrema of a
function occur at critical points.
C.5 theorem (Theorem 5.2.2). Suppose that f is a function defined on an open
interval containing the point x0. If f has a relative extremum at x = x0, then x = x0 is
a critical point of f ; that is, either f (x0) = 0 or f is not differentiable at x0.
proof. Suppose that f has a relative maximum at x0. There are two possibilities—either
f is differentiable at a point x0 or it is not. If it is not, then x0 is a critical point for f and we
are done. If f is differentiable at x0, then we must show that f (x0) = 0. We will do this
by showing that f (x0) ≥ 0 and f (x0) ≤ 0, from which it follows that f (x0) = 0. From
the definition of a derivative we have
f (x0) = lim
h→0
f(x0 + h) − f(x0)
h
so that
f (x0) = lim
h→0+
f(x0 + h) − f(x0)
h
(16)
and
f (x0) = lim
h→0−
f(x0 + h) − f(x0)
h
(17)
Because f has a relative maximum at x0, there is an open interval (a, b) containing x0 in
which f(x) ≤ f(x0) for all x in (a, b).
Assume that h is sufficiently small so that x0 + h lies in the interval (a, b). Thus,
f(x0 + h) ≤ f(x0) or equivalently f(x0 + h) − f(x0) ≤ 0
Thus, if h is negative,
f(x0 + h) − f(x0)
h
≥ 0 (18)
November 4, 2004 15:00 k34-appc Sheet number 5 Page number 26 cyan magenta yellow black
A26 Appendix C: Selected Proofs
and if h is positive,
f(x0 + h) − f(x0)
h
≤ 0 (19)
But an expression that never assumes negative values cannot approach a negative limit and
an expression that never assumes positive values cannot approach a positive limit, so that
f (x0) = lim
h→0−
f(x0 + h) − f(x0)
h
≥ 0 From (17) and (18)
and
f (x0) = lim
h→0+
f(x0 + h) − f(x0)
h
≤ 0 From (16) and (19)
Since f (x0) ≥ 0 and f (x0) ≤ 0, it must be that f (x0) = 0.
A similar argument applies if f has a relative minimum at x0. I
PROOFS OF TWO SUMMATION FORMULAS
We will prove parts (a) and (b) of Theorem 6.4.2. The proof of part (c) is similar to that of
part (b) and is omitted.
C.6 theorem (Theorem 6.4.2).
(a)
n
k=1
k = 1 + 2 + · · · + n =
n(n + 1)
2
(b)
n
k=1
k2
= 12
+ 22
+ · · · + n2
=
n(n + 1)(2n + 1)
6
(c)
n
k=1
k3
= 13
+ 23
+ · · · + n3
=
n(n + 1)
2
2
proof (a). Writing n
k=1
k
two ways, with summands in increasing order and in decreasing order, and then adding, we
obtain
n
k=1
k = 1 + 2 + 3 + · · · + (n − 2) + (n − 1) + n
n
k=1
k = n + (n − 1) + (n − 2) + · · · + 3 + 2 + 1
2
n
k=1
k = (n + 1) + (n + 1) + (n + 1) + · · · + (n + 1) + (n + 1) + (n + 1)
= n(n + 1)
Thus,
n
k=1
k =
n(n + 1)
2
November 4, 2004 15:00 k34-appc Sheet number 6 Page number 27 cyan magenta yellow black
Appendix C: Selected Proofs A27
proof (b). Note that
(k + 1)3
− k3
= k3
+ 3k2
+ 3k + 1 − k3
= 3k2
+ 3k + 1
So,
n
k=1
[(k + 1)3
− k3
] =
n
k=1
(3k2
+ 3k + 1) (20)
Writing out the left side of (20) with the index running down from k = n to k = 1, we have
n
k=1
[(k + 1)3
− k3
] = [(n + 1)3
− n3
] + · · · + [43
− 33
] + [33
− 23
] + [23
− 13
]
= (n + 1)3
− 1 (21)
Combining (21) and (20), and expanding the right side of (20) by using Theorem 6.4.1 and
part (a) of this theorem yields
(n + 1)3
− 1 = 3
n
k=1
k2
+ 3
n
k=1
k +
n
k=1
1
= 3
n
k=1
k2
+ 3
n(n + 1)
2
+ n
So,
3
n
k=1
k2
= [(n + 1)3
− 1] − 3
n(n + 1)
2
− n
= (n + 1)3
− 3(n + 1)
n
2
− (n + 1)
=
n + 1
2
[2(n + 1)2
− 3n − 2]
=
n + 1
2
[2n2
+ n] =
n(n + 1)(2n + 1)
2
Thus,
n
k=1
k2
=
n(n + 1)(2n + 1)
6
The sum in (21) is an example of a tele-
scoping sum, since the cancellation of
each of the two parts of an interior
summand with parts of its neighbor-
ing summands allows the entire sum
to collapse like a telescope.
PROOF OF THE LIMIT COMPARISON TEST
C.7 theorem (Theorem 10.5.4). Let ak and bk be series with positive terms
and suppose that
ρ = lim
k →+ϱ
ak
bk
If ρ is finite and ρ > 0, then the series both converge or both diverge.
proof. We need only show that bk converges when ak converges and that bk
diverges when ak diverges, since the remaining cases are logical implications of these
(why?). The idea of the proof is to apply the comparison test to ak and suitable multiples
of bk. For this purpose let be any positive number. Since
ρ = lim
k →+ϱ
ak
bk
November 4, 2004 15:00 k34-appc Sheet number 7 Page number 28 cyan magenta yellow black
A28 Appendix C: Selected Proofs
it follows that eventually the terms in the sequence {ak/bk} must be within units of ρ; that
is, there is a positive integer K such that for k ≥ K we have
ρ − <
ak
bk
< ρ +
In particular, if we take = ρ/2, then for k ≥ K we have
1
2
ρ <
ak
bk
<
3
2
ρ or
1
2
ρbk < ak <
3
2
ρbk
Thus, by the comparison test we can conclude that
ϱ
k=K
1
2
ρbk converges if
ϱ
k=K
ak converges (22)
ϱ
k=K
3
2
ρbk diverges if
ϱ
k=K
ak diverges (23)
But the convergence or divergence of a series is not affected by deleting finitely many terms
or by multiplying the general term by a nonzero constant, so (22) and (23) imply that
ϱ
k=1
bk converges if
ϱ
k=1
ak converges
ϱ
k=1
bk diverges if
ϱ
k=1
ak diverges I
PROOF OF THE RATIO TEST
C.8 theorem (Theorem 10.5.5). Let uk be a series with positive terms and
suppose that
ρ = lim
k →+ϱ
uk+1
uk
(a) If ρ < 1, the series converges.
(b) If ρ > 1 or ρ = +ϱ, the series diverges.
(c) If ρ = 1, the series may converge or diverge, so that another test must be tried.
proof (a). The number ρ must be nonnegative since it is the limit of uk+1/uk, which is
positive for all k. In this part of the proof we assume that ρ < 1, so that 0 ≤ ρ < 1.
We will prove convergence by showing that the terms of the given series are eventually
less than the terms of a convergent geometric series. For this purpose, choose any real
number r such that 0 < ρ < r < 1. Since the limit of uk+1/uk is ρ, and ρ < r, the terms
of the sequence {uk+1/uk} must eventually be less than r. Thus, there is a positive integer
K such that for k ≥ K we have
uk+1
uk
< r or uk+1 < ruk
This yields the inequalities
uK+1 < ruK
uK+2 < ruK+1 < r2
uK
uK+3 < ruK+2 < r3
uK
uK+4 < ruK+3 < r4
uK
...
(24)
November 4, 2004 15:00 k34-appc Sheet number 8 Page number 29 cyan magenta yellow black
Appendix C: Selected Proofs A29
But 0 < r < 1, so
ruK + r2
uK + r3
uK + · · ·
is a convergent geometric series. From the inequalities in (24) and the comparison test it
follows that
uK+1 + uK+2 + uK+3 + · · ·
must also be a convergent series. Thus, u1 + u2 + u3 + · · · + uk + · · · converges by The-
orem 10.4.3(c).
proof (b). In this part we will prove divergence by showing that the limit of the general
term is not zero. Since the limit of uk+1/uk is ρ and ρ > 1, the terms in the sequence
{uk+1/uk} must eventually be greater than 1. Thus, there is a positive integer K such that
for k ≥ K we have uk+1
uk
> 1 or uk+1 > uk
This yields the inequalities
uK+1 > uK
uK+2 > uK+1 > uK
uK+3 > uK+2 > uK
uK+4 > uK+3 > uK
...
(25)
Since uK > 0, it follows from the inequalities in (25) that limk →+ϱ uk = 0, and thus the
series u1 + u2 + · · · + uk + · · · diverges by part (a) of Theorem 10.4.1. The proof in the
case where ρ = +ϱ is omitted.
proof (c). The divergent harmonic series and the convergent p-series with p = 2 both
have ρ = 1 (verify), so the ratio test does not distinguish between convergence and diver-
gence when ρ = 1. I
PROOF OF THE REMAINDER ESTIMATION THEOREM
C.9 theorem (Theorem 10.7.4). If the function f can be differentiated n + 1 times
on an interval I containing the number x0, and if M is an upper bound for |f (n+1)
(x)|
on I, that is, |f (n+1)
(x)| ≤ M for all x in I, then
|Rn(x)| ≤
M
(n + 1)!
|x − x0|n+1
for all x in I.
proof. We are assuming that f can be differentiated n + 1 times on an interval I con-
taining the number x0 and that
|f (n+1)
(x)| ≤ M (26)
for all x in I. We want to show that
|Rn(x)| ≤
M
(n + 1)!
|x − x0|n+1
(27)
for all x in I, where
Rn(x) = f (x) −
n
k=0
f (k)
(x0)
k!
(x − x0)k
(28)
November 4, 2004 15:00 k34-appc Sheet number 9 Page number 30 cyan magenta yellow black
A30 Appendix C: Selected Proofs
In our proof we will need the following two properties of Rn(x):
Rn(x0) = Rn(x0) = · · · = R(n)
n (x0) = 0 (29)
R(n+1)
n (x) = f (n+1)
(x) for all x in I (30)
These properties can be obtained by analyzing what happens if the expression for Rn(x)
in Formula (28) is differentiated j times and x0 is then substituted in that derivative. If
j < n, then the jth derivative of the summation in Formula (28) consists of a constant term
f (j)
(x0) plus terms involving powers of x − x0 (verify). Thus, R
(j)
n (x0) = 0 for j < n,
which proves all but the last equation in (29). For the last equation, observe that the nth
derivative of the summation in (28) is the constant f (n)
(x0), so R(n)
n (x0) = 0. Formula (30)
follows from the observation that the (n + 1)-st derivative of the summation in (28) is zero
(why?).
Now to the main part of the proof. For simplicity we will give the proof for the case
where x ≥ x0 and leave the case where x < x0 for the reader. It follows from (26) and (30)
that |R(n+1)
n (x)| ≤ M, and hence
−M ≤ R(n+1)
n (x) ≤ M
Thus,
x
x0
−M dt ≤
x
x0
R(n+1)
n (t) dt ≤
x
x0
M dt (31)
However, it follows from (29) that R(n)
n (x0) = 0, so
x
x0
R(n+1)
n (t) dt = R(n)
n (t)
x
x0
= R(n)
n (x)
Thus, performing the integrations in (31) we obtain the inequalities
−M(x − x0) ≤ R(n)
n (x) ≤ M(x − x0)
Now we will integrate again. Replacing x by t in these inequalities, integrating from x0 to
x, and using R(n−1)
n (x0) = 0 yields
−
M
2
(x − x0)2
≤ R(n−1)
n (x) ≤
M
2
(x − x0)2
If we keep repeating this process, then after n + 1 integrations we will obtain
−
M
(n + 1)!
(x − x0)n+1
≤ Rn(x) ≤
M
(n + 1)!
(x − x0)n+1
which we can rewrite as
|Rn(x)| ≤
M
(n + 1)!
(x − x0)n+1
This completes the proof of (27), since the absolute value signs can be omitted in that
formula when x ≥ x0 (which is the case we are considering). I
PROOF OF THE TWO-VARIABLE CHAIN RULE
C.10 theorem (Theorem 14.5.1). If x = x(t) and y = y(t) are differentiable at t,
and if z = f(x, y) is differentiable at the point (x(t), y(t)), then z = f(x(t), y(t)) is
differentiable at t and dz
dt
=
∂z
∂x
dx
dt
+
∂z
∂y
dy
dt
November 4, 2004 15:00 k34-appc Sheet number 10 Page number 31 cyan magenta yellow black
Appendix C: Selected Proofs A31
proof. Let x, y, and z denote the changes in x, y, and z, respectively, that corre-
spond to a change of t in t. Then
dz
dt
= lim
t →0
z
t
,
dx
dt
= lim
t →0
x
t
,
dy
dt
= lim
t →0
y
t
Since f(x, y) is differentiable at (x(t), y(t)), it follows from (5) in Section 14.4 that
z =
∂z
∂x
x +
∂z
∂y
y + ( x, y) x2 + y2 (32)
where the partial derivatives are evaluated at (x(t), y(t)) and where ( x, y) satisfies
( x, y)→0 as ( x, y)→(0, 0) and (0, 0) = 0. Dividing both sides of (32) by t
yields
z
t
=
∂z
∂x
x
t
+
∂z
∂y
y
t
+
( x, y) x2 + y2
t
(33)
Since
lim
t →0
x2 + y2
| t|
= lim
t →0
x
t
2
+
y
t
2
= lim
t →0
x
t
2
+ lim
t →0
y
t
2
=
dx
dt
2
+
dy
dt
2
we have
lim
t →0
( x, y) x2 + y2
t
= lim
t →0
| ( x, y)| x2 + y2
| t|
= lim
t →0
| ( x, y)| · lim
t →0
x2 + y2
| t|
= 0 ·
dx
dt
2
+
dy
dt
2
= 0
Therefore,
lim
t →0
( x, y) x2 + y2
t
= 0
Taking the limit as t →0 of both sides of (33) then yields the equation
dz
dt
=
∂z
∂x
dx
dt
+
∂z
∂y
dy
dt
I

More Related Content

What's hot

2.8 translations of graphs
2.8 translations of graphs2.8 translations of graphs
2.8 translations of graphs
math260
 
IITJEE - Mathematics 2010-i
IITJEE - Mathematics  2010-iIITJEE - Mathematics  2010-i
IITJEE - Mathematics 2010-i
Vasista Vinuthan
 
t5 graphs of trig functions and inverse trig functions
t5 graphs of trig functions and inverse trig functionst5 graphs of trig functions and inverse trig functions
t5 graphs of trig functions and inverse trig functions
math260
 
Indefinite Integral
Indefinite IntegralIndefinite Integral
Indefinite Integral
JelaiAujero
 
1.1 review on algebra 1
1.1 review on algebra 11.1 review on algebra 1
1.1 review on algebra 1
math265
 
27 triple integrals in spherical and cylindrical coordinates
27 triple integrals in spherical and cylindrical coordinates27 triple integrals in spherical and cylindrical coordinates
27 triple integrals in spherical and cylindrical coordinates
math267
 
1.5 algebraic and elementary functions
1.5 algebraic and elementary functions1.5 algebraic and elementary functions
1.5 algebraic and elementary functions
math265
 
2.2 Graphs of First Degree Functions
2.2 Graphs of First Degree Functions2.2 Graphs of First Degree Functions
2.2 Graphs of First Degree Functions
math260
 
Applications of maxima and minima
Applications of maxima and minimaApplications of maxima and minima
Applications of maxima and minima
rouwejan
 

What's hot (19)

2.8 translations of graphs
2.8 translations of graphs2.8 translations of graphs
2.8 translations of graphs
 
Factor Theorem and Remainder Theorem
Factor Theorem and Remainder TheoremFactor Theorem and Remainder Theorem
Factor Theorem and Remainder Theorem
 
IITJEE - Mathematics 2010-i
IITJEE - Mathematics  2010-iIITJEE - Mathematics  2010-i
IITJEE - Mathematics 2010-i
 
Algebra
AlgebraAlgebra
Algebra
 
t5 graphs of trig functions and inverse trig functions
t5 graphs of trig functions and inverse trig functionst5 graphs of trig functions and inverse trig functions
t5 graphs of trig functions and inverse trig functions
 
8.further calculus Further Mathematics Zimbabwe Zimsec Cambridge
8.further calculus   Further Mathematics Zimbabwe Zimsec Cambridge8.further calculus   Further Mathematics Zimbabwe Zimsec Cambridge
8.further calculus Further Mathematics Zimbabwe Zimsec Cambridge
 
Factor theorem
Factor theoremFactor theorem
Factor theorem
 
English math dictionary
English math dictionaryEnglish math dictionary
English math dictionary
 
Polynomials
PolynomialsPolynomials
Polynomials
 
Polynomials CLASS 10
Polynomials CLASS 10Polynomials CLASS 10
Polynomials CLASS 10
 
Indefinite Integral
Indefinite IntegralIndefinite Integral
Indefinite Integral
 
Question bank xi
Question bank xiQuestion bank xi
Question bank xi
 
1.1 review on algebra 1
1.1 review on algebra 11.1 review on algebra 1
1.1 review on algebra 1
 
Bostock and Chandler chapter3 functions
Bostock and Chandler chapter3 functionsBostock and Chandler chapter3 functions
Bostock and Chandler chapter3 functions
 
27 triple integrals in spherical and cylindrical coordinates
27 triple integrals in spherical and cylindrical coordinates27 triple integrals in spherical and cylindrical coordinates
27 triple integrals in spherical and cylindrical coordinates
 
Assignments for class XII
Assignments for class XIIAssignments for class XII
Assignments for class XII
 
1.5 algebraic and elementary functions
1.5 algebraic and elementary functions1.5 algebraic and elementary functions
1.5 algebraic and elementary functions
 
2.2 Graphs of First Degree Functions
2.2 Graphs of First Degree Functions2.2 Graphs of First Degree Functions
2.2 Graphs of First Degree Functions
 
Applications of maxima and minima
Applications of maxima and minimaApplications of maxima and minima
Applications of maxima and minima
 

Viewers also liked

eMail 101 (4) Class for Self help Virtual Senior Center
eMail 101 (4) Class for Self help Virtual Senior Center eMail 101 (4) Class for Self help Virtual Senior Center
eMail 101 (4) Class for Self help Virtual Senior Center
SnowSugar Video
 
final emoji-board EMAIL ME NOWSWAG11
final emoji-board EMAIL ME NOWSWAG11final emoji-board EMAIL ME NOWSWAG11
final emoji-board EMAIL ME NOWSWAG11
Joe Humphreys
 
WE1.L10 - GRACE Applications to Regional Hydrology and Water Resources
WE1.L10 - GRACE Applications to Regional Hydrology and Water ResourcesWE1.L10 - GRACE Applications to Regional Hydrology and Water Resources
WE1.L10 - GRACE Applications to Regional Hydrology and Water Resources
grssieee
 
Appendex f
Appendex fAppendex f
Appendex f
swavicky
 
Chapter 1Into the Internet
Chapter 1Into the InternetChapter 1Into the Internet
Chapter 1Into the Internet
Patty Ramsey
 
Appendex a
Appendex aAppendex a
Appendex a
swavicky
 
Chapter 10 Synchronous Communication
Chapter 10 Synchronous CommunicationChapter 10 Synchronous Communication
Chapter 10 Synchronous Communication
Patty Ramsey
 
Setting up a gmail account
Setting up a gmail accountSetting up a gmail account
Setting up a gmail account
keelyswitzer
 
Groundwater Research and Technology, Stefan Schuster
Groundwater Research and Technology, Stefan SchusterGroundwater Research and Technology, Stefan Schuster
Groundwater Research and Technology, Stefan Schuster
TXGroundwaterSummit
 
300 Years of Groundwater Management, Charles Porter
300 Years of Groundwater Management, Charles Porter300 Years of Groundwater Management, Charles Porter
300 Years of Groundwater Management, Charles Porter
TXGroundwaterSummit
 
Appendex g
Appendex gAppendex g
Appendex g
swavicky
 

Viewers also liked (20)

Ch2(working with forms)
Ch2(working with forms)Ch2(working with forms)
Ch2(working with forms)
 
eMail 101 (4) Class for Self help Virtual Senior Center
eMail 101 (4) Class for Self help Virtual Senior Center eMail 101 (4) Class for Self help Virtual Senior Center
eMail 101 (4) Class for Self help Virtual Senior Center
 
Final morris esri_nwgis_lidar
Final morris esri_nwgis_lidarFinal morris esri_nwgis_lidar
Final morris esri_nwgis_lidar
 
Unix Master
Unix MasterUnix Master
Unix Master
 
final emoji-board EMAIL ME NOWSWAG11
final emoji-board EMAIL ME NOWSWAG11final emoji-board EMAIL ME NOWSWAG11
final emoji-board EMAIL ME NOWSWAG11
 
WE1.L10 - GRACE Applications to Regional Hydrology and Water Resources
WE1.L10 - GRACE Applications to Regional Hydrology and Water ResourcesWE1.L10 - GRACE Applications to Regional Hydrology and Water Resources
WE1.L10 - GRACE Applications to Regional Hydrology and Water Resources
 
Appendex f
Appendex fAppendex f
Appendex f
 
Introduction to PHP
Introduction to PHPIntroduction to PHP
Introduction to PHP
 
Preparing LiDAR for Use in ArcGIS 10.1 with the Data Interoperability Extension
Preparing LiDAR for Use in ArcGIS 10.1 with the Data Interoperability ExtensionPreparing LiDAR for Use in ArcGIS 10.1 with the Data Interoperability Extension
Preparing LiDAR for Use in ArcGIS 10.1 with the Data Interoperability Extension
 
Chapter 1Into the Internet
Chapter 1Into the InternetChapter 1Into the Internet
Chapter 1Into the Internet
 
Introduction to PHP
Introduction to PHPIntroduction to PHP
Introduction to PHP
 
Appendex a
Appendex aAppendex a
Appendex a
 
Chapter 10 Synchronous Communication
Chapter 10 Synchronous CommunicationChapter 10 Synchronous Communication
Chapter 10 Synchronous Communication
 
Setting up a gmail account
Setting up a gmail accountSetting up a gmail account
Setting up a gmail account
 
Groundwater Research and Technology, Stefan Schuster
Groundwater Research and Technology, Stefan SchusterGroundwater Research and Technology, Stefan Schuster
Groundwater Research and Technology, Stefan Schuster
 
eMail 101 (2) Class for Selfhelp Virtual Senior Center
eMail 101 (2) Class for Selfhelp Virtual Senior CentereMail 101 (2) Class for Selfhelp Virtual Senior Center
eMail 101 (2) Class for Selfhelp Virtual Senior Center
 
300 Years of Groundwater Management, Charles Porter
300 Years of Groundwater Management, Charles Porter300 Years of Groundwater Management, Charles Porter
300 Years of Groundwater Management, Charles Porter
 
Application of dual output LiDAR scanning system for power transmission line ...
Application of dual output LiDAR scanning system for power transmission line ...Application of dual output LiDAR scanning system for power transmission line ...
Application of dual output LiDAR scanning system for power transmission line ...
 
Appendex g
Appendex gAppendex g
Appendex g
 
Ch3(working with file)
Ch3(working with file)Ch3(working with file)
Ch3(working with file)
 

Similar to Appendex c

limits and continuity
limits and continuitylimits and continuity
limits and continuity
Elias Dinsa
 
Statistics Assignment 1 HET551 – Design and Developm.docx
Statistics Assignment 1 HET551 – Design and Developm.docxStatistics Assignment 1 HET551 – Design and Developm.docx
Statistics Assignment 1 HET551 – Design and Developm.docx
rafaelaj1
 
Amth250 octave matlab some solutions (2)
Amth250 octave matlab some solutions (2)Amth250 octave matlab some solutions (2)
Amth250 octave matlab some solutions (2)
asghar123456
 
Roots equations
Roots equationsRoots equations
Roots equations
oscar
 
Roots equations
Roots equationsRoots equations
Roots equations
oscar
 
Famous problem IMO 1988 Q6.pdf
Famous problem IMO 1988 Q6.pdfFamous problem IMO 1988 Q6.pdf
Famous problem IMO 1988 Q6.pdf
AbdulHannif2
 

Similar to Appendex c (20)

DIFFERENTIATION Integration and limits (1).pptx
DIFFERENTIATION Integration and limits (1).pptxDIFFERENTIATION Integration and limits (1).pptx
DIFFERENTIATION Integration and limits (1).pptx
 
limits and continuity
limits and continuitylimits and continuity
limits and continuity
 
Local linear approximation
Local linear approximationLocal linear approximation
Local linear approximation
 
Statistics Assignment 1 HET551 – Design and Developm.docx
Statistics Assignment 1 HET551 – Design and Developm.docxStatistics Assignment 1 HET551 – Design and Developm.docx
Statistics Assignment 1 HET551 – Design and Developm.docx
 
Improper integral
Improper integralImproper integral
Improper integral
 
Limit and continuity
Limit and continuityLimit and continuity
Limit and continuity
 
Amth250 octave matlab some solutions (2)
Amth250 octave matlab some solutions (2)Amth250 octave matlab some solutions (2)
Amth250 octave matlab some solutions (2)
 
Imc2017 day2-solutions
Imc2017 day2-solutionsImc2017 day2-solutions
Imc2017 day2-solutions
 
Linear approximations and_differentials
Linear approximations and_differentialsLinear approximations and_differentials
Linear approximations and_differentials
 
Coincidence points for mappings under generalized contraction
Coincidence points for mappings under generalized contractionCoincidence points for mappings under generalized contraction
Coincidence points for mappings under generalized contraction
 
Roots equations
Roots equationsRoots equations
Roots equations
 
Roots equations
Roots equationsRoots equations
Roots equations
 
Convexity in the Theory of the Gamma Function.pdf
Convexity in the Theory of the Gamma Function.pdfConvexity in the Theory of the Gamma Function.pdf
Convexity in the Theory of the Gamma Function.pdf
 
final15
final15final15
final15
 
Functions
FunctionsFunctions
Functions
 
Functions limits and continuity
Functions limits and continuityFunctions limits and continuity
Functions limits and continuity
 
functions limits and continuity
functions limits and continuityfunctions limits and continuity
functions limits and continuity
 
CHAP6 Limits and Continuity.pdf
CHAP6 Limits and Continuity.pdfCHAP6 Limits and Continuity.pdf
CHAP6 Limits and Continuity.pdf
 
1552 limits graphically and nume
1552 limits graphically and nume1552 limits graphically and nume
1552 limits graphically and nume
 
Famous problem IMO 1988 Q6.pdf
Famous problem IMO 1988 Q6.pdfFamous problem IMO 1988 Q6.pdf
Famous problem IMO 1988 Q6.pdf
 

More from swavicky

More from swavicky (9)

Ch02
Ch02Ch02
Ch02
 
Ch01
Ch01Ch01
Ch01
 
Ch07
Ch07Ch07
Ch07
 
Ch04
Ch04Ch04
Ch04
 
Ch02
Ch02Ch02
Ch02
 
Ch01
Ch01Ch01
Ch01
 
Appendex
AppendexAppendex
Appendex
 
Appendex h
Appendex hAppendex h
Appendex h
 
Appendex e
Appendex eAppendex e
Appendex e
 

Appendex c

  • 1. November 4, 2004 15:00 k34-appc Sheet number 1 Page number 22 cyan magenta yellow black A22 a p p e n d i x c SELECTED PROOFS PROOFS OF BASIC LIMIT THEOREMS An extensive excursion into proofs of limit theorems would be too time consuming to undertake, so we have selected a few proofs of results from Section 2.2 that illustrate some of the basic ideas. C.1 theorem. Let a be any real number, let k be a constant, and suppose that lim x →a f(x) = L1 and that lim x →a g(x) = L2. Then (a) lim x →a k = k (b) lim x →a [f(x) + g(x)] = lim x →a f(x) + lim x →a g(x) = L1 + L2 (c) lim x →a [f(x)g(x)] = lim x →a f(x) lim x →a g(x) = L1L2 proof (a). We will apply Definition 2.4.1 with f(x) = k and L = k. Thus, given > 0, we must find a number δ > 0 such that |k − k| < if 0 < |x − a| < δ or, equivalently, 0 < if 0 < |x − a| < δ But the condition on the left side of this statement is always true, no matter how δ is chosen. Thus, any positive value for δ will suffice. proof (b). We must show that given > 0 we can find a number δ > 0 such that |(f(x) + g(x)) − (L1 + L2)| < if 0 < |x − a| < δ (1) However, from the limits of f and g in the hypothesis of the theorem we can find numbers δ1 and δ2 such that |f(x) − L1| < /2 if 0 < |x − a| < δ1 |g(x) − L2| < /2 if 0 < |x − a| < δ2 Moreover, the inequalities on the left sides of these statements both hold if we replace δ1 and δ2 by any positive number δ that is less than both δ1 and δ2. Thus, for any such δ it follows that |f(x) − L1| + |g(x) − L2| < if 0 < |x − a| < δ (2) However, it follows from the triangle inequality [Theorem E.5 of Appendix E] that |(f(x) + g(x)) − (L1 + L2)| = |(f(x) − L1) + (g(x) − L2)| ≤ |f(x) − L1| + |g(x) − L2| so that (1) follows from (2).
  • 2. November 4, 2004 15:00 k34-appc Sheet number 2 Page number 23 cyan magenta yellow black Appendix C: Selected Proofs A23 proof (c). We must show that given > 0 we can find a number δ > 0 such that |f(x)g(x) − L1L2| < if 0 < |x − a| < δ (3) To find δ it will be helpful to express (3) in a different form. If we rewrite f(x) and g(x) as f(x) = L1 + (f(x) − L1) and g(x) = L2 + (g(x) − L2) then the inequality on the left side of (3) can be expressed as (verify) |L1(g(x) − L2) + L2(f(x) − L1) + (f(x) − L1)(g(x) − L2)| < (4) Since lim x →a f(x) = L1 and lim x →a g(x) = L2 we can find positive numbers δ1, δ2, δ3, and δ4 such that |f(x) − L1| < √ /3 if 0 < |x − a| < δ1 |f(x) − L1| < 3(1 + |L2|) if 0 < |x − a| < δ2 |g(x) − L2| < √ /3 if 0 < |x − a| < δ3 |g(x) − L2| < 3(1 + |L1|) if 0 < |x − a| < δ4 (5) Moreover, the inequalities on the left sides of these four statements all hold if we replace δ1, δ2, δ3, and δ4 by any positive number δ that is smaller than δ1, δ2, δ3, and δ4. Thus, for any such δ it follows with the help of the triangle inequality that |L1(g(x) − L2) + L2(f(x) − L1) + (f(x) − L1)(g(x) − L2)| ≤ |L1(g(x) − L2)| + |L2(f(x) − L1)| + |(f(x) − L1)(g(x) − L2)| = |L1||g(x) − L2| + |L2||f(x) − L1| + |f(x) − L1||g(x) − L2| < |L1| 3(1 + |L1|) + |L2| 3(1 + |L2|) + /3 /3 From (5) = 3 |L1| 1 + |L1| + 3 |L2| 1 + |L2| + 3 < 3 + 3 + 3 = Since |L1| 1 + |L1| < 1 and |L2| 1 + |L2| < 1 which shows that (4) holds for the δ selected. I Do not be alarmed if the proof of part (c) seems difficult; it takes some expe- rience with proofs of this type to de- velop a feel for choosing a valid δ. Your initial goal should be to understand the ideas and the computations. PROOF OF A BASIC CONTINUITY PROPERTY Next we will prove Theorem 2.5.5 for two-sided limits. C.2 theorem (Theorem 2.5.5). If limx →c g(x) = L and if the function f is con- tinuous at L, then limx →c f(g(x)) = f(L). That is, lim x →c f(g(x)) = f lim x →c g(x) proof. We must show that given > 0, we can find a number δ > 0 such that |f(g(x)) − f(L)| < if 0 < |x − c| < δ (6) Since f is continuous at L, we have lim u→L f(u) = f(L)
  • 3. November 4, 2004 15:00 k34-appc Sheet number 3 Page number 24 cyan magenta yellow black A24 Appendix C: Selected Proofs and hence we can find a number δ1 > 0 such that |f(u) − f(L)| < if |u − L| < δ1 In particular, if u = g(x), then |f(g(x)) − f(L)| < if |g(x) − L| < δ1 (7) But limx →c g(x) = L, and hence there is a number δ > 0 such that |g(x) − L| < δ1 if 0 < |x − c| < δ (8) Thus, if x satisfies the condition on the right side of statement (8), then it follows that g(x) satisfies the condition on the right side of statement (7), and this implies that the condition on the left side of statement (6) is satisfied, completing the proof. I PROOF OF THE CHAIN RULE Next we will prove the chain rule (Theorem 3.6.1), but first we need a preliminary result. C.3 theorem. If f is differentiable at x and if y = f(x), then y = f (x) x + x where →0 as x →x and = 0 if x = 0. proof. Define =    f(x + x) − f(x) x − f (x) if x = 0 0 if x = 0 (9) If x = 0, it follows from (9) that x = [f(x + x) − f (x)] − f (x) x (10) But y = f(x + x) − f(x) (11) so (10) can be written as x = y − f (x) x or y = f (x) x + x (12) If x = 0, then (12) still holds, (why?), so (12) is valid for all values of x. It remains to show that →0 as x →0. But this follows from the assumption that f is differentiable at x, since lim x →0 = lim x →0 f(x + x) − f(x) x − f (x) = f (x) − f (x) = 0 I We are now ready to prove the chain rule. C.4 theorem (Theorem 3.6.1). If g is differentiable at the point x and f is differ- entiable at the point g(x), then the composition f ◦g is differentiable at the point x. Moreover, if y = f(g(x)) and u = g(x), then dy dx = dy du · du dx
  • 4. November 4, 2004 15:00 k34-appc Sheet number 4 Page number 25 cyan magenta yellow black Appendix C: Selected Proofs A25 proof. Since g is differentiable at x and u = g(x), it follows from Theorem C.3 that (u) = g (x) x + 1 x (13) where 1 →0 as x →0. And since y = f(u) is differentiable at u = g(x), it follows from Theorem C.3 that y = f (u) u + 2 u (14) where 2 →0 as u→0. Factoring out the u in (14) and then substituting (13) yields y = [f (u) + 2][g (x) x + 1 x] or y = [f (u) + 2][g (x) + 1] x or if x = 0, y x = [f (u) + 2][g (x) + 1] (15) But (13) implies that u→0 as x →0, and hence 1 →0 and 2 →0 as x →0. Thus, from (15) lim x →0 y x = f (u)g (x) or y x = f (u)g (x) = dy du · du dx I PROOF THAT RELATIVE EXTREMA OCCUR AT CRITICAL POINTS In this subsection we will prove Theorem 5.2.2, which states that the relative extrema of a function occur at critical points. C.5 theorem (Theorem 5.2.2). Suppose that f is a function defined on an open interval containing the point x0. If f has a relative extremum at x = x0, then x = x0 is a critical point of f ; that is, either f (x0) = 0 or f is not differentiable at x0. proof. Suppose that f has a relative maximum at x0. There are two possibilities—either f is differentiable at a point x0 or it is not. If it is not, then x0 is a critical point for f and we are done. If f is differentiable at x0, then we must show that f (x0) = 0. We will do this by showing that f (x0) ≥ 0 and f (x0) ≤ 0, from which it follows that f (x0) = 0. From the definition of a derivative we have f (x0) = lim h→0 f(x0 + h) − f(x0) h so that f (x0) = lim h→0+ f(x0 + h) − f(x0) h (16) and f (x0) = lim h→0− f(x0 + h) − f(x0) h (17) Because f has a relative maximum at x0, there is an open interval (a, b) containing x0 in which f(x) ≤ f(x0) for all x in (a, b). Assume that h is sufficiently small so that x0 + h lies in the interval (a, b). Thus, f(x0 + h) ≤ f(x0) or equivalently f(x0 + h) − f(x0) ≤ 0 Thus, if h is negative, f(x0 + h) − f(x0) h ≥ 0 (18)
  • 5. November 4, 2004 15:00 k34-appc Sheet number 5 Page number 26 cyan magenta yellow black A26 Appendix C: Selected Proofs and if h is positive, f(x0 + h) − f(x0) h ≤ 0 (19) But an expression that never assumes negative values cannot approach a negative limit and an expression that never assumes positive values cannot approach a positive limit, so that f (x0) = lim h→0− f(x0 + h) − f(x0) h ≥ 0 From (17) and (18) and f (x0) = lim h→0+ f(x0 + h) − f(x0) h ≤ 0 From (16) and (19) Since f (x0) ≥ 0 and f (x0) ≤ 0, it must be that f (x0) = 0. A similar argument applies if f has a relative minimum at x0. I PROOFS OF TWO SUMMATION FORMULAS We will prove parts (a) and (b) of Theorem 6.4.2. The proof of part (c) is similar to that of part (b) and is omitted. C.6 theorem (Theorem 6.4.2). (a) n k=1 k = 1 + 2 + · · · + n = n(n + 1) 2 (b) n k=1 k2 = 12 + 22 + · · · + n2 = n(n + 1)(2n + 1) 6 (c) n k=1 k3 = 13 + 23 + · · · + n3 = n(n + 1) 2 2 proof (a). Writing n k=1 k two ways, with summands in increasing order and in decreasing order, and then adding, we obtain n k=1 k = 1 + 2 + 3 + · · · + (n − 2) + (n − 1) + n n k=1 k = n + (n − 1) + (n − 2) + · · · + 3 + 2 + 1 2 n k=1 k = (n + 1) + (n + 1) + (n + 1) + · · · + (n + 1) + (n + 1) + (n + 1) = n(n + 1) Thus, n k=1 k = n(n + 1) 2
  • 6. November 4, 2004 15:00 k34-appc Sheet number 6 Page number 27 cyan magenta yellow black Appendix C: Selected Proofs A27 proof (b). Note that (k + 1)3 − k3 = k3 + 3k2 + 3k + 1 − k3 = 3k2 + 3k + 1 So, n k=1 [(k + 1)3 − k3 ] = n k=1 (3k2 + 3k + 1) (20) Writing out the left side of (20) with the index running down from k = n to k = 1, we have n k=1 [(k + 1)3 − k3 ] = [(n + 1)3 − n3 ] + · · · + [43 − 33 ] + [33 − 23 ] + [23 − 13 ] = (n + 1)3 − 1 (21) Combining (21) and (20), and expanding the right side of (20) by using Theorem 6.4.1 and part (a) of this theorem yields (n + 1)3 − 1 = 3 n k=1 k2 + 3 n k=1 k + n k=1 1 = 3 n k=1 k2 + 3 n(n + 1) 2 + n So, 3 n k=1 k2 = [(n + 1)3 − 1] − 3 n(n + 1) 2 − n = (n + 1)3 − 3(n + 1) n 2 − (n + 1) = n + 1 2 [2(n + 1)2 − 3n − 2] = n + 1 2 [2n2 + n] = n(n + 1)(2n + 1) 2 Thus, n k=1 k2 = n(n + 1)(2n + 1) 6 The sum in (21) is an example of a tele- scoping sum, since the cancellation of each of the two parts of an interior summand with parts of its neighbor- ing summands allows the entire sum to collapse like a telescope. PROOF OF THE LIMIT COMPARISON TEST C.7 theorem (Theorem 10.5.4). Let ak and bk be series with positive terms and suppose that ρ = lim k →+ϱ ak bk If ρ is finite and ρ > 0, then the series both converge or both diverge. proof. We need only show that bk converges when ak converges and that bk diverges when ak diverges, since the remaining cases are logical implications of these (why?). The idea of the proof is to apply the comparison test to ak and suitable multiples of bk. For this purpose let be any positive number. Since ρ = lim k →+ϱ ak bk
  • 7. November 4, 2004 15:00 k34-appc Sheet number 7 Page number 28 cyan magenta yellow black A28 Appendix C: Selected Proofs it follows that eventually the terms in the sequence {ak/bk} must be within units of ρ; that is, there is a positive integer K such that for k ≥ K we have ρ − < ak bk < ρ + In particular, if we take = ρ/2, then for k ≥ K we have 1 2 ρ < ak bk < 3 2 ρ or 1 2 ρbk < ak < 3 2 ρbk Thus, by the comparison test we can conclude that ϱ k=K 1 2 ρbk converges if ϱ k=K ak converges (22) ϱ k=K 3 2 ρbk diverges if ϱ k=K ak diverges (23) But the convergence or divergence of a series is not affected by deleting finitely many terms or by multiplying the general term by a nonzero constant, so (22) and (23) imply that ϱ k=1 bk converges if ϱ k=1 ak converges ϱ k=1 bk diverges if ϱ k=1 ak diverges I PROOF OF THE RATIO TEST C.8 theorem (Theorem 10.5.5). Let uk be a series with positive terms and suppose that ρ = lim k →+ϱ uk+1 uk (a) If ρ < 1, the series converges. (b) If ρ > 1 or ρ = +ϱ, the series diverges. (c) If ρ = 1, the series may converge or diverge, so that another test must be tried. proof (a). The number ρ must be nonnegative since it is the limit of uk+1/uk, which is positive for all k. In this part of the proof we assume that ρ < 1, so that 0 ≤ ρ < 1. We will prove convergence by showing that the terms of the given series are eventually less than the terms of a convergent geometric series. For this purpose, choose any real number r such that 0 < ρ < r < 1. Since the limit of uk+1/uk is ρ, and ρ < r, the terms of the sequence {uk+1/uk} must eventually be less than r. Thus, there is a positive integer K such that for k ≥ K we have uk+1 uk < r or uk+1 < ruk This yields the inequalities uK+1 < ruK uK+2 < ruK+1 < r2 uK uK+3 < ruK+2 < r3 uK uK+4 < ruK+3 < r4 uK ... (24)
  • 8. November 4, 2004 15:00 k34-appc Sheet number 8 Page number 29 cyan magenta yellow black Appendix C: Selected Proofs A29 But 0 < r < 1, so ruK + r2 uK + r3 uK + · · · is a convergent geometric series. From the inequalities in (24) and the comparison test it follows that uK+1 + uK+2 + uK+3 + · · · must also be a convergent series. Thus, u1 + u2 + u3 + · · · + uk + · · · converges by The- orem 10.4.3(c). proof (b). In this part we will prove divergence by showing that the limit of the general term is not zero. Since the limit of uk+1/uk is ρ and ρ > 1, the terms in the sequence {uk+1/uk} must eventually be greater than 1. Thus, there is a positive integer K such that for k ≥ K we have uk+1 uk > 1 or uk+1 > uk This yields the inequalities uK+1 > uK uK+2 > uK+1 > uK uK+3 > uK+2 > uK uK+4 > uK+3 > uK ... (25) Since uK > 0, it follows from the inequalities in (25) that limk →+ϱ uk = 0, and thus the series u1 + u2 + · · · + uk + · · · diverges by part (a) of Theorem 10.4.1. The proof in the case where ρ = +ϱ is omitted. proof (c). The divergent harmonic series and the convergent p-series with p = 2 both have ρ = 1 (verify), so the ratio test does not distinguish between convergence and diver- gence when ρ = 1. I PROOF OF THE REMAINDER ESTIMATION THEOREM C.9 theorem (Theorem 10.7.4). If the function f can be differentiated n + 1 times on an interval I containing the number x0, and if M is an upper bound for |f (n+1) (x)| on I, that is, |f (n+1) (x)| ≤ M for all x in I, then |Rn(x)| ≤ M (n + 1)! |x − x0|n+1 for all x in I. proof. We are assuming that f can be differentiated n + 1 times on an interval I con- taining the number x0 and that |f (n+1) (x)| ≤ M (26) for all x in I. We want to show that |Rn(x)| ≤ M (n + 1)! |x − x0|n+1 (27) for all x in I, where Rn(x) = f (x) − n k=0 f (k) (x0) k! (x − x0)k (28)
  • 9. November 4, 2004 15:00 k34-appc Sheet number 9 Page number 30 cyan magenta yellow black A30 Appendix C: Selected Proofs In our proof we will need the following two properties of Rn(x): Rn(x0) = Rn(x0) = · · · = R(n) n (x0) = 0 (29) R(n+1) n (x) = f (n+1) (x) for all x in I (30) These properties can be obtained by analyzing what happens if the expression for Rn(x) in Formula (28) is differentiated j times and x0 is then substituted in that derivative. If j < n, then the jth derivative of the summation in Formula (28) consists of a constant term f (j) (x0) plus terms involving powers of x − x0 (verify). Thus, R (j) n (x0) = 0 for j < n, which proves all but the last equation in (29). For the last equation, observe that the nth derivative of the summation in (28) is the constant f (n) (x0), so R(n) n (x0) = 0. Formula (30) follows from the observation that the (n + 1)-st derivative of the summation in (28) is zero (why?). Now to the main part of the proof. For simplicity we will give the proof for the case where x ≥ x0 and leave the case where x < x0 for the reader. It follows from (26) and (30) that |R(n+1) n (x)| ≤ M, and hence −M ≤ R(n+1) n (x) ≤ M Thus, x x0 −M dt ≤ x x0 R(n+1) n (t) dt ≤ x x0 M dt (31) However, it follows from (29) that R(n) n (x0) = 0, so x x0 R(n+1) n (t) dt = R(n) n (t) x x0 = R(n) n (x) Thus, performing the integrations in (31) we obtain the inequalities −M(x − x0) ≤ R(n) n (x) ≤ M(x − x0) Now we will integrate again. Replacing x by t in these inequalities, integrating from x0 to x, and using R(n−1) n (x0) = 0 yields − M 2 (x − x0)2 ≤ R(n−1) n (x) ≤ M 2 (x − x0)2 If we keep repeating this process, then after n + 1 integrations we will obtain − M (n + 1)! (x − x0)n+1 ≤ Rn(x) ≤ M (n + 1)! (x − x0)n+1 which we can rewrite as |Rn(x)| ≤ M (n + 1)! (x − x0)n+1 This completes the proof of (27), since the absolute value signs can be omitted in that formula when x ≥ x0 (which is the case we are considering). I PROOF OF THE TWO-VARIABLE CHAIN RULE C.10 theorem (Theorem 14.5.1). If x = x(t) and y = y(t) are differentiable at t, and if z = f(x, y) is differentiable at the point (x(t), y(t)), then z = f(x(t), y(t)) is differentiable at t and dz dt = ∂z ∂x dx dt + ∂z ∂y dy dt
  • 10. November 4, 2004 15:00 k34-appc Sheet number 10 Page number 31 cyan magenta yellow black Appendix C: Selected Proofs A31 proof. Let x, y, and z denote the changes in x, y, and z, respectively, that corre- spond to a change of t in t. Then dz dt = lim t →0 z t , dx dt = lim t →0 x t , dy dt = lim t →0 y t Since f(x, y) is differentiable at (x(t), y(t)), it follows from (5) in Section 14.4 that z = ∂z ∂x x + ∂z ∂y y + ( x, y) x2 + y2 (32) where the partial derivatives are evaluated at (x(t), y(t)) and where ( x, y) satisfies ( x, y)→0 as ( x, y)→(0, 0) and (0, 0) = 0. Dividing both sides of (32) by t yields z t = ∂z ∂x x t + ∂z ∂y y t + ( x, y) x2 + y2 t (33) Since lim t →0 x2 + y2 | t| = lim t →0 x t 2 + y t 2 = lim t →0 x t 2 + lim t →0 y t 2 = dx dt 2 + dy dt 2 we have lim t →0 ( x, y) x2 + y2 t = lim t →0 | ( x, y)| x2 + y2 | t| = lim t →0 | ( x, y)| · lim t →0 x2 + y2 | t| = 0 · dx dt 2 + dy dt 2 = 0 Therefore, lim t →0 ( x, y) x2 + y2 t = 0 Taking the limit as t →0 of both sides of (33) then yields the equation dz dt = ∂z ∂x dx dt + ∂z ∂y dy dt I