Kinetic energy

KE=frac12mv2KE=\\frac12mv^2

What it does

Calculates kinetic energy from the supplied values.

When to use it

Use this science formula when the named quantities are known.

Variables

Worked example

{
  "inputs": {
    "mass": 2,
    "velocity": 5
  },
  "result": 25
}

Common mistakes

Check units, signs, brackets and that every value is entered in the stated units.