Thanks for the feedback, ended up answering my own question. Went at it from the energy conservation standpoint.
a=[90 85 80 75 70 65 60 55 50 45 40 35 30 25 20 15 10 5 0]; // angle to calculate velocity at
g=9.8; //acceleration of gravity (meters/sec^2)
l=1.397; // length...
Trying to find an equation that will give me a pendulum bob velocity at any given angle if the pendulum is released from a 90° angle from it's equilibrium position. My parameters are as follows
9.8 (acceleration of gravity m/s^2)
1.397 (length of pendulum in meters)
.138 (mass of...