Today in microeconomics class the following question was covered by the tutor:
If $z = x^2 + y^2$ changes from $(1,2)$ to $(1.05,2.1)$, compute the value of $\Delta z$ and $dz$.
If we write $f(x,y)=z$, then simply $\Delta z = f(1.05,2.1) - f(1,2)$.
However in the case of $dz$ things get interesting. The tutor derived the formula:
$$ df(x,y) = \frac{d}{dx}f(x,y)dx + \frac{d}{dy}f(x,y)dy \\ = 2xdx + 2ydy $$
Then we filled in $x=1,y=2,dx=0.05,dy=0.1$ to get $dz=df(1,2)=0.5$ (actually we arrived at $0.9$ but I can't see how that happened). The idea is that it is an approximation of $\Delta z$.
I was under the impression that you weren't allowed to use notation like this, to assign values to e.g. $dx$ . When I pressed the tutor about it he said he doesn't think it's mathematically sound but that this is what the lecturer wants to see.