ToolHub

Car Jump Distance Calculator

Estimate horizontal jump distance, flight time, and max height for ramp launches using projectile motion equations.

Use Cases

  • • Vehicle stunt and simulation estimates
  • • Physics assignments on projectile motion
  • • Jump distance and clearance planning

Formulas Used

  • x = v cos(θ) * t
  • y = h + v sin(θ) * t - 0.5 g t²
  • h_max = h + v_y² / (2g)