Can someone help me find Delta Time for the first 150 meters of this question. Everytime I try and get it by using the quadratic formula I get two negative numbers which I don't think is right.

A model rocket is launched straight upward with an initial speed of 50.0m/s. It accelerates with a constant upward acceleration of 2.00 m/s^2 until its engine stops at an altitude of 150m.

a)What is the maximum height reached by the rocket?
b)When does the rocket reach maximum height?
c)How long is the rocket in the air?
d)With what speed does the rocket hit the ground when it crashes.

d=vo*t +1/2 2 t^2

150=50t +t^2
t^2+50t-150=0

t= (50 +-sqrt (2500+4*1*150)/2

= (50 +- 55.7)/2= a minute.

To find the delta time for the first 150 meters, we need to consider the motion of the rocket in two parts: the ascending part and the descending part.

First, let's find the time it takes for the rocket to reach its maximum height (part b) and the time it takes for the rocket to fall back down to an altitude of 150 meters (part c).

For part b, we can use the formula:
vf = vi + a*t
where
vf = final velocity (0 m/s when the rocket reaches maximum height)
vi = initial velocity (50.0 m/s)
a = acceleration (-2.00 m/s^2, as the rocket is decelerating)
t = time

Rearranging the equation, we have:
t = (vf - vi) / a

Plugging in the values, we get:
t = (0 - 50.0) / (-2.00)
t = 25.0 seconds

So, it takes 25.0 seconds for the rocket to reach its maximum height.

For part c, we can use the equation for displacement:
d = vi*t + (1/2)*a*t^2
where
d = displacement (150 meters)
t = time (unknown)
vi = initial velocity (50.0 m/s)
a = acceleration (-2.00 m/s^2)

Rearranging the equation, we have a quadratic equation:
(1/2)*a*t^2 + vi*t - d = 0

Plugging in the values, we get:
(1/2)*(-2.00)*t^2 + 50.0*t - 150 = 0

To solve the quadratic equation, we can use the quadratic formula:
t = (-b ± √(b^2 - 4ac)) / (2a)

Plugging in the values, we get:
t = (-(50.0) ± √((50.0)^2 - 4*(-2.00)*(-150))) / (2*(-2.00))

Simplifying further, we get:
t = (-(50.0) ± √(2500 + 1200)) / (-4.00)
t = (-(50.0) ± √(3700)) / (-4.00)

Calculating the square root:
t = (-50.0 ± 60.83) / (-4.00)

This gives us two possible values for t:
t1 = (-50.0 - 60.83) / (-4.00) ≈ 28.71 seconds
t2 = (-50.0 + 60.83) / (-4.00) ≈ -2.43 seconds

Since time cannot be negative in this context, we discard t2. Therefore, it takes approximately 28.71 seconds for the rocket to fall back down to an altitude of 150 meters.

Now, to find the delta time for the first 150 meters, we subtract the time it takes for the rocket to reach maximum height from the time it takes for the rocket to fall back down to 150 meters:
delta t = t2 - t1
delta t = 28.71 - 25.0
delta t ≈ 3.71 seconds

Therefore, the delta time for the first 150 meters is approximately 3.71 seconds.

Please note that this calculation assumes no air resistance and ignores any small variations due to rounding errors.