Could you please give an example with ƒ1 please?
E.g. Say ƒ(u,v) = u^3 + v^3. So ƒ
1(x,y) = 3u^2 (i.e. "3 times the square of the first variable in f).
Then ƒ(tx,ty) = (tx)^3 + (ty)^3 = t^3 x^3 + t^3 y^3 = t^3 (x^3 + y^3) (incidentally, this is an example of a function ƒ that is homogeneous of degree 3).
Now, ƒ
1(tx,ty) = 3(tx)^2. We wouldn't say this is (∂/∂x)(ƒ(tx,ty)) though, since that'd be 3x^2 * t^3, i.e. partial of the expression " t^3 x^3 + t^3 y^3" wrt x.
So basically, ƒ
1 refers to the partial of the
actual function ƒ wrt its first variable, so ƒ
1(tx,ty) is the value of this partial derivative function (
the partial derivative is itself a function remember) evaluated at the point (tx,ty).
Meanwhile, (∂/∂x)(ƒ(tx,ty)) means first evaluate ƒ at the point (tx,ty), and then differentiate this expression wrt x.
A kind of single variable analog that may be more familiar from HSC would be as follows.
Say ƒ(x) = sin(x).
Then ƒ'(3x) does
not mean (d/dx) sin(3x).
It means evaluate ƒ' at the point 3x.
Now, ƒ' at any point x is ƒ'(x) = cos(x).
So ƒ'(3x) is cos(3x).
So ƒ' refers to the actual derivative of ƒ, whereas (d/dx)(ƒ(3x)) would mean evaluate ƒ at 3x and differentiate the resulting expression wrt x. These are two different things (
linked to each other by the chain rule of course).