This is a question from my Math for Economics assignment.
If it was a single variable question, like $\sqrt{(2.9)^3}$, I would use tangent line equation $y-y_1=m(x-x_1)$ where $x$ is $2.9$, $x1$ is $3$, $y_1$ is $\sqrt{27}$, and $m$ is $\frac{1}{2\sqrt{27}}$. Then I would solve for $y$ and find the approximation.
But in a case with multiple variables I think chain rule should be somehow implemented but I don't know how considering that I can work with only 1 variable at a time using the tangent line equation.
Any help is greatly appreciated, thank you for your responses.
If $F(M)=F(x,y,z)=\sqrt{x^2-y^3-z^2}$ and $M_0=(10, 3,3)$ then $$F(M_0+H)=F(M_0)+\langle F'(M_0),H\rangle + \|H\|\epsilon (H)$$ where $\epsilon (H)\to_{H\to 0} 0$ and where $\langle M',M\rangle=x'x+y'y+z'z.$ Here $H=(0.1,-0.1,0.05),$ $\|H\|^2= (0.1)^2+(0.1)^2+(0.05)^2$ and $F'(M)=\frac{1}{2F(M)}(2x,-3y^2,-2z).$ The desired approximation is $F(M_0)+\langle F'(M_0),H\rangle.$