๐(๐ฅ,๐ฆ)=๐ฅ2+๐ฅ๐ฆ+๐ฆ2 where ๐ฅ=8๐ +2๐ก, ๐ฆ=4๐ +8๐ก
df/dx= 2x + y
df/dy= 2y + x
dx/ds= 8
dx/dt= 2
dy/ds= 4
dy/dt= 8
๐(๐ฅ,๐ฆ)=๐ฅ2+๐ฅ๐ฆ+๐ฆ2 Plug in x and y.
ฦ(s,t) = (8s + 2t)^2 + (8s + 2t)(4s + 8t) +(4s + 8t)^2
= (64s2+32st+4t2)+(32s2+72st+16t2)+(16s2+64st+64t2)
= (112s2+168st+84t2)
df/ds= 224s + 168t
df/dt= 168t + 168s
using the chain rule:
df/ds= df/dx * dx/ds
= (2x + y)*8 [plug in x and y]
= (2(8s +2t) + (4s+8t))*8
=....
= 224s + 168t
The same process for df/dt which will get what was calculated above. Just thought I show that partial derivatives do match Both chain rule and the long hand method.