Number Systems and Expressions
TL;DR
Understanding number systems helps you classify numbers, while algebraic expressions let you represent unknown values and relationships concisely. You'll learn the different types of numbers and how to simplify expressions using basic operations. Master these now, they're the building blocks for all future math.
1. The Mental Model
Think of number systems as different ways to categorize things you count or measure. Expressions are like math sentences with blanks (variables) that show relationships between these numbers, even if you don't know their exact value yet.
2. The Core Material
2.1 Exploring Number Systems

Photo by Roman Friptuleac on Pexels
Numbers aren't just numbers; they come in different types, each with its own special properties. You'll usually start with natural numbers and expand your understanding from there.
graph TD
N["Complex Numbers (a + bi)"] --> R["Real Numbers"]
R --> Q["Rational Numbers (p/q)"]
R --> I["Irrational Numbers (e.g., pi, sqrt(2))"]
Q --> Z["Integers (...-2, -1, 0, 1, 2...)"]
Z --> W["Whole Numbers (0, 1, 2, 3...)"]
W --> N_NAT["Natural Numbers (1, 2, 3...)"]
- Natural Numbers (N): These are the counting numbers: 1, 2, 3, 4... Think of them as what you use to count apples.
- Whole Numbers (W): Just like natural numbers, but they include zero: 0, 1, 2, 3... So, if you have no apples, that's a whole number.
- Integers (Z): This group includes all whole numbers and their negative counterparts: ...-3, -2, -1, 0, 1, 2, 3... This lets you talk about things like temperature below zero.
- Rational Numbers (Q): Any number that can be written as a fraction $\frac{p}{q}$ where $p$ and $q$ are integers and $q$ isn't zero. Examples include $\frac{1}{2}$, $-3$ (which is $\frac{-3}{1}$), $0.75$ (which is $\frac{3}{4}$). When written as decimals, they either terminate (like $0.25$) or repeat (like $0.333...$).
- Irrational Numbers (I): These are numbers that can't be written as a simple fraction. Their decimal representations go o