Physics for ME · Chapter 1 of 16 · Beginner
Physical Quantities, Units, Dimensions, and Scaling
Physics describes the world in measured quantities. Dimensions are the grammar; an equation that breaks them is wrong before any arithmetic.
Readiness check
From Math Chapter 1. Tick only what you can do closed-notes.
- Rearrange formulas with units carried through every step.
- Use scientific and engineering notation fluently.
- Round to 3 significant figures at the end, not the middle.
- Convert between SI prefixes (mm, m, km; g, kg; W, kW, MW).
- Estimate order of magnitude before computing.
The core idea
Every physical equation must balance in dimensions before it balances in numbers.
[F] = M·L/T² = kg·m/s² = NMass, length, time (plus temperature and current later) build every mechanical quantity. Checking dimensions catches wrong formulas for free, and scaling arguments (what happens if I double the size?) answer design questions before any detailed analysis.
What this chapter covers
- 1.1 Base and derived quantities: M, L, T and everything built from them.
- 1.2 SI units and prefixes: the system and its discipline.
- 1.3 Dimensional analysis: consistency checks and deriving form from dimensions.
- 1.4 Significant figures and rounding: honesty about precision.
- 1.5 Unit conversion: chains of exact factors.
- 1.6 Engineering estimation: order-of-magnitude (Fermi) reasoning.
- 1.7 Scaling laws: how area, volume, and strength change with size.
Engineering connection: every course. Direct twin of Statics Module 1 and Math Chapter 1.
Worked example: estimating highway drag
Estimate the aerodynamic drag on a car at 30 m/s (108 km/h) and the engine power spent fighting it. Take ρ = 1.2 kg/m³, drag coefficient Cd = 0.30, frontal area A = 2.2 m².
- ProblemFind the drag force and the power it consumes for the car in Figure 1.
- Given / findρ = 1.2 kg/m³, Cd = 0.30, A = 2.2 m², v = 30 m/s. Find F and P.
- AssumptionsStill air, steady speed, standard drag model.
- ModelF = ½ρCdAv² and P = Fv. Check the dimensions first (concept figure): they collapse to N and W.
- EquationsF = ½ρCdAv² P = F·v
- SolveF = 0.5 × 1.2 × 0.30 × 2.2 × 900 = 356 N. P = 356 × 30 = 10 690 W ≈ 10.7 kW.
- CheckScale: 356 N is about the weight of 36 kg, plausible for highway drag. The v² scaling predicts 4× the force and 8× the power at 60 m/s: this is why fuel economy collapses at high speed.
- ConclusionAbout 10.7 kW (a third of a small engine's output) is spent on air alone at 108 km/h. The estimation pattern (model, dimensions, numbers, scaling story) is the everyday tool of design reviews.
Misconceptions and diagnostics
| Mistake | Symptom | Diagnostic question | Correction |
|---|---|---|---|
| kg used as a force | Loads "in kilograms" inside force equations | "Is this matter or a push?" | Mass in kg; force in N; W = mg converts. The Statics habit starts here. |
| Adding quantities of different dimensions | Lengths added to areas, energies to powers | "Do all added terms share one unit?" | Only like adds to like. A dimension check on every sum. |
| Precision invented by the calculator | Eight digits reported from two-digit inputs | "How precise were my worst inputs?" | Result precision follows the weakest input. Three significant figures is the engineering default. |
| Scaling intuition from length alone | "Twice the size, twice the weight" | "Does this quantity follow L, L², or L³?" | Area goes as L², volume and mass as L³: double the size means 8× the weight on 4× the cross-section. |
Practice ladder
Convert 108 km/h to m/s, and 10.7 kW to horsepower (1 hp = 746 W).
Show answer
108/3.6 = 30 m/s. 10 690/746 = 14.3 hp.
Check dimensionally whether T = 2π√(L/g) can be a period formula, and whether T = 2π√(g/L) can.
Show answer
√(L/g) = √(m/(m/s²)) = √(s²) = s: valid. √(g/L) gives 1/s: a frequency, not a period. Dimensions alone reject the second form.
Fermi estimate: how many litres of fuel does the worked-example car burn per 100 km fighting drag alone? Assume engine efficiency 30% and fuel energy 34 MJ per litre.
Show answer
100 km at 30 m/s takes 3333 s; drag energy = 10 690 × 3333 ≈ 35.6 MJ. Fuel energy needed = 35.6/0.30 = 119 MJ, so about 3.5 litres per 100 km for drag alone. The right order of magnitude against real consumption, which is the point of a Fermi estimate.
Take any datasheet quantity (battery Wh, motor torque, pump flow) and run the full discipline: state its dimensions, convert it to base SI, scale it (what if the device were twice as large?), and sanity-check one derived number the datasheet implies.
What good work looks like
Dimensions written in M, L, T form, a clean conversion chain, an explicit L, L², or L³ scaling claim, and one recomputed datasheet number with agreement or a flagged discrepancy.
Working with AI, and proving it yourself
Use AI as an examiner, not a solver
Portfolio task
Write a one-page "Estimation Memo" on a question you care about (drag on your bike, heat from your PC, energy in your stairs climb): model, dimensional check, numbers, scaling statement, and a comparison against one measured or published value.
Retrieval and spaced review
Closed notes. Answer out loud, then reveal.
1. Express force, energy, and power in base dimensions and SI units.
Force: ML/T² = N. Energy: ML²/T² = J. Power: ML²/T³ = W.
2. What does dimensional homogeneity demand, and what does it buy you?
Every added term shares the same dimensions. It rejects wrong equations for free and exposes algebra slips.
3. State the significant-figures discipline.
Carry full precision through the work; round the final answer to about three significant figures, matching the weakest input.
4. How do area and volume scale with size, and why do engineers care?
Area as L², volume (and mass) as L³: strength-to-weight worsens as machines grow. Scaling decides what designs are possible.
5. What are the steps of a Fermi estimate?
Model the quantity, break it into factors you can bound, take round numbers, multiply, and trust the order of magnitude, not the digits.
Textbook mapping
| Item | Mapping |
|---|---|
| Main source | OpenStax University Physics Vol. 1, Units and Measurement chapter |
| Reference | Halliday, Resnick and Walker · Young and Freedman (measurement chapters) |
| Core topics | 1.1 Base and derived quantities · 1.2 SI and prefixes · 1.3 Dimensional analysis · 1.4 Significant figures · 1.5 Conversion · 1.6 Estimation · 1.7 Scaling laws |
| Engineering connection | Every course; pairs with Statics Module 1 and Math Chapter 1. |
| Read next | Chapter 2: Vectors and Coordinate Systems in Physical Problems. |