Page
Description
Equation
3 additive closure. addition is closed. \[ a+b\in\R \] and \[ a+b \text{ is unique } \] 3 multiplicative closure. multiplication is closed. \[ ab\in\R \] and \[ ab \text{ is unique } \] 3 additive commutation. addition is commutative. \[ a+b=b+a \] 3 multiplicative commutation. multiplication is commutative. \[ ab=ba \] 3 additive association. addition is associative. \[ (a+b)+c=a+(b+c) \] 3 multiplicative association. multiplication is associative. \[ (ab)c=a(bc) \] 3 additive identity \[ a+0=0+a=a \] 3 multiplicative identity \[ a\cdot1=1\cdot a=a \] 3 additive inverse \[ a+(-a)=(-a)+a=0 \] 3 multiplicative inverse \[ a\cdot\frac{1}{a}=\frac{1}{a}\cdot a=1\quad(a\ne0) \] 3 multiplication is left distributive and right distributive over addition, so we say it is distributive over addition. \[ a(b+c)=ab+ac\quad\text{(left)}\\ (a+b)c=ac+bc\quad\text{(right)} \] 4 subtraction \[ a-b=a+(-b) \] 4 division \[ a\div b=\frac{a}{b}=a\cdot\frac{1}{b}=\frac{1}{b}\cdot a \] 5 multiplicative property of $0$ \[ a(0)=(0)a=0 \] 5 multiplicative property of $-1$ \[ a(-1)=(-1)a=-a \] 5 negative of a sum \[ -(a+b)=-a-b \] 5 negative of a difference \[ -(a-b)=b-a \] 5 distributive property over subtraction \[ a(b-c)=ab-ac\quad\text{(left)}\\ (a-b)c=ac-bc\quad\text{(right)} \] 5 negative in products \[ (-a)b=-(ab)=a(-b)\\ (-a)(-b)=ab \] 5 negative in quotients \[ \frac{-a}{b}=-\frac{a}{b}=\frac{a}{-b}\\ \frac{-a}{-b}=\frac{a}{b} \] 5 cross product property $b\neq0,$ $d\neq0$ \[ \frac{a}{b}=\frac{c}{d}\Leftrightarrow ad=bc \] 6, 61 fundamental property of fractions $k\in\R,$ $b\ne0,$ $k\ne0.$ \[ \frac{a}{b}=\frac{ak}{bk} \] 6, 64 addition property of fractions $b\ne0.$ \[ \frac{a}{b}+\frac{c}{b}=\frac{a+c}{b} \] 6, 64 subtraction property of fractions $b\ne0.$ \[ \frac{a}{b}-\frac{c}{b}=\frac{a-c}{b} \] 6, 63 multiplication property of fractions $b\ne0,$ $d\ne0.$ \[ \frac{a}{b}\cdot\frac{c}{d}=\frac{ac}{bd} \] 6, 63 division property of fractions $b\ne0,$ $c\ne0,$ $d\ne0.$ \[ \frac{a}{b}\div\frac{c}{d}=\frac{a}{b}\cdot\frac{d}{c} \] 8 $a$ is greater than $b$ if $a$ is to the right of $b$ on the real number line. \[ a\gt b \] 8 $a$ is less than $b$ if $a$ is to the left of $b$ on the real number line. \[ a\lt b \] 8 duality \[ a\gt b\\ \] if and only if \[ b\lt a \] 8 positive $a$ \[ a\gt0\\ \] \[ 0\lt a \] 8 negative $a$ \[ a\lt0\\ 0\gt a \] 8 nonnegative $a$ \[ a\ge0\\ 0\le a \] 8 nonpositive $a$ \[ a\le 0\\ 0\ge a \] 9 between, double inequality \[ a\lt b\lt c\\ c\gt b\gt a \] 9 absolute value \[ \abs{a}= \left\{ \begin{align*} a&&&\text{if }a\ge0\\ -a&&&\text{if }a\lt0\\ \end{align*} \right. \] 10 distance between two points \[ AB=\abs{a-b} \] 12 Let $n\in\Z.$ Repeated addition $n$ times of a real number. multiplication by $n$. \[ na=\underbrace{a+a+a+\cdots+a}_{n\text{ terms}} \] 12 Let $n\in\Z.$ repeated multiplication $n$ times of a real number, raise a real number to the $n\text{th}$ power, exponent $n$ \[ a^n=\underbrace{a\cdot a\cdot a\cdots a}_{n\text{ factors}} \] 13 product property of positive integer exponents \[ a^ma^n=a^{m+n} \] 13 power property of positive integer exponents \[ (a^m)^n=a^{mn} \] 13 quotient property of positive integer exponents \[ \frac{a^m}{a^n}= \left\{ \begin{array}{cr} a^{m-n}&\text{if }m\gt n\\ \frac{1}{a^{n-m}}&\text{if }m\lt n\\ 1&\text{if }m=n \end{array} \right. \] 13 power of a product property of positive integer exponents \[ (ab)^n=a^nb^n \] 13 power of a quotient property of positive integer exponents \[ \left(\frac{a}{b}\right)^n=\frac{a^n}{b^n} \] 15 definition of $a^0$ \[ a^0=1 \] 15 definition of $a^{-n}$ \[ a^{-n}=\frac{1}{a^n} \] 16 exponent of $0$ \[ a^0=1 \] 16 exponent of $-n$ \[ a^{-n}=\frac{1}{a^n} \] 16 product rule of integer exponents \[ a^ma^n=a^{m+n} \] 16 power rule of integer exponents \[ (a^m)^n=a^{mn} \] 16 quotient rule of integer exponents \[ \frac{a^m}{a^n}=a^{m-n} \] 16 integer power of a product \[ (ab)^n=a^nb^n \] 16 integer power of a quotient \[ \left(\frac{a}{b}\right)^n=\frac{a^n}{b^n} \] 16 negative exponents in quotients \[ \frac{a^{-m}}{b^{-n}}=\frac{b^n}{a^m} \] 17 scientific notation $n\in\Z,$ $k\in\R,$ $1\le\abs{k}\le9.$ \[ k\times10^n\\ \] 24 definition of $a^{1/n}$ \[ a^{1/n}=\sqrt[n]{a} \] 24 definition of $a^{m/n}$. definition of rational exponents. where $a^{1/n}$ a real number and $m$ and $n$ positive integers such that $m/n$ is reduced to lowest terms. \[ a^{m/n} = (a^{1/n})^m=(\sqrt[n]{a})^m\\ a^{m/n} = (a^m)^{1/n}=\sqrt[n]{a^m} \] 26 definition of $\left(a^n\right)^{1/n}$ for any positive integer $n\ge2,$ where $a\ge0$ when $n$ is even. \[ a^{1/n} = \sqrt[n]{a} \] 27 identity rule of radicals where $a\in\R$ and $n\ge2$ such that $\sqrt[n]{a}\in\R.$ \[ (\sqrt[n]{a})^n=a \] 27 radical of radical rule where $a\in\R$ and $m\ge2$ and $n\ge2$ such that $\sqrt[n]{a}\in\R.$ \[ \sqrt[m]{\sqrt[n]{a}}=\sqrt[mn]{a} \] 27 product rule of radicals where $a,b\in\R$ and $m\ge2$ and $n\ge2$ such that $\sqrt[n]{a}, \sqrt[n]{b}\in\R.$ \[ \sqrt[n]{ab}=\sqrt[n]{a}\sqrt[n]{b} \] 27 quotient rule of radicals where $a,b\in\R$ and $m\ge2$ and $n\ge2$ such that $\sqrt[n]{a}, \sqrt[n]{b}\in\R.$ \[ \sqrt[n]{\frac{a}{b}}=\frac{\sqrt[n]{a}}{\sqrt[n]{b}} \quad(b\ne0) \] 37 square of a binomial. perfect square trinomial. \[ (A+B)^2=A^2+2AB+B^2 \] 37 cube of a binomial. perfect cube polynomial. \[ (A+B)^3=\\ A^3+3A^2B+3AB^2+B^3 \] 42 imaginary unit $i$ \[ i=\sqrt{-1} \] where \[ i^2=-1 \] 42 principal square root of $-a$ where $a$ is a real number and $a\gt0.$ \[ \sqrt{-a}=i\sqrt{a} \] 43 reciprocal of $i$ and $-i$ \[ i=\frac{1}{-i} \] and \[ -i=\frac{1}{i} \] 44 powers of $i$ \[ i^n= \left\{ \begin{array}{cl} 1 &\text{if}\quad n=0\\ i &\text{if}\quad n=1\\ -1 &\text{if}\quad n=2\\ -i &\text{if}\quad n=3\\ i^{\ n\bmod4} &\text{else} \end{array} \right. \] 45 complex number where $a$ and $b$ are real and $i$ is the imaginary unit. \[ a+bi \] 46 addition of complex numbers \[ (a+bi)+(c+di)=\\ (a+c)+(b+d)i \] 47 subtraction of complex numbers \[ (a+bi)-(c+di)=\\ (a-c)+(b-d)i \] 47 multiplication of complex numbers \[ (a+bi)(c+di)=\\ (ac-bd)+(ad+bc)i \] 48 division of complex numbers \[ \frac{a+bi}{c+di}=\\ \frac{ac+bd}{c^2+d^2} +\frac{bc-ad}{c^2+d^2}i \] 55 difference of squares \[ A^2-B^2=\\ (A+B)(A-B) \] 55 sum of cubes \[ A^3+B^3=\\ (A+B)(A^2-AB+B^2) \] 55 difference of cubes \[ A^3-B^3=\\ (A-B)(A^2+AB+B^2) \] 63 multiplication property \[ \frac{a}{b}\cdot\frac{c}{d}=\frac{ac}{bd} \] 63 division property $b\ne0,$ $c\ne0,$ $d\ne0$ \[ \frac{a}{b}\div\frac{c}{d} =\frac{a}{b}\cdot\frac{d}{c} \] 64 addition property \[ \frac{a}{b}+\frac{c}{b}=\frac{a+c}{b} \] 64 subtraction property \[ \frac{a}{b}-\frac{c}{b}=\frac{a-c}{b} \]
Page
Notes
2 sets of numbers, terms, factors 3

Properties of Real Numbers where $a,b,c\in\R.$

  1. closed (closure)

    Addition is unique and \[ a+b\in\R \]

    Multiplication is unique and \[ ab\in\R \]

  2. commutative (commutation)

    addition \[ a+b=b+a \]

    multiplication \[ ab=ba \]

  3. associative (association)

    addition \[ (a+b)+c=a+(b+c) \] multiplication \[ (ab)c=a(bc) \]

  4. identity

    addition \[ a+0=0+a=a \] multiplication \[ a(1)=(1)a=a \]

  5. inverse

    addition \[ a+(-a)=(-a)+a=0 \] multiplication \[ a\cdot\frac{1}{a} =\frac{1}{a}\cdot a =1\quad(a\ne0) \]

  6. distributive (distribution)

    left distributive \[ a(b+c)=ab+ac \] right distributive \[ (a+b)c=ac+bc \]

5

Additional Properties of Real Numbers where $a,b,c\in\R.$

  1. multiplicative property of $0$

    \[ a(0)=(0)a=0 \]

  2. multiplicative property of $-1$

    \[ a(-1)=(-1)a=-a \]

  3. negative of a sum

    \[ -(a+b)=-a-b \]

  4. negative of a difference

    \[ -(a-b)=b-a \]

  5. distributive property over subtraction

    \[ a(b-c)=ab-ac\quad\text{(left)}\\ (a-b)c=ac-bc\quad\text{(right)} \]

  6. negative in products

    \[ (-a)b=-(ab)=a(-b)\\ (-a)(-b)=ab \]

  7. negative in quotients

    \[ \frac{-a}{b}=-\frac{a}{b}=\frac{a}{-b}\\ \frac{-a}{-b}=\frac{a}{b} \]

6

Additional Properties of Fractions

  1. addition property for all $\frac{a}{b},$ $\frac{c}{b},$ $\frac{c}{d},$ $b\ne0,$ $d\ne0$

    \[ \frac{a}{b}+\frac{c}{b}=\frac{a+c}{b} \]

  2. subtraction property

    \[ \frac{a}{b}-\frac{c}{b}=\frac{a-c}{b} \]

  3. multiplication property

    \[ \frac{a}{b}\cdot\frac{c}{d}=\frac{ac}{bd} \]

  4. division property where $c\ne0$

    \[ \frac{a}{b}\div\frac{c}{d}=\frac{a}{b}\cdot\frac{d}{c} \]

7 one-to-one correspondence between points on the line and real numbers 13

properties of positive integer exponents

  1. product property

    \[ a^ma^n=a^{m+n} \]

  2. power property

    \[ (a^m)^n=a^{mn} \]

  3. quotient property

    \[ \frac{a^m}{a^n}= \left\{ \begin{array}{cr} a^{m-n}&\text{if }m\gt n\\ \frac{1}{a^{n-m}}&\text{if }m\lt n\\ 1&\text{if }m=n \end{array} \right. \]

  4. power of a product property

    \[ (ab)^n=a^nb^n \]

  5. power of a quotient property

    \[ \left(\frac{a}{b}\right)^n=\frac{a^n}{b^n} \]

16 laws of exponents
  1. \[ a^0=1 \]
  2. \[ a^{-n}=\frac{1}{a^n} \]
  3. \[ a^m a^n = a^{m+n} \]
  4. \[ (a^m)^n=a^{mn} \]
  5. \[ \frac{a^m}{a^n}=a^{m-n} \]
  6. \[ (ab)^n=a^nb^n \]
  7. \[ \left(\frac{a}{b}^n\right)=\frac{a^n}{b^n} \]
  8. \[ \frac{a^{-m}}{b^{-n}}=\frac{b^n}{a^m} \]
22 If $a,b\in\R,$ $n>0,n\in\Z,$ and $b^n=a,$ then $b$ is an $n\text{th}$ root of $a.$ 23
The nature of the $n\text{th}$ roots of $a.$
$n$ $a$ $n\text{th}$ root(s) of $a$
even positive two real roots: one positive, one negative
even negative no real root
odd positive one real root: a positive root
odd negative one real root: a negative root
odd or even zero one real root: $0$
23 definition of $\sqrt[n]{a}.$
  1. If $a$ is positive and $n$ is even, then
    1. $\sqrt[n]{a}$ is the positive or principal $n\text{th}$ root of $a$
    2. $-\sqrt[n]{a}$ is the negative of the principal $n\text{th}$ root of $a.$
    3. $\sqrt[n]{-a}$ is not a real number.
  2. If $a$ is either positive or negative and $n$ is odd, then $\sqrt[n]{a}$ represents the $n\text{th}$ root of $a.$
  3. $\sqrt[n]{0}=0$ for all positive integers $n.$
27

properties of radicals. For any real numbers $a$ and $b$ and positive integers $m\ge2$ and $n\ge2$ such that $\sqrt[n]{a}$ and $\sqrt[n]{b}$ are real numbers.

  1. \[ (\sqrt[n]{a})^n=a \]
  2. \[ \left(\sqrt[m]{\sqrt[n]{a}}\right)=\sqrt[mn]{a} \]
  3. \[ \sqrt[n]{ab}=\sqrt[n]{a}\sqrt[n]{b} \]
  4. \[ \sqrt[n]{\frac{a}{b}}=\frac{\sqrt[n]{a}}{\sqrt[n]{b}} \quad(b\ne0) \]
27 simplified form for radical expressions

  1. The radicand contains no factor to a power greater than or equal to the index of the radical; that is, $\sqrt[n]{a^m}$ has $m\lt n.$
  2. The power of the radicand and the index of the radical have no common factor other than $1;$ that is, for $\sqrt[n]{a^m},$ the power $m$ and the index $n$ are relatively prime.
28 rationalize the denominator (numerator). Multiply the denominator (numerator) by a factor, called the rationalizing factor, that produces a perfect $n\text{th}$ power in the denominator (numerator). 31 A collection of variables and constants formed by the operations of addition, subtraction, multiplication, division, raising to a power, or taking a root is called an algebraic expression. The building blocks of algebraic expressions are called terms. A term consists of either a constant, a variable, or a product or quotient of constants and variables. Terms that differ only in their numerical coefficients are called like terms. If a term consists of the product of a real number and one or more variables, then the real number is called the numerical coefficient or simply coefficient of the term. If a term contains no variables, it is called a constant term. 32 A polynomial is an algebraic expression in which no variable appears in any denominator or in any radicand, and any variable that does appear is raised to a nonnegative integer power. If, after like terms are combined, a polynomial consists of only one term, it is called a monomial, If two terms, a binomial, three terms a trinomial. The degree of a term of a polynomial is the sum of all the exponents of the variables in the term. The degree of a polynomial with unlike terms is the degree of the term with the highest degree in the polynomial. 34 Methods of addition, subtraction, multiplication and division of algebraic expressions. 36 Special Sums and Products

  1. square of a binomial, perfect square trinomial \[ (A+B)^2=\\ A^2+2AB+B^2 \]
  2. cube of a binomial, perfect cube polynomial \[ (A+B)^3=\\ A^3+3A^2B+3AB^2+B^3 \]
  3. product of conjugate pairs, difference of squares \[ (A+B)(A-B)\\ =A^2-B^2 \]
  4. sum of cubes \[ (A+B)(A^2-AB+B^2)\\ =A^3+B^3 \]
  5. difference of cubes \[ (A-B)(A^2+AB+B^2)\\ =A^3-B^3 \]
38 grouping symbols and order of operations. 43 pure imaginary number. Any number of the form $bi,$ where $i$ is the imaginary unit and $b$ is a real number such that $b\ne0,$ is a pure imaginary number. 45 If $b\ne0$ then $a+bi$ is referred to simply as an imaginary number. 46

The complex number system consists of the following sets of numbers:

  1. Integers
  2. Rational Numbers
  3. Irrational Numbers
  4. Real Numbers
  5. Pure Imaginary Numbers
  6. Imaginary Numbers

Note these relationships:

  1. Pure Imaginary Numbers $\subset$ Imaginary Numbers
  2. Imaginary Numbers $\subset$ Complex Numbers
  3. Integers $\subset$ Rational Numbers $\subset$ Real Numbers
  4. Rational Numbers $\subset$ Real Numbers
  5. Irrational Numbers $\subset$ Real Numbers
  6. Real Numbers $\subset$ Complex Numbers
  7. Rational Numbers $\cap$ Irrational Numbers = $\varnothing.$
  8. Imaginary Numbers $\cap$ Real Numbers = $\varnothing.$
48 Derivation of division of complex numbers using complex conjugates. 51-54 Factoring Techniques

  1. Use the distributive property.
  2. Group terms.
  3. Factor Trinomials
    1. Case 1. If $k_1$ and $k_2$ are constants, then the product of the binomials $(x+k_1)$ and $(x+k_2)$ is a trinomial of the form $x^2+bx+c,$ where $b=k_1+k_2$ and $c=k_1k_2.$ Thus, to factor trinomials of the form $x^2+bx+c,$ we find two numbers $k_1$ and $k_2$ whose product is $c$ and whose sum is $b.$ We then write \[ x^2+bx+c=\\ (x+k_1)(x+k_2) \]
    2. Case 2. To factor trinomials of the form $ax^2+bx+c,$ $(a\ne1),$ we find two numbers whose product is $ac$ and whose sum is $b.$ If these two numbers are $k_1$ and $k_2,$ then $ac=k_1k_2$, $bx=k_1x + k_2x$ and we write \[ ax^2+bx+c=\\ ax^2+k_1x+k_2x+c, \] then factor this expression by grouping terms.
    3. Case 3. perfect square trinomial. In the trinomial $Ax^2+Bx+C,$ if the middle term is twice the product of the square root of the first and last terms, then $A=a^2,$ $B=ac$, and $C=c^2$ for some $a,b,c\in\R$. Thus, by the previous technique for factoring a trinomial we obtain the factorization directly by writing \[ Ax^2+Bx+C=\\ (ax)^2+(2ab)x+c^2 =\\(ax+b)^2 \]
  4. Trial and error.
56 A polynomial with integer coefficients is said to be prime relative to the set of integers if it cannot be written as the product of two polynomials of positive degree that have integer coefficients. 57 A polynomial with integer coefficients is said to be nonprime relative to the real numbers if it can be written as the product of two polynomials of positive degree that have real coefficients. 57 A polynomial with integer coefficients is said to be prime relative to the real numbers if it cannot be written as the product of two polynomials of positive degree that have real coefficients. 57 A polynomial with integer coefficients is said to be nonprime relative to the set of complex numbers if it can be written as the product of two polynomials of positive degree that have complex coefficients. 57 When a polynomial is written as the product of prime factors, it is said to be factored completely. 57 A prime polynomial is one that is prime in the context of a set of numbers according to one of the definitions above. 60 The quotient of two algebraic expressions is an algebraic fraction. 60 If the numerator and denominator of an algebraic fraction are polynomials, then the algebraic fraction is referred to as a rational expression. 61 To generate equivalent algebraic fractions or to reduce an algebraic fraction to lowest terms, we apply the fundamental property of fractions: $a,b,k\in\R,$ and $b\ne0,$ $k\ne0,$ \[ \frac{a}{b}=\frac{ak}{bk} \] 65

To add or subtract algebraic fractions with unlike denominators, we first find the least common denominator (LCD), abbreviated LCD. The following two-step procedure may be used to find the LCD.

  1. Completely factor each denominator, and use exponential notation to represent repeated prime factors that occur in any one of the denominators.
  2. The product of each different prime factor to the highest power it occurs in any one of the denominators is the LCD.
66 A complex fraction is a fraction that contains at least one fraction in its numerator, its denominator, or both. 68 To rationalize the numerator (denominator) of an algebraic fraction multiply the numerator (denominator) by its conjugate.