4

Let$f:\mathbb{R} \to \mathbb{R}$ be twice differentiable function such that $f(\frac{1}{2^n})=0 \forall n \in \mathbb{N}$. Show that $f'(0)=f''(0)=0$

Applying mean value theorem on $(\frac{1}{2^n},\frac{1}{2^{n-1}})$ we see that $\exists c_n$ st $f'(c_n)=\frac{f(\frac{1}{2^{n-1}})-f(\frac{1}{2^{n}})}{\frac{1}{2^{n-1}}-\frac{1}{2^{n}}}$ , thus $f'(c_n) =0$ $\implies$ $\lim_{n\to \infty}f'(c_n)=0 \implies f'(0)=0$

But I can't use similar argument for $f''$ since it is not known whether it is continuous or not!

Mathronaut
  • 5,120

2 Answers2

7

Hint: For any sequence $x_n \to 0$ with $x_n \neq 0$ for all $n$, you have

$$f''(0) = \lim_{n\to\infty} \frac{f'(x_n)-f'(0)}{x_n}.$$

Picking the right sequence yields the result quickly.

For example the sequence $(c_n)$ of zeros of $f'$, with $c_n \in \left(\frac{1}{2^n},\frac{1}{2^{n-1}}\right)$ whose existence was established in the question. Then each of the quotients is $0$, hence so is the limit.

Daniel Fischer
  • 206,697
1

An alternative argument is to write down the second-order Taylor polynomial $P$ of $f$ at $0$ (which, given the hypotheses, we know exists). It has the property that

$$\lim_{x\to 0} \frac{f(x)-P(x)}{x^2}=0. \tag{$\star$}$$

(Set $P(x)=f(0)+f'(0)x+\frac12 f''(0)x^2$ and use ($\star$) when we set $x=2^{-n}$ to show $f'(0)=f''(0)=0$.)

Ted Shifrin
  • 115,160