Physics Library
 An open source physics library
Encyclopedia | Forums | Docs | Random |  
Login
create new user
Username:
Password:
forget your password?
Main Menu
Sections

Meta

Talkback

Downloads

Information
Units and Dimensional Analysis in Mechanics (Topic)

Units and Dimensional Analysis in Mechanics

Physics connects mathematical symbols to measurable properties of the physical world. A numerical value by itself is therefore usually incomplete. The statement that a length is “5” becomes physically meaningful only after a unit is supplied, such as 5 m or 5 cm. At a deeper level, both measurements have the same physical dimension: length.

This distinction between unit and dimension is one of the most useful pieces of error checking in introductory mechanics. It also leads to powerful scaling arguments and, at a more advanced level, to the construction of dimensionless groups such as those used in similarity theory and the Buckingham Pi theorem.

The main ideas of this article are:

  1. physical quantities have dimensions independent of the units chosen to measure them;
  2. equations representing physical laws must be dimensionally homogeneous;
  3. units may be converted by multiplying by ratios equal to one;
  4. scaling laws often follow from powers of length, area, volume, time, or mass;
  5. dimensional analysis can constrain the possible form of a physical relation, although it generally cannot determine dimensionless numerical constants;
  6. when several dimensional variables appear, the physics can often be reorganized into a smaller number of dimensionless combinations.

1 Physical quantities, dimensions, and units

A physical quantity is a measurable property such as length, time, mass, speed, force, or energy. A dimension describes the physical kind of a quantity, while a unit is an agreed standard used to assign it a numerical value.

For example, a distance may be written as

L =  3.00m
(1)

or as

L = 300 cm.
(2)

The numerical values and units differ, but the physical dimension is the same:

[L ] = L.
(3)

Here square brackets mean “the dimensions of.”

PIC

Figure 1. A physical quantity has a dimension independent of the particular unit used to represent it.

1.1 Base dimensions in mechanics

Most elementary mechanics can be expressed using three base dimensions:

M   mass,
(4)

L   length,
(5)

T   time.
(6)

Other branches of physics require additional base quantities, such as electric current and Thermodynamic temperature. The complete SI system contains seven base quantities, but the M-L-T set is sufficient for most of the mechanics developed in the early part of this learning path.

A general mechanical dimension can be written as

[Q ] = MaLbTc,
(7)

where the exponents may be positive, negative, zero, or fractional.

1.2 Dimensions of common mechanical quantities





Quantity SymbolDimensionSI unit




position x L m
velocity v LT−1 m/s
acceleration a LT−2 m/s2
momentum p MLT−1 kg m/s
Force F MLT−2 N
Energy E ML2T−2 J
Power P ML2T−3 W
Pressure ppr ML−1T−2 Pa




Derived SI units are abbreviations for combinations of base units. For example,

1N  = 1kg m ∕s2,
(8)

and

1 J = 1N  m = 1 kg m2∕s2.
(9)

2 Dimensions obey algebraic rules

Dimensions multiply, divide, and carry powers just like algebraic quantities. If

Q  = AB,
(10)

then

[Q ] = [A ][B ].
(11)

If

      n
Q = A  ,
(12)

then

         n
[Q ] = [A ].
(13)

For velocity,

v = dx-,
    dt
(14)

so

     L-      −1
[v] = T  = LT   .
(15)

Differentiation by time contributes a factor of T−1. Thus

     [   ]
       dv-      − 2
[a] =  dt  =  LT   .
(16)

Integration by time contributes a factor of T. For example, since impulse is

    ∫

J =    F dt,
(17)

its dimensions are

            −2            −1
[J] = (MLT    )(T) = MLT    ,
(18)

which are the dimensions of momentum.

3 Dimensional homogeneity

An equation intended to represent a physical law must be dimensionally homogeneous: terms that are added or subtracted must have the same dimensions, and the two sides of an equality must have the same dimensions.

Consider

               1- 2
x = x0 + v0t + 2at .
(19)

The four terms have dimensions

[x ] = L,
(20)

[x0] = L,
(21)

          − 1
[v0t] = (LT   )(T ) = L,
(22)

and

[at2] = (LT −2)(T2) = L.
(23)

The equation passes the dimensional test.

Dimensional consistency is a necessary condition for correctness, but not a sufficient one. The incorrect equation

                    2
x = x0 + 2v0t + 17at
(24)

is dimensionally homogeneous even though its numerical coefficients are not those of constant-acceleration motion.

3.1 Functions require dimensionless arguments

The argument of a sine, cosine, exponential, or logarithm must be dimensionless. For example,

x = A cos(ωt + ϕ)
(25)

requires

[ωt ] = 1
(26)

so

[ω ] = T −1.
(27)

Angles measured in radians are dimensionless ratios, although the symbol rad is often retained as a useful label.

Similarly, an exponential such as

 − t∕τ
e
(28)

requires t∕τ to be dimensionless, so τ must have the dimension of time.

4 Worked example 1: use dimensions to detect an error

A student proposes the equation

x =  x0 + v0t + 1-at
               2
(29)

for constant-acceleration motion. Determine whether it can be correct.

The first two contributions have dimension length:

[x ] = L,
  0
(30)

[v0t] = LT −1T = L.
(31)

But the final term has dimensions

[at] = (LT −2)(T ) = LT − 1.
(32)

That is a velocity, not a length. Therefore the proposed equation cannot be correct.

Replacing at by at2 restores dimensional homogeneity:

[at2] = L.
(33)

This example illustrates the fastest use of dimensional analysis: finding algebraic or transcription errors before inserting numbers.

5 Units and conversion factors

A unit conversion changes the numerical representation of a physical quantity without changing the quantity itself. The method is to multiply by one in a useful form.

Because

1 km =  1000 m,
(34)

the ratio

1000-m-
 1 km
(35)

is equal to one.

For example,

         (       ) (       )
          1000 m       1h
72 km ∕h  -------    ------   = 20 m∕s.
            1km      3600 s
(36)

PIC

Figure 2. Unit conversion is multiplication by ratios equal to one. Units cancel algebraically and provide a built-in check on the calculation.

5.1 Powers of units matter

Area and volume conversions require powers of the conversion factor. Since

1m  = 100 cm,
(37)

we have

    2     4   2
1 m  =  10 cm
(38)

and

   3      6   3
1 m  = 10  cm  .
(39)

A common error is to convert the numerical factor only once when the unit is squared or cubed.

6 Scaling and similarity

Dimensional reasoning becomes especially useful when a system is enlarged or reduced while keeping the same geometric shape. Let every linear dimension be multiplied by a scale factor s.

Then

L −→  sL,
(40)

area scales as

        2
A − →  s A,
(41)

and volume scales as

        3
V  −→  s V.
(42)

For objects of the same material and density, mass also scales as

        3
m − →  s m.
(43)

PIC

Figure 3. Geometrically similar objects scale differently in length, area, and volume. This difference is the basis of many physical scaling laws.

The surface-area-to-volume ratio therefore scales as

A      1 A
-- −→  ----.
V      s V
(44)

A larger similar object has less surface area per unit volume than a smaller one.

Scaling arguments are common in mechanics. For example, if a period has the form

     √ --
T  ∝   L,
(45)

then making the characteristic length four times larger makes the period twice as large.

7 Worked example 2: infer the pendulum-period dependence

Suppose the small-amplitude period T of a pendulum depends only on pendulum length L and gravitational acceleration g. Assume a power-law form

T =  CLagb,
(46)

where C is dimensionless.

The dimensions are

[T ] = T,
(47)

[L ] = L,
(48)

and

[g] = LT− 2.
(49)

Therefore

T  = (L)a(LT −2)b = La+bT− 2b.
(50)

Matching the exponent of time gives

− 2b = 1,
(51)

so

b = − 1.
      2
(52)

Matching the exponent of length gives

a + b = 0,
(53)

so

a =  1.
     2
(54)

Hence dimensional analysis determines

      ∘  --
         L
T =  C   --.
         g
(55)

The exact small-angle dynamics gives C = 2π, but dimensional analysis alone cannot determine that dimensionless constant. This limitation is fundamental.

8 Dimensional analysis as a way to infer physical form

Suppose a quantity Q depends on several variables and no detailed equation is known. If the relation is expected to be a product of powers, write

Q = Cxa11 xa22 ⋅⋅⋅xan.
                 n
(56)

Replace every variable by its dimensions and equate the exponents of the independent base dimensions. The result is a linear algebra problem for the unknown exponents.

This procedure cannot generally determine:

  • dimensionless numerical coefficients such as 2, 1∕2, or 2π;
  • additive structure, such as whether two terms should be added;
  • dependence on a dimensionless function;
  • signs or vector directions.

Nevertheless, the method can strongly constrain the possible form of a law.

9 Worked example 3: infer the speed scale of a circular orbit

Suppose an orbital speed v depends only on the gravitational constant G, central mass M, and orbital radius r. Assume

v =  CGaM   brc.
(57)

The dimensions are

[v] = LT− 1,
(58)

[G ] = L3M −1T− 2,
(59)

[M ] = M,
(60)

and

[r] = L.
(61)

Thus

   −1     3a+c  − a+b − 2a
LT    = L    M      T   .
(62)

Matching powers gives

− 2a = − 1,
(63)

so

a =  1.
     2
(64)

For mass,

− a + b = 0,
(65)

so

    1
b = -.
    2
(66)

For length,

3a + c = 1,
(67)

so

c = − 1.
      2
(68)

Therefore

      ∘ -----
        GM
v = C   -----.
          r
(69)

Newtonian circular-orbit dynamics gives C = 1. Again, dimensions determine the dependence on G, M, and r, while dynamics supplies the dimensionless coefficient.

10 Dimensionless quantities

A dimensionless quantity has dimension

[Π ] = 1.
(70)

Dimensionless quantities are important because they can be compared across systems with different scales and units.

Examples include

v2-
gL ,
(71)

x,
L
(72)

and

ωt.
(73)

The numerical value of a properly defined dimensionless quantity is independent of the coherent unit system used to evaluate it.

11 Buckingham-Pi intuition

The Buckingham Pi theorem provides a systematic way to reorganize a dimensional problem. In introductory form, the idea is:

If a physical relation contains n dimensional variables built from k independent base dimensions, the relation can often be rewritten using n − k independent dimensionless combinations.

A full proof belongs in a more advanced treatment, but the counting idea is already useful in freshman mechanics.

Consider a drag force F that depends on fluid density ρ, speed v, characteristic size L, and dynamic viscosity μ. There are five variables:

F,   ρ,   v,  L,   μ.
(74)

They use the three base dimensions M, L, and T. Buckingham counting therefore suggests

5 − 3 = 2
(75)

independent dimensionless groups.

Two possible choices are

        F
Π1 =  --2-2-
      ρv L
(76)

and

Π2  = ρvL-.
       μ
(77)

The second group is the Reynolds number. The original five-variable relation can then be written schematically as

Π1 = Φ (Π2),
(78)

where Φ is a dimensionless function that dimensional analysis alone cannot determine.

PIC

Figure 4. Buckingham-Pi reasoning reorganizes several dimensional variables into a smaller number of dimensionless groups. The theorem constrains the structure of the physics but does not determine the dimensionless function.

This viewpoint is the foundation of similarity testing, wind-tunnel modeling, fluid scaling, and many engineering correlations.

12 Common mistakes

  1. Confusing a unit with a dimension. Meter and centimeter are different units of the same dimension, length.
  2. Treating dimensional consistency as proof. A dimensionally correct equation may still contain the wrong coefficient or wrong physical dependence.
  3. Adding unlike dimensions. A length cannot be added directly to a speed or energy.
  4. Forgetting powers in unit conversions. Converting m2 or m3 requires squaring or cubing the conversion factor.
  5. Putting dimensional quantities inside sine, exponential, or logarithm functions. Their arguments must be dimensionless.
  6. Dropping units too early. Carrying units through a numerical calculation is a powerful error check.
  7. Expecting dimensional analysis to determine 2π. Pure numerical constants are invisible to dimensional reasoning.
  8. Assuming every dimensionless quantity is unimportant. Dimensionless groups often control the qualitative behavior of a system.

13 Problem-solving workflow

For a mechanics calculation, the following routine is effective:

  1. identify the physical quantity being sought;
  2. write the dimensions expected for the answer;
  3. carry units through the calculation;
  4. check that every additive term has the same dimensions;
  5. check that both sides of every physical equation have the same dimensions;
  6. convert to a consistent unit system before numerical substitution when necessary;
  7. after obtaining the result, verify units and inspect scaling or limiting behavior.

14 Practice problems

The following problems use stable mechanics identifiers. Short answers are supplied after the practice set.

MECH-FOUND-001 — Dimensions of basic mechanical quantities

Starting from [x] = L, [m] = M, and [t] = T, derive the dimensions of velocity, acceleration, force, kinetic energy, and power.

MECH-FOUND-002 — Check a kinematic equation

Determine whether

v2 = v20 + 2a (x − x0)
(79)

is dimensionally homogeneous.

MECH-FOUND-003 — Unit conversion

Convert 90 km∕h to m/s.

MECH-FOUND-004 — Area and volume scaling

Two geometrically similar solid objects are made of the same material. Every length of the second object is three times the corresponding length of the first. By what factors do surface area, volume, mass, and surface-area-to-volume ratio change?

MECH-FOUND-005 — Mass-spring period

Assume the period T of an ideal mass-spring oscillator depends only on mass m and spring constant k. Given

[k] = MT  −2,
(80)

use dimensional analysis to find the form of T up to a dimensionless constant.

MECH-FOUND-006 — Wave-speed scaling

The speed v of transverse waves on a stretched string depends on Tension F and linear mass density μ, where [μ] = ML−1. Determine the dependence of v on F and μ up to a dimensionless constant.

MECH-FOUND-007 — Pressure dimensions

Pressure is force per area. Derive its dimensions in M-L-T form and verify that the SI unit Pa is equivalent to kg/(m s2).

MECH-FOUND-008 — Dimensionless exponential

A damped signal contains the factor

 − bt∕m
e     .
(81)

If m is a mass, determine the dimensions required for b.

MECH-FOUND-009 — Pendulum scaling

Two small-angle pendulums are in the same gravitational field. The second has nine times the length of the first. What is the ratio of their periods?

MECH-FOUND-010 — Verify Buckingham groups

Using

[F ] = MLT  −2,
(82)

[ρ ] = ML −3,
(83)

[v] = LT− 1,
(84)

and

[μ ] = ML −1T −1,
(85)

verify that F∕(ρv2L2) and ρvL∕μ are dimensionless.

15 Short answer key

Practice problems:

  1. [v] = LT−1; [a] = LT−2; [F] = MLT−2; [K] = ML2T−2; [P] = ML2T−3.
  2. Yes. Both sides have dimensions L2T−2.
  3. 25 m∕s.
  4. Area ×9; volume ×27; mass ×27; A∕V becomes one third as large.
  5. T = C∘m -∕k--.
  6. v = C∘ -----
  F ∕μ.
  7. [p] = ML−1T−2; Pa = kg/(m s2).
  8. [b] = MT−1.
  9. T2∕T1 = 3.
  10. Both groups reduce to M0L0T0.

16 Connections to later mechanics

Units and dimensional analysis are foundational topics. They reappear throughout mechanics:

  • vector components must carry compatible units before they are added;
  • derivatives introduce inverse powers of time and integrals introduce powers of time or length;
  • force laws and potential energies can be checked dimensionally;
  • oscillation periods and wave speeds often admit useful scaling arguments;
  • non-dimensionalization reveals control parameters in drag, oscillation, fluid, orbital, and nonlinear problems;
  • advanced perturbation and similarity methods frequently begin by identifying appropriate dimensionless variables.

GRE-specific test strategy and speed questions are intentionally separated from this core article. They are provided in the attachable companion entry M00-03G: GRE Physics Companion – Units and Dimensional Analysis.

The natural next foundation article is Scalars and Vectors in Mechanics.

17 Source and license note

This PhysicsLibrary entry is an original synthesis written for the M00-03 mechanics curriculum target. Its scope and terminology were benchmarked against the archived 2016 University Physics Volume 1 clone distributed through BCcampus under CC BY 4.0, UCD Physics 9A Classical Mechanics by Tom Weideman under CC BY-SA 4.0, and Jeffrey W. Schnick’s Calculus-Based Physics I under CC BY-SA 3.0. No source figures are reproduced; all figures in this package are original.

References

[1]   OpenStax contributors, University Physics Volume 1, archived 2016 BCcampus Pressbooks clone, sections “Units and Standards,” “Unit Conversion,” and “Dimensional Analysis,” CC BY 4.0.

[2]   T. Weideman, UCD Physics 9A – Classical Mechanics, section “Basics of Scientific Measurement,” University of California, Davis / Physics LibreTexts, CC BY-SA 4.0.

[3]   J. W. Schnick, Calculus-Based Physics I, CC BY-SA 3.0.

[4]   J. R. Taylor, Classical Mechanics, University Science Books, 2005. Used as a scope and notation reference only.


"Units and Dimensional Analysis in Mechanics" is owned by bloftin.
(view preamble)
View style:
Other names:  M00-03
Also defines:  physical quantity, dimension, unit, base dimensions
Keywords:  units, dimensions, dimensional analysis, SI units, scaling, similarity, Buckingham Pi theorem, unit conversion, dimensionless quantities, mechanics foundations

Attachments:
GRE Physics Companion: Units and Dimensional Analysis (Example) by bloftin

Cross-references: drag, parameters, field, Tension, waves, oscillator, solid objects, kinetic energy, testing, drag force, vector, function, representation, motion, algebraic, momentum, acceleration, velocity, position, system, temperature, Thermodynamic, square, energy, force, speed, relation, mass, volume, powers, physical laws, theorem, mechanics
There are 42 references to this object.

This is version 2 of Units and Dimensional Analysis in Mechanics, born on 2026-09-27, modified 2026-09-27.
Object id is 1298, canonical name is UnitsAndDimensionalAnalysisInMechanics.
Accessed 29 times total.

Classification:
Physics Classification: 01.30.-y (Physics literature and publications)
 01.40.-d (Education)
Pending Errata and Addenda
None.
Discussion
Style: Expand: Order:

No messages.

Interact
rate | post | correct | update request | add example | add (any)