Solving Spherical Pendulum w/ Friction & Generalized Force

  • Thread starter Thread starter RooccoXXI
  • Start date Start date
  • Tags Tags
    Pendulum Spherical
AI Thread Summary
The discussion focuses on developing a simulation of a spherical pendulum in C++, specifically incorporating friction and generalized forces. The user seeks to modify the existing differential equations to include a damping term represented by friction and external forces. They provide the equations for a frictionless spherical pendulum and reference a similar equation for a plane pendulum to illustrate their needs. The user is looking for suggestions or insights on how to integrate these additional forces into their simulation. Overall, the goal is to accurately model the dynamics of a spherical pendulum under more complex conditions.
RooccoXXI
Messages
2
Reaction score
0
Hi. I'm trying to make a small simulation of several simple physical systems (C++). I have the differential equation of a spherical pendulum with only the gravity force and without friction.

\theta'' = \sin(\theta) (\cos(\theta) \phi'^2 − \frac{g}{L})
\phi'' = −2 \cot(\theta) \theta' \phi'

I need the equation of spherical pendulum with friction (F = -bv) and with a generalized force (not only gravity), like this equation for the plane pendulum:

\Omega = \frac{1}{mL} (\cos(\Omega)\overline{F}_{ext}\ \overline{d} − \sin(\Omega) \overline{F}_{ext}\\frac{\overline{g}}{g}− \frac{b}{L} \Omega')

Any ideas?

Thank you,
R.
 
Physics news on Phys.org
UP, please.
 
Hello everyone, Consider the problem in which a car is told to travel at 30 km/h for L kilometers and then at 60 km/h for another L kilometers. Next, you are asked to determine the average speed. My question is: although we know that the average speed in this case is the harmonic mean of the two speeds, is it also possible to state that the average speed over this 2L-kilometer stretch can be obtained as a weighted average of the two speeds? Best regards, DaTario
The rope is tied into the person (the load of 200 pounds) and the rope goes up from the person to a fixed pulley and back down to his hands. He hauls the rope to suspend himself in the air. What is the mechanical advantage of the system? The person will indeed only have to lift half of his body weight (roughly 100 pounds) because he now lessened the load by that same amount. This APPEARS to be a 2:1 because he can hold himself with half the force, but my question is: is that mechanical...
Thread 'Beam on an inclined plane'
Hello! I have a question regarding a beam on an inclined plane. I was considering a beam resting on two supports attached to an inclined plane. I was almost sure that the lower support must be more loaded. My imagination about this problem is shown in the picture below. Here is how I wrote the condition of equilibrium forces: $$ \begin{cases} F_{g\parallel}=F_{t1}+F_{t2}, \\ F_{g\perp}=F_{r1}+F_{r2} \end{cases}. $$ On the other hand...

Similar threads

Back
Top