Variables of the double inverted pendulum

AI Thread Summary
The discussion focuses on modeling a double inverted pendulum in a computer simulation, specifically clarifying the roles of variables d1, d2, phi1, and phi2. d1 represents the total moment of inertia, while d2 pertains to a portion of that inertia related to the second link. phi1 and phi2 are associated with the system's potential energy and are crucial for calculating angular acceleration. It is emphasized that all four variables must be recalculated after any change in angles to ensure accurate updates to the system. Understanding these variables is essential for simplifying the equations and effectively modeling the pendulum dynamics.
Lavace
Messages
62
Reaction score
0
I am trying to model the following in a computer simulation:

http://webdocs.cs.uAlberta.ca/~sutton/book/ebook/node110.html

However I am struggling to understand which variables stand for which. In particular, the variables not defined are:
  • d1 and d2
  • phi1 and phi2

Another problem is which order are these calculated into update the system? d1 and d2 first (as the angular acceleration relies on these).
 
Physics news on Phys.org
d1 is the total moment of inertia, d2 is some part of it related to link 2.
phi1 and phi2 are linked to the potential energy of the system.
Those variables just simplify the equations, you could insert their definitions in the first two equations and get rid of them - but that would give very long expressions.

The angular acceleration needs all 4 of them. Therefore, after each change of angles, re-calculate them.
 
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...
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
Some physics textbook writer told me that Newton's first law applies only on bodies that feel no interactions at all. He said that if a body is on rest or moves in constant velocity, there is no external force acting on it. But I have heard another form of the law that says the net force acting on a body must be zero. This means there is interactions involved after all. So which one is correct?
Back
Top