Lorentz Factor Calculator Formula
Understand the math behind the lorentz factor calculator. Each variable explained with a worked example.
Formulas Used
Lorentz Factor (gamma)
gamma = 1 / sqrt(1 - pow(velocity, 2) / pow(2.998e8, 2))Beta (v/c)
beta = velocity / 2.998e81 - beta^2
one_minus_beta2 = 1 - pow(velocity, 2) / pow(2.998e8, 2)Variables
| Variable | Description | Default |
|---|---|---|
velocity | Velocity(m/s) | 269800000 |
How It Works
The Lorentz Factor
Gamma is the cornerstone of special relativity, appearing in time dilation, length contraction, and relativistic energy.
Formula
gamma = 1 / sqrt(1 - beta^2)
where beta = v/c.
Worked Example
Object at 0.9c.
velocity = 269800000
- 01beta = v/c = 2.698e8 / 2.998e8 = 0.8999
- 02beta^2 = 0.8099
- 031 - beta^2 = 0.1901
- 04gamma = 1 / sqrt(0.1901) = 1 / 0.4360 = 2.294
Ready to run the numbers?
Open Lorentz Factor Calculator