How can I find the optimal launch angle for maximum distance?

  • Thread starter Thread starter hippolyta2078795
  • Start date Start date
  • Tags Tags
    Hard Projectile
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
11 replies · 4K views
hippolyta2078795
Messages
12
Reaction score
0
George Washington, first President of the United States of America, is purported to have thrown a silver dollar across the Potomac River from the lawn of his home in Mt. Vernon...The Potomac is approximately 5280ft across at that point. Washington was 6foot2 and threw the coin at an initial velocity of 80 miles/hr.

What is the farthest distance Washington could have thrown the coin?
What angle was the coin thrown at to achieve this distance.
What was the height of the coins' trajectory at its highest point?
How long was the coin in flight?

I know how to optimize, but how do I maximize the function accounting for the fact that there are two unknowns. Time and angle.

Thanks
 
Physics news on Phys.org
Realize that you have two equations: one for horizontal, one for vertical. Combine them to eliminate time and get horizontal distance as a function of angle only.
 
still stuck. How do I combine them. It is not ideal parabolic motion because it doesn't start at the origin.
 
I mean that it is not ideal because it does not start at the origin.
 
x(t)=117.3cos(a)t
y(t)=6.167 + 117.3sin(a)t -16t^2
Distance is in feet. Time is in seconds.

I've tried to eliminate variables but I have only yielded new variables.
 
There should be no new variables! Try rewriting t from the x equation and subbing it into the y equation. Its also much easier if you stick to symbols and plug the numbers in at the end.
 
"George Washington, first President of the United States of America, is purported to have thrown a silver dollar across the Potomac River from the lawn of his home in Mt. Vernon...The Potomac is approximately 5280ft across at that point. Washington was 6foot2 and threw the coin at an initial velocity of 80 miles/hr."

Ok, maybe it's just me, but this sounds absurd. I just can't see how a man can throw a silver dollar 1-mile. Nope, don't believe it.
 
hippolyta2078795 said:
x(t)=117.3cos(a)t
y(t)=6.167 + 117.3sin(a)t -16t^2
Distance is in feet. Time is in seconds.

I've tried to eliminate variables but I have only yielded new variables.
From the x equation, [tex]t = {x_f \over v_i cos \theta}[/tex] whre x_f represents the final x position. So
[tex] y_f = y_ i + v_i sin \theta { x_f \over v_i cos \theta} - {1 \over 2} g {x_f^2 \over v_i^2 cos^2 \theta}[/tex]

This can obviously be simplified (in particular, the relation [itex]sec^2 \theta = 1 + tan^2 \theta[/itex] allows you to rewrite everything in terms of tan theta)
 
in nrged's equation both [tex]y_f,\ y_i, v_i[/tex] are known quantities. The only unknowns are [tex]x,\ \theta[/tex]. Now we know the x distance traveled is a funtion of the launch angle. We want to know for what launch angle [tex]x[/tex] will be a maximum. Which means that for [tex]\frac{dx}{d\theta}=0[/tex].