We were learning about Taylor series in our introductory lecture to Mathematics for Chemistry and were required to understand applying Taylor series to 2 dimensional problems, where $x$ and $t$ are both inputs, not $t$ being the output of $x$.
I could understand the latter using the following with reasonable explanation:
$$f(x)\approx f(x_0)+f'(x_0)(x-x_0)+\frac{f''(x_0)}{2!}(x-x_0)^2+ \frac{f'''(x_0)}{3!}(x-x_0)^3+\cdots.$$
But the following didn't make so much sense.
$$f(x,t)=f(a,b)+f_x(a,b)\cdot (x-a)+f_t(a,b)\cdot (t-b)+\frac{1}{2}f_{xx}(a,b)\cdot (x-a)^2+$$ $$\frac{1}{2}f_{xt}(a,b)\cdot (x-a)(t-b)+f_{tx}(a,b)\cdot (x-a)(t-b)+ \frac{1}{2}f_{tt}(a,b)\cdot (t-b)^2+\cdots$$
The terms
$$f_x(a,b)\cdot (x-a)+f_t(a,b)\cdot (t-b)$$
made sense as each "axes of input" contributed a certain amount to the graph and can be assessed independently by keeping one variable constant.
However, the terms
$$\frac{1}{2}f_{xt}(a,b)\cdot (x-a)(t-b)+f_{tx}(a,b)\cdot (x-a)(t-b)+ \frac{1}{2}f_{tt}(a,b)\cdot (t-b)^2+\cdots$$
made less sense.
I understand using the 1-dimensional Taylor series that this can be written as
$$\frac{1}{2}\left[{}f_{xt}(a,b)\cdot (x-a)(t-b)+2f_{tx}(a,b)\cdot (x-a)(t-b)+f_{tt}(a,b)\cdot (t-b)^2\right]+\cdots$$
where the $\frac{1}{2}$ comes from the factorial as above.
I can't seem to understand from any material how these terms above can be found. More specifically, I can't see why we need a $2f_{tx}$ term in this expansion. I know that this set of terms looks similar enough to a $(x+y)^2$ expansion i.e. $x^2 + 2xy + y^2$ but I don't feel that helped me very much.
Why is there a $2f_{tx}$ term? How can these terms above be found?
There seems to be a mistake in the formula you've been given. The coefficient of the $f_{tx}$ term should be the same as the coefficient of the other second-order terms. Under the usual hypotheses $f_{tx}=f_{xt}$ and one usually sees the formula written with only one of these terms, and a coefficient of $2$. Perhaps that's where the confusion came from.
These slides may help answer your questions about how the terms in the formula arise.