Guide · Science

How to Calculate Kinetic Energy

Updated 2026-08-11 · 4 min read

Translational kinetic energy is

KE = ½ m v²

Mass in kilograms, speed in meters per second, result in joules. The ½ is not optional, and the square is not a decoration. A 0.145 kg baseball at 40 m/s is not “about 6 J” (that would be forgetting the square or the ½, depending on how you missed).

The kinetic energy calculator evaluates ½mv² in the browser. No account. It cannot see that you typed 40 when you meant 40 km/h.

Why the square is the whole lesson

Work that changes speed shows up as ΔKE. Because KE depends on v², a small extra speed at the high end costs more energy than the same extra speed at the low end.

From 10 m/s to 20 m/s, KE goes from ½m(100) to ½m(400): a factor of four, not two. From 20 m/s to 30 m/s it goes from 400 to 900 (in units of ½m), which is more than a doubling. That is also why “twice as fast” is not “twice the dent” in a qualitative collision talk.

KE uses the speed. A velocity of −40 m/s still gives v² = 1600 m²/s². There is no negative kinetic energy from a sign convention on an axis.

Units: joules only if kg and m/s

1 J = 1 N·m = 1 kg·m²/s². The path is: convert mass to kg, convert speed to m/s, then multiply.

km/h. Divide by 3.6. 72 km/h = 20 m/s. 36 km/h = 10 m/s. Leaving 72 in the v slot and squaring it produces 5184 times ½m, which is nonsense in joules.

g and cm/s. A 250 g cart at 40 cm/s is m = 0.250 kg, v = 0.40 m/s, KE = ½(0.250)(0.16) = 0.020 J. Using 250 and 40 gives 200 000 in the wrong unit.

Calories, kWh, eV. Those are other energy units. Convert the joule result afterward if a problem asks for kWh. Do not put hours into v.

A 0.145 kg baseball at 40 m/s

Regulation baseballs are about 145 g. A fast pitch at 40 m/s (144 km/h) has

KE = ½ (0.145 kg) (40 m/s)²
= ½ (0.145) (1600)
= 0.0725 × 1600
= 116 J

Check: ½ × 0.15 × 1600 = 120 J, so 116 J is in the right neighborhood. If you used 145 g without converting, ½ × 145 × 1600 = 116 000, which people then label “J” and move on. That is 116 kJ - a small motorcycle, not a baseball.

If the same ball is tossed at 10 m/s, KE = ½(0.145)(100) = 7.25 J. Four times slower is sixteen times less energy (40/10 = 4, 4² = 16, 116/16 = 7.25). That check catches a forgotten square.

What ½mv² leaves out

Rotation. A rolling sphere has ½mv² for the center of mass plus ½Iω². Using only ½mv² undercounts the energy you paid to get it rolling.

Two objects. A 1000 kg car at 20 m/s and a 80 kg passenger at 20 m/s are two kinetic energies. Adding masses first is fine if they share v; if they do not, compute separately.

Potential energy sitting nearby. A pendulum at the bottom has maximum KE and minimum gravitational PE. The number from ½mv² is not the total mechanical energy unless PE is defined as zero there. Compare with PE = mgh.

Variable mass or relativity. Intro problems do not need γ. If v is 0.1c, this article is the wrong reference.

Power. Energy per time is power, P = W/t or P = ΔKE/t if that energy was delivered in time t. Do not call 116 J a watt.

Common ways to lose the mark

Forgetting the ½. Using v instead of v². Converting km/h after squaring. Using weight in newtons as if it were mass. Reporting 116.0000 J from 0.145 and 40, which were already two- or three-significant-figure data.

Another: treating KE as a vector. Energy is a scalar. You do not cancel 116 J “left” against 116 J “right.” You can cancel momenta.

Run the product locally

Once m is in kg and v is in m/s, the kinetic energy calculator is a check on ½mv². Pair it with the potential energy calculator when a problem asks you to show that mgh at the top equals ½mv² at the bottom (no friction, same zero). For unit changes after you have joules, see energy and power units.

Frequently asked questions

What is the kinetic energy formula?

KE = ½mv² for a single object treated as a particle (translational KE). m is mass in kilograms, v is speed in meters per second, and KE comes out in joules. 1 J = 1 kg·m²/s².

Do I square the velocity before or after converting units?

Convert to m/s first, then square. 72 km/h is 20 m/s; 20² = 400. If you square 72 and then try to convert, you are converting (km/h)², which is not a speed unit anyone assigned.

Why does doubling speed quadruple KE?

Because of the v². ½m(2v)² = ½m(4v²) = 4 × (½mv²). That is why highway speed changes energy (and braking distance) faster than a linear intuition suggests.

Is kinetic energy negative if velocity is negative?

No. You use speed, or you square a signed velocity: (−15 m/s)² is still 225 m²/s². KE is never negative in this formula.

When is ½mv² the wrong energy?

Rotation uses ½Iω². A system of two masses needs both. Relativistic KE is (γ − 1)mc², which matters near c, not at 40 m/s. Chemical or thermal energy is not this formula.

Does the kinetic energy calculator need an account?

No. It runs in the browser. Enter mass and speed in consistent units; it evaluates ½mv² locally.

More reading that links back to the same tools and workflows.