0

How to find a sequence of differentiable functions${f_n}$ with limit $0$ for which $\{f'_n\}$ diverges?

Victor
  • 8,372
  • 1
    You mean you need to find such a sequence? Well, what have you tried to do? –  Mar 10 '12 at 18:37
  • Finding an answer to real analysis theorem sound like fun. Can you please get more clear with what you speak? You'd like to answer a question, but well to help in that process is the purpose of this site. So, your title reveals no information about the problem. Can you also tell us what have you tried? –  Mar 10 '12 at 18:56
  • 1
    Think of rapidly oscillating sinusoidal functions that have small amplitudes. – David Mitra Mar 10 '12 at 18:59

2 Answers2

2

Put $$f_n(x)=\frac{\sin(nx)}{\sqrt{n}}$$

2

How about $$ f_n (x) := \frac{\sin (n^2 x) }{ n }$$

Then the pointwise limit is $$ \lim_{n \to \infty} \left | f_n(x_0) \right | = \lim_{n \to \infty} \frac{\left | \sin (n^2 ) \right |}{\left | n \right |} \leq \lim_{n \to \infty} \frac{1}{|n |} = 0$$

But $$ f_n^\prime (x) = \frac{n^2 \cos (n^2 x)}{ n } = n \cos (n^2 x)$$

Whose pointwise limit diverges at the points $x_0 = 2 \pi k$ since

$$ \lim_{n \to \infty} n \cos (n^2 x_0) = \lim_{n \to \infty} n$$

Hope this helps. I thought I'd post this anyway even though I'm using the same function as AD in their answer. But I was typing this when their answer appeared and I see no reason to delete mine.