I want to find the Taylor series of $f(x)=\arctan x,\; x\in[-1,1],\;\xi=0$.
That's what I have tried do far:
$$f'(x)=\frac{1}{1+x^2}=\frac{1}{1-(-x^2)}=\sum_{n=0}^{\infty} (-x^2)^n.$$
How can I continue?
I want to find the Taylor series of $f(x)=\arctan x,\; x\in[-1,1],\;\xi=0$.
That's what I have tried do far:
$$f'(x)=\frac{1}{1+x^2}=\frac{1}{1-(-x^2)}=\sum_{n=0}^{\infty} (-x^2)^n.$$
How can I continue?
Notice that $\sum\limits_{n=0}^\infty (-1)^nx^{2n}$ is a power series with radius $R=1$ hence we can integrate term by term inside the interval of convergence $(-1,1)$ so for $|x|<1$ we have:
$$\arctan x=\int_0^x\frac{dt}{1+t^2}=\sum_{n=0}^\infty\frac{(-1)^n}{2n+1}x^{2n+1}$$
$$\frac{1}{1+t^2}=1-t^2+ \dots +(-1)^{n-1} t^{2n-2}+\frac{(-t^2)^n}{1+t^2}$$
then they integrate and to show that it is the right Taylor series,they check if $\int_0^x \frac{(-t^2)^n}{1+t^2}dt \to 0$..
Why do we take this equality: $\frac{1}{1+t^2}=1-t^2+ \dots +(-1)^{n-1} t^{2n-2}+\frac{(-t^2)^n}{1+t^2}$ ?
Also,why do we check if $\int_0^x \frac{(-t^2)^n}{1+t^2}dt \to 0$,to check if it is the right Taylor series?
Could you explain it to me? I haven't understood it.. :/
– evinda May 26 '14 at 16:40Thus, we have $$f(x)=\int f'(x)\,dx=\int\sum_{n\ge 0}(-1)^nx^{2n}\,dx\ =\\ =\ \sum_{n\ge 0}(-1)^n\frac{x^{2n+1}}{2n+1}\ +C$$ Then find $C$ by plugging in $x=0$.
What will you get if you plug in $x=1$?