Calculating Average Velocity: Solving a Train Motion Problem in Physics

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
Dan Feerst
Messages
9
Reaction score
0

Homework Statement



A train at a constant 42.0 km/h moves east for 33 min, then in a direction 64.0° east of due north for 25.0 min, and then west for 69.0 min. What are the (a) magnitude (in km/h) and (b) angle (relative to north, with east of north positive and west of north negative) of its average velocity during this trip?

Homework Equations


The way I inturpreted the problem I needed to first find the time in hours and the displacement in kilometers for each vector then I added the displacements over the times. here is the work I did.


The Attempt at a Solution


First I calculated the total time. Since time isn't a vector I added everything.
33'*/60'=.550h
25'*/60'=.417h
69'/60'=1.15h
Sum = 2.12h

Next I found the total distance
42km/h*.550h=23.1km
42km/h*.417h=17.5km
42km/h*1.15h=48.3km

then I added the magnitudes of the three vectors taking the magnitude of the x coordinate for the second
r=(23.1km)+(17.5km *Cos(26))-(48.3km)= -9.47

Finally I divided displacement over time to get an unconvincing and completely wrong answer of -4.47

What did I do wrong.
 
Physics news on Phys.org
For average velocity, it should be sufficient to consider the total displacement (resultant vector of the sum of all displacement vectors). Correct me if I'm wrong.
 
You need to sort out the difference between average speed and average velocity.
 
.
Welcome to Physics Forums.
Dan Feerst said:

The Attempt at a Solution


First I calculated the total time. Since time isn't a vector I added everything.
33'*/60'=.550h
25'*/60'=.417h
69'/60'=1.15h
Sum = 2.12h
Looks good so far.

Next I found the total distance
42km/h*.550h=23.1km
42km/h*.417h=17.5km
42km/h*1.15h=48.3km

then I added the magnitudes of the three vectors taking the magnitude of the x coordinate for the second
r=(23.1km)+(17.5km *Cos(26))-(48.3km)= -9.47
This is just the x-coordinate of r. You need to also:

1. Use the angle w.r.t. the x-axis when you take the cosine to get the x-component.
2. Find the y-coordinate of r, so that you get the complete displacement vector r.