I recently got asked the problem that follows:
The leader of a bicycle race is traveling with a constant velocity of +14.20 m/s and is 16.6 m ahead of the second-place cyclist. The second-place cyclist has a velocity of +8.70 m/s and an acceleration of +1.15 m/s2. How much time elapses before he catches the leader?
I got the answer 12.89 seconds, although I know this is incorrect. I have no clue how to even begin solving this. Here's what I did as a guess though:
First, I set up my matrix:
Displacement: 16.6
Vi: 8.7
Vf: ?
Acceleration: 1.15
Time: ?
Of the four kinematic equations, the only one that could be used is d = vi*t + 1/2*a*t^2
The problem is I am unable to rearrange this equation to get the desired product, which is time.
What if you set up two equations $$x_1 = 14.2t + 16.6$$ and $$x_2 = \frac{1.15}{2}t^2+8.7t$$ and set them equal to each other. Each expressions represents the displacement value of the respective rider and when they equal each other, the 2nd rider has caught the 1st.