This is incorrect, Halls!
You have a 1/2 in front of the mixed second partial; it should be a 1 instead.
For OP:
Here's how we can DEDUCE the look of the Taylor polynomial for a 2-variable function.
Now, given a function f(x,y); we may as a first step regard this as a single variable function G(x;y)=f(x,y); where "y" in G is just some fixed parameter.
G can be expanded in a 1-variable Taylor series in x about the point (x0,y), so switching to f-notation, we have:
f(x,y)=\sum_{n=0}^{\infty}\frac{1}{n!}\frac{\partial^{n}f}{\partial{x}^{n}}(x_{0},y)(x-x_{0})^{n}
where the 0'th derivative of a function means the function itself.
Now, each of these derivatives is a function of y, with a fixed parameter x0. Thus, they can be expanded as Taylor series, and we get:
f(x,y)=\sum_{n=0}^{\infty}\frac{1}{n!}\sum_{m=0}^{\infty}\frac{1}{m!}\frac{\partial^{(n+m)}f}{\partial{x}^{n}\partial{y}^{m}}(x_{0},y_{0})(x-x_{0})^{n}(y-y_{0})^{m}
Regrouping our double series in term of the total derivative index s=n+m, we readily get:
f(x,y)=\sum_{s=0}^{\infty}\frac{1}{s!}\sum_{n=0}^{s}\binom{s}{n}\frac{\partial^{s}f}{\partial{x}^{n}\partial{y}^{(s-n)}}(x_{0},y_{0})(x-x_{0})^{n}(y-y_{0})^{(s-n)}
where I have utilized \frac{1}{s!}\binom{s}{n}=\frac{1}{n!}\frac{1}{(s-n)!}
This form is readily extendable to functions with more than two variables as well.