PDA

View Full Version : Finding Average Velocity


TheShapeOfTime
Oct17-04, 04:35 PM
How do I find the average velocity after adding two vectors?

PrudensOptimus
Oct17-04, 06:09 PM
vaverage = v1 + v2 / 2...

TheShapeOfTime
Oct17-04, 06:43 PM
I should have mentioned that I only have distance and time.

enigma
Oct17-04, 09:56 PM
Average velocity is total displacement divided by total time.

TheShapeOfTime
Oct18-04, 02:18 PM
I figured out what I was doing wrong, thanks.