As you can see from the image we have inverted pendulum stick fixed to ground by the point "K".Rotation of the stick around is only movement.System has no gravity and friction.Only "F" force is applied to the point "P".The system is exposed this force for "t" amount of time.I want to calculate the change of "ϑ" in arbitary choosen time.
To solve this problem first i accepted "F" is always right angled(90 degree) to point "P" through motion. I calculated angular velocity like this:
F=m*a 5=1*a a=5 (m/s^2)
After 1 second , velocity of the stick is :
v=a*t =5.1= 5(m/s)
avarage velocity =(First speed + Last speed ) / 2 = (0+5)/2 =2.5 (m/s)
avarage angular velocity w=v/r => 2.5 / 1 = 2.5 (1/s)
So angular velocity is 2.5 (1/s)
My first question is how to interpret this number. Does it mean stick angle changes 2.5 degree per second?
when i dont make the assumption that F is right angled to P through movement. Effective force (F1) becames F1=F* sin(ϑ) , which means F1 changes according to angle of "ϑ" and therefore ,"a" the accelaration of the stick is always changing.
In order to calculate "a" in time of "t1"
a(t1)=F*sin(ϑ+∂ϑ) / m
// initial ϑ angle + change of angle through time ∂ϑ
Which method can be used to solve this kind equation to calculate anguler speed? I come up with a way to solve this but couldnt progress further..