You jump from the end of a diving board that is 3 meters above the water. You spring upward from the end of the board with an initial velocity of 5 m/s. How long are you in the air? What is the speed as you hit the water? I need to know the steps in solving the problem. Thanks!

You can do this in various ways. One would be to solve the equation for height y (above the pool) vs. time, for when time t when y = 0

y = 3 + 5 t - (g/2) t^2 = 0

where g = 9.8 m/s^2 is the acceleration of gravity.
This quadratic equation will have two roots. Take the one that is positive. (t>0)

Another way to get the answer is to compute how high the diver gets (ymax), and then add the time spend going up (from y=3m to ymax) and the time spend coming back down to y=0

The time t1 spent going up is given by
g*t1 = 5
t1 = 0.51 s
The maximum height attained is
ymax = 3 + (2.5 m/s)(0.51) = 4.28 m
The time t2 that it takes to come back down from that height is given by
ymax = (g/2) t2^2
t2 = sqrt [2*ymax/g] = 0.93 s
The total time in the air is 0.51 + 0.93 s.

I can't seem to make the quadratic equation work when i put in that equation...help!

I gave you two ways to do the problem. They should give the same answer.

y = -4.9 t^2 + 5t +3 = 0

t = [-5 - sqrt(25 + 4*4.9*3)]/-2(4.9)
= (5 + sqrt83.8)/9.8
= 1.44 s

That agrees with my 0.51 + 0.93 = 1.44 s answer

Note that I only took the - sign in the +/- (b^2 - 4ac) term of the quadratic equation. The other term would have given me a meaningless negative answer for t.

To find out how long you are in the air, we can use the equation of motion for vertical motion:

h = vt + (1/2)gt^2

where h is the height, v is the initial velocity, g is the acceleration due to gravity (approximately -9.8 m/s^2), and t is the time.

Given that the initial height (h) is 3 meters and the initial velocity (v) is 5 m/s, we need to find the time (t).

1. Write down the equation for vertical motion: h = vt + (1/2)gt^2.
2. Plug in the values: 3 = 5t + (1/2)(-9.8)t^2.
3. Rearrange the equation to form a quadratic equation: -4.9t^2 + 5t + 3 = 0.
4. Solve the quadratic equation using the quadratic formula or factoring. In this case, you can use the quadratic formula:
t = (-b ± √(b^2 - 4ac)) / (2a),
where a = -4.9, b = 5, and c = 3.
Calculate t using this formula.

Once you have t, you can determine the speed at which you hit the water. However, it's important to note that there are two possible solutions for t (one positive and one negative), but since time cannot be negative, you will discard the negative solution.

5. Calculate the speed at which you hit the water using the equation for velocity: v = u + gt,
where u is the initial velocity (5 m/s) and g is the acceleration due to gravity (-9.8 m/s^2).
Plug in the values and calculate the speed.

By following these steps, you should be able to determine how long you are in the air and the speed at which you hit the water.