PDA

View Full Version : Hard Projectile Problem


hippolyta2078795
Jun27-06, 03:57 PM
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

Doc Al
Jun27-06, 04:07 PM
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.

hippolyta2078795
Jun27-06, 06:13 PM
still stuck. How do I combine them. It is not ideal parabolic motion because it doesn't start at the origin.

arildno
Jun27-06, 06:17 PM
It certainly is an exact parabolic trajectory!

hippolyta2078795
Jun27-06, 06:37 PM
I mean that it is not ideal because it does not start at the origin.

Kurdt
Jun27-06, 06:58 PM
What are your equations of motion and what have you tried to eliminate one of the variables?

hippolyta2078795
Jun27-06, 07:09 PM
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.

Kurdt
Jun27-06, 07:44 PM
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.

pallidin
Jun27-06, 08:37 PM
"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.

arildno
Jun28-06, 04:13 AM
Besides, there were those pesky Indians about, then, weren't they?

nrqed
Jun28-06, 05:20 AM
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

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)

andrevdh
Jun29-06, 01:41 PM
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 travelled 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.