Skip to main content

Homework 10

If not stated otherwise, we assume that the metric spaces R\mathbb{R} and Q\mathbb{Q} are quipped with the Euclidean metric d(x,y)=xyd(x,y)=|x-y|.

Exercise: Use definition to determine the derivative of the function

f(x)=1x,x>0f(x)=\frac{1}{\sqrt{x}}, x>0

Proof. Using the definition, we can calculate the derivative

limtxf(t)f(x)tx=limtx1/t1/xtx=limtx1tx(t+x)=12xx\begin{aligned}\lim_{t\rightarrow x}\frac{f(t)-f(x)}{t-x}&= \lim_{t\rightarrow x}\frac{1/\sqrt{t}-1/\sqrt{x}}{t-x}\\&= \lim_{t\rightarrow x}-\frac{1}{\sqrt{tx}(\sqrt{t}+\sqrt{x})}\\&= -\frac{1}{2x\sqrt{x}}\end{aligned}

Thus f(x)=12xxf'(x)=-\frac{1}{2x\sqrt{x}}

Exercise: Let ff be defined for all xRx\in\mathbb{R}, and suppose that

f(x)f(y)xy2|f(x)-f(y)|\leq |x-y|^2

for all x,yRx,y\in\mathbb{R}. Prove that f(x)=0f'(x)=0 for all xRx\in\mathbb{R}. Prove that f(x)=0f'(x)=0 for all xRx\in\mathbb{R}. Hence ff is a constant function.

Proof. Whenever xyx\neq y, f(x)f(y)/xyxy|f(x)-f(y)|/|x-y|\leq|x-y|. So limyxf(x)y(y)/xy=0\lim_{y\rightarrow x}|f(x)-y(y)|/|x-y|=0, which implies that f(x)=0f'(x)=0 for all xRx\in\mathbb{R}.

Exercise: Assume f:(a,b)Rf:(a,b)\rightarrow \mathbb{R} is injective, and let gg denote its left inverse function. That is, for all x(a,b)x\in(a,b), g(f(x))=xg(f(x))=x.

Further, assume that

  • ff is differentiable at a point x(a,b)x\in(a,b) with f(x)0f'(x)\neq 0. Prove that if gg is continuous at the point f(x)f(x), then gg is differentiable at f(x)f(x), and g(f(x))=1/f(x)g'(f(x))=1/f'(x). Hint: Use Theorem 4.2.
  • ff is continuous on a,ba,b and differentiable at a point x(a,b)x\in(a,b) with f(x)0f'(x)\neq 0. Prove that gg is differentiable at the point f(x)f(x), and that g(f(x))=1/f(x)g'(f(x))=1/f'(x). Hint: Use Theorem 4.2. Also you may use, without proof, the fact that gg is continuous at f(x)f(x).

Proof. Let YY be the range of ff. Pick any sequence in YY, say {yn}\{y_n\}, whose limit is y=f(x)y=f(x).

We want to show that limng(yn)g(y)yny\lim_{n\rightarrow\infty}\frac{g(y_n)-g(y)}{y_n-y} exists, and it’s equal to 1/f(x)1/f'(x).

As ynYy_n\in Y and ff is injective, let xnx_n be the unique number in (a,b)(a,b) such that f(xn)=ynf(x_n)=y_n, hence xn=g(f(xn))=g(yn)x_n=g(f(x_n))=g(y_n).

As gg is continuouss at yy, limnxn=g(limnyn)=g(y)=g(f(x))=x\lim_{n\rightarrow\infty}x_n=g(\lim_{n\rightarrow\infty}y_n)=g(y)=g(f(x))=x. Thus g(yn)g(y)yny=xnxf(xn)f(x)\frac{g(y_n)-g(y)}{y_n-y}=\frac{x_n-x}{f(x_n)-f(x)}, whence g(f(x))g'(f(x)) exists as f(x)0f'(x)\neq 0, and it’s equal to 1/f(x)1/f'(x).

Exercise: Let hh be the real-valued function defined by

h(x)={f(x)if axbg(x)if bxch(x)=\bigg\{{\begin{array}{cc}f(x)&\text{if }a\leq x\leq b\\g(x)&\text{if }b\leq x\leq c\end{array}}

where f:[a,b]Rf:[a,b]\rightarrow\mathbb{R} and g:[b,c]Rg:[b,c]\rightarrow\mathbb{R} are differentiable and f(b)=g(b)f(b)=g(b). Prove that hh is differentiable on [a,c][a,c] if and only if f(b)=g(b)f'(b)=g'(b).

Proof. (Sketch) Easy to see that hh is differentiable on [a,c][a,c] if and only if hh is differentiable at bb, which is equivalent to say f(b)=g(b)f'(b)=g'(b) by the definition of differentiability.