I'm having some trouble with the following question:
Determine the Taylor polynomial of degree $n$ at $0$ of the function $f(x) = \frac{x^5}{1 + x^2}$.
So, let $P_{n,a,f}$ denote the Taylor polynomial of degree $n$ at $a$ of a function $f$.
My first idea was to use two properties that my teacher taught us about Taylor series:
If, for some functions $f,g$, $P_{n,a,f}(x)P_{n,a,g}(x) = \sum_{k=0}^{2n} c_k (x - a)^k$, then:
$$P_{n,a,fg}(x) = \sum_{k=0}^n c_k (x - a)^k \ \ (1)$$
If $g$ is a function defined as: $g(x) = f(x^k)$, then: $$P_{kn,0,g}(x)=P_{n,0,f}(x^k) \ \ (2)$$
So, $f(x) = h(x)g(x)$, where $h(x) = x^5$ and $g(x) = \frac{1}{1 + x^2}$.
Furthermore, $g(x) = k(x^2)$ where $k(x) = \frac{1}{1 + x}$.
So, my plan was to use $(2)$ and find $P_{n,0,g}$, and then using $(1)$ find $P_{n,0,hg} =P_{n,0,f}$.
The thing is that I'm having some trouble doing this because if we apply proposition $(2)$, we can only calculate $P_{2n,0,g}$ and not $P_{n,0,g}$.
Is it possible to avoid this problem but still use these properties to solve the problem? If not, how can this problem be solved?