Finding a rocket's speed at height h

  • Thread starter Thread starter meghanflowers
  • Start date Start date
  • Tags Tags
    Height Speed
Click For Summary
The discussion focuses on calculating a rocket's final speed at height h, starting from rest with thrust Fthrust. The initial approach incorrectly neglects gravitational acceleration, leading to an incomplete equation for net force. The correct formula should incorporate both thrust and gravitational force, as the rocket's acceleration is affected by gravity. Additionally, the change in mass of the rocket during ascent is not accounted for, which is crucial for accurate calculations. Overall, including gravitational acceleration and considering mass changes are essential for deriving the correct expression for the rocket's speed.
meghanflowers
Messages
1
Reaction score
0
Homework Statement
A rocket of mass m is launched straight up with thrust Fthrust.
Find an expression for the rocket's speed at height h if air resistance is neglected.
Express your answer in terms of the variables Fthrust , m , h , and appropriate constants.
Relevant Equations
vfs^2=vis^2+2Δs
a=F/m
I substituted 0 for vi, as the rocket is initially stopped.
I am looking for Vf.
So:
Vf^2=0+2asΔs
Vf^2=2asΔs

I then substituted a=Fthrust/m

So:
Vf^2=2(Fthrust/m)Δs
Δs at any given moment equals h so I substituted h for Δs.
Then took the square root of both sides.
Vf=sqrt(2h(Fthrust/m))

It says it is wrong, and that the correct answer includes the gravitational acceleration constant(g).
I am really stuck. Thanks for helping!
 
Physics news on Phys.org
Welcome to PF. :smile:

It does look like you have not included the downward force due to gravity in your net force equation. Can you try including it?

Also, see the LaTeX Guide link below the Edit window to learn how best to post math equations at PF. :smile:
 
meghanflowers said:
Homework Statement:: A rocket of mass m is launched straight up with thrust Fthrust.
Find an expression for the rocket's speed at height h if air resistance is neglected.
Express your answer in terms of the variables Fthrust , m , h , and appropriate constants.
Relevant Equations:: vfs^2=vis^2+2Δs
a=F/m

I substituted 0 for vi, as the rocket is initially stopped.
I am looking for Vf.
So:
Vf^2=0+2asΔs
Vf^2=2asΔs

I then substituted a=Fthrust/m

So:
Vf^2=2(Fthrust/m)Δs
Δs at any given moment equals h so I substituted h for Δs.
Then took the square root of both sides.
Vf=sqrt(2h(Fthrust/m))

It says it is wrong, and that the correct answer includes the gravitational acceleration constant(g).
I am really stuck. Thanks for helping!
Big hint: Start by sketching a Free Body Diagram of the rocket.

-Dan
 
This is also ignoring the change in mass of the rocket as it ascends.
 
Thread 'Chain falling out of a horizontal tube onto a table'
My attempt: Initial total M.E = PE of hanging part + PE of part of chain in the tube. I've considered the table as to be at zero of PE. PE of hanging part = ##\frac{1}{2} \frac{m}{l}gh^{2}##. PE of part in the tube = ##\frac{m}{l}(l - h)gh##. Final ME = ##\frac{1}{2}\frac{m}{l}gh^{2}## + ##\frac{1}{2}\frac{m}{l}hv^{2}##. Since Initial ME = Final ME. Therefore, ##\frac{1}{2}\frac{m}{l}hv^{2}## = ##\frac{m}{l}(l-h)gh##. Solving this gives: ## v = \sqrt{2g(l-h)}##. But the answer in the book...