Skip to main content

Homework 11

Exercise: Use the mean value theorem to establish: 1/8<517<1/71/8<\sqrt{51}-7<1/7.

Proof. Consider f(x)=xf(x)=\sqrt{x}. By the mean value theorem, there is x(49,51)x\in(49,51) such that f(x)=f(51)f(49)/2f'(x)=f(51)-f(49)/2. Notice that f(x)=12xf'(x)=\frac{1}{2\sqrt{x}}. Hence 517=f(51)f(49)=1/x(1/51,1/49)(1/8,1/7)\sqrt{51}-7=f(51)-f(49)=1/\sqrt{x}\in(1/\sqrt{51},1/\sqrt{49})\subset(1/8,1/7).

Exercise: Prove that at most one of the following functions ff and gg can be a derivative of a real-valued function on R\mathbb{R}.

Proof. We prove a stronger result that gg is not a derivative of any real-valued function.

Suppose for sake of contradiction g(x)=G(x)g(x)=G'(x). Then g(x)=G(x)-g(-x)=G'(-x). But g(x)+g(x)g(x)+g(-x), on one hand, is the derivative of G(x)G(x)G(x)-G(-x), and on the other hand, always equals 0 except at the point 0. This contradicts the immediate value theorem for derivates.

Exercise: Suppose f,g:[a,b]Rf,g:[a,b]\rightarrow\mathbb{R} are differentiable on [a,b][a,b], and

f(x)g(x)f(x)g(x)0 for all x[a,b]f(x)g'(x)-f'(x)g(x)\neq 0 \text{ for all }x\in[a,b]

Suppose there are ax1<x2ba\leq x_1<x_2\leq b with f(x1)=f(x2)=0f(x_1)=f(x_2)=0. Then there is a point z(x1,x2)z\in(x_1,x_2) with g(z)=0g(z)=0.

Proof. First, it’s easy to see that g(x1)0g(x2)g(x_1)\neq 0 \neq g(x_2). Suppose for sake of contradiction that g(z)0g(z)\neq 0 for all z(x1,x2)z\in(x_1,x_2). Define h(x)=f(x)/g(x)h(x)=f(x)/g(x) on [x1,x2][x_1,x_2]. Note that h(x1)=0=h(x2)h(x_1)=0=h(x_2). By the mean value theorem, there is z(x1,x2)z\in(x_1,x_2) such that h(z)=0h'(z)=0. However, 0=h(z)=(f(z)g(z)f(z)g(z))/g2(z)0=h'(z)=(f(z)g'(z)-f'(z)g(z))/g^2(z), which contradicts the condition given in the problem.

Exercise: Let f:[a,b]Rf:[a,b]\rightarrow\mathbb{R} be differentiable and suppose ff' is continuous on [a,b][a,b]. Prove that for ϵ>0\epsilon > 0, there exists δ>0\delta > 0 such that

f(t)f(x)txf(x)<ϵ\left|\frac{f(t)-f(x)}{t-x}-f'(x)\right|<\epsilon

for all points x,t[a,b]x,t\in[a,b] with 0<tx<δ0<|t-x|<\delta.

Proof. Since ff' is continuos on [a,b][a,b], ff' is uniformly continuous on [a,b][a,b]. For any ϵ>0\epsilon > 0, there is δ>0\delta > 0, such that wheneverxs<δ|x-s|<\delta, f(x)f(s)<ϵ|f'(x)-f'(s)|<\epsilon. Now, for all points x,t[a,b]x,t\in[a,b] with 0<tx<δ0<|t-x|<\delta, by the mean value theorem, there is ss between tt and xx, such that f(s)=f(t)f(x)txf'(s)=\frac{f(t)-f(x)}{t-x}. We have,

f(t)f(x)txf(x)=f(s)f(x)<ϵ,\left|\frac{f(t)-f(x)}{t-x}-f'(x)\right|=|f'(s)-f'(x)|<\epsilon ,

since sx<tx<δ|s-x|<|t-x|<\delta.

Exercise: Suppose f:RRf:\mathbb{R}\rightarrow\mathbb{R} is differentiable at aRa\in\mathbb{R}, and suppose two sequences {xn}\{x_n\} and {yn}\{y_n\} in R\mathbb{R} that satisfy xnyn,xnaynx_n\neq y_n, x_n\leq a\leq y_n for all nNn\in\mathbb{N}, and limnxn=a=limnyn\lim_{n\rightarrow\infty}x_n=a=\lim_{n\rightarrow\infty}y_n. Prove that

limnf(yn)f(xn)ynxn=f(a).\lim_{n\rightarrow\infty}\frac{f(y_n)-f(x_n)}{y_n-x_n}=f'(a).

Proof. By definition of the derivative, we have

f(yn)f(a)=[f(a)+r(yn)](yna)f(y_n)-f(a)=[f'(a)+r(y_n)](y_n-a)

and

f(a)f(xn)=[f(a)+r(xn)](axn)f(a)-f(x_n)=[f'(a)+r(x_n)](a-x_n)

where limxar(x)=0\lim_{x\rightarrow a}r(x)=0.

Add these two equations together, we have

f(yn)f(xn)=f(a)(ynxn)+r(yn)(yaa)+r(xn)(axn)f(y_n)-f(x_n)=f'(a)(y_n-x_n)+r(y_n)(y_a-a)+r(x_n)(a-x_n)

which implies,

f(yn)f(xn)ynxn=f(a)+r(yn)ynaynxn+r(xn)axnynxn\frac{f(y_n)-f(x_n)}{y_n-x_n}=f'(a)+r(y_n)\frac{y_n-a}{y_n-x_n}+r(x_n)\frac{a-x_n}{y_n-x_n}

Notice that both ynaynxn\frac{y_n-a}{y_n-x_n} and axnynxn\frac{a-x_n}{y_n-x_n} are between 0 and 1. So if we take the limit over the previous equation, we will get the conclusion.