Projectile Motion from a Cliff: Solving for Initial Velocity and Launch Angle

  • Thread starter Thread starter pkc111
  • Start date Start date
  • Tags Tags
    Projectile
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
4 replies · 2K views
pkc111
Messages
224
Reaction score
26

Homework Statement


A projectile fired up into the air from the top of a 75m high cliff hits the ground 500m out from the base.
Calculate the initial launch velocity (U), and launch angle (theta) of the projectile.


Homework Equations


1) v=u+at
2) v2=u2 +2as
3) s=ut+0.5at2


The Attempt at a Solution


Consider up to be positive direction.
Consider vertical component (y component) of motion for entire flight:
a=-9.8 m/s2
s=-75m
uy=Usin(theta)

Sub into Eqn 3:
-75=Usin(theta)t+0.5(-9.8)t2 #EQN A

Consider horizontal component (x component) of motion for entire flight:
a=0
s=500m
ux=ucos(theta)

Sub into Eqn 3:
500=ucos(theta)t #EQN B


Now comes the problem... I have created 2 equations (A,B), but with 3 unknowns (u, theta,t). I think I need another equation ?

This is REALLY bugging me, please help.
Thanks very much.
 
Physics news on Phys.org
OK thanks, but the book gives the answer as 65m/s at an angle of 40degrees to the horizontal.
Could it be that I need to create another equation from my data ??

Thanks
 
As I said earlier, there are pairs of angles and initial speeds that give the same numbers. The numbers that are given by the problem do not uniquely define a solution. Try this:

Assume that the angle is 40o and that the initial speed is 65 m/s.
Solve your EQN B for the time of flight.
Plug the numbers in the right side of EQN A; you should get -75 m.

Now repeat but with an angle of 60o and initial speed 72.15 m/s and see what you get.

The answer to this problem is not unique unless some other quantity is given to remove the ambiguity. You have created all the equations that can be created from what is given. To get another equation, you need more data.
 
Thanks kuruman I see your point.