User Tools

Site Tools


math104-f21:hw13

HW 13

Due Monday (Nov 29) 9pm. 8-O problem 6 contains a typo, and it is updated now.

1. In class we have seen that a function f(x)f(x) may be differentiable everywhere, but the derivative function f(x)f'(x) is not continuous. In this problem, we will see that discontinuity is not a removable singularity. Assume f:RRf: \R \to \R is differentiable. Assume that limx0f(x)=1\lim_{x \to 0} f'(x) = 1. Prove that f(0)=1f'(0)=1. (Hint, you can use mean value theorem, and definition of the f(0)f'(0). )

2. If f:[0,1]Rf: [0,1] \to \R is a differentiable function such that f(0)=f(1)=0f'(0)=f'(1)=0, is it true that there exists a c(0,1)c \in (0,1), such that f(c)=0f'( c) = 0 as well? If not, give a counter-example.

3. Ross Ex 29.3

4. Ross Ex 29.5

5. Ross Ex 30.1

6. Prove that limx0+xne1/x=0\lim_{x \to 0^+} x^{-n} e^{-1/x} = 0. Hint: let u=1/xu = 1/x, and turn the problem into a uu \to \infty limit calculation, then Taylor expand eu=1+u+u2/2!++un/n!+e^u = 1 + u + u^2/2! + \cdots + u^n / n! + \cdots . (There was a typo in the first version, I wrote xne1/xx^{n} e^{-1/x} instead. You can either do the wrong problem, or do the corrected ones. )

Solution

1. Assume that limx0f(x)=1\lim_{x \to 0} f'(x) = 1. Prove that f(0)=1f'(0)=1. (Hint, you can use mean value theorem, and definition of the f(0)f'(0). )

By mean value theorem for interval [0,δ][0,\delta], we have f(δ)f(0)δ0=f(xδ) \frac{f(\delta)-f(0)}{\delta - 0} = f'(x_\delta) for some xδ(0,δ)x_\delta \in (0, \delta). Thus as δ0\delta \to 0, xδ0x_\delta \to 0, hence limδ0f(δ)f(0)δ0=limδ0f(xδ)=limx0f(x)1 \lim_{\delta \to 0}\frac{f(\delta)-f(0)}{\delta - 0} = \lim_{\delta \to 0} f'(x_\delta) = \lim_{x \to 0} f'(x)1

2. If f:[0,1]Rf: [0,1] \to \R is a differentiable function such that f(0)=f(1)=0f'(0)=f'(1)=0, is it true that there exists a c(0,1)c \in (0,1), such that f(c)=0f'( c) = 0 as well? If not, give a counter-example.

It may not be true. Let g(x)=e1/xg(x)= e^{-1/x} for x(0,1]x \in (0,1] and g(0)=0g(0)=0. Then g(0)=0g'(0)=0. Let f(x)=g(x)/(g(x)+g(1x))f(x) = g(x) / (g(x) + g(1-x)). We can prove that f(x)f(x) is strictly monotone in (0,1)(0,1), and f(0)=0,f(1)=1f(0)=0, f(1)=1.

3. Ross Ex 29.3

Consider the interval [0,2][0,2], the slope of the segment f(2)f(0)20=1/2\frac{f(2)-f(0)}{2-0} = 1/2, hence there is an x1(0,2)x_1 \in (0,2), such that f(x1)=1/2f'(x_1)=1/2.

Consider the interval [1,2][1,2], by mean value theorem, there is a x2(1,2)x_2 \in (1,2), such that f(x2)=0f'(x_2)=0.

By the intermediate value theorem, since 1/7(0,1/2)1/7 \in (0,1/2), there is an x3(x1,x2)x_3 \in (x_1, x_2) or (x2,x1)(x_2,x_1), such that f(x3)=1/7f'(x_3) = 1/7.

4. Ross Ex 29.5

We can prove that f(x)=0f'(x)=0 for all xx, indeed, we have limh0f(x+h)f(x)hlimh0h=0. \lim_{h\to 0} \left| \frac{ f(x+h) - f(x)}{h} \right| \leq \lim_{h\to 0} h = 0. Thus, for any x1,x2Rx_1, x_2 \in \R, we may apply the mean value theorem to get f(x1)f(x2)=(x1x2)f(x3)=0 f(x_1) - f(x_2) = (x_1 - x_2) f'(x_3) = 0 for some x3(x1,x2)x_3 \in (x_1, x_2).

5. Ross Ex 30.1

(a) Taking derivatives once both upstairs and downstairs, we get limx02e2x+sin(x)1=2 \lim_{x\to 0} \frac{2 e^{2x}+\sin(x)}{1} = 2

(b) Taking derivatives twice both upstairs and downstairs, we get limx0cos(x)2=1/2 \lim_{x\to 0} \frac{\cos(x)}{2} = 1/2

(c ) Taking derivatives 3 times both upstairs and downstairs, we get limx68e2x=0 \lim_{x \to \infty} \frac{6}{8 e^{2x}} = 0

(d) Taking derivative once, we get limx01/21+x+1/21x=1/2+1/2=1 \lim_{x \to 0} \frac{1/2}{\sqrt{1+x}} + \frac{1/2}{\sqrt{1-x}} = 1/2+ 1/2=1

6. Prove that limx0+xne1/x=0\lim_{x \to 0^+} x^{-n} e^{-1/x} = 0.

Let u=1/xu = 1/x, then we are computing limuun/eu \lim_{u\to \infty} u^n / e^{u} We may apply L'Hopital rule n times, and get limuun/eu=limun!eu=0. \lim_{u\to \infty} u^n / e^{u} = \lim_{u\to \infty} n! e^{-u} = 0.

math104-f21/hw13.txt · Last modified: 2022/01/11 18:30 by 24.253.46.239