Units
1.1 Units
🧭 Overview
🧠 One-sentence thesis
Units must always be explicitly stated and consistently applied to avoid ambiguity, errors, and misunderstandings in expressing physical quantities.
📌 Key points (3–5)
- What a unit is: the measure used to express a physical quantity (e.g., meters for distance).
- Prefixes simplify notation: standard prefixes like "kilo-" or "milli-" scale units to keep values in a manageable range (0.001 to 10,000).
- Always indicate units: omitting units is a common source of error; the same number can mean different things depending on the unit system.
- Common confusion: the constant "3" in "l = 3t" is ambiguous—it could be 3 m/s or 3 km/h depending on the units of l and t; always attach units to constants.
- Units enable error-checking: dimensional correctness (e.g., an electric field expression must reduce to V/m) helps catch mistakes in formulas.
📏 What units are and why they matter
📏 Definition and role
Unit: the measure used to express a physical quantity.
- A physical quantity is incomplete without its unit.
- Example: "6,371,000" alone is meaningless; "6,371,000 meters" specifies the mean radius of the Earth.
- The excerpt emphasizes that failure to indicate units is a common source of error and misunderstandings.
🌍 Unit systems in use
The excerpt mentions three systems:
| System | Description | Example base unit |
|---|---|---|
| SI (International System of Units) | The "metric system"; most popular for engineering | meter (m) for distance |
| English system | Still used in some regions and applications | mile for distance |
| CGS (centimeter-gram-second) | Common in physics and material science; some constants become unitless | erg for energy (not joule) |
- This work uses SI exclusively.
- Don't confuse: the same physical constant can have different numerical values or even become unitless in different systems, so stating units is critical.
🔢 Prefixes and abbreviations
🔢 Standard prefixes
Prefixes modify units to keep numerical values in a convenient range (typically 0.001 to 10,000).
- Example: Earth's radius is more commonly written as 6371 kilometers (km) rather than 6,371,000 meters.
- The excerpt provides a table of standard prefixes:
- Large: exa (E, 10¹⁸), peta (P, 10¹⁵), tera (T, 10¹²), giga (G, 10⁹), mega (M, 10⁶), kilo (k, 10³)
- Small: milli (m, 10⁻³), micro (μ, 10⁻⁶), nano (n, 10⁻⁹), pico (p, 10⁻¹²), femto (f, 10⁻¹⁵), atto (a, 10⁻¹⁸)
🔤 Standard abbreviations
To avoid tedious writing, use standard abbreviations for both prefixes and base units.
- Example: "6371 km" instead of "6371 kilometers."
- The excerpt lists commonly-used units in electromagnetics (Table 1.2):
- Distance: meter (m)
- Time: second (s)
- Current: ampere (A)
- Charge: coulomb (C)
- Voltage: volt (V)
- Resistance: ohm (Ω)
- Frequency: hertz (Hz)
- Energy: joule (J)
- Power: watt (W)
- And others (farad, henry, tesla, weber, newton).
⚠️ Ambiguity and how to avoid it
⚠️ The problem with omitting units
Consider the expression: l = 3t (where l is length and t is time).
- If l is in meters and t is in seconds, then "3" means "3 m/s."
- If l is in kilometers and t is in hours, then "3" means "3 km/h"—literally a different equation.
- Writing "l = 3t m/s" does not resolve the ambiguity; we still don't know the units of the constant "3."
- Writing "l = 3t where l is in meters and t is in seconds" is unambiguous but awkward for complex expressions.
✅ Better notation practices
The excerpt recommends two approaches:
-
Attach units to the constant directly:
- Write: l = (3 m/s) t
- This makes it clear that the constant has units of m/s.
-
Separate the constant and its units:
- Write: l = a t where a = 3 m/s
- This separates the issue of units from the more important fact that l is proportional to t, and the constant of proportionality (a) is known.
Don't confuse: attaching units only to variables (e.g., "l = 3t m/s") leaves the constant's units ambiguous.
🔧 SI fundamentals and derived units
🔧 Seven fundamental SI units
SI defines seven base units from which all others are derived:
| Quantity | Unit | Abbreviation |
|---|---|---|
| Distance | meter | m |
| Time | second | s |
| Current | ampere | A |
| Mass | kilogram | kg |
| Temperature | kelvin | K |
| Particle count | mole | mol |
| Luminosity | candela | cd |
🔧 Derived electromagnetic units
Electromagnetic quantities are derived from the fundamental units.
- Example: coulomb (C) for charge and volt (V) for electric potential are derived units.
- The excerpt notes that in other systems (e.g., CGS), some physical constants become unitless, highlighting the importance of stating which system is in use.
🛠️ Units as an error-checking tool
🛠️ Dimensional correctness
A frequently-overlooked feature: units help verify mathematical expressions.
- Example: electric field intensity is specified in volts per meter (V/m).
- An expression for electric field that yields V/m is "dimensionally correct" (though not necessarily correct in all other respects).
- An expression that cannot be reduced to V/m cannot be correct.
- This provides a quick sanity check: if the units don't match the expected quantity, the formula is wrong.