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

  • Thread starter Thread starter hippolyta2078795
  • Start date Start date
  • Tags Tags
    Hard Projectile
AI Thread Summary
The discussion centers on calculating the optimal launch angle for maximizing the distance a silver dollar could be thrown, referencing George Washington's purported throw across the Potomac River. Participants explore the equations of motion, emphasizing the need to eliminate time as a variable to express horizontal distance solely as a function of angle. They suggest rewriting time from the horizontal motion equation and substituting it into the vertical motion equation to simplify the problem. Concerns are raised about the feasibility of the throw, with some skepticism regarding the historical claim. Ultimately, the goal is to determine the launch angle that maximizes the distance traveled.
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.
 
It certainly is an exact parabolic trajectory!
 
I mean that it is not ideal because it does not start at the origin.
 
What are your equations of motion and what have you tried to eliminate one of the variables?
 
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.
 
  • #10
Besides, there were those pesky Indians about, then, weren't they?
 
  • #11
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, t = {x_f \over v_i cos \theta} whre x_f represents the final x position. So
<br /> 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}

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