Build Your Intuition First
The Concepts, Explained
Rational Numbers
A number is rational if it can be written as p/q where p and q are integers and q ≠ 0. As a decimal, it either terminates (3/4 = 0.75) or recurs forever (1/3 = 0.333…).
Irrational Numbers
A number is irrational if it cannot be written as p/q. Its decimal expansion is non-terminating and non-recurring. Famous irrationals: √2 ≈ 1.41421356…, π ≈ 3.14159265…, e ≈ 2.71828182…
Surds
A surd is an irrational root kept in exact form: √2, √3, ∛5. Surds let you work with exact values instead of messy approximations.
Key surd rules: √a × √b = √(ab) | (√a)² = a | √(a/b) = √a / √b
Rationalising the denominator means removing surds from the bottom of a fraction. Multiply top and bottom by the conjugate: 1/(√3+1) × (√3−1)/(√3−1) = (√3−1)/2.
Properties of Real Numbers
- Closure: a + b and a × b are still real numbers.
- Commutativity: a + b = b + a; a × b = b × a. (Order doesn’t matter.)
- Associativity: (a + b) + c = a + (b + c). (Grouping doesn’t matter.)
- Distributivity: a(b + c) = ab + ac. (This is the engine of all algebra.)
Key Formulas
Common Mistakes
Try: √(9+16)=5, but √9+√16=7. Never split a root over addition!
π is irrational. 22/7 ≈ 3.142857 while π ≈ 3.141593 — not the same.
0.5 = 1/2 and 0.333… = 1/3 are both perfectly rational.
Try It Yourself
Enter a number to see exactly which number sets it belongs to.
Tip: type sqrt(2) for √2, pi for π, or 1/3 for fractions.