- Jun 23, 2001
- 13,674
- 1
- 76
The Starship Enterprise returns from warp drive to ordinary space with a forward speed of 50km/s. To the crew's great surprise, a Klingon ship is 100km directly ahead, traveling in the same direction at a mere 20 km/s. Without evasive action, Enterprise will hit the Klingon ship in a bit over 3.0s. The enterprises computers react instantly to brake the ship. What accelleration does the Enterprise need to barely avoid a collision with the Klingon ship? Assume accelleration is constant.
I know this:
Klingon Ship
Velocity Initial = Velocity Final = 20km/s
Accelleration = 0
Position Initial = 100
USS Enterprise
Velocity Initial = 50km/s ; Velocity Final = 0km/s
Accelleration = ?
Position Intial = 0
So, I need to find the accelleration.
Klingon equation for distance with respect to time is:
a(t) = 0
v(t) = 20
s(t) = 20t + 100
USS Enterprise equation is:
Sfinal = Sinitial + Vinitial * time + 1/2 acceleration * time^2
Sfinal = 0 + 50 * t + 1/2 * a * t^2
Sfinal = 50t + 1/2 * a * t^2
Vfinal = Vinitial + a*t
0 = 50 + a*t
-50 = a*t
Sfinal = 50t + 1/2 (a * t * t)
Sfinal = 50t + 1/2 (-50t)
Sfinal = -25t
Going back to setting each equation equal to each other
-25t = 20t + 100
-45t = 100
t = -20/9
To the original USS equation:
Sfinal = Sinitial + Vinitial * t + 1/2 * a * t^2
-25(-20/9) = 0 + 50 * (-20/9) + 1/2 * a * (-20/9)^2
500/9 = -1000/9 + 1/2 * a* 400/81
a = -67.5 km/s^2
a = -6750 m/s^2
Which is the wrong answer.
The correct answer is -4500 m/s^2. I'm only 150% off
Help please?