New Reply

Projectile: know only launch velocity, max height, and distance

 
Share Thread Thread Tools
Aug20-12, 11:44 AM   #1
 

Projectile: know only launch velocity, max height, and distance


Suppose you know only these three things about a launched projectile:

- Initial launch velocity (magnitude only, not direction)
- Maximum height reached
- Horizontal distance traveled before hitting the ground

Is it possible to find the initial height, launch angle, and airtime of this projectile (assuming that the initial launch height may or may not be at ground level)?
PhysOrg.com
PhysOrg
physics news on PhysOrg.com

>> A quantum simulator for magnetic materials
>> Atomic-scale investigations solve key puzzle of LED efficiency
>> Error sought & found: State-of-the-art measurement technique optimised
Aug20-12, 12:36 PM   #2
 
Yes it is possible. You could use a variation of the method I suggested in a similar thread you started.
Aug20-12, 03:22 PM   #3
 
I did what you said, and the good news is that I came up with the following equation:

[itex]\frac{d^{2}g}{4H - 2h + 4\sqrt{H(H-h)}} = v^{2} - 2gH + 2gh[/itex]

The bad news is that I need to solve for the initial height, [itex]h[/itex] in terms of all the other variables, and there seems to be no easy way to make things work. I tried assigning the term [itex]r = H-h[/itex], but it's still a huge pain to solve
Aug21-12, 12:05 AM   #4
 

Projectile: know only launch velocity, max height, and distance


If you are willing to assume initial launch height is zero or negligibly small...

θ=(1/2)arcsin(g*x_max/v^2)
=arcsin[sqrt(2*g*y_max)/v]

t_flight=2*sqrt[2*y_max/g]

Otherwise it's ugly. I see mathematics as both an enabler and a disabler, in your problem it is definitely the latter :(
Aug21-12, 10:53 AM   #5
 
The equation I get is [tex]\frac {a} {\sqrt {b - z}} - \sqrt {z} - 1 = 0[/tex] where [tex]a = \frac {d} {2H}[/tex][tex]b = \frac {v^2} {2gH}[/tex][tex]z = 1 - \frac h H[/tex] This can be solved numerically. Or, after some more massage, it could be converted into a quartic equation that could be solved by Ferrari's method, or numerically. The latter is bit tricky, because the quartic has four roots, but there is only one physical solution. The physical solution has these properties: [itex] z \ge 0 [/itex] (because [itex]h \le H[/itex]) and [itex]z \lt b [/itex] (because initial kinetic energy must be greater than required for purely vertical motion from [itex]h[/itex] to [itex]H[/itex]). Note also that not all combinations of parameters admit a solution.
Aug21-12, 04:32 PM   #6
 
What are d, H, and h? I don't see where you said this.
Aug22-12, 12:47 AM   #7
 
Distance traveled, max height, launch height.
New Reply

Tags
angle, distance, height, projectile, velocity
Thread Tools


Similar Threads for: Projectile: know only launch velocity, max height, and distance
Thread Forum Replies
Solving a Projectile given only the initial height, maximum height, & horiz distance Classical Physics 9
Initial velocity to launch a projectile to a given destination at a different height. Introductory Physics Homework 2
Projectile launch at elevated height on angle Introductory Physics Homework 4
Projectile motion- initial velocity and launch angle Introductory Physics Homework 17
Equation relating launch velocity to distance pulled back. Introductory Physics Homework 2