Projectile Height Rechner — Formel
## Maximum Projectile Height
The peak altitude of a projectile depends on the vertical component of its launch velocity.
### Formula
**H = v² * sin²(theta) / (2 * g)**
The time to reach the peak is **t_peak = v * sin(theta) / g**.
The peak altitude of a projectile depends on the vertical component of its launch velocity.
### Formula
**H = v² * sin²(theta) / (2 * g)**
The time to reach the peak is **t_peak = v * sin(theta) / g**.
Lösungsbeispiel
A ball is launched at 30 m/s at 60 degrees.
- H = v² * sin²(theta) / (2g)
- H = 900 * sin²(60°) / (2 * 9.81)
- H = 900 * 0.75 / 19.62
- H = 675 / 19.62
- H = 34.40 m