Math Mathematics

Math

A collection of basic mathematics principles for practice and quick reference.

Contents

 

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

↑ top

 

Integers

\mathbb{Z} = \left\lbrace -3, -2, -1, 0, 1, 2, 3 \right\rbrace

↑ top

 

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}.

↑ top

 

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

↑ top

 

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}

↑ top

 

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.)

↑ top

 

Properties of real numbers

 

Commutative property of addition

a + b = b + a

↑ top

 

Commutative property of multiplication

a \cdot b = b \cdot a

↑ top

 

Associative property of multiplication

a(bc) = (ab)c

↑ top

 

Associative property of addition

a + (b + c) = (a + b) + c

↑ top

 

Distributive property of addition

a \cdot (b + c) = a \cdot b + a \cdot c

↑ top

 

Identity property of addition

a + 0 = a

↑ top

 

Identity property of multiplication

a \cdot 1 = a

↑ top

 

Inverse property of addition

a + (-a) = 0

↑ top

 

Inverse property of multiplication

a \cdot \frac{1}{a} = 1

↑ top

Search Titles & Keywords