# Kinetic Energy Formula

URL: https://sciencestruck.com/physics/kinetic-energy-formula
Category: Physics
Published: 2010-04-29T03:22:00
Updated: 2010-04-29T03:22:00
Knowing the kinetic energy formulas, you can compute the energy of a system in motion. In here, we provide and explain the rotational and relativistic formulas as well.

All of physics is the study of energy and its manifestations. When matter is at rest in a reference frame, the energy it contains, solely on behalf of its position, is termed as _Potential Energy__,_ while the energy it possesses when in motion, is termed as _Kinetic Energy._

### Definition

One of the most elusive concepts to grasp in physics is _Energy_. It takes various forms and everything that happens in this world is a subtle or major energy change. There is a formula for calculating it in every one of its forms.

**Roughly put, kinetic energy is possessed by an object due its motion, relative to a frame of reference. It is the amount of work necessitated, to accelerate an object from its state of rest to a particular velocity.** It is the extra amount of energy it acquires due to the work done in accelerating it. Being connected to motion, it always has a velocity component in its formula. The word ‘kinetic’ is aptly chosen, as it arises from the Greek word _Kinesis_, meaning motion.

There are two forms of mechanics that you will study. One is classical Newtonian mechanics and the other is relativistic mechanics. Relativistic mechanics supersedes Newtonian mechanics, which is now only useful when velocities of objects are much less than the speed of light.

## Formula For Point Mass Or a Rigid Body

The formula for kinetic energy of a point mass or rigid body moving at non-relativistic speeds (_speeds very less than speed of light_) is the following:

### Kinetic Energy (KE) = ½ M V2

Here, ‘M’ is the mass of the point mass (_in Kg_) or rigid body and ‘V’ is the velocity (_m/sec_) at which it is moving. The unit of energy is ‘Joule’.  
  
// <!\[CDATA\[ function CalculateKE(){var A=parseFloat(document.getElementById('mass').value);var B=parseFloat(document.getElementById('velocity').value);x = (0.5\*A\*B\*B);x = x.toFixed(3);if (isNaN(x)){alert("Please Enter Mass and Velocity Values!")} else { document.getElementById('ke').innerHTML = "Kinetic Energy = " + x + " Joule";}}function resetke(){document.getElementById('mass').value="kilograms";document.getElementById('velocity').value="meters/sec";document.getElementById('ke').innerHTML="";} // \]\]>

Kinetic Energy Calculator

Enter Mass

Enter Velocity

 

  
Since linear velocity of the object is _squared_ in the formula and mass appears as a linear term, its kinetic energy increases rapidly with rising velocity and increase in mass. More massive and speedier an object, more is the energy packed in.

Let me illustrate the usage of this formula with an example.  
  
Consider that an object with a mass of 80 kg is moving at a speed of 40 km/s. To calculate the energy value of an object using the above formula, you will have to substitute the value of velocity and mass in the above formula. If you substitute these values,  
  
Kinetic Energy of the Object = ½ x 80 Kg x 40 m/s x 40 m/s = 64000 Joules

As you can see, it is a simple matter of plugging in the values and calculating. The same formula can also be expressed in terms of momentum as:

### Kinetic Energy = P2/2M

where P is the momentum of a body and M is its mass.

## Rotational Kinetic Energy

If, rather than linear motion, the object is rotating, then the formula for kinetic energy presented above, is not useful. The formula is as follows:

### Rotational Kinetic Energy = ½ I ω2

Here, ‘I’ is the ‘Moment of Inertia’ of the body and ‘ω’ is the ‘angular velocity’. To calculate the kinetic energy, you must calculate the moment of inertia of that body, along with its angular velocity.  
  
// <!\[CDATA\[ function CalculateRKE(){var A=parseFloat(document.getElementById('mi').value);var B=parseFloat(document.getElementById('angvel').value);x = (0.5\*A\*B\*B);x = x.toFixed(3);if (isNaN(x)){alert("Please Enter Moment of Intertia and Angular Velocity Values!")} else { document.getElementById('rke').innerHTML = "Rotational Kinetic Energy = " + x + " Joule";}}function resetrotationalke(){document.getElementById('mi').value="kg.sq.m.";document.getElementById('angvel').value="rad/sec";document.getElementById('rke').innerHTML="";} // \]\]>

Rotational Kinetic Energy Calculator

Enter Moment of Inertia

Enter Angular Velocity

 

## Relativistic Kinetic Energy

If you are dealing with relativistic speeds, the kinetic energy formula, based on Newtonian mechanics will not be useful. The relativistic formula is as follows:

### KErelativistic = mc2(γ - 1)

Where γ = 1/(√(1-v2/ c2), ‘c’ is the velocity of light, ‘m’ is the mass of the object, v is the velocity of object according to a reference frame, and ‘c’ is velocity of light. To calculate KE, just substitute values in this formula.

One book that might aid your understanding is the first volume of the _Feynman Lectures on Physics_, where the master physicist unplugs the subject and reveals its beauty.
