Math
Contents
- A
- C
- D
- I
- N
- R
Number systems
Numbers can be classified into sets
See Number system on Wikipedia.
Natural Numbers
Can include \mathit{0} or not, both are used.
\mathbb{N}_0 = \left\lbrace 1, 2, 3, \dots \right\rbrace
\mathbb{N}_1 = \left\lbrace 0, 1, 2, 3, \dots \right\rbrace
Integers
\mathbb{Z} = \left\lbrace -3, -2, -1, 0, 1, 2, 3 \right\rbrace
Rational numbers
\mathbb{Q} = \frac{a}{b} where a and b are integers and b is not 0.
Rational numbers in decimal form either terminate or repeat. For example \frac{3}{4} = 0.75 (terminating) or \frac{1}{3} = 0.3333\dots (repeating).
Repeating sequences can be more than one digit. These are represented in standard notation with an overbar. For example, \frac{1}{7} = 0.142857142857\ldots = 0.\overline{142857}.
Irrational numbers
Irrational numbers cannot be written as a simple fraction. Their decimal forms continue endlessly without a repeating pattern.
Examples:
- \pi = 3.1415926535\ldots (It never ends and never repeats.)
- \sqrt{2} = 1.41421\ldots (Square roots of non-perfect squares are often irrational.)
- e (Euler’s constant) = 2.71828 \ldots
Real numbers
\mathbb{R} = Any single point on the number line. The continuous number line contains all natural numbers, integers, rational numbers, and irrational numbers.
\mathbb{N} \subset \mathbb{Z} \subset \mathbb{Q} \subset \mathbb{R} \subset \mathbb{C}
Complex numbers
Complex numbers, \mathbb{C}, are the result of taking the square root of a negative number.
- i = \sqrt{-1}.
- i^2 = -1.
- a +bi. (Standard form for a complex number.)
Properties of real numbers
Commutative property of addition
a + b = b + a
Commutative property of multiplication
a \cdot b = b \cdot a
Associative property of multiplication
a(bc) = (ab)c
Associative property of addition
a + (b + c) = (a + b) + c
Distributive property of addition
a \cdot (b + c) = a \cdot b + a \cdot c
Identity property of addition
a + 0 = a
Identity property of multiplication
a \cdot 1 = a
Inverse property of addition
a + (-a) = 0
Inverse property of multiplication
a \cdot \frac{1}{a} = 1