SI Units and Base/Derived Units
SI units are the standardized measurement system used across all of science and engineering. Every calculation you do in electrical engineering depends on these units being consistent, so getting comfortable with them now saves you a lot of headaches later.
International System of Units and Base Units
The SI system is built on seven base units. These are considered fundamental because they can't be broken down into simpler units:
| Quantity | Base Unit | Symbol |
|---|---|---|
| Length | meter | m |
| Mass | kilogram | kg |
| Time | second | s |
| Electric current | ampere | A |
| Temperature | kelvin | K |
| Amount of substance | mole | mol |
| Luminous intensity | candela | cd |
For electrical engineering, the ones you'll use constantly are the meter, kilogram, second, and ampere. Every other unit in the SI system is built from combinations of these seven through multiplication or division.

Derived Units and Scientific Notation
Derived units are what you get when you combine base units to describe more complex quantities. In EE, these four show up everywhere:
- Volt (V) — electric potential difference:
- Watt (W) — power:
- Ohm (Ω) — resistance:
- Joule (J) — energy:
These all have special names so you don't have to write out the full base-unit expression every time.
Scientific notation expresses numbers as a value between 1 and 10 multiplied by a power of 10. For example, the charge of an electron is coulombs. Writing that out as 0.00000000000000000016 C would be impractical, so scientific notation keeps things readable and reduces errors.

Unit Prefixes and Conversions
Prefixes for Multiples and Submultiples
SI prefixes let you scale units up or down so you're working with manageable numbers. In electrical engineering, you'll encounter a wide range of magnitudes, from gigahertz frequencies down to picofarad capacitances.
Here are the prefixes you need to know:
| Prefix | Symbol | Factor |
|---|---|---|
| tera- | T | |
| giga- | G | |
| mega- | M | |
| kilo- | k | |
| milli- | m | |
| micro- | μ | |
| nano- | n | |
| pico- | p | |
| Prefixes attach directly to the unit symbol with no space: kHz, mA, μF, nH. A common mistake is confusing the uppercase M (mega, ) with the lowercase m (milli, ). That's a factor-of-a-billion difference, so pay attention to capitalization. |
Unit Conversion Factors and Dimensional Analysis
A conversion factor is a ratio that equals 1, expressed in two different units. For example, . You can multiply any quantity by a conversion factor without changing its value, only its units.
Dimensional analysis is the method of chaining conversion factors together to get from one unit to another. Here's the process:
- Write down the quantity you're starting with, including its units.
- Identify the conversion factor(s) you need. Arrange each one so the unit you want to cancel is in the denominator.
- Multiply through, canceling units as you go.
- Check that your final answer has the correct units.
Example: Convert 4.7 kΩ to ohms.
Example: Convert 250 μA to milliamps.
A quick shortcut for prefix-to-prefix conversions: count the difference in powers of ten between the two prefixes. Going from micro () to milli () is a difference of , so you divide by 1000. This becomes second nature with practice, but dimensional analysis is always there as a safety net to verify your answer.