How do I solve a uniform motion problem without knowing the distance?

  • Context: High School 
  • Thread starter Thread starter Richay
  • Start date Start date
  • Tags Tags
    Information
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Richay
Messages
39
Reaction score
0
Okay so "The fast freight completed the trip in 10 hours while the slow freight needed 12 hours for the same trip. How long (distance) was the trip if the fast freight train was 10 kph faster than the slow freight?"

These are uniform motion problems at egual distance (which aren't difficult because I got all my other problems correct), but how am i suppose to solve for the distance? They don't give you a distance to start off with, do i make it up or is their a formula to find it?

All they gave me about distance was that the fast freight was "10kph" faster.
 
Physics news on Phys.org
Set up some equations for each train. Say the slow freight has velocity [itex]v_s[/itex] and the fast freight has velocity [itex]v_f[/itex].

[itex] \begin{gathered}<br /> d = v_s \cdot (12\,{\text{hours)}} \hfill \\<br /> d = v_f \cdot (10\,{\text{hours)}} \hfill \\ <br /> \end{gathered} [/itex]

Now, since the same distance was covered, you can set the two equations equal to each other, and distance "disappears":

[itex] v_s \cdot (12\,{\text{hours)}} = v_f \cdot (10\,{\text{hours)}}[/itex]

And you know that [itex]v_f[/itex] = [itex]v_s + 10[/itex]

Now you can solve for either velocity.

- Warren
 
Thanks for the explenation