The problem: A rocket is launched straight up with constant acceleration. Four seconds after liftoff, a bolt falls off the side of the rocket. The bolt hits the ground 6.0s later. What was the rocket's acceleration?
(the picture is not given, it is my drawing)
Notice that the bolt does not just fall start free falling, it has the same upward velocity as the rocket, so is more like a projectile straight upward.
The important part of this one is to pay very
careful attention to what your variables are when solving this algebraically.
Make sure to note what variables you know, what you don't know, and what you
need to find out. In this case, we are solving for aR.
Known:
t0 = 0.0s
t1 = 4.0s
t2 = 10.0s
y0R = 0.0m
y0B = y1R
v0B = v1R
I start by writing up some kinematic equations for
both the rocket and the bolt.
y1B – y0B
= v0B (t2 – t1) – ½ g (t2
– t1)2
In this case, (y1B – y0B) is
not zero, and Δt is not equal to t2! Now what? We don’t know v0B
or y1B, so this problem is unsolvable, right? Wrong!
Now consider the equations for the rocket:
v1R = v0R + aR
t1
v1R = aR t1
y1R = y0R + v0R
t1 + ½ aR t1
y1R = ½ aR t12
Notice that not only have we solved for both of the
variables in our bolt’s equation, but they are both in terms of acceleration,
meaning we’ll only have 1 variable now. Back to the bolt’s equation:
– y0B = v0B t1 – ½ g
(t2 – t1)2 (Notice that v0B =
v1R = aR t1, and y0B = y1R
= ½ aR t12)
– ½ aR t12 = aR
t1 (t2 – t1) – ½ g (t2 –
t1)2
Solve for aR.
aR t1 (t2 – t1)
+ ½ aR t12
= ½ g (t2 – t1)2
aR (t1 (t2 – t1)
+ ½ t12) = ½ g
(t2 – t1)2
aR = ½ g (t2 – t1)2/
(t1 (t2 – t1) + ½ t12)
Solution:
aR = 5.5m/s2