Midterm 2 with Solution - Elementary Real Analysis | MATH 444, Exams of Mathematical Methods for Numerical Analysis and Optimization

Material Type: Exam; Class: Elementary Real Analysis; Subject: Mathematics; University: University of Illinois - Urbana-Champaign; Term: Fall 2008;

Typology: Exams

Pre 2010

Uploaded on 03/11/2009

koofers-user-k48
koofers-user-k48 🇺🇸

5

(1)

10 documents

1 / 2

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
MATH 444: SOLUTIONS FOR MIDTERM 2
1(10 points):Compute
lim
x1
x2+ 3 2
x1
Note that, for x6= 1,
x2+ 3 2
x1=x2+ 3 2
x1·x2+ 3 + 2
x2+ 3 + 2 =x21
(x1)(x2+ 3 + 2)
=(x1)(x+ 1)
(x1)(x2+ 3 + 2) =x+ 1
x2+ 3 + 2,
hence
lim
x1
x2+ 3 2
x1= lim
x1
x+ 1
x2+ 3 + 2 =1 + 1
12+ 3 + 2 =1
2.
2(10 points):For xR, define f(x) = x3+ 4x+ 1.
(a) Prove that fis strictly increasing on R.
f(x) = 3x2+ 4 >0 for any xR. Thus, fis strictly increasing.
(b) Consider g=f1(the inverse function to f). Compute g(6).
Hint.g(6) is an integer between 2 and 2.
By trial and error, we see that f(1) = 6, hence g(6) = 1. Then
g(6) = 1
f(g(6)) =1
f(1) =1
7.
3(10 points):For xR, define f(x) = xcos x. Prove that the function fis not
uniformly continuous on R.
Suppose, for the sake of contradiction, that fis uniformly continuous. Then there
exists δ > 0 s.t. |f(x)f(y)|<1 whenever |xy|< δ. Pick NNs.t. π/N < δ.
Fix M > N. For 0 kN, let xk= 2πM +/N. Then x0= 2πM, and
xN= 2πM +π, hence f(xN)f(x0) = (4M+1)π. On the other hand, |xkxk1|< δ
for 1 kN, hence |f(xk)f(xk1)|<1, and, by the triangle inequality,
|f(xN)f(x0)|
N
X
k=1 |f(xk)f(xk1)|< N < M,
a contradiction.
1
pf2

Partial preview of the text

Download Midterm 2 with Solution - Elementary Real Analysis | MATH 444 and more Exams Mathematical Methods for Numerical Analysis and Optimization in PDF only on Docsity!

MATH 444: SOLUTIONS FOR MIDTERM 2

1 (10 points): Compute

lim x→ 1

x^2 + 3 − 2

x − 1

Note that, for x 6 = 1, √ x^2 + 3 − 2

x − 1

x^2 + 3 − 2

x − 1

x^2 + 3 + 2 √ x^2 + 3 + 2

x^2 − 1

(x − 1)(

x^2 + 3 + 2)

(x − 1)(x + 1)

(x − 1)(

x^2 + 3 + 2)

x + 1 √ x^2 + 3 + 2

hence

lim x→ 1

x^2 + 3 − 2

x − 1

= lim x→ 1

x + 1 √ x^2 + 3 + 2

2 (10 points): For x ∈ R, define f (x) = x 3

  • 4x + 1.

(a) Prove that f is strictly increasing on R.

f ′ (x) = 3x 2

  • 4 > 0 for any x ∈ R. Thus, f is strictly increasing.

(b) Consider g = f −^1 (the inverse function to f ). Compute g′(6).

Hint. g(6) is an integer between −2 and 2.

By trial and error, we see that f (1) = 6, hence g(6) = 1. Then

g′(6) =

f ′(g(6))

f ′(1)

3 (10 points): For x ∈ R, define f (x) = x cos x. Prove that the function f is not

uniformly continuous on R.

Suppose, for the sake of contradiction, that f is uniformly continuous. Then there

exists δ > 0 s.t. |f (x) − f (y)| < 1 whenever |x − y| < δ. Pick N ∈ N s.t. π/N < δ.

Fix M > N. For 0 ≤ k ≤ N, let xk = 2πM + kπ/N. Then x 0 = 2πM, and

xN = 2πM +π, hence f (xN )−f (x 0 ) = (4M +1)π. On the other hand, |xk −xk− 1 | < δ

for 1 ≤ k ≤ N, hence |f (xk) − f (xk− 1 )| < 1, and, by the triangle inequality,

|f (xN ) − f (x 0 )| ≤

∑^ N

k=

|f (xk) − f (xk− 1 )| < N < M,

a contradiction.

1

2 MATH 444: SOLUTIONS FOR MIDTERM 2

4 (10 points): Suppose a function f is differentiable on R, and f (n) = n(n − 1) for

any n ∈ Z.

(a) Prove that, for any n ∈ Z, there exists x ∈ (n, n + 1) with the property that

f ′(x) = 2n.

By Mean Value Theorem, there exists x ∈ (n, n + 1) s.t.

f ′ (x) =

f (n + 1) − f (n)

(n + 1) − n

= n(n + 1) − n(n − 1) = 2n.

(b) Prove that, for any y ∈ R, there exists x ∈ R with the property that f ′ (x) = y.

Hint. You can use the result of part (a), even if you did not prove it.

If y is an even integer, we are done, by (a). Otherwise, find n ∈ N s.t. 2n < y < 2 n+

(in fact, n = ⌊y/ 2 ⌋). By (a), there exist x 1 ∈ (n, n + 1) and x 2 ∈ (n + 1, n + 2) s.t.

f ′ (x 1 ) = 2n, and f ′ (x 2 ) = 2n + 2. By Intermediate Value Theorem for Derivatives,

there exists x ∈ (x 1 , x 2 ) s.t. f ′ (x) = y.

To: the syllabus, the main page of the course