Sunday, February 26, 2012

Physics I: Tough one-dimenional kinematics problem.

This is about about as tough as one-dimensional kinematics problems come.

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:
y1B – y0B = v0B (t2 – t1) – ½ g (t2 – t1)2
– 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

3 comments:

  1. Nevermind, i got it. Thanks for the post!

    ReplyDelete
  2. How can the answer be 5.5m/s^2. Gravitational force acting downwards is 9.8m/s^2. So, according to you net accn is 4.3m/s^2 downwards. Which means your rocket won't launch.

    ReplyDelete