Free falling body after certain height

AI Thread Summary
The discussion revolves around calculating the maximum height a rocket reaches after its engines fail at 525 meters. The rocket initially accelerates upward at 2.25 m/s², and upon engine failure, only gravity acts on it. To find the maximum height, the correct approach involves determining the rocket's velocity at 525 meters and then calculating how much further it ascends before gravity halts its motion. The final calculations suggest that the maximum height is approximately 646 meters, emphasizing the importance of precise calculations and avoiding rounding errors. Accurate application of motion equations is crucial for solving such physics problems effectively.
lase
Messages
22
Reaction score
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?
 
Physics news on Phys.org
lase said:

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?


Why are you integrating?
Just use equations of motion to find the speed where the rocket engines fail.
You then have an initial height, Initial velocity, final velocity and acceleration so you can find the maximum height reached.

v^2 = u^2 + 2as for velocity at height 525m

then again v^2 = u^2 + 2as to find how much further up the rocket goes. Don't forget to add this extra height to 525 to get the maximum height.
 
lase said:

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?

**Considering the rocket when it reaches the height of 525m.
Because upward acceleration is constant:

Vyf = Vyi + Ayt

**However to find Vyf you need to know the time it takes to reach 525m.
Yf = Yi + Vyi + 1/2Ayt2
[2(Yf)/Ay]1/2=t

Vyf = Ayt
Vyf= 48m/s

**now to find the addition height when the rockets fail
for linear motion

ads=vdv

a\intdy=v\intdv
**the upper and lower limits of integration for dy : Yf and 0
---------for convince we are saying setting the initial position to zero when the rocket has reached 525m in the sky
**the upper and lower limits of integration for dv : Vyi = 48m/s and Vyf = 0 ( because eventually gravity overtakes the rocket and discontinues upward displacement)

-9.81(Yf-0) = 0-(482/2)

Yf = -482/(-9.81*2) = 117m

hmax = 525m+117m = 642m

OR YOU CAN DO THIS:
The velocity of the rocket 48m/s when the engines fail.
At this point the rocket is experiencing downward acceleration due to gravity.
So you must find how much further will the rocket vertically displace before the rocket is completely over come by gravity and enters free fall.
So find the time it takes for the upward velocity to become zero when the rocket engines fail:

**find the time when the upward velocity is zero
**because the downward acceleration from gravity is constant

Vyf = Vyi -gyt
-Vyi/-g = t = 4.89s

Yf = Yi + Vyit - 1/2gt2
**vyi=48m/s
Yf=117m

hmax = 525m+117m = 642m
 
c03rcion said:
**Considering the rocket when it reaches the height of 525m.
Because upward acceleration is constant:

Vyf = Vyi + Ayt

**However to find Vyf you need to know the time it takes to reach 525m.
Yf = Yi + Vyi + 1/2Ayt2
[2(Yf)/Ay]1/2=t

Vyf = Ayt
Vyf= 48m/s

**now to find the addition height when the rockets fail
for linear motion

ads=vdv

a\intdy=v\intdv
**the upper and lower limits of integration for dy : Yf and 0
---------for convince we are saying setting the initial position to zero when the rocket has reached 525m in the sky
**the upper and lower limits of integration for dv : Vyi = 48m/s and Vyf = 0 ( because eventually gravity overtakes the rocket and discontinues upward displacement)

-9.81(Yf-0) = 0-(482/2)

Yf = -482/(-9.81*2) = 117m

hmax = 525m+117m = 642m

OR YOU CAN DO THIS:
The velocity of the rocket 48m/s when the engines fail.
At this point the rocket is experiencing downward acceleration due to gravity.
So you must find how much further will the rocket vertically displace before the rocket is completely over come by gravity and enters free fall.
So find the time it takes for the upward velocity to become zero when the rocket engines fail:

**find the time when the upward velocity is zero
**because the downward acceleration from gravity is constant

Vyf = Vyi -gyt
-Vyi/-g = t = 4.89s

Yf = Yi + Vyit - 1/2gt2
**vyi=48m/s
Yf=117m

hmax = 525m+117m = 642m

If you don't round off the figures on the way through, you will get 646 [ 645.53... actually]

There is a formula connecting Initial velocity, final velocity, acceleration and displacement

Vf^2 = Vi^2 + 2*acc*disp. [I know it as v^2 = u^2 + 2as]

That can be used to calculate how fast the rocket is going when it reaches a height of 525m while accelerating at 2.25

It can then be used to calculate how much further it travels starting at that speed, and slowing to zero with an acceleration of 9.8 down.

Add that distance to 525 and you have maximum height. BUT DON'T ROUND OFF ON THE WAY THROUGH THE CALCULATIONS. For the speed at 525m, don't even bother to take the square root - you only have to square it again when you sub into the next formula.
 
Just to point out an assumption you're making:

g isn't even a constant at the surface of the Earth. You're saying that at that height, g will still be the same as higher up, which isn't absolutely true. However, it's not too bad an approximation, and it will save you from some pretty confusing calculus.

Apart from that, you really only need one equation, the one stated by most people above me. v^2=u^2+2as (where v is final velocity, u is initial, a is acceleration and s is displacement)

For the first half, we're trying to find out how fast the rocket is going when it stops accelerating due to it's thrusters. v^2= 0+2(2.25*525)

Then with that answer, we know the maximum height will be when the rocket stops going upwards and starts to come back to Earth. So, we make v=0, a=g and u=the answer we get in the previous calculation, or the one previously called v^2:
0=(u^2) -2gs
s=(u^2)/2g

s will be the extra amount it goes, so add on 525 m and voila! Answer!

(I get 525m+128 (with lots of decimals), so about 653 metres)
 
Thank you all for the wonderful explanations, that really helped me :)
 
What you did wrong originally, was:
(1) tried to set the total displacement to zero, instead of the velocity to zero
(2) used the same variable, "t" , for two distinct intervals (powered and unpowered)
(3) goofed up with units, treating "½ g t" as a displacement ("t" with no square)

I'll wager that you did not diagram this scenario, and label the important features.
 
Surely one doesn't have to draw a diagram EVERY time! That would be an enormous waste of time!
 
Lobezno said:
Surely one doesn't have to draw a diagram EVERY time! That would be an enormous waste of time!

Some people are able to close their eyes and draw the diagram in their mind in about 1 or 2 seconds.
Most people need to draw a real diagram. 10 seconds of drawing to avoid 60 seconds of wondering what the heck to do, then waiting a few days for your post on Physics Forums to be answered completely.
 
Back
Top