Question:
find the Taylor series of $f(x,y) = 1 / (2 + xy^2) $ around the point $(0,0)$
Answer:
$$ \sum_{n=0}^\infty (-1)^n \frac{x^n y^{2n}}{2^{n + 1}} $$
When I derive the function at $f(0,0)$ i only get that all derivatives are equal to $0,$ so I am definitely doing something wrong here. Help is appreciated :)
\begin{align} & \frac 1 {2 + xy^2} = \frac{1/2}{1 + \frac{xy^2} 2} = \frac 1 2 \cdot \frac 1 {1-r} \\[6pt] & \big(\text{where } r = - xy^2/2\big) \\[8pt] = {} & \frac 1 2 \left( 1 + r + r^2 + r^3 + \cdots \right). \end{align}