I have MacLaurin series: $$f(x)=f(0)+f'(0) x+\frac12 f''(0)x^2+...$$ Suppose $$f(x)=c_0+c_1 x+c_2 x^2+o(x^3)$$as $x\to0$. Then I can show $c_0=f(0)$ and $c_1=f'(0)$. Then $$c_2=\lim_{x\to0}(\frac{f(x)-f(0)-f'(0)x}{x^2})\\=\lim_{x\to0}(\frac{f'(x) }{x}-\frac{f'(0)}x)\\=f''(0)$$So the fraction of $\frac12$ has disappeared. Why? Was it that step when I introduced $f'(x)$ inside the limit? How can I make this correct?
Thanks for any help.
Because you made a mistake. You applied L'Hopital's rule, right?! But then use the fact that the derivative of $x^2$ is $2x$.