Maximum height of body thrown at angle to horizon¶
The maximum height of a projectile above its launch position is a function of the vertical component of the initial velocity, the angle between the initial velocity and the horizon, and the magnitude of the free fall acceleration.
Notation:
(g
) isacceleration_due_to_gravity
.
Conditions:
, i.e. the vector of initial velocity must have a non-zero component that is antiparallel to the vector of free fall acceleration .The height is measured with respect to the horizontal plane where the projectile was located at initial time.
Links:
- Symbol:
h
- Latex:
- Dimension:
length
- Symbol:
v_0
- Latex:
- Dimension:
velocity
- Symbol:
phi
- Latex:
- Dimension:
angle
- law¶
h = v_0^2 * sin(phi)^2 / (2 * g)
- Latex: