Solve for Slowest Constant Speed to Catch a Train

  • Thread starter Thread starter jennypear
  • Start date Start date
  • Tags Tags
    Train
AI Thread Summary
A train accelerates at 0.21 m/s², and a passenger arrives 6 seconds after the train has passed a point. The passenger needs to calculate the slowest constant speed to catch the train, which involves setting the equations for the train's and passenger's positions equal. Initially, the passenger miscalculated by not accounting for the distance the train traveled before they started running. After correcting the approach and substituting the time in the equations, the minimum speed required for the passenger to catch the train is determined to be 2.52 m/s. The discussion emphasizes the importance of accurately accounting for initial conditions in kinematic equations.
jennypear
Messages
16
Reaction score
0
A train pulls away from a station with a constant acceleration of 0.21 m/s2. A passenger arrives at the track 6.0 s after the end of the train passed the very same point. What is the slowest constant speed at which she can run and catch the train?

Xtrain=Xo+Vot+1/2(a*t^2)
Xtrain=3.78m + 1.26t + .5*(.21m/s^2)t^2
Vtrain=Vo + at
Vtrain=1.26m/s + (.21m/s^2)t

Xperson=Vperson*t
Vperson=X/t

**at the time the person catches the train the
Vtrain=Vperson &
Xtrain=Xperson

Vtrain=Vperson
1.26m/s + (.21m/s^2)t=X/t
since the X's are the same substitute Xtrain for X on right side of equation.
1.26m/s+(.21m/s^2)t=[3.78m + (1.26m/s)t +(.105m/s^2)t^2]/t
(1.26m/s)t + (.21m/s^2)t^2=3.78m + (1.26m/s)t +(.105m/s^2)t^2
(.105m/s^2)t^2=3.78m
t^2=36s^2
t=6s

plug it in
X=Vot + 1/2*a*t^2
X=1.26m/s*(6s) + .105m/s^2(36s^2)
X=7.56m+3.78m=11.34m

**which in theory would make min velocity needed 11.34m/6s=1.89m/s

but this isn't correct
Can anyone see what I have done wrong w/this problem?

Thanks!
 
Physics news on Phys.org
nevermind I got it. I forgot to add the initial 3.78m the train traveled before the person started running.
 
Why did you decide that Xo of the train is 3.78m and its Vo is 1.26m/s? :confused: Instead of calculating how much the train has passed in 6 seconds (which is what I suspect you have done, and maybe also where your error lies), I would just give it a 6 seconds fore on the person by changing "t" in its equations with "t + 6".

So we have:

x_{train} = x_{person}
v_{train} = v_{person}

\frac{1}{2}a(t + 6s)^2 = vt
a(t + 6s) = v

Substituting v we get:

\frac{1}{2}a(t + 6s)^2 = a(t + 6s)t

And indeed t = 6s. Now just plug that into the second equation above:

v = a(t + 6s) = a(6s + 6s) = 2.52 m/s
 
I find your explanation bewildering. I am restating the problem as I understand it.

At time = 0 the end of the train is at x = 0 and v = 0. Six seconds later, xend = 0 + 0*t + (0.21)*t^2/2 = 3.78 meters
vend0 = left to you to calc.

At this point, xpass = 0, vpass = something, call it vpass

xpass = vpass*t

By the time the passenger catches the train,

xpass = xend
vpass = vend

So,
vpass*t = 3.78 + vend0*t + 0.21*t*t/2
vend = vpass = 0.21*t

I believe that's all you need -- solve for t then solve for vpass.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top