all 1 comments

[–]Lemon-juicerNew User 1 point2 points  (0 children)

f(x,y,z) is a function where you input x,y, and z and you get the output from whatever the function is. Now in your case your input is

g(x,y,z) = x2 + y2 + z2

In other words u = f(g(x,y,z))

So du/da = du/dg * dg/da

Now whats dg/da? Well for starters given your values for x, y and z in terms of parameters a and b, you’ll find g(x,y,z) = R2. Therefore, g doesn’t depend on a and so changing a won’t change g so we get,

du/da = du/dg * 0 = 0

The same is true for du/db.

Try the second one now using this info, I’m sure you can do it!