Calculating Initial Speed of a Rocket Launch

AI Thread Summary
To calculate the initial speed of a rocket launched from a mountain 3.26 km high at an angle of 31.3° to land 9.37 km away, the key is to break down the motion into horizontal and vertical components. The vertical displacement equation incorporates gravity, while the horizontal displacement relates to time and initial velocity. By substituting time derived from the horizontal motion into the vertical motion equation, the initial speed can be determined. The final calculations yielded an initial speed of 257 m/s, which was confirmed as correct. This approach highlights the importance of separating the components of motion to simplify the problem-solving process.
Potato21
Messages
9
Reaction score
0

Homework Statement


A person wants to shoot a rocket off of a mountain 3.26 km high so that the rocket, when shot at 31.3° above the horizontal from the very top of the mountain, lands at the foot of the mountain 9.37 km (horizontal distance) away. What initial speed must the rocket have? (Assume that the only force acting on the rocket after it is blasted from the top of the mountain is gravity.)

Homework Equations



df=1/2at^2+v0t+di

The Attempt at a Solution



I honestly don't know where to start, I've tried a variation of things and got nowhere :/

I'm trying to create formulas with vy and vx as vi sin 31.3 and vi cos 31.2 but I end up with the y side needing to use the quadratic formual with a vi variable in it and then I don't know how to solve it. Compared to the other questions given that also seems absurdly difficult. help?
 
Last edited:
Physics news on Phys.org


firstly write down all the information the question gives you in component form, i.e. vertical,horizontal speed and acceleration, vertical horizontal displacements and also what you are required to find. Then find the relevant formula, your'e looking for s=ut +1/2at^2 with whatever symbols you use. The equation you gave seems to have one to many variables unless your teacher gave it to you for this specific case?
 


pat666 said:
firstly write down all the information the question gives you in component form, i.e. vertical,horizontal speed and acceleration, vertical horizontal displacements and also what you are required to find. Then find the relevant formula, your'e looking for s=ut +1/2at^2 with whatever symbols you use. The equation you gave seems to have one to many variables unless your teacher gave it to you for this specific case?

I wasn't given any equation :( its from my university's randomized homework question generator too so I can't ask any of my course-mates either. Their components end up as


y=-9.81/2t^2+visin31.3t+3250 and I'm looking for y=0m (converted from km)
x=vicos31.3t with x=9370m

I haven't found a way to solve it though
 


see you know range(R) so
R = t * v * cos(31.3)

from here you get a relation between time and velocity.

just substitute t in terms of velocity in the equation

y = v *sin(31.1)*t + 1/2 * g * t^2

Here you know y and g, only v is unknown...
Solve! :smile:
 


The legend said:
see you know range(R) so
R = t * v * cos(31.3)

from here you get a relation between time and velocity.

just substitute t in terms of velocity in the equation

y = v *sin(31.1)*t + 1/2 * g * t^2

Here you know y and g, only v is unknown...
Solve! :smile:

Does that range formula give show the range though when the landing position is not at the same height as the firing position?

EDIT:wait, yes it does, ALRIGHT! time to try this! I hope I don't have anything complicated in doing a quadratic formula though :S
 
Last edited:


Yep I agree completely, one interesting thing is that I got around 490m/s which is very fast but I suppose its a rocket and has a long way to go in 22.3 seconds.

Yous use crazy symbols though, what happened to conventional u,v and subscript i and j for relative direction.
 


I believe that what yous are calling range is the horizontal displacement? and yes it can be thought of as independent of the vertical displacement but it is dependent on the time (which is dependent on vertical displacement).
 


Alright, I ended up with 42.7s and then solving for initial speed I got 257m/s which the computer accepts as right. Thank you everyone! I was trying to solve for initial velocity in one go which made me solve the range horizontal displacement formula for initial speed instead of time making it needlessy complicated. The next question was what asked for the time though so I assumed I needed to find the initial speed first.
 


257m/s? wonder what I stuffed up.
 
  • #10


Potato21 said:
Alright, I ended up with 42.7s and then solving for initial speed I got 257m/s which the computer accepts as right. Thank you everyone! I was trying to solve for initial velocity in one go which made me solve the range horizontal displacement formula for initial speed instead of time making it needlessy complicated. The next question was what asked for the time though so I assumed I needed to find the initial speed first.

You can get the initial velocity in one go by using the equation

-y = v*sinθ*(x/v*cosθ) - 1/2*g*x^2/(v^2*cos^2θ)

-y = x*sinθ - 1/2*g*x^2/(v^2*cos^2θ)

Now solve for v.
 
Back
Top