I'm working in the modeling of a interactive pendulum with the following characteristics;
- the user can apply forces at any time to move the pendulum its rest pose or to accelerate it when it is already in motion
- the pendulum can not reach an angle biger than 90 degrees
- the pendulum will experience a dampening force at such force must be able to bring the pendulum to zero motion in a given time.
I have been searching for articles on how to model a pendulum but so far all of them deal with a pendulum in where they assume the angle is small, which is not my case. Also when dealing with external forces the articles assume a periodic horizontal force, which again is not my case as the user can apply the force at any time no matter the current state of the pendulum.
So I wonder if someone can point me or give me clues on how to model such system.
Regards