
Kendra H. answered 01/11/19
Enthusiastic Physics and C++ Tutor
You know that Superman’s initial speed is 54.5 m/s.
He only has 4.22 s to cover a distance of 850 m.
Assuming that Superman will have a constant acceleration to save the train, we can use the kinematic equations for constant acceleration. There are four of these:
- d = vi*t + 0.5*a*t2
- vf2 = vi2 + 2*a*d
- vf = vi + a*t
- d = 0.5*t*(vi + vf)
Where d is distance, t is time, vf is final velocity, vi is initial velocity, and a is acceleration.
Since we know d, t, and vi, and we want to find a, it would be best to avoid equations that involve variables other than these four. That means we should not use equations 2, 3, or 4. So we will use equation one, and solve for acceleration, so equation one becomes:
d = vi*t + 0.5*a*t2 ==> a = (d - vi*t) / (0.5*t2)
Then we can plug in the numbers from the problem:
a = [850m - (54.5m/s * 4.22s)] / [0.5*(4.22s)2] = 69.6 m/s2
So Superman will have to accelerate at 70 m/s2 to reach the train on time.