Math Notes - Number Systems & Concepts
* What is a Rational Number?
A rational number is any number that can be written as a fraction:
a/b, where a and b are integers, and b != 0.
Examples:
- 1/2, -5/3, 0.75, -3, 273
- Even whole numbers like 273 are rational because 273 = 273/1
* What is a Real Number?
A real number includes all numbers on the number line:
- Natural numbers (1, 2, 3, ...)
- Whole numbers (0, 1, 2, 3, ...)
- Integers (..., -3, -2, -1, 0, 1, 2, ...)
- Rational numbers (fractions and decimals that terminate or repeat)
- Irrational numbers (pi, sqrt2 - decimals that never end or repeat)
* Why is 0 a Rational Number?
0 = 0/1
It can be written as a fraction with integer top and bottom.
Denominator is not zero -> so 0 is rational.
* Why is -0.008 Not an Integer?
Integers do NOT have decimal parts.
-0.008 is a decimal, even though it's negative.
So it's a rational number, but not an integer.
* Number Type Quick Guide
| Number | Rational? | Integer? | Real? |
|----------|-----------|----------|-------|
Math Notes - Number Systems & Concepts
| 273 | Yes | Yes | Yes |
| -0.008 | Yes | No | Yes |
|0 | Yes | Yes | Yes |
| pi | No | No | Yes |
| sqrt2 | No | No | Yes |
* Why Do Two Negatives Make a Positive?
(-a) x (-b) = ab
It keeps math rules like the distributive property working correctly:
Example:
0 = (-3) x (-2) + (-3 x 2)
-> (-3 x -2) = 6
Think of it as flipping a negative direction twice, which brings you forward (positive).
* Extra Tip: Number Type Flowchart
Start with: Is it on the number line? -> Real
Can it be a fraction? -> Rational
Does it repeat? If no -> Irrational
No decimals? -> Might be an Integer
Positive counting numbers? -> Natural