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

AI Thread Summary
To show that x(∂V/∂y) - y(∂V/∂x) = 0 for V=f(x²+y²), the chain rule is applied to differentiate V with respect to x and y. The partial derivatives are calculated as ∂V/∂x = 2x(df/dg) and ∂V/∂y = 2y(df/dg). Substituting these into the equation yields x(∂V/∂y) = 2xy(df/dg) and y(∂V/∂x) = 2xy(df/dg). The final expression simplifies to 0, confirming the relationship holds true. This demonstrates the application of partial differentiation in this context effectively.
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
You are nearly there:
You have a function of form: ##V(x,y)=f(g(x,y))##
... so you'd use the chain rule. $$\partial_x V = \frac{df}{dg}\partial_x g(x,y)$$
 
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
 
Well done :)
 
  • Like
Likes 1 person
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Back
Top