How do I solve for time in seconds?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
rash219
Messages
22
Reaction score
0
Motion in 2D! Help

Homework Statement



A stone is thrown upwards from the top of a building at an angle of 30 degree to the horizontal and with an initial speed of 20 m/s. The point of release is 45 m above the ground. (a) How long does it take the stone to hit the ground?

2. Homework Equations Solved

Vo = 20 m/s
Voy = Vo*Sin[tex]\theta[/tex] => 10.0 m/s
A = -g => -9.8 m/s^2

[tex]\Delta[/tex]y = Voy*t - 1/2(g)(t)^2

The Attempt at a Solution



I solved all the required equations as seen above to solve the equation but i need to find time in seconds and i don't know how ? HELPPPPP

[tex]\Delta[/tex]y = Voy*t - 1/2(g)(t)^2
-45m = (10m/s)t - (0.5)(9.8m/s^2)(t^2)
 
Physics news on Phys.org
You have to use the quadratic formula.

t= [-b +/- (b^2 - 4ac)^(1/2)] / (2a)

This corresponds to an equation in the form of 0 = at^2 + bt + (some constant, in your case 45 since you would add it from the left to the right side of the equation.)

When you solve for t, you'll get two answers since you must do both plus and minus. If one of the two is negative, that is not the answer. Use the positive time.
 
Last edited:
Thanks got the answer !