Length Contraction Calculator Formula
Understand the math behind the length contraction calculator. Each variable explained with a worked example.
Formulas Used
Contracted Length
contracted_length = proper_length * sqrt(1 - pow(velocity, 2) / pow(2.998e8, 2))Length Reduction (%)
contraction_pct = (1 - sqrt(1 - pow(velocity, 2) / pow(2.998e8, 2))) * 100Variables
| Variable | Description | Default |
|---|---|---|
proper_length | Proper Length (L0)(m) | 100 |
velocity | Velocity(m/s) | 269800000 |
How It Works
Lorentz Length Contraction
Objects moving at relativistic speeds appear shorter in the direction of motion.
Formula
L = L0 * sqrt(1 - v^2/c^2) = L0 / gamma
Contraction occurs only along the direction of motion. Transverse dimensions are unaffected.
Worked Example
A 100 m spaceship at 0.9c.
proper_length = 100velocity = 269800000
- 01beta = 0.9, gamma = 2.294
- 02L = L0 / gamma = 100 / 2.294
- 03L = 43.59 m
- 04The ship appears 56.4% shorter.
Ready to run the numbers?
Open Length Contraction Calculator