At what angle of projectile, is the Range of Projectile ( R ) and Height of Projectile ( H ) at highest point the same?
Details and Assumptions:
Neglect air resistance.
Enter your answer in degrees, to two decimal places.
Difficulty: Small, but pointy † † † † †
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
R = g u 2 sin 2 θ = g 2 u 2 sin θ cos θ H = 2 g u 2 sin 2 θ
Given,
R = H g 2 u 2 sin θ cos θ = 2 g u 2 sin 2 θ g 2 u 2 sin θ cos θ = 2 g u 2 sin θ sin θ ⟹ tan θ = 4 ⟹ θ ≈ 7 5 . 9 6
\r I like cheese 1+1=2
@Vinayak Srivastava Toughest problem of mechanics I have ever seen. Thanks
Log in to reply
LOL its one of the easiest. I will post tougher ones when I will study tougher things.
Log in to reply
He's being sarcastic. Lil Doug here is an IIT champ; he's basically a god in physics.
Log in to reply
@Krishna Karthik – I know, this is easy, and I know, he is god in physics. I have seen him solving some problems I can't imagine.
Log in to reply
@Vinayak Srivastava – Yeah; Neeraj is only 17; he's doing JEE and shit. Child prodigy type for sure.
Log in to reply
@Krishna Karthik – Neeraj profile please
Log in to reply
@Srijan Singh – Neeraj changed his profile name to "Lil Doug". The reason for this is kind of an inside joke between me, him, and Steven Chase.
@Vinayak Srivastava – You're pretty good at math too btw. Nice bro
Oi Dougy I've posted a trial and error MATLAB solution above. Have fun running the code :)
Problem Loading...
Note Loading...
Set Loading...
Here's another numerical solution since the one below is pretty conventional.
I have coded in arbitrary values of initial velocity, the value of g , and a value of θ which is modified.
What I have done is modify the values of theta so that the values of the range of projectile and maximum height approach each other.
I have put some logic at the end of my code to assist with the trial and error and to guide you on whether to increase or decrease the value of θ .
Try the code yourself if you have MATLAB. In fact, I got the value below (which is extremely accurate) just by trial-and-erroring for 1 minute.
Below are python and matlab codes.
*Here's a python version: *