PDA

View Full Version : Kinematics In One Direction Problem


Mazero
Sep19-04, 07:51 PM
A runner hopes to compleate the 10,000m run in less than 30.0min. After running at a constant speed for exactly 27.0min there are still 1100m to go. The runner must then accelerate at 0.20 m/s^2 for how many seconds in order to achieve the desired time.

Ill briefly summarize what i tryed...

Init. Velocity = (10,000-1100) /(27min * 60s) = 5.5 m/s
Final Velocity = 1100/(180-t) since t is not know, because i dont know yet how long it will accelerate for

i was then gonna use VF^2 = VI^2 + 2ad to find the distance it must accelerate for, and use that to find the time, this seems rather wrong, hence my confusion, but i figured id give my idea anyway

Doc Al
Sep19-04, 08:27 PM
Init. Velocity = (10,000-1100) /(27min * 60s) = 5.5 m/s
Good. This is the speed of the runner for the first 27 minutes.
Final Velocity = 1100/(180-t) since t is not know, because i dont know yet how long it will accelerate for
Don't worry about the final speed, since that's not asked for. You know the distance and time for the last leg of the run, and you need to find the acceleration. The kinematic equation that relates these three variables is:
x = v_0 t + 1/2 a t^2

Mazero
Sep19-04, 08:43 PM
I think you misunderstood the question, i need to know how long he accelerates, in order to finish in 3 mins, if you read the question more closely youll realize its not as simple as i thought, i immediatly did what you suggested, until somone else pointed out the other details

Doc Al
Sep19-04, 08:59 PM
I think you misunderstood the question, i need to know how long he accelerates, in order to finish in 3 mins, if you read the question more closely youll realize its not as simple as i thought, i immediatly did what you suggested, until somone else pointed out the other details
Oops... my bad. I forgot that the acceleration was given.

So break the remaining 3 minutes into two segments t_1 and t_2. Assume the final speed is v_f. So:
v_f = v_0 + a t_1
t_1 + t_2 = 180
I'll leave the last for you: total distance traveled during t_1 + t_2 = 1100 m.

I hope that helps.