抛体最大高度计算器公式

## 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**.

计算示例

A ball is launched at 30 m/s at 60 degrees.

  1. H = v² * sin²(theta) / (2g)
  2. H = 900 * sin²(60°) / (2 * 9.81)
  3. H = 900 * 0.75 / 19.62
  4. H = 675 / 19.62
  5. H = 34.40 m