PDA

View Full Version : how do you find overall velocity


mort
Jan4-04, 09:10 PM
I am working on a trebuchet project and I am wondering how do you calculate overall velocity

PrudensOptimus
Jan4-04, 10:29 PM
you mean the vector components of velocity? x,y?

vx = v * cos a
vy = v * sin a

v = sqrt(vx^2 + vy^2)

a = angle of velocity.