Basic partial differentiation help (needs checking)

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
niekehecv
Messages
5
Reaction score
0

Homework Statement


given z=yf(x^2-y^2)
show that the x(∂z/∂y)+y(∂z/∂x)=xz/y






The Attempt at a Solution



cut it short, my
∂z/∂y= f(x^2-y^2)-2(y^2)f(x^2-y^2)
∂z/∂x=2xyf(x^2-y^2)

i was able to prove that
x(∂z/∂y)+y(∂z/∂x)=xz/y

But i need help with partial differentiations when they give an equation like z=f(x^2-y^2)
I've read about partially differentiating such equations somewhere before. Can someone please check if i am doing it right? Also, what is this kind of partial differentiation called? (such as partially differentiating z=f(x^2-y^2)
I would really appreciate if someone could tell me what is it called so i could read up more about it and do more examples of this kind.
 
Physics news on Phys.org
When you have something like ##z=f(x^2-y^2)## you need to use the chain rule. The easiest way to see this is to look at as ##z = f(u),\ u=x^2-y^2## Now if you want to calculate ##z_x## you use$$
z_x = f'(u)u_x = f'(x^2-y^2)(-2x)$$You are missing the primes in your argument.