Projectile Motion: Solving for Horizontal Displacement from a 200m Cliff

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
5 replies · 3K views
jlm342000
Messages
3
Reaction score
0

Homework Statement



A projectile is fired into the air from the top of a 200 m cliff above a valley as shown in the figure. Its initial velocity is 60 m/s above the horizontal. Where does the projectile land?




Homework Equations



x=60cos60 t

set the next equation equal to zero and solve for t:

-200=60sin60t-1/2(-9.81)(t)^2

The Attempt at a Solution



I solved for t so I could find horizontal displacement, ended up with the following quadratic but end up with a negative number inside square root.
4.9t^2+52t+200=0 I know my mistake is probably obvious but I can't see it, help appreciated.
 
Physics news on Phys.org
The equation is displacement=v0t+(1/2)at^2. You have to choose one direction as positive and write all quantities according to that convention. If you do that, you'll end up with only one negative, as rl said.
 
rl.bhat said:
-200=60sin60t-1/2(-9.81)(t)^2
In the equation you have to use only one negative.

But isn't gravity negative? So don't I plug a negative value here?
 
No, you always use the equation:

displacement=v0t+(1/2)at^2

If you choose "up" as positive, then displacement would be -200, which you have. v0 would be vsin(60), which you also have. a would be -9.8 m/s^2, since gravity acts downwards. Leave the positive sign in front of 1/2 alone; that can never change.