A rocket, initially at rest on the ground, accelerates straight upward from rest with constant acceleration 58.8m/s^2 . The acceleration period lasts for time 8.00s until the fuel is exhausted. After that, the rocket is in free fall.

Find the maximum height y_max reached by the rocket. Ignore air resistance and assume a constant acceleration due to gravity equal to 9.8m/s^2

Im not sure what equations i should use to get started

The general equations of accelerated motion also apply to falling (or rising) bodies with the exception that the term "a" for acceleration is replaced by the term "g” for the acceleration due to gravity). This results in

....Vf = Vo + gt (the term “g” for acceleration due to gravity is assumed constant)
....d = Vo(t) + g(t^2)/2
....Vf^2 = Vo^2 + 2gd

As written, these expressions apply to falling bodies. The equations that apply to rising bodies are

.....Vf = Vo - gt (the term “g” for acceleration due to gravity is assumed constant)
.....d = Vo(t) - g(t^2)/2

.....Vf^2 = Vo^2 - 2gd

All of the above ignores surface friction.

To find the maximum height reached by the rocket, we can use the basic kinematic equations. Let's break the problem into two parts: the acceleration phase and the free fall phase.

Acceleration Phase:
During this phase, the rocket is accelerating upwards with a constant acceleration of 58.8 m/s^2. We can use the following kinematic equation to find the final velocity (v_f) during this phase:

v_f = v_i + a * t

where:
- v_f is the final velocity
- v_i is the initial velocity
- a is the acceleration
- t is the time duration of the acceleration phase

Since the rocket starts from rest (initially at rest on the ground), the initial velocity (v_i) is 0. We know that the acceleration phase lasts for 8.00 seconds, and the acceleration (a) is 58.8 m/s^2. Plugging in these values, we can find the final velocity (v_f) during the acceleration phase.

Free Fall Phase:
After the fuel is exhausted, the rocket enters the free fall phase. During this phase, the rocket is subject to only the acceleration due to gravity, which is 9.8 m/s^2. We can use the following kinematic equation to find the maximum height (y_max) reached during the free fall phase:

y_max = v_i * t + (1/2) * a * t^2

where:
- y_max is the maximum height reached
- v_i is the initial velocity
- t is the time of flight
- a is the acceleration (acceleration due to gravity in this case)

Since the rocket was at rest before the free fall phase, the initial velocity (v_i) is 0. We know that the time of flight (t) for the free fall phase is the same as the time duration of the acceleration phase, which is 8.00 seconds. The acceleration (a) in this case is -9.8 m/s^2 (negative due to the direction being opposite to the upward direction). Plugging in these values, we can find the maximum height (y_max) reached during the free fall phase.

To get the total maximum height reached by the rocket, we can add up the maximum heights reached during the acceleration and free fall phases:

total y_max = y_max_acceleration + y_max_free_fall

I hope this explanation helps! Let me know if you have any further questions.