Finding Values for Thrown Stone from 45m Building

  • Thread starter Thread starter aquapod17
  • Start date Start date
  • Tags Tags
    Building
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
1 reply · 2K views
aquapod17
Messages
11
Reaction score
0

Homework Statement


Suppose a stone is thrown from a 45.0 m tall building at an angle 26.0° below the horizontal. If it strikes the ground 30.3 m away, find the following values. (a) time of flight
__________s

(b) initial speed
_________ m/s

(c) speed and angle of the velocity vector with respect to the horizontal at impact
_________m/s ______°


Homework Equations


vix = vicostheta
viy = visintheta

dx = vxt
d = vit + 1/2at2


The Attempt at a Solution


I tried to find vix and viy in terms of vi and then used dx = vxt to get t as 30.0m/.899vi but I don't know if (1) I'm doing it right and (2) where to go from here.
 
Physics news on Phys.org
You should get 2 equations:

30.3 = V*Cosθ * t

45 = V*Sinθ * t + 1/2 * g* t2

V * t = 30.3/Cosθ

==> 45 = Sinθ * (30.3/Cosθ ) + 1/2*g*t2

1/2*g*t2 + 30.3*Tanθ - 45 = 0

Solve the quadratic for t and then figure V from either equation.

For final velocity Vfy = V*Sinθ + g*t Your Vfx is still V*Cosθ so you should be done.