Work done by gravity - what is wrong?

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
Zoli
Messages
19
Reaction score
0
I would like the determine the work done by gravity on a mass attached to a rod (see the attached image). The rod is assumed to be weightless and rigid.
I start from the definition of work:
[tex]W_{AB} = \int_{\mathbf{r}_A}^{\mathbf{r}_B} \mathbf{G}\cdot \mathrm{d}\,\mathbf{r}.[/tex]
In the x-y coordinate system we can write
[tex]\mathbf{G} = G(0,-1), \quad \mathrm{d}\,\mathbf{r} = R(\sin\varphi,-\cos\varphi)\mathrm{d}\,\varphi,[/tex]
k4xmpv.png

therefore the value of the integral becomes [itex]W_{AB} = GR(\sin\varphi_B - \sin\varphi_A),[/itex] which is negative since we are in the first quadrant. However, if we look at the attached draft, we may notice that the angle between [itex]W_{AB} = \mathbf{G}[/itex] and [itex]\mathrm{d}\,\mathbf{r}[/itex] is an acute angle, so the work should be positive.
What have I done wrong?

Thank you, Zoli
 
Physics news on Phys.org
You tried it the hard way and in so doing, looks like you integrated backwards. The easier way is to note that the work done by gravity is independent of the path taken, and equal to the negative of the potential energy change. You can calculate the potential energy from basic trig to determine the vertical height change. Since the gravity force and it's vertical displacement are in same direction, work must be positive.
 
  • Like
Likes   Reactions: Zoli
I see it. It should be noticed that dr=-R(sinφ,−cosφ)dφ,becasue from A to B dφ is negative.
 
  • Like
Likes   Reactions: Zoli and Nugatory
PhanthomJay said:
You tried it the hard way and in so doing, looks like you integrated backwards. The easier way is to note that the work done by gravity is independent of the path taken, and equal to the negative of the potential energy change. You can calculate the potential energy from basic trig to determine the vertical height change. Since the gravity force and it's vertical displacement are in same direction, work must be positive.
Yes, I surmised that I changed the path of integration, since [itex]\mathrm{d}\,\varphi[/itex] is negative. I forgot the idea of the potential function. Thank you.