How to Apply Partial Differentiation to V=f(x²+y²)?

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
3 replies · 2K views
patrickmoloney
Messages
94
Reaction score
4

Homework Statement



let V=f(x²+y²) , show that x(∂V/∂y) - y(∂V/∂x) = 0


Homework Equations






The Attempt at a Solution



V=f(x²+y²) ; V=f(x)² + f(y)²

∂V/∂x = 2[f(x)]f'(x) + [0]

∂V/∂y = 2[f(y)]f'(y)

I'm sure I've gone wrong somewhere, I have never seen functions like this, I'm just used to using V=f(x,y)= some function and then partially differentiations. help would be much apprectiated.
 
Physics news on Phys.org
V(x,y) = f(g(x,y)

using chain rule:

∂V/∂x = df/dg (∂g/∂x[(x²+y²)])
= 2x(df/dg)

y(∂V/∂x) = 2xy(df/dg)

∂V/∂y = df/dg (∂g/∂y[(x²+y²)])
= 2y(df/dg)

x(∂V/∂y) = 2xy(df/dg)

x(∂V/∂y)-y(∂V/∂x) = 0

2xy(df/dg) - 2xy(df/dg) = 0