I have an exercise here that is asking me to write the MacLaurin formula of orders II, III, IV for a multivariable function. Example: $ f(x,y)=\cos x \cos y$
Can anyone tell me what the formula looks like for a multivariable function and maybe guide me through this example? Would be much appreciated!
HINT
You can expand separately
and then multilply taking the terms to the desidered order.
That is for order IV
$$f(x,y)= \cos x \cdot \cos y =\left(1-\frac{x^2}2+\frac{x^4}{4!}+o(x^4)\right)\left(1-\frac{y^2}2+\frac{y^4}{4!}+o(y^4)\right)=\\=1-\frac{x^2}2-\frac{y^2}2+\frac{x^4}{4!}+\frac{y^4}{4!}-\frac{x^2y^2}4+o(|(x,y)|^4)$$
Note that