Skip to main content

Algebra Essentials

Algebra is the generalization of arithmetic that introduces variables and algebraic operations. This ability to manipulate algebraic structures is relavant to many branches of mathematics and empirical sciences.

Types of Numbers

NameSymbolSetDescription
Natural NumbersN\mathbb{N}{1,2,3,...}\{1, 2, 3, ...\}Counting numbers
Whole NumbersW\mathbb{W} or N0\mathbb{N_0}{0,1,2,3,...}\{0, 1, 2, 3, ...\}Includes zero
IntegersZ\mathbb{Z}{...,3,2,1,0,1,2,3,...}\{..., -3, -2, -1, 0, 1, 2, 3, ...\}Includes negative numbers
Rational NumbersQ\mathbb{Q}{mnm\{\frac{m}{n} \mid m and nZn \in \mathbb{Z} and n0}n \neq 0 \}Can be represented as a fraction
Irrational NumbersI\mathbb{I}{hhQ}\{h \mid h \notin \mathbb{Q}\}Cannot be represented as a fraction
Real NumbersR\mathbb{R}QI\mathbb{Q} \cup \mathbb{I}Both rational and irrational numbers combined
Real Number Set
Fig. 1 - Real Number Set
note

There are various sets that are a subset of another. These include: NWZQ\mathbb{N} \subset \mathbb{W} \subset \mathbb{Z} \subset \mathbb{Q}

Types of Decimals

Fractions when converted into decimals come in two forms...

  1. A terminating decimal has a defined terminating point (ex.158=1.875ex.\: \frac{15}{8} = 1.875).
  2. A repeating decimal has no terminating point (ex.411=0.36363636...=0.36ˉex.\: \frac{4}{11} = 0.36363636... = 0.\bar{36}). A bar is used to denote that those numbers repeat forever.

Order of Operations

The order is as follows...

  1. Paranthesis
  2. Exponents
  3. Multiplication or Division
  4. Addition or Subtraction

Properties of Real Numbers

PropertyDefinition
Commutative Property of Additiona+b=b+aa + b = b + a
Commutative Property of Multiplicationa×b=b×aa \times b = b \times a
Associative Property of Additiona+(b+c)=(a+b)+ca + (b + c) = (a + b) + c
Associative Property of Multiplicationa(bc)=(ab)ca(bc) = (ab)c
Distributive Propertya×(b+c)=a×b+a×ca \times (b + c) = a \times b + a \times c
Identity Property of Additiona+0=aa + 0 = a
Identity Property of Multiplicationa×1=aa \times 1 = a
Inverse Property of Additiona+(a)=0a + (-a) = 0
Inverse Property of Multiplicationa×(1a)=1a \times (\frac{1}{a}) = 1

Algebraic Terms

These are commonly encountered terms in algebra...

  1. A constant is a value that does not vary (ex.5ex.\: 5).
  2. A variable represented a value that can vary and is often represented using an alphabetical letter (ex.xex.\: x).
  3. An algebraic expression is a collection of constants and variables joined together by algebraic operations (ex.x+5ex.\: x + 5).
  4. An equation is a mathematical statement which indicates that two expressions are equal (ex.2x+1=7ex.\: 2x + 1 = 7).
  5. A formula is an equation expressing a relationship between constants and variable quantities (ex.A=πr2ex.\: A = \pi r^2 which is the area of a circle).