Mechanics-Diff equation problem

  • Context: Graduate 
  • Thread starter Thread starter kof9595995
  • Start date Start date
Click For Summary

Discussion Overview

The discussion revolves around a mechanics problem involving a free stick subjected to a constant normal force. Participants explore the dynamics of the stick, including its motion and the equations governing its behavior. The focus is on deriving differential equations and understanding the system's behavior, with references to concepts from classical mechanics.

Discussion Character

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

Main Points Raised

  • One participant describes the setup of the problem, including the stick's length, mass, and the application of force, and presents initial equations of motion.
  • Another participant suggests finding integrals of motion to simplify the system of ODEs and points out a potential mistake in the torque equation derived by the first participant.
  • There is a discussion about the choice of the axis of rotation, with suggestions to use the center of mass to simplify calculations.
  • One participant expresses uncertainty about how to apply pseudo forces in a non-inertial frame and questions the possibility of uncoupling the equations.
  • Another participant discusses the challenges of handling nonlinear ODEs and suggests methods such as coordinate transformations and linearization for small angles.
  • Participants acknowledge corrections and refinements to earlier claims, particularly regarding the torque equation and the inclusion of terms in their calculations.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the best approach to solve the problem, with multiple competing views on the choice of reference frame and methods for simplifying the equations. The discussion remains unresolved regarding the feasibility of uncoupling the equations and finding a solution.

Contextual Notes

Limitations include the complexity of the nonlinear ODEs involved and the dependence on the choice of reference frame. Some assumptions about the system's behavior and the applicability of certain methods remain unverified.

kof9595995
Messages
676
Reaction score
2
Yesterday my friend asked me: what will happen if a force F with constant magnitude is applied to one end of a free stick(no other force), and this force F is always normal to the stick.
He told me it's not a textbook problem and he just asked out of curiosity,so I decide not to put this thread in homework section, but still I'll show my attempt to the solution.
Suppose the stick is uniform with length l and mass M
p_large_AcR5_1d20000145162d0e.jpg

Let's denote the position of center of mass as
[tex]\[\overrightarrow {{r_{cm}}} = (x,y)\][/tex]
The angle rotates over is [tex]\[\theta \][/tex]
then the point that the force applied at is
[tex]\[\overrightarrow {{r_F}} = (x - \frac{l}{2}\cos \theta ,y + \frac{l}{2}\sin \theta )\][/tex]
I choose the axis of rotation to be the axis perpendicular to the paper and passing thru the origin,and we know force is
[tex]\[\overrightarrow F = (F\sin \theta ,F\cos \theta )\][/tex]
then I can express torque as
[tex]\[\overrightarrow \tau = \overrightarrow {{r_F}} \times \overrightarrow F = F(x\cos \theta - y\sin \theta - \frac{l}{2})\hat k\][/tex]
About the moment of inertia I apply the parallel axis theorem
[tex]\[I = {I_{cm}} + M{D^2} = \frac{1}{{12}}M{l^2} + M({x^2} + {y^2})\][/tex]
Now we can just apply Newton's law:
[tex]\[\left\{ \begin{array}{l}<br /> \ddot x = \frac{F}{M}\sin \theta \\ <br /> \ddot y = \frac{F}{M}\cos \theta \\ <br /> \ddot \theta = \frac{{|\overrightarrow \tau |}}{I} = \frac{F}{M}\frac{{x\cos \theta - y\sin \theta - \frac{l}{2}}}{{\frac{{{l^2}}}{{12}} + {x^2} + {y^2}}} \\ <br /> \end{array} \right.\][/tex]
Then I'm totally stuck, I'm not that optimistic to expect an exact solution but the embarrassing thing is I can't even reduce the system to a single variable diff equation.
Can anybody help me reduce this? Any help is appreciated. Of course if somebody tells me there's an exact solution, I‘ll be happy enough to have a party.
(I checked these equations one time and hopefully no mistake. )
 
Physics news on Phys.org
Hi there!

It is indeed an interesting problem :)

In general, trying to solve any mechanical system of ODEs, first try to find the integrals of motion of the system (if there are any), i.e. the conserved quantities (energy, generalised momenta). This often reduces the 2.nd order ODEs to 1.st order ODEs.

You have made a good choice of origin, except for the discription of the rotation. Hence, I think there's a mistake in the third equation of your system:

Here are some well-known identities:

[tex]L=J\dot\theta[/tex]

[tex]\dot L=M[/tex]
[tex]M=F\frac{l}{2}[/tex]

we do not need them in vector notation since the constant force is always normal to the stick (J is the moment of inertia, M is the torque and L the angular momentum)

You have to always be careful with the choice of frame of reference. Observe that the torque equals the time derivative of the entire angular momentum. As your calculations are absolutely correct, it follows:

[tex]M=\dot L=\frac{d}{dt}(J\dot\theta)=\dot J\dot\theta+J\ddot\theta=\frac{d}{dt}(\frac{1}{12}ml^2+m(x(t)+y(t)))\dot\theta+J\ddot\theta\neq J\ddot\theta[/tex]

so the 3rd. equation does not hold any more.


I would suggest to choose the axis of rotation in the centre of mass, so that you obtain a simple equation for theta (you won't need the parallel axis thm. )


As to the system itself, you can go polar writing:

[tex]\vec r=(x,y) = (r\cos\phi,r\sin\phi)[/tex], [tex]r^2=x^2+y^2[/tex]

then, it follows for the torque using the first two equations:

[tex]M = F(x\cos\theta-y\sin\theta-l/2)=F(m/Fx\ddot y-m/Fy\ddot x-l/2)=m(x\ddot y+\dot x\dot y-\dot y\dot x-y\ddot x)=m\frac{d}{dt}(x\dot y-y\dot x)[/tex]

further, using the defs for x and y via r and phi we obtain:

[tex]m\frac{d}{dt}(x\dot y-y\dot x)=m\frac{d}{dt}(r\dot r\sin\phi\cos\phi+r^2\dot\phi\cos^2\phi-r\dot r\cos\phi\sin\phi+r^2\dot\phi\sin^2\phi)=m\frac{d}{dt}(r^2\dot\phi)[/tex]

[tex]M=m\frac{d}{dt}(r^2\dot\phi)[/tex]

but we also know that: [tex]M=\dot L=\frac{d}{dt}(J\dot\theta)=m\frac{d}{dt}(r^2\dot\phi)[/tex]

=> [tex]mr^2(t)\dot\phi(t)=J(t)\dot\theta(t)[/tex]

As you see yourself, in this frame of reference the equations are much more complicated because if the time dependence of J.


If you're familiar with Lagrangian and Hamiltonian mechanics I'd suggest to try from the beginning once again, as the concept there is much more profound and easier applicable. (you could use phi, theta and r as independent generalised coordinates, since you have 2-dimensional translation and 1-dimensional rotation). In this case you could also admit gravitational field or any other non-dissipative force and still obtain the correct equations of motion. Furthermore, the integrals of motion are directly to read out of the Lagrangian.
 
Marin said:
You have to always be careful with the choice of frame of reference. Observe that the torque equals the time derivative of the entire angular momentum. As your calculations are absolutely correct, it follows:

[tex]M=\dot L=\frac{d}{dt}(J\dot\theta)=\dot J\dot\theta+J\ddot\theta=\frac{d}{dt}(\frac{1}{12}ml^2+m(x(t)+y(t)))\dot\theta+J\ddot\theta\neq J\ddot\theta[/tex]

so the 3rd. equation does not hold any more.

Yes, that's really a big mistake. Thanks for the corection

Marin said:
I would suggest to choose the axis of rotation in the centre of mass, so that you obtain a simple equation for theta (you won't need the parallel axis thm. )

Well, then that would be a non-inertial frame, I've thought about this, but I finally couldn't figure out how to apply a pseudo force on it so I gave up the attempt .

Marin said:
If you're familiar with Lagrangian and Hamiltonian mechanics I'd suggest to try from the beginning once again, as the concept there is much more profound and easier applicable. (you could use phi, theta and r as independent generalised coordinates, since you have 2-dimensional translation and 1-dimensional rotation). In this case you could also admit gravitational field or any other non-dissipative force and still obtain the correct equations of motion. Furthermore, the integrals of motion are directly to read out of the Lagrangian.
I will learn these stuff this semester and I'll try the method later.
Anyway the equation still seems to be coupled, so I guess it can't even be uncoupled? And let's generalised the question, how can I know if the equation can't be uncoupled?By failing infinitely many times?
 
Marin said:
then, it follows for the torque using the first two equations:
[tex]M = F(x\cos\theta-y\sin\theta-l/2)=F(m/Fx\ddot y-m/Fy\ddot x-l/2)=m(x\ddot y+\dot x\dot y-\dot y\dot x-y\ddot x)=m\frac{d}{dt}(x\dot y-y\dot x)[/tex]
Well, maybe I'm just too new to ODE stuff, I really appreciate this graceful step.Seems that you constructed a derivetive of a Wronskian, it just never occurred to me before. But you probably missed the l/2 term.
 
yes, that's correct. I did miss the l/2 term ;)

As to the Wronskain, it was't meant that way, but if there's such a method it's fine. What I tried to do is to add and subtract certain term, so that the derivative becomes explicit. By doing so sometimes one approaches a direct integration of the equation (but this didn't entirely happen here).

As to the decoupling problem:

As far as I know, you can't say anything in general about nonlinear ODEs or ODE-systems. Non-linearity is handled mostly by doing the correct coordinate transformation (which has to be guessed, that's why it's very difficult). Another, more common way to handle it is to linearise your system by Taylor expansions of every non-linearity. This will produce the solutions for small angles theta and phi. (one mostly common non-linear ODE system is the Lotka-Volterra prey-predator model, I recommend on getting familiar with it)

Thus, if the system is linear, then rewrite it in matrix-vector notation. There are 2 possibilities:

1) matrix can be diagonalised, then it's all clear (just look at the algorithm, you will need the eigenvalue and eigenvetor theory)
2) matrix cannot be diagonalised - cf. 'Jordan normal form, matrix exponentials and s.o.)

Nevertheless, there are some harsh theorems of linear algebra (existence and uniqueness of the Jordan normal form) that say that linear systems can always be decoupled. Whether this could be done analytically is another topic.


Non-inertial frames:

Once you've done analytical mechanics, you'll no longer be afraid of the nonlinear systems, since every pseudo force will be contained in the coordinate transformation, if you do it correctly.

Here's an interesting course about ODEs: http://www.youtube.com/results?sear...al+equations&search_type=&aq=0&oq=mit+differe

It's not strictly mathematical, but it's sufficient for the needs of physics.
 
Thanks, your replies are really helpful.
 

Similar threads

  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 76 ·
3
Replies
76
Views
8K
Replies
1
Views
663
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K