Lets pretend i have some function $f(x) = 2*x_1 + 3*x_2$, and says find first order approximation around some point [a b].
I know the formula $f_a (x) = f(x') + f(x)'*(x-x')$, but do not know how to plug in 2 dimensional point in place of x'
By the way x' is a x hat, i do not know how to write here x hat :) And $f_a ()$ is affine
This does not answer the main question, since that takes no work at all. So we deal with the $f(x_1,x_2)=e^{x_1+x_2}+x_1^2+x_2^3$ of a comment by the OP, in a neighbourhood of $(0,1)$. We have $$\frac{\partial f}{\partial x_1}=e^{x_1+x_2}+2x_1.$$ At $(0,1)$ this is $e$. Similarly, $$\frac{\partial f}{\partial x_2}=e^{x_1+x_2}+3x_2^2.$$ At $(0,1)$ this is $e+3$. So the linear approximation is $$(x_1-0)(e)+(x_2-1)(e+3)+ (e+1).$$ The last term $e+1$ is just $f(0,1)$.
We can simplify the above expression a little.