Not sure if this would be a good place to ask for some Physics help.
"A hoodlum throws a stone vertically downward with an initial speed v0 from the roof of a building, a height h above the ground.
(a) How long does it take the stone to reach the ground?
(b) What is the speed of the stone at impact? Give your answers in terms of the given variables and g."
I'm completely lost on this question and this course so far in general. The only reason I've gotten to all but 4 problems done on my Wileyplus homework would be thanks to finding stuff on google to help me solve the problems. All I know is acceleration is g in this free fall case and that's 9.8.
I'm not sure if you're in high school or university, but here we go. If you're in university, do the integration. If you're in high school, you should have these formulas as given:
Given: acceleration = g (9.8 m/s^2)
Integrate with respect to time: Velocity = gt + c (c in this case = v_0)
Integrate against with respect to time: Distance = 1/2 gt^2 + ct + d (d in this case = distance at time 0, which is 0 in this case)
Let's say, for example, the building is 9.8 m high. Let's say the guy just lets the rock drop, so you have v_0 = 0.
At time 0, the stone is at d=0 (the top of the building). The speed is 0. Acceleration is constant, it's g.
At time 1, the stone is at 1/2(g) = 4.8m.
When does it get to 9.8m?
9.8 = 1/2 gt^2 + 0(t)
We can drop the last term
9.8/(1/2) = gt^2
t^2 = 19.6/g = 2
t = sqrt(2) seconds
How fast is it going?
Velocity at time t = gt + 0 = gt = 9.8t = 13.85 m/s
Okay, now let's just let the building be h high:
h = 1/2 gt^2 + 0(t)
2h = gt^2 + 0(t)
t^2 = 2h/g
t = sqrt(2h/g)
How fast is it going?
Velocity at time t = gt + 0 = g*sqrt(2h/g) = 9.8sqrt(2h/9.8) = sqrt(9.8) * sqrt(2h)
Okay, now let's let v_0 be non-zero:
h = 1/2 gt^2 + v_0*t
h = 4.9 t^2 + v_0 t
-4.9t^2 + v_0t + h = 0
Quadratic formula to the equation; it will equal when t is either of the following values:
t = v_0 +- sqrt(v_0^2 + 19.6h)/9.8
Discard the negative solution because negative time isn't real
t = v_0 + sqrt(v_0^2 + 19.6h)/9.8
How fast is it going?
Velocity at time t = gt = 9.8t = 9.8(v_0 + sqrt(v_0^2 + 19.6h)/9.8
As Kieli notes, make sure your directional units are consistent. Here I make acceleration position and distance positive for simplicity's sake but it's more conventional to make acceleration -9.8m/s^2 and solve when distance is -h.