sorry to repost (again) but I'm not understanding how to solve this:

A rocket is launched at an angle of 42◦ above the horizontal with an initial speed of 76 m/s. It moves for 9 s along its initial line of motion with an acceleration of 29 m/s^2. At this time
its engines fail and the rocket proceeds to move as a projectile.
The acceleration of gravity is 9.8 m/s^2.

a.) Find the maximum altitude reached by the rocket.
b.) What is its total time of flight?
c.) What is its horizontal range?

I know how to find these with constant acceleration (I think) but with the increasing acceleration I'm not sure.

Answers are:

a.) 3837.91 m
b.) 59.9965 s
c.) 14152.7 m

A tutor told me earlier I have to break this down into 2 parts: with increasing acceleration (engines on) and after (engines off) but I'm not sure how to do the first (engines on) part.

Thank you
Need to know how to solve, thank you.

double post, sorry.

Acceleration is not increasing with engines on. It is constant.

When the engines are on,

Y = 76 sin42 t + (1/2)(29 sin 42)t^2
X = 76 cos42 t + (1/2)(29 cos 42)t^2

Use t = 9 s to find out the location and speed at burnoout. Then write a new equation for the position after that. Assume the earth is flat and that g is constant. For a rocket designed to launch satellites or escape the earth, these are only approximations.

To solve this problem, we can break it down into two parts: the first part with the engines on, where the rocket is accelerating, and the second part with the engines off, where the rocket moves as a projectile under the influence of gravity alone.

Let's start with the first part:

1. To find the maximum altitude reached by the rocket, we need to determine the time it takes for the engines to fail. Since the rocket is moving with an initial acceleration of 29 m/s^2, we can use the equation of motion:

vf = vi + at

where vf is the final velocity, vi is the initial velocity, a is the acceleration, and t is the time. Here, vi = 76 m/s, a = 29 m/s^2, and we want to find t.

Rearrange the equation to solve for t:

t = (vf - vi) / a

Since the initial velocity is in the same direction as the acceleration, the final velocity at t = 9 s is given by:

vf = vi + at

Substituting the values, we get:

vf = 76 m/s + (29 m/s^2) * 9 s

2. After finding the final velocity at t = 9 s, we can use it to calculate the maximum altitude reached by the rocket. To do this, we can use the kinematic equation:

Δy = vi * t + (1/2) * a * t^2

where Δy is the change in altitude, vi is the initial velocity, a is the acceleration, and t is the time. Here, vi = 76 m/s, a = 29 m/s^2, and t is the time it takes for the engines to fail.

Substituting the values, we get:

Δy = (76 m/s) * t + (1/2) * (29 m/s^2) * t^2

3. The maximum altitude will occur when the vertical velocity of the rocket becomes zero. We can find the time at which this occurs by setting the vertical velocity equal to zero and solving for t:

vy = vi + a*t = 0

Solving for t:

t = -vi / a

Here, vi is the vertical component of the initial velocity. The vertical component can be calculated using the formula:

vi = v * sinθ

where v is the initial velocity magnitude (76 m/s) and θ is the launch angle (42°).

Substituting the values and calculating vi:

vi = (76 m/s) * sin(42°)

Now we can find the time t by substituting vi and a into the equation:

t = -vi / a

Once we have the value of t, we can substitute it back into the equation for Δy to find the maximum altitude reached by the rocket.

This completes the solution for part a of the problem.

For parts b and c, since the engines are off, the rocket moves as a projectile under the influence of gravity alone. We can treat this as a separate problem using the equations of projectile motion.

To solve parts b and c, we can use the following equations:

b.) To find the total time of flight, we can use the equation for the vertical component of motion:

Δy = viy * t + (1/2) * g * t^2

where Δy is the change in altitude (which is the same as the maximum altitude reached), viy is the vertical component of initial velocity, g is the acceleration due to gravity (9.8 m/s^2), and t is the time of flight.

Substituting the values and solving for t will give us the total time of flight.

c.) To find the horizontal range, we can use the horizontal component of motion, which is constant because there is no horizontal acceleration:

Range = vix * t

where vix is the horizontal component of initial velocity and t is the time of flight. The horizontal component of initial velocity, vix, can be calculated using the formula:

vix = v * cosθ

where v is the initial velocity magnitude (76 m/s) and θ is the launch angle (42°).

Substituting the values and solving for Range will give us the horizontal range.

I hope this explanation helps you understand how to solve the problem.