lase
- 22
- 0
Homework Statement
A 7500-kg rocket blasts off vertically from the launch pad with a constant upward acceleration of 2.25 m/s^2 and feels no appreciable air resistance. When it has reached a height of 525 m, its engines suddenly fail so that the only force acting on it is now gravity.
(a) What is the maximum height this rocket will reach above the launch pad?
Homework Equations
velocity_{y-axis} = v_{0y} + \int \! a_y \, \, dt
position (y) = y_0 + \int \! v_y \, \, dt
The Attempt at a Solution
First I list all the given information,
a_y = 2.25 m/s^2
-g = -9.80 m/s^2
Next I integrate a_y in order to obtain the velocity,
v_y = \int \! 2.25 m/s^2 \, \, dt
v_y = 2.25t
Now I integrate v_y in order to obtain the position,
y = \int \! 2.25t \, \, dt
y = 1.125t^2
And this is where I get confused. I solve the following quadratic equation in order to determine the maximum height that was reached (gravity gets differentiated, no?):
0 = 1.125t^2 -4.90t + 525
And then I get 525.258 m instead of the correct answer of 646 m. What am I doing wrong?