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

Matthew_S
Messages
6
Reaction score
0
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)?
 
Yes it is possible. You could use a variation of the method I suggested in a similar thread you started.
 
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
 
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 :(
 
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.
 
What are d, H, and h? I don't see where you said this.
 
Last edited:
Distance traveled, max height, launch height.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 9 ·
Replies
9
Views
16K
  • · Replies 25 ·
Replies
25
Views
5K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
14
Views
3K