Speed:
- Code: Select all
Speed = total distance / delta time
- Code: Select all
x2 - x1 / t2 - t1
Moderators: Darobat, RecursiveS, Dante Shamest, Bugdude, Wizard
Speed = total distance / delta timex2 - x1 / t2 - t1t i l e x wrote:So... speed is like when driving... 50km/h is a speed indication while 50km/h going south would be velocity, am I close ?
t i l e x wrote:and my direction south ?
d = x2 - x1 / delta t // where d == displacement
100 = 5 / delta t
500 = delta tspeed = total distance / delta t
speed = 5 / 500
speed = 0.01v = x2 - x1 / delta t // v == velocity
How long will it take to reach Montreal ?t i l e x wrote:Ok so let's I'm going to Montreal from Laval ( wich is about 5km ) north of it ) and that I take highway 19 and go at 100km/h. My magnitude is 100km/h and my direction south ?
v = delta x / delta t
delta t = delta x / v
delta t = 5 / 100 = 0.005 hrs
Users browsing this forum: No registered users and 0 guests