Unsuccessful DIY - Seeking Help

  • Thread starter Thread starter Brad Barker
  • Start date Start date
  • Tags Tags
    Diy
Click For Summary

Discussion Overview

The discussion revolves around the analysis of a force acting on a particle, particularly focusing on whether the force is conservative or not. Participants explore various mathematical approaches, including Stokes' Theorem and differential equations, to understand the work done along a closed path. The scope includes theoretical reasoning and mathematical derivations related to vector calculus and mechanics.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant initially attempted to show that the closed line integral of force is not equal to zero but found this approach unproductive.
  • Another participant successfully applied Stokes' Theorem and solved a differential equation to derive the velocity and analyze the curl of the force.
  • Concerns were raised about the assumption that force must be in the same direction as velocity, suggesting that this leads to a conclusion about kinetic energy not being conserved.
  • Participants discussed the work done on a particle along a path and how this relates to the velocity and the nature of the force.
  • Some participants presented corrections to earlier computations, emphasizing the importance of proper integration and the implications for whether the force is conservative.
  • One participant argued that the line integral is time-dependent and cannot be zero unless specific conditions are met, indicating that the force is not conservative.
  • Another participant highlighted that the dot product of force and displacement is non-zero along the path, suggesting that a closed loop integral could only be zero if the particle does not move.
  • There was a mention of an alternative solution involving considering the work done at different velocities, which was not fully explored by others.

Areas of Agreement / Disagreement

Participants express differing views on the nature of the force and whether it is conservative. There is no consensus on the correctness of the various approaches and conclusions presented, with multiple competing interpretations and methods discussed.

Contextual Notes

Some mathematical steps and assumptions remain unresolved, particularly regarding the integration methods and the implications for the nature of the force. The discussion is heavily dependent on the definitions and interpretations of conservative forces and work done.

Brad Barker
Messages
429
Reaction score
0
I tried to do this myself, but I was unsuccessful.

Thank you.
 
Physics news on Phys.org
Ok, I was able to do this after all.

My first method was to substitute in -bv in for F and try to show that the closed line integral of F with dr is not equal to 0. This did not get me anywhere, although I imagine that some masters of vector calculus could get the result this way.

What was successful for me was exploiting Stokes' Theorem, and also solving the differential equation

m dv/dt = -bv.

I got v from this, plugged it back into my equation for force, and then computed the curl, which is not equal to zero so long as the velocity is not equal to zero.

Could someone verify that this is correct?

Thank you.
 
Last edited:
Brad,

No fair! You didn't really say that the force had to be in the same direction as the velocity! In that case it's obvious; the velocity of the mass is always increasing. So if it travels ina closed loop, it's going faster at the end than it was at the beginning. KE isn't conserved.
 
Consider the work done on a particle in going from a to b.
Now consider going along the same path, but with twice the velocity.
 
Brad Barker said:
Ok, I was able to do this after all.

My first method was to substitute in -bv in for F and try to show that the closed line integral of F with dr is not equal to 0. This did not get me anywhere, although I imagine that some masters of vector calculus could get the result this way.

What was successful for me was exploiting Stokes' Theorem, and also solving the differential equation

m dv/dt = -bv.

I got v from this, plugged it back into my equation for force, and then computed the curl, which is not equal to zero so long as the velocity is not equal to zero.
For the differential equation of motion:

[tex]\frac{dv}{dt} + \frac{b}{m}v = 0[/tex]

the integrating factor is [tex]e^{\frac{b}{m}t[/tex]

So:
[tex]e^{\frac{b}{m}t}\frac{dv}{dt} + e^{\frac{b}{m}t}\frac{b}{m}v = \frac{d}{dt}(ve^{\frac{b}{m}t}) = 0[/tex]

This means that:

[tex]v = v_0e^{{\frac{-b}{m}t}[/tex]

If the force is conservative, the work done is a function of position only, so the line integral of Fds along a closed path must always be 0:

[tex]\oint m\frac{dv}{dt}ds = - \oint bvds = W[/tex]

Edit: oops - integration corrected as per subsequent posts:

[tex]W = -b \oint vds = -b\oint v^2dt = -b\int_{t_0}^{t_1} v_0^2e^{\frac{-2b}{m}t}dt + -b\int_{t_1}^{t_2} v_0^2e^{\frac{-2b}{m}t}dt[/tex]

[tex]W = -b(\frac{-m}{2b}v_0^2(e^{\frac{-2b}{m}t_1}-e^{\frac{-2b}{m}t_0}) + (-b(\frac{-m}{2b}v_0^2(e^{\frac{-2b}{m}t_2}-e^{\frac{-2b}{m}t_1}))[/tex]

[tex]W = \frac{1}{2}mv_0^2(e^{\frac{-2b}{m}t_1} - e^{\frac{-2b}{m}t_0}) + \frac{1}{2}mv_0^2(e^{\frac{-2b}{m}t_2} - e^{\frac{-2b}{m}t_1})[/tex]

[tex]W = \frac{1}{2}mv_0^2(e^{\frac{-2b}{m}t_2} - e^{\frac{-2b}{m}t_0}) = 0[/tex] only if [itex]t_2 = t_0[/itex], which is impossible or if v_0 = 0.

In other words, the line integral along any path is time dependent, not position dependent and cannot be 0, so it is not a conservative force,

AM
 
Last edited:
Andrew Mason said:
[tex]W = -b \oint vds = -b\int_A^B v_0e^{\frac{-b}{m}t} + -b\int_B^A v_0e^{\frac{-b}{m}t}[/tex]

[tex]W = -b(\frac{-m}{b}v_0(e^{\frac{-b}{m}t_1}-e^{\frac{-b}{m}t_0}) + (-b(\frac{-m}{b}v_0(e^{\frac{-b}{m}t_2}-e^{\frac{-b}{m}t_1}))[/tex]

[tex]W = mv_0(e^{\frac{-b}{m}t_1} - e^{\frac{-b}{m}t_0}) + mv_0(e^{\frac{-b}{m}t_2} - e^{\frac{-b}{m}t_1})[/tex]

[tex]W = mv_0(e^{\frac{-b}{m}t_2} - e^{\frac{-b}{m}t_0}) = 0[/tex] only if [itex]t_2 = t_0[/itex], which is impossible or if v_0 = 0.

In other words, the line integral along any path is time dependent, not position dependent and cannot be 0, so it is not a conservative force,

AM

Thanks, Andrew.

It looks like you integrated with respect to time, although the line above, you have a "ds." I think this might change the answer, although the salient feature is the same.
 
Andrew,your analysis and computations are incorrect.

[tex]W_{1\rightarrow 2}=:\int_{1}^{2} \vec{F}\cdot d\vec{s}=-b\int_{1}^{2}\vec{v}\cdot d\vec{s}[/tex]

Since [itex]\vec{v}\uparrow\uparrow \vec{r}[/itex],then

[tex]W_{1\rightarrow 2}=-b\int_{1}^{2} v \ ds=-b\int_{t_{1}}^{t_{2}} \left(v\frac{ds}{dt}\right)dt=-b\int_{t_{1}}^{t_{2}} v^{2} dt[/tex]

Do everything again.

Daniel.
 
dextercioby said:
Andrew,your analysis and computations are incorrect.

[tex]W_{1\rightarrow 2}=:\int_{1}^{2} \vec{F}\cdot d\vec{s}=-b\int_{1}^{2}\vec{v}\cdot d\vec{s}[/tex]

Since [itex]\vec{v}\uparrow\uparrow \vec{r}[/itex],then

[tex]W_{1\rightarrow 2}=-b\int_{1}^{2} v \ ds=-b\int_{t_{1}}^{t_{2}} \left(v\frac{ds}{dt}\right)dt=-b\int_{t_{1}}^{t_{2}} v^{2} dt[/tex]

Do everything again.

Daniel.
Thanks for pointing that out - of course E_0 = mv^2/2 and not mv. See above correction. The bottom line is that W is not position dependent so it is not conservative.

AM
 
Another way of saying it, entirely equivalent to AM's analysis, is that [tex]\vec{F} \cdot \vec{ds}[/tex] has the same sign along the entire path of the particle. Further, this dot product is only zero where V is zero, the velocity has the same direction as [tex]\vec{ds}[/tex]. Thus the only way a closed loop integral could be zero is if it has zero length--the particle doesn't move.
 
  • #10
Galileo said:
Consider the work done on a particle in going from a to b.
Now consider going along the same path, but with twice the velocity.

Why isn't anyone considering this elegant solution?
 
  • #11
vinter said:
Why isn't anyone considering this elegant solution?
Thank you vinter. :smile:
 

Similar threads

  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 1 ·
Replies
1
Views
7K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 8 ·
Replies
8
Views
7K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 10 ·
Replies
10
Views
2K