Units: the “grammar” that keeps physics from turning into chaos
Units aren’t just labels — they’re how you prove your equation makes sense. When your units line up, your physics is usually on the right track. When they don’t… your answer might be pure fantasy.
1) Base units vs. derived units (plain-language version)
Think of base units as the alphabet, and derived units as words you can build from that alphabet.
Base units (the building blocks)
In SI (the metric system used in science), the most-used base units are:
- meter (m) for length
- kilogram (kg) for mass
- second (s) for time
- ampere (A) for electric current
- kelvin (K) for temperature
- mole (mol) for amount of substance
- candela (cd) for light intensity
These are “base” because they don’t depend on other units.
Derived units (the combos)
A derived unit is made by multiplying/dividing base units.
Examples you’ll see constantly:
- speed: meters per second
speed=sm
- acceleration: meters per second squared
acceleration=s2m
- force (newton, N): a special named derived unit
1N=1s2kg⋅m
Named derived units (like newton, joule, watt) are basically shorthand for a base-unit recipe.
2) “Unit grammar” checklist for compound units
When you write units, you’re writing a tiny math sentence. Here’s how to make it readable and correct.
✅ Use parentheses when you divide by more than one thing
If your denominator has multiple factors, group it.
- Good: s⋅kgm or
m/(s·kg)
- Risky:
m/s·kg (this can be read as (\frac{\text{m}}{\text{s}}\cdot \text{kg}) instead)
✅ Prefer negative exponents for “per”
This keeps things clean, especially with many factors.
- s2m=m⋅s−2
- s2kg⋅m=kg⋅m⋅s−2
✅ Avoid double slashes
Double slashes like m/s/kg can be ambiguous or ugly.
Instead use:
✅ Capitalization matters (it’s not aesthetics — it’s meaning)
Some unit symbols are uppercase because they’re named after people.
- N = newton (force), named after Newton
- J = joule (energy), named after Joule
- W = watt (power), named after Watt
And some are not:
- m = meter (not M)
- s = second (not S)
- kg = kilogram (not Kg or KG)
Tiny letter, big consequence: m (meter) is not the same as mm (millimeter), and M often means “mega-” in prefixes.
✅ Don’t mix up unit symbols with variables
- Unit:
s means seconds
- Variable: you might also use (s) for displacement in math
In text, keep units attached to numbers and separated from variables:
- Good:
t = 5 s
- Good:
s = 5 m (here s is a variable; m is the unit)
3) Three common mistakes (and quick repairs)
Here are the “oops” moments that show up all the time — and how to fix them fast.
Mistake 1: Forgetting parentheses in division
- You write:
m/s^2 kg
- Someone reads it as: (\frac{\text{m}}{\text{s}^2}\cdot\text{kg})
- But you meant: (\frac{\text{m}}{\text{s}^2\cdot\text{kg}})
Fix: Use parentheses or negative exponents.
- Better:
m/(s^2·kg)
- Or:
m·s^-2·kg^-1
Mistake 2: Using the wrong capitalization
- You write:
kn or n
- But the unit is N (newton)
Fix: Memorize a simple rule:
- Named after a person → capital letter (N, J, W, Pa, Hz)
- Otherwise → usually lowercase (m, s, mol)
Mistake 3: Treating “kg” like it’s “k” + “g” in unit algebra
People sometimes try to cancel the k like it’s a variable or separate prefix.
Fix: Treat kg as the base unit for mass in SI.
- Use
kg directly in derived units.
- Example: 1N=1s2kg⋅m
(You can rewrite in grams if you want, but it often makes things messier.)
4) The 2-minute self-explanation prompt (no writing required… but you can!)
Take 2 minutes and explain this out loud like you’re teaching a friend:
“Explain what a newton means using base units and an everyday scenario.”
Include both parts:
- The base-unit breakdown:
1N=1s2kg⋅m
- A real-life picture, like:
- pushing down on a coffee tamper
- pressing a controller button
- lifting a small object in your hand
Try to connect the meaning: a newton is the amount of force that gives a mass an acceleration — and the unit recipe (kg·m/s²) tells you exactly how.
Tiny takeaway
Base units are your “letters.” Derived units are your “words.” And good unit grammar (parentheses, clean division, correct capitalization) makes your physics readable, checkable, and way more confident.