Fiveable

๐Ÿซ Intro to Engineering Unit 2 Review

QR code for Intro to Engineering practice questions

2.1 Units, dimensions, and significant figures

2.1 Units, dimensions, and significant figures

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
๐Ÿซ Intro to Engineering
Unit & Topic Study Guides

Units, dimensions, and significant figures form the foundation of engineering calculations. They ensure accuracy and consistency in measurements and problem-solving. Understanding these concepts is crucial for interpreting data, converting between unit systems, and communicating results effectively.

This section covers the two major unit systems you'll encounter, how to convert between them, how dimensional analysis can catch errors before they become problems, and how significant figures keep your results honest.

Unit Conversions in Engineering

International System of Units (SI) and United States Customary System (USCS)

Engineers work with two main unit systems, and you need to be comfortable moving between them.

SI (International System of Units) is the global standard for engineering and science. Its base units include meters (length), kilograms (mass), and seconds (time). Because SI is built on powers of ten, scaling between sizes is straightforward using metric prefixes:

  • kilo- (k) = 1,000 โ†’ 1 kilometer = 1,000 meters
  • milli- (m) = 0.001 โ†’ 1 millimeter = 0.001 meters
  • micro- (ฮผ) = 0.000001 โ†’ 1 micrometer = 1ร—10โˆ’61 \times 10^{-6} meters

USCS (United States Customary System) uses feet, pounds, gallons, and similar units. You'll still see USCS regularly in U.S. engineering practice, especially in construction and manufacturing.

Common conversion factors to memorize:

  • 1ย inch=2.54ย cm1 \text{ inch} = 2.54 \text{ cm} (this one is exact, by definition)
  • 1ย pound=0.4536ย kg1 \text{ pound} = 0.4536 \text{ kg}
  • 1ย mile=1.609ย km1 \text{ mile} = 1.609 \text{ km}
  • 1ย gallon=3.785ย liters1 \text{ gallon} = 3.785 \text{ liters}

Advanced Unit Conversion Techniques

Engineering/scientific notation expresses very large or small numbers in a compact format. For example, 0.00000456 meters becomes 4.56ร—10โˆ’64.56 \times 10^{-6} meters. This makes calculations cleaner and reduces the chance of misplacing a decimal.

Temperature conversions use specific formulas rather than simple multiplication:

  • Celsius to Fahrenheit: ยฐF=(ยฐCร—95)+32ยฐF = (ยฐC \times \frac{9}{5}) + 32
  • Celsius to Kelvin: K=ยฐC+273.15K = ยฐC + 273.15

Note that Kelvin uses no degree symbol. Also, Kelvin and Celsius degrees are the same size, just offset. Fahrenheit degrees are smaller, which is why the 9/5 factor appears.

Compound unit conversions involve chaining multiple conversion factors. The key technique: multiply by fractions equal to 1, arranged so unwanted units cancel.

Example: Convert 60 miles per hour to meters per second.

  1. Start with the given value: 60ย mi/h60 \text{ mi/h}
  2. Convert miles to meters: 60ย mi/hร—1.609ย km1ย miร—1000ย m1ย km60 \text{ mi/h} \times \frac{1.609 \text{ km}}{1 \text{ mi}} \times \frac{1000 \text{ m}}{1 \text{ km}}
  3. Convert hours to seconds: ร—1ย h3600ย s\times \frac{1 \text{ h}}{3600 \text{ s}}
  4. Calculate: 60ร—16093600=26.8ย m/s\frac{60 \times 1609}{3600} = 26.8 \text{ m/s}

Write out the units at every step and cancel them as you go. If the units don't cancel cleanly, something's wrong.

Dimensions and Dimensional Analysis

International System of Units (SI) and United States Customary System (USCS), Appendix 1: Units of Measurement, Mathematical Rules, and Conversion Factors โ€“ Physical ...

Fundamental Dimensions and Derived Quantities

Dimensions are more abstract than units. While "meters" and "feet" are different units, they both measure the same dimension: length. There are seven fundamental dimensions:

  • Length [L]
  • Mass [M]
  • Time [T]
  • Temperature [ฮ˜]
  • Electric Current [I]
  • Amount of Substance [N]
  • Luminous Intensity [J]

Derived quantities are combinations of these base dimensions:

  • Velocity: [LTโˆ’1][LT^{-1}] (length per time)
  • Force: [MLTโˆ’2][MLT^{-2}] (mass ร— acceleration)
  • Energy: [ML2Tโˆ’2][ML^2T^{-2}] (force ร— distance)

Dimensional homogeneity is a powerful principle: every term in a valid equation must have the same dimensions. Take F=maF = ma. The left side has dimensions of force: [MLTโˆ’2][MLT^{-2}]. The right side is mass times acceleration: [M]ร—[LTโˆ’2]=[MLTโˆ’2][M] \times [LT^{-2}] = [MLT^{-2}]. They match, so the equation is dimensionally consistent.

If you derive an equation and the dimensions don't match on both sides, you've made an error somewhere. This is one of the fastest ways to catch mistakes.

Applications of Dimensional Analysis

Dimensional analysis has two main uses: checking equations for errors and discovering relationships between physical quantities.

Dimensionless quantities are ratios where all the dimensions cancel out. They show up constantly in engineering because they let you compare systems of different sizes. Two important examples:

  • Reynolds number: Re=ฯvLฮผRe = \frac{\rho v L}{\mu} tells you whether fluid flow is smooth (laminar) or chaotic (turbulent). Here ฯ\rho is fluid density, vv is velocity, LL is a characteristic length, and ฮผ\mu is dynamic viscosity.
  • Mach number: Ma=vcMa = \frac{v}{c} compares an object's speed (vv) to the speed of sound (cc). Mach 1 = the speed of sound.

The Buckingham Pi theorem is a more formal tool. It tells you how many independent dimensionless groups you need to fully describe a physical system. For an intro course, the main takeaway is this: if you know which variables matter in a problem, dimensional analysis can narrow down how they relate to each other, even without a complete theory.

Significant Figures in Calculations

International System of Units (SI) and United States Customary System (USCS), Appendix 1: Units of Measurement, Mathematical Rules, and Conversion Factors โ€“ Physical ...

Rules for Identifying and Using Significant Figures

Significant figures ("sig figs") tell you how precise a measurement actually is. They include all digits known with certainty, plus one estimated digit.

How to count significant figures:

  • All non-zero digits are significant: 345 has 3 sig figs
  • Zeros between non-zero digits are significant: 3,045 has 4 sig figs
  • Leading zeros are not significant: 0.0052 has 2 sig figs
  • Trailing zeros after a decimal point are significant: 8.200 has 4 sig figs
  • Trailing zeros without a decimal point are ambiguous: does 1500 have 2 or 4 sig figs? (Use scientific notation to be clear: 1.500ร—1031.500 \times 10^3 = 4 sig figs, 1.5ร—1031.5 \times 10^3 = 2 sig figs)

Rules for calculations:

  • Multiplication/division: Your answer gets the same number of sig figs as the least precise input.
    • 12.3ร—4.56=56.08812.3 \times 4.56 = 56.088 โ†’ round to 56.1 (3 sig figs, limited by 12.3)
  • Addition/subtraction: Your answer gets the same number of decimal places as the least precise input.
    • 10.4+5.67=16.0710.4 + 5.67 = 16.07 โ†’ round to 16.1 (one decimal place, limited by 10.4)

Advanced Concepts in Significant Figures

Exact numbers don't limit your sig figs. These include defined conversion factors (exactly 2.54 cm per inch), counted quantities (12 eggs), and mathematical constants used by definition. They effectively have infinite precision.

Rounding: Perform all your intermediate calculations with full precision, then round only the final answer to the appropriate number of sig figs. Rounding at each intermediate step introduces cumulative error.

Why this matters in engineering: Reporting a bridge load capacity as 14,328.7 kg when your measurements only support 3 sig figs (14,300 kg) creates false precision. It implies you know the value more accurately than you do. In engineering, overstating precision can lead to designs with inadequate safety margins.

Consistency of Units in Problem-Solving

Importance of Unit Consistency

Before you start any calculation, convert all your values into a single, consistent unit system. Mixing systems mid-calculation is one of the most common sources of engineering errors.

The most famous example: NASA's Mars Climate Orbiter was lost in 1999 because one team provided thruster data in pound-forceยทseconds (USCS) while the navigation software expected newtonยทseconds (SI). The spacecraft entered the atmosphere at the wrong altitude and was destroyed. A $327 million mistake caused by inconsistent units.

Consistent units also make it possible to compare quantities directly and apply physical laws without extra conversion steps cluttering your work.

Implementing Unit Consistency in Engineering Practice

Best practices:

  1. State units explicitly for every quantity in your problem setup and solution. Never write a "naked number" without its unit.
  2. Convert everything at the start. Pick SI or USCS and convert all given values before you begin calculating.
  3. Carry units through calculations the same way you carry variables. If units don't cancel to give you the right output unit, you've made an error.
  4. Use unit conversion references (tables, software, reliable online tools) rather than memorizing obscure factors.
  5. In team projects, agree on a unit system upfront. Document it. This prevents the exact type of mismatch that doomed the Mars Climate Orbiter.

Computational tools and simulation software typically require inputs in specific units. Feeding in values with the wrong units won't always trigger an error message; the software will just give you a wrong answer that looks right. Always double-check what units your tools expect.