d = r * t
So for peter: d1 = r1 * t1
For David: d2 = r2 * t2
We know that david had a head start of 45 minutes so t2 = t1+45/60 and we want to know when they catch each other so when d1 = d2 = d
Plugging back
d = r1 * t1
d = r2 * (t1+45/60)
Any two equations that are equal to the same thing are equal to each other(Transitive property and this is important to know and understand)
so
r1 * t1 = r2 * (t1+45/60)
r1 * t1 = r2* t1 + 45/60 *r2
r1 * t1 - r2 * t1 = 45/60 * r2
Factor
t1 * (r1 - r2) = 45/60*r2
Divide
t1 = (45/60)*r2/(r1-r2)
With r2 = 25 and r1 = 25
t1 approaches infinitely(division by zero).
The problem here is that both are moving at the same speed, did you put the wrong speed for Peter?
It makes sense that Peter never catches David because David left first and Peter is moving at the same speed. In order for Peter to catch David he needs to be moving at least a little bit faster. However the equation still holds, just need the correct rates to plug in(The wording makes it sound like they should actually catch each other). Once you find the time just plug into d1 = r1 * t1 to find the total distance that was covered when they cross.
You can also solve this by graphing, going back to the original distance equations:
y = r1 * t
y = r2 * t + 45/60 * r2
With r1 = r2 you can see that these are two parallel lines that never cross. if r1 > r2, they cross once with t > 0 and if r2 > r1 they cross once with t < 0 (but negative times don't mean much in the physical world).
Gracie P.
11/12/14