Units, dimensions, and measurement systems are the building blocks of mechanics. They let you quantify physical quantities and perform calculations that actually mean something. Getting comfortable with these concepts now will save you from frustrating errors throughout the rest of the course.
This section covers fundamental units, derived units, unit conversions, and dimensional analysis, which is your go-to tool for checking whether an equation makes physical sense.
Fundamental Units in Mechanics
Base Units and Their Relationships
Every quantity in mechanics can be traced back to three base dimensions: length, mass, and time. All other units you'll encounter are built from combinations of these three.
The two unit systems you need to know:
- SI (metric) system:
- Meter (m) for length
- Kilogram (kg) for mass
- Second (s) for time
- US customary system:
- Foot (ft) for length
- Slug for mass
- Second (s) for time
A note on the US customary system: the slug is the standard unit of mass in this system when working with Newton's second law. You might also see pound-mass (lbm), but in statics and dynamics courses, slug is what keeps consistent with pounds-force. One slug is defined so that a 1-slug mass accelerated at experiences a force of 1 lbf.
Derived Units
Derived units are formed by combining base units through multiplication or division. The most important one for this course is force.
- Newton (N) in SI:
- Pound-force (lbf) in US customary:
Other derived units you'll see:
| Quantity | SI Unit | US Customary Unit |
|---|---|---|
| Force | Newton (N) | Pound-force (lbf) |
| Pressure | Pascal (Pa) = | Pounds per square inch (psi) |
| Energy | Joule (J) = | Foot-pound (ftยทlbf) |
| Power | Watt (W) = | Horsepower (hp) |
Notice how each derived unit traces back to the three base units. A Pascal, for instance, expands to .
Unit System Conversion

Conversion Factors
Conversion factors let you translate a quantity from one unit system to another without changing its physical meaning. You multiply by a ratio that equals 1 (since the numerator and denominator represent the same quantity).
Common conversion factors to know:
Example: Convert 50 N to pound-force.
The "N" cancels, leaving you with lbf. Always write out the units and cancel them explicitly; this is the single best way to catch conversion mistakes.
Consistent Units in Equations
Before plugging values into any equation, check that every term uses the same unit system. Mixing systems is one of the most common errors in mechanics problems.
For example, if you're using and your mass is in kg but your acceleration is in , you need to convert the acceleration to first (divide by 3.281), or convert the mass to slugs. Pick one system and stick with it for the entire problem.
Dimensions and Dimensional Homogeneity

Physical Nature of Quantities
Dimensions describe what type of physical quantity something represents, independent of which unit system you use. We denote the basic dimensions with brackets:
- [L] for length
- [M] for mass
- [T] for time
Any derived quantity has dimensions built from these. For example:
- Velocity:
- Acceleration:
- Force:
- Pressure:
Think of dimensions as the "type" of a quantity. Meters and feet are different units, but they share the same dimension: length [L].
Dimensional Homogeneity
An equation is dimensionally homogeneous if every term has the same dimensions. This is a requirement for any physically valid equation.
Take . Check each term:
- :
- :
- :
All three terms have dimensions of , so the equation is dimensionally homogeneous.
Dimensionless quantities like angles (in radians), ratios, and coefficients of friction have no dimensions, represented as [1]. You can't add a dimensionless quantity to one that has dimensions.
Dimensional Analysis for Equation Consistency
Verifying Equation Consistency
Dimensional analysis is a quick way to check whether an equation could be correct. Here's the process:
- Replace each variable in the equation with its dimensions.
- Simplify the dimensions on each side using algebra.
- Compare the left-hand side to the right-hand side. If the dimensions match, the equation is dimensionally consistent. If they don't, something is wrong.
Example: Verify that is dimensionally consistent.
- Left side: has dimensions
- Right side, first term:
- Right side, second term:
Both terms on the right reduce to [L], matching the left side. The equation checks out.
Limitations and Applications
Dimensional analysis can catch errors, but it has limits. An equation can be dimensionally correct and still be wrong. For instance, passes a dimensional check, but the numerical coefficients are wrong. Dimensional analysis catches structural mistakes (like adding a force to a velocity), not numerical ones.
The Buckingham Pi theorem takes dimensional analysis further: any physically meaningful equation with variables and independent dimensions can be rewritten using dimensionless groups. This is especially useful in fluid mechanics and heat transfer for scaling experiments, but you likely won't need it much in an introductory statics course. Just know it exists as a powerful extension of the dimensional reasoning you're learning here.