An object is fired from a cliff 50m high, at an initial velocity of 100 m/s at an unknown angle. You have to find the angle required to fire the object to a bucket 10m away that is 2m tall.
I have tried to solve it but I just seem to be going in circles. I think there are too many variables. My teacher gave the skeleton of the question and I just imputed values to see if I could solve it. Is it actually possible to solve this question with the information given?
Let, $\theta$ be the angle of projection with horizontal line then we have horizontal component $100\cos \theta$ & vertical component $100\sin \theta$ of velocity $100$ m/sec.
Let the $t$ be the time to hit the object then horizontal range $$=(100\cos \theta)(t)=100t\cos \theta$$ $$\implies 100t\cos \theta=10$$ $$t=\frac{1}{10\cos \theta}$$ In the same time $t$ projectile covers net $50-2=48\ m$ vetical height then we have $$h=u\sin \theta+\frac{1}{2}gt^2$$ Substituting the corresponding values we get $$48=-100\sin \theta+\frac{1}{2}(9.81)\left(\frac{1}{10\cos \theta}\right)^2$$ Can you proceed to solve for $\theta$?