Difference between revisions of "Acceleration"

From Imperial Wiki
Jump to navigation Jump to search
m (Replaced ^2 with superscripted 2. (previous code was missing semicolon))
Line 1: Line 1:
Rate of change in velocity, measured in meters per second per second, or m/s^2
Rate of change in velocity, measured in meters per second per second, or m/s²


=Calculating from Thrust/Weight values of an Object=
=Calculating from Thrust/Weight values of an Object=
Acceleration in m/s^2 = Thrust in Newtons / Mass of Object in Kilograms.
Acceleration in m/s² = Thrust in Newtons / Mass of Object in Kilograms.


'''EXAMPLE:'''<BR>
'''EXAMPLE:'''<BR>
Line 14: Line 14:


So our equation is now:
So our equation is now:
9806.65 / 200 = 49.03325 m/s^2 acceleration.
9806.65 / 200 = 49.03325 m/s&sup2; acceleration.
[[Category:Science Reference]]
[[Category:Science Reference]]

Revision as of 20:06, 16 November 2007

Rate of change in velocity, measured in meters per second per second, or m/s²

Calculating from Thrust/Weight values of an Object

Acceleration in m/s² = Thrust in Newtons / Mass of Object in Kilograms.

EXAMPLE:
You have a missile that has the folllowing specifics:

  • Mass: 200 kg
  • Engine Thrust: 1000 kg

First, you convert the thrust in kilograms into newtons by multiplying it by 9.80665

1000 kilograms * 9.80665 = 9806.65 Newtons (or if you want to requantify it further 9806.65/1000 = 9.8 kilonewtons)

So our equation is now: 9806.65 / 200 = 49.03325 m/s² acceleration.