Sunday, May 7, 2017

newtonian mechanics - Why does this line integral give the wrong sign?


I've been trying to find the error in this approach to calculate the work of a uniform gravitational field on an object falling to the ground in the $-y$ direction. $$\begin{align} W &= \int_{i}^{f} \vec{F} \cdot \mathrm{d}\vec{s} \\ &= -mg \int_{i}^{f} \hat{y} \cdot \mathrm{d}\vec{s} \end{align}$$ Because object is moving down, $\mathrm{d}\vec{s} = -\mathrm{d}\vec{y}$ $$\begin{align} &= -mg \int_{i}^{f} \hat{y} \cdot -\mathrm{d}\vec{y} \\ &= mg \int_{i}^{f} \hat{y} \cdot \mathrm{d}\vec{y} \end{align}$$ Because $ \hat{y}$ is parallel to $\mathrm{d}\vec{y}$, then the vector dot product is $\mathrm{d}y$ $$\begin{align} &= mg \int_{i}^{f} \mathrm{d}y \\ &= mg (h_f -h_i) \end{align}$$ which is less than zero when $h_f < h_i$, and thus obviously wrong. Yet a simplistic approach has $W = FD$, with the two vectors parallel, and it is clear that the work is really positive.


Can someone point out which axiom of math or physics my math conflicts with? My instinct is that once the scalar $\mathrm{d}y$ is obtained, the integral "transforms" to a new coordinate system where the motion is understood to be in the positive direction, rather than the negative as the integral is set up.


Is this a common mistake? Is the lesson that when performing a dot product within an integral, the sign of the integral has to checked analytically? Or is there a simpler axiom I'm missing? I could easily envision myself, if I was writing code, to try to follow the algebra without thinking too analytically, and thus getting a wrong answer. I've studied undergrad linear algebra, vector calculus, and intermediate mechanics, but I don't recall ever seeing this issue arise.



Answer





Because object is moving down, $\mathrm{d}\vec{s} = -\mathrm{d}\vec{y}$



is the source of your error.


Forgetting about the integration and using the idea that the gravitational potential energy is $mgh$ look at what happens when a body moves from an initial height $h_{\rm i}$ to a final height $h_{\rm f}$.


The change in gravitational potential energy is $mg(h_{\rm f} - h_{\rm i})$


Go back one stage and write the equivalent vector equation as $$m(-\vec g)\cdot (\vec h_{\rm f} - \vec h_{\rm i}) = m(-g \,\hat y)\cdot (h_{\rm f} - h_{\rm i})\,\hat y $$


Back one more stage and then another where $\Delta y = h_{\rm f} -h_{\rm i}$


$$=m(-g \,\hat y)\cdot \Delta y\,\hat y=m(-g \,\hat y)\cdot \Delta \vec y$$


and in the integral form this becomes $\displaystyle \int^{h_{\rm f}}_{h_{\rm i}}m(-g \,\hat y)\cdot d \vec y$


Note that in all the above analysis no mention is made of the values of the components of the displacements $h_{\rm i}\,\hat y$ and $h_{\rm f}\,\hat y$.



When you wrote $\mathrm{d}\vec{s} = -\mathrm{d}\vec{y}$ did you really mean that the displacement was $\Delta\vec{s} = -\Delta\vec{y} = h_{\rm i}\,\hat y-h_{\rm f}\,\hat y$?
I think not?


In summary what you have to realise is that the sign of the increment $ds$ is entirely dictated by the limits of the integration and you should not prejudge the sign of $ds$.


No comments:

Post a Comment

classical mechanics - Moment of a force about a given axis (Torque) - Scalar or vectorial?

I am studying Statics and saw that: The moment of a force about a given axis (or Torque) is defined by the equation: $M_X = (\vec r \times \...