# Free Fall Calculator (h = ½gt²)

Compute distance, time, or final velocity for free fall from rest, given any one plus gravity

> Canonical page: https://elysiatools.com/en/tools/free-fall-calculator

- **Category:** Math & Numbers

- **Keywords:** free fall, gravity, acceleration, distance, time, velocity, drop, falling object, physics, mechanics, kinematics

## Overview

Free fall is motion under gravity alone, starting from rest (v₀ = 0).

Equations (given one of h, t, v — plus g — the other two follow):
- Distance:  h = ½ · g · t²
- Time:      t = √(2h/g)  =  v/g
- Velocity:  v = g · t     =  √(2gh)

Assumes no air resistance, uniform gravity. g defaults to 9.80665 m/s².

## Inputs

- **Solve For** (select)
- **Distance (h, m)** (number): leave blank when solving for distance
- **Time (t, s)** (number): leave blank when solving for time
- **Final Velocity (v, m/s)** (number): leave blank when solving for velocity
- **Gravity (g, m/s²)** (number): 9.80665 (Earth). Moon ≈ 1.62, Mars ≈ 3.71

## When to use

- When solving physics homework problems involving objects dropped from rest.
- When estimating the height of a structure by timing how long a dropped object takes to hit the ground.
- When calculating the impact velocity of a falling object on Earth or other celestial bodies with different gravity values.

## How it works

- Select the variable you want to solve for: Distance (h), Time (t), or Final Velocity (v).
- Enter the known value for one of the other parameters (distance in meters, time in seconds, or velocity in meters per second).
- Adjust the gravity constant if you are calculating for a body other than Earth (defaults to 9.80665 m/s²).
- Click calculate to compute the remaining values using the equations h = ½gt², t = √(2h/g), and v = gt.

## Use cases

- Physics students verifying kinematic homework solutions for dropped objects.
- Educators creating lesson plans and answer keys for introductory mechanics classes.
- Hobbyists estimating heights or drop times during outdoor activities like rock climbing.

## Frequently asked questions

### Does this calculator account for air resistance?

No, it assumes a pure vacuum where the only force acting on the object is gravity.

### Can I calculate free fall on the Moon or Mars?

Yes, you can change the gravity input field to 1.62 m/s² for the Moon or 3.71 m/s² for Mars.

### What is the default value used for gravity?

The calculator defaults to Earth's standard gravity, which is 9.80665 m/s².

### Can I input an initial velocity other than zero?

No, this calculator is designed specifically for free fall starting from rest where the initial velocity is zero.

### What units should I use for the inputs?

Use meters (m) for distance, seconds (s) for time, and meters per second (m/s) for velocity.

## Related tools

- [Buoyancy Calculator (Archimedes, F = ρ·V·g)](https://elysiatools.com/en/tools/buoyancy-calculator): Compute buoyant force, fluid density, or displaced volume from any two, with optional float/sink analysis
- [Density Calculator (ρ = m/V)](https://elysiatools.com/en/tools/density-calculator): Compute density, mass, or volume from the other two, with specific gravity and a float/sink check
- [Potential Energy Calculator (PE = mgh)](https://elysiatools.com/en/tools/potential-energy-calculator): Compute gravitational potential energy, mass, or height from the other two, with impact velocity
- [AHU Coil Capacity Calculator (Cooling / Heating)](https://elysiatools.com/en/tools/ahu-capacity-calculator): Compute the total, sensible, and latent capacity of an air-handling-unit (AHU) coil from the entering/leaving air state and the dry-air mass flow ṁ_da. Total capacity Qt = ṁ_da·(h1 − h2); sensible capacity Qs = ṁ_da·cp_ma·(T1 − T2) with cp_ma ≈ 1.006 + 1.86·W \[kJ/(kg da·K)\]; latent capacity Ql = Qt − Qs; Sensible Heat Ratio SHR = Qs / Qt. Each state is described by dry-bulb T plus one humidity input (relative humidity φ, or humidity ratio W); W is derived from the Magnus saturation fit when RH is supplied, and enthalpy h = 1.006·T + W·(2501 + 1.86·T) \[kJ/kg da\]. Signed result — works for cooling or heating coils.
- [Bulk Density & Porosity Calculator](https://elysiatools.com/en/tools/bulk-density-calculator): Bulk density and porosity for granular or porous materials. Three-way solver: pick the unknown (ρ_bulk, m, or V) and supply the other two. ρ_bulk = m/V_bulk. Optionally enter the true particle density ρ_true to compute porosity ε = 1 − ρ_bulk/ρ_true, plus relative density against water. SI units (kg, m³, kg/m³).
- [Force Unit Converter (Extended: N / kN / dyn / lbf / kgf / poundal)](https://elysiatools.com/en/tools/force-unit-converter-extended): Convert force between newton (N, SI base), kilonewton (kN), dyne (dyn, CGS = 10⁻⁵ N), pound-force (lbf = 4.4482216152605 N), kilogram-force (kgf = 9.80665 N), and poundal (pdl = 0.138254954376 N). All factors derive from the exact defining constants 1 lb = 0.45359237 kg, 1 ft = 0.3048 m, and standard gravity g₀ = 9.80665 m/s². Converts via newton to the target unit and lists the equivalent value in all six units. Reference: 1 kg of mass on Earth ≈ 9.80665 N (1 kgf); an adult weighs ≈ 700 N.
- [Hardness Converter (HB / HV / HRC / HRB)](https://elysiatools.com/en/tools/hardness-converter): Convert between Brinell (HB), Vickers (HV), and Rockwell (HRC / HRB) hardness via ASTM E140 tabulated data with linear interpolation. Three material classes: carbon/alloy steel (HV 100–960), austenitic stainless (HV 100–600), and cartridge brass (HV 40–200). Any input scale produces all the others; a scale that does not apply in the current hardness band returns 'out of range'. Indicative only — not for acceptance testing per ASTM E140.
- [Pipe Pressure Drop Calculator (Darcy-Weisbach)](https://elysiatools.com/en/tools/pipe-pressure-drop-darcy): Compute the Darcy-Weisbach major (friction) pressure drop in a straight pipe: ΔP = f·(L/D)·(ρ·v²/2) Pa and head loss h_f = f·(L/D)·v²/(2g) m. The user supplies the Darcy friction factor f (not the Fanning factor). Length in m/km/ft, diameter in m/cm/mm/inch, density in kg/m³/g/cm³/lb/ft³ — all normalised to SI internally. Returns ΔP in Pa, kPa and bar, and head loss in m and ft. Gravity defaults to 9.81 m/s² and may be overridden.

## Samples

- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [macOS Image Processing Objective-C Samples](https://elysiatools.com/en/samples/macos-image-processing-objectivec): macOS Objective-C image processing examples including image reading/saving, image scaling, and format conversion

## Related content

- [Physics Classroom and Lab Calculators](https://elysiatools.com/en/hubs/physics-classroom-and-lab-calculators): Compare force, energy, motion, buoyancy, pressure, wave, decibel, and measurement-precision tools in one focused physics study and lab workflow hub.
- [Audio Encoding and Format Conversion Tools](https://elysiatools.com/en/hubs/audio-convert): Compare audio format conversion, bitrate changes, sample-rate conversion, codec swaps, and export tools in one hub for delivery and archive workflows.
- [Image Format Conversion and Animated Export Tools](https://elysiatools.com/en/hubs/image-convert): Compare image format converters for JPG, PNG, GIF, AVIF, WebP, TIFF, ICO, base64, and animation-friendly exports in one hub.
- [JSON Interchange and Format Translation Tools](https://elysiatools.com/en/hubs/json-convert): Compare JSON conversion tools for CSV, YAML, TOML, GraphQL, XML, Markdown, Excel, BSON, EDN, and related structured formats in one hub.
