MATH 409 Lecture 25

From Notes
Jump to navigation Jump to search

« previous | Tuesday, December 3, 2013 | next »

End Exam 3 content
Lecture Slides

Course Evaluations.

Final exam this Friday, 15:00–17:00

Extra Office Hours:

  • 4 Dec 12:30–14:00
  • 5 Dec 12:00–14:00
  • 6 Dec 10:00–12:00

Final Review

Topic List

Part 1: Axiomatic Model of the Real Numbers

Chapters 1.1–1.6, Appendix A

Part 2: Limits and Continuity

Chapters 2.1–2.5, 3.1–3.4

Part 3a: Differential Calculus

Chapters 4.1–4.5

Part 3b: Integral Calculus

Chapters 5.1–5.4

Part 4: Infinite Series

Chapters 6.1–6.4

Theorems to Know

Archimedian Principle

For any real number ϵ>0, there exists a n such that nϵ>1.

Theorem. , , × are countable

Theorem. is uncountable.

Theorems on Limits

Squeeze Theorem. If limnxn=limnyn=a, and xn<wn<yn for all n>N, then limnwn=a.

Theorem. Any monotone sequence converges to a limit if bounded, and diverges to infinity otherwise.

Theorem. Any Cauchy sequence is convergent.

Theorems on Derivatives

Theorem. If f and g are differentiable at a, then their sum f+g, difference fg, and product fg are also differentiable at a. Moreover,

(f+g)(a)=f(a)+g(a)(fg)(a)=f(a)g(a)(fg)(a)=f(a)g(a)+f(a)g(a)

If, additionally, g(a)0, then the quotient fg is also differentiable at a and

(fg)(a)=f(a)g(a)f(a)g(a)(g(a))2


Mean Value Theorem. If a function f is continuous on [a,b] and differentiable on (a,b), then there exists c(a,b) such that f(b)f(a)=f(c)(ba).

Theorems on Integrals

Theorem. [Linearity]. If f and g are integrable on [a,b], then f+g is also integrable on [a,b] and

ab(f(x)+g(x))dx=abf(x)dx+abg(x)dx


Theorem. If a function f is integrable on [a,b], then for any c(a,b),

abf(x)dx=acf(x)dx+cbf(x)dx

Theorems on Series

Integral Test. Suppose that f:[1,) is positive and decreasing on [1,). Then the series n=1f(n) converges if and only if the function f is improperly integrable on [1,).

Ratio Test. Let {an} be a sequence of reals with an0 for large n. Suppose that a limit r=limn|an+1||an| exists (or is finite), then

  1. If r<1, then n=1an converges absolutely.
  2. If r>1, then n=1an diverges.


Sample Problems

Problem 1 (20 pts)

Union of countable sets is also countable

Theorem. Suppose E1, E2, E3, ... are countable sets. Prove that their union E1E2E3 is also a countable set.

Proof. First we are going to show that × is countable.

Consider a relation on the set × such that (n1,n2)(m1,m2) if and only if either n1+n2<m1+m2 or else n1+n2=m1+m2 and n1<m1. (similar to a lexicographic order, but important difference). It is easy to see that is a strict linear order. [1] Moreover, for any pair (m1,m2)×, there are only finitely many pairs (n1,n2) such that (n1,n2)(m1,m2). It follows that is a well-ordering. [2]

Now we define inductively a mapping F:× such that for any n, the pair F(n) is the least (relative to ) pair different from F(k) for all natural numbers k<n. It follows from the construction that F is bijective. The inverse mapping F1 can be given explicitly by

F1(n1,n2)=12(n1+n22)(n1+n21)+n1

Thus × is a countable set.


Now suppose E1,E2, are countable sets. Then for any n, there exists a bijective mapping fn:En. Let us define a map g:×E1E2 by g(n1,n2)=fn1(n2). Obviously g is onto.

Since the set × is countable, there exists a sequence p1,p2,p3, that forms a complete list of its elements. Then the sequence g(p1),g(p2),g(p3), contains all elements of the union E1E2E3. Although the latter sequence may include repetitions, we can choose a subsequence {g(pnk)} in which every element of the union appears exactly once. Note that the subsequence is infinite since each of the sets E1,E2, is infinite.

Now the map

h:E1E2E3

defined by

h(k)=g(pnk)

for

k=1,2,

is a bijection.

quod erat demonstrandum


Problem 2 (20 pts)

Evaluate following limits

Subproblem 2a

limx0log(11+cotx2)

This function can be represented as the composition of 4 functions:

  1. f1(x)=x2
  2. f2(y)=coty
  3. f3(z)=(1+z)1
  4. f4(u)=logu

Since f1 is continuous, we have limx0f1(x)=f1(0)=0. Moreover, f1(x)>0 for x0.

Since limy0+f2(x)=+, it follows that (f2f1)(x)+ as x0.

Further, f3(z)0+ as z+ and f4(u) as u0+.

Finally (f4f3f2f1)(x) as x0.

Subproblem 2b

limx64x8x34

This is indeterminate of form 00, but we can do better: Consider function u(x)=x16 defined on (0,). Since this function is continuous at 64 and u(64)=2, we obtain

limx64x8x34=limx64(u(x))38(u(x))24=limy2y38y24=limy2(y2)(y2+2y+4)(y2)(y+2)=limy2y2+2y+4y+2=3

Subproblem 2c

limn(1+cn)n, where c.

Let an=(1+cn)n for n.

For n large enough, we have 1+cn>0, so an>0. Then

log((1+cn)n)=nlog(1+cn)=log(1+cx)x|x=1n

Since 1n0 as n and

limx0log(1+cx)x=(log(1+cx))|x=0=c1+cx|x=0=c

We obtain that loganc as n, therefore an=elogan=ec as n


Problem 3 (20 pts)

Prove that series converges to sinx for any x:

n=1(1)n+1x2n1(2n1)!=xx33!+x55!x77!

Proof. The function f(x)=sinx is infinitely differentiable on . According to Taylor's formula, for any x,x0 and n,

f(x)=f(x0)+f(x0)1!(xx0)++f(n)(x0)n!(xx0)n+Rn(x,x0)

where Rn(x,x0)=f(n+1)(θ)(n+1)!(xx0)n+1 for some θ=θ(x,x0) between x and x0. Since f(x)=cosx and f(x)=sinx=f(x) for all x, it follows that f(n+1)(θ)1 for all n and θ. Further, one derives that Rn(x,x0)0 as n. Thus we obtain an expansion of sinx into a series.

In the case

x0=0

, this is the required series. (up to zero terms)

quod erat demonstrandum

Problem 4 (20 pts)

Evaluate following integrals

Subproblem 4a

1+x42xdx

To find this integral, we change the variable twice:

  1. 1+x42xdx=1+udu for u=x
  2. 1+udu=(4w44w2)dw for w=1+u

The integral of this is 45w543w3+C=43(1+x14)32+C.

Subproblem 4b

03x2+6x2+9dx

To evaluate this definite integral, we use linearity of the integral and a substitution x=3u:

03x2+6x2+9dx=03(13x2+9)dx=031dx033x2+9dx=30333(3u)2+9d(3u)=30131u2+1du=3arctanu|u=013A=3π60

Subproblem 4c

0x2exdx

To evaluate this improper integral, we integrate by parts twice:

0x2exdx=0x2d(ex)=x2ex|0+0exd(x2)=02xexdx=2xex|0+0exd(2x)=02exdx=2ex|0=2

Problem 5 (20 pts)

Check for convergence of series

Subproblem 5a

n=1n+1nn+1+n

This diverges because the sumand terms are just 1(n+1+n)2>14(n+1). The series of the other term diverges because it is the harmonic series, therefore the main series diverges by comparison.

Subproblem 5b

n=1n+2ncosnn!

This series can be represented as n=1(bn+cncosn), where bn=nn! and cn=2nn! for all n.

The series n=1bn and n=1cn both converge due to ratio test, and so does their sum. |bn+cncosn|bn+cn for all n, so the series converges absolutely by the comparison test.

Subproblem 5c

n=2(1)nnlogn

This series converges by the alternating series test, but not absolutely due to the integral test.


Bonus Problem 6 (15 pts)

Prove that an infinite product converges:

n=1n2+1n2

Take log of product:

log(n=1n2+1n2)=n=1log(n2+1n2)


Footnotes

  1. A strict linear order has transitivity. In this case, is also a total ordering.
  2. A well-ordering implies that any finite set must have a minimum and maximum element. In our case, is bounded below, so any set, finite or infinite, must have a minimum element.