Troubleshooting Nonlinear Pendulum Movement with Air Friction: Tips and Analysis

AI Thread Summary
The discussion focuses on troubleshooting the nonlinear differential equation governing pendulum movement while considering air friction. The original equation is modified to account for friction, leading to complexities in solving it analytically. Participants emphasize that conservation of energy cannot be applied due to the dissipative nature of air resistance, and suggest that the equation must be solved numerically or using elliptic functions. The importance of using typed expressions instead of images for clarity is also highlighted. Overall, the thread seeks guidance on validating analytical methods and solving the modified differential equation effectively.
Michael Nelo
Messages
3
Reaction score
0
The Problem
So, I know the basic, the basic differential equation of movement in terms of the angle it is formed, which has the form: 0 = g⋅sin[α(t)] + α''(t)⋅l. However, I decided to consider the friction force of the air, which is always contrary to the movement, and proportional to the tangential velocity, the expresion I get is this one:
Weird Differential.jpg

So I thought maybe I could use some of the methods from homogeneous linean differential equations, but it doesn't (or at least I think it doesn't) fulfill the requirements, because the variable that isn't derivated is in a Sin().
What I have tried
I used the usual Consideration of Forces, using an X and Y plane supportive towards l⋅Cos(θ) and l⋅Sin(θ) respectively as can be seen from the picture:
Plano Horizontal.JPG

So doing the respective analysis I found said weird differential equation, here's the full process of it:
Consideracion Fuerzas.JPG

Then, I went and used the Conservation of Energy, to try and get a expression of θ'(t) to be a function of θ(t), so here's what I got:
1st Derivative Function of the variable.jpg

Doing this process:
Consideracion Energia.JPG

And while yes, I achieved to reduce the weird differential equation to one that doesn't involve θ'(t), the expresion just gets wierd, it isn't as easily solved as the would-be equation without the friction force of the air.
What I wish to know, and What I'm going to do
I wish to know if the concepts and analytical expressions I've used are correct (for example, is the velocity used in the kinetic energy the tangential one? If no, then must I take it to be the norm of the vector →v, which includes normal and tangential velocities? If so, would I be better off just including the vectorial components?), as well as any kind of tip I can get to solve the differential equation. For this problem as well, I'm going to try to use parametric equations as well, taking advantage that the pendular movement depicts a trayectory of a circumference, I could use the canonic equation of a circumference, then derivate it regarding to time, and see what I can get.
 

Attachments

  • Weird Differential.jpg
    Weird Differential.jpg
    23.9 KB · Views: 860
  • Plano Horizontal.JPG
    Plano Horizontal.JPG
    53.6 KB · Views: 848
  • Consideracion Fuerzas.JPG
    Consideracion Fuerzas.JPG
    38.8 KB · Views: 682
  • Consideracion Energia.JPG
    Consideracion Energia.JPG
    41 KB · Views: 821
  • 1st Derivative Function of the variable.jpg
    1st Derivative Function of the variable.jpg
    34 KB · Views: 882
Physics news on Phys.org
In general, please type out your efforts rather than submitting images. It is extremely difficult to see what you are writing. Also, you are just writing down a bunch of equations on your papers rather than explaining what you are actually doing.

Michael Nelo said:
So I thought maybe I could use some of the methods from homogeneous linean differential equations, but it doesn't (or at least I think it doesn't) fulfill the requirements, because the variable that isn't derivated is in a Sin().
Indeed, your differential equation is non-linear. You can obtain a solution close to the equilibrium point by linearising it around it.

Michael Nelo said:
Then, I went and used the Conservation of Energy, to try and get a expression of θ'(t) to be a function of θ(t), so here's what I got:
You cannot use conservation of energy when you have a dissipative force. Energy will dissipate out of the system.

Michael Nelo said:
for example, is the velocity used in the kinetic energy the tangential one?
There is no radial movement, so yes.
 
Orodruin said:
In general, please type out your efforts rather than submitting images. It is extremely difficult to see what you are writing. Also, you are just writing down a bunch of equations on your papers rather than explaining what you are actually doing.Indeed, your differential equation is non-linear. You can obtain a solution close to the equilibrium point by linearising it around it.You cannot use conservation of energy when you have a dissipative force. Energy will dissipate out of the system.There is no radial movement, so yes.

Thanks, I actually thought the photos were pretty unorganized and thought that writing what I was doing, on the thread, would give more order, glad to see it doesn't, also, I completely forgot I had to consider the Energy of the friction force of the air, so thank you very much for the reply
 
Michael Nelo said:
The Problem
So, I know the basic, the basic differential equation of movement in terms of the angle it is formed, which has the form: 0 = g⋅sin[α(t)] + α''(t)⋅l. However, I decided to consider the friction force of the air, which is always contrary to the movement, and proportional to the tangential velocity, the expresion I get is this one: View attachment 221188
So I thought maybe I could use some of the methods from homogeneous linean differential equations, but it doesn't (or at least I think it doesn't) fulfill the requirements, because the variable that isn't derivated is in a Sin().
What I have tried
I used the usual Consideration of Forces, using an X and Y plane supportive towards l⋅Cos(θ) and l⋅Sin(θ) respectively as can be seen from the picture:
View attachment 221192
So doing the respective analysis I found said weird differential equation, here's the full process of it:
View attachment 221193
Then, I went and used the Conservation of Energy, to try and get a expression of θ'(t) to be a function of θ(t), so here's what I got: View attachment 221195
Doing this process:
View attachment 221194
And while yes, I achieved to reduce the weird differential equation to one that doesn't involve θ'(t), the expresion just gets wierd, it isn't as easily solved as the would-be equation without the friction force of the air.
What I wish to know, and What I'm going to do
I wish to know if the concepts and analytical expressions I've used are correct (for example, is the velocity used in the kinetic energy the tangential one? If no, then must I take it to be the norm of the vector →v, which includes normal and tangential velocities? If so, would I be better off just including the vectorial components?), as well as any kind of tip I can get to solve the differential equation. For this problem as well, I'm going to try to use parametric equations as well, taking advantage that the pendular movement depicts a trayectory of a circumference, I could use the canonic equation of a circumference, then derivate it regarding to time, and see what I can get.

I cannot read your images and am unwilling to even try; typed work is the standard in this forum. However, I will offer an answer of sorts: if you keep the full ##\sin \theta## in your DE (instead of the small-angle approximation ##\sin \theta \approx \theta##) then your DE is nonlinear, and must either be solved numerically (when input numbers are given) or else solved using the so-called elliptic functions. These functions are "non-elementary", but have been known for more than 150 years; they are widely tabulated and are easily dealt with on most decent computer algebra systems.

See, eg., https://en.wikipedia.org/wiki/Pendulum_(mathematics)
 
Ray Vickson said:
I cannot read your images and am unwilling to even try; typed work is the standard in this forum. However, I will offer an answer of sorts: if you keep the full ##\sin \theta## in your DE (instead of the small-angle approximation ##\sin \theta \approx \theta##) then your DE is nonlinear, and must either be solved numerically (when input numbers are given) or else solved using the so-called elliptic functions. These functions are "non-elementary", but have been known for more than 150 years; they are widely tabulated and are easily dealt with on most decent computer algebra systems.

See, eg., https://en.wikipedia.org/wiki/Pendulum_(mathematics)
Thanks for the answer, sorry for the messy images, I will use other methods to express the process.
 
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...

Similar threads

Replies
32
Views
2K
Replies
20
Views
2K
Replies
9
Views
2K
Replies
7
Views
2K
Replies
3
Views
2K
Replies
2
Views
6K
Replies
21
Views
2K
Back
Top