1.1.1 Order of Operations
Please Excuse My Dear Aunt Sally
Parentheses, Exponents, Multiplication, Division, Addition & Subtraction
1.1.2 Transitive Property
If two quantities are equal with a third, then they are equal with each other.
$$ \text{If } a=c \text{ and } b=c \text{, then } a=b. $$
1.1.3 Fundamental Properties
|
Additive |
Multiplicative |
|---|
| Commutativity |
$a+b=b+a$ |
$a\cdot b=b\cdot a$ |
| Associativity |
$(a+b)+c=a+(b+c)$ |
$(a\cdot b)\cdot c=a\cdot(b\cdot c)$ |
| Identity |
$a+0=a=0+a$ |
$a\cdot 1=a=1\cdot a$ |
| Inverse |
$a+(-a)=0$ |
$a\cdot a^{-1}=1$ |
1.1.4 Distribution
| Distributive property |
$a\cdot(b+c)=a\cdot b+a\cdot c$ |
| Distribution of one negative |
$\frac{-1}{\phantom{-}1}=\frac{\phantom{-}1}{-1}=-\frac{1}{1}=-1$ |
| Distribution of two negatives |
$\frac{-1}{-1}=-\big(-\frac{1}{1}\big)=1$ |
1.1.5 Reciprocal Rule of Division
| For expressions |
$a=\frac{1}{1/a}$ |
| For evaluating fractions |
$\frac{a}{b}\cdot\frac{c}{d}=\frac{a}{b}\cdot\frac{d}{c}$ |
1.1.6 Plus or Minus Notation
If $\pm$ is used on one side of an equation, then the equation has two solutions
$$x=a\pm b\medspace→\medspace
\begin{cases}
x=a+b \\
x=a-b
\end{cases}$$
If $\pm$ is used more than once, then when it is one sign for the first one, it is the same for every other
$$\pm x=a\pm b\medspace→\medspace
\begin{cases}
+x=a+b \\
-x=a-b
\end{cases}$$
If $\pm$ and $∓$ are used, then when one is positive the other is negative and vice versa
$$\pm x=a∓b\medspace→\medspace
\begin{cases}
+x=a-b \\
-x=a+b
\end{cases}$$
If $\pm$ is used in an exponent, it indicates multiplication and division, and the same rules above apply
$$x\cdot y^{\pm 1}=a\pm b\medspace→\medspace
\begin{cases}
x\cdot y=a+b \\
x/y=a-b
\end{cases}$$
1.1.7 Mathematical & Logical Operators
| Symbol |
Meaning |
Example |
Translation |
| $|x|$ |
absolute value |
$|-x|=x$ |
The positive value or magnitude of $x$ |
| $\Vert\vec{v}\Vert$ |
magnitude |
$\Vert\vec{v}\Vert=\sqrt{v_x^2+v_y^2}$ |
The length of a line or vector |
| $\parallel$ |
parallel |
$\vec{v}\parallel\vec{w}$ |
$\vec{v}$ is parallel to $\vec{w}$ |
| $\perp$ |
perpendicular |
$\vec{v}\perp\vec{w}$ |
$\vec{v}$ is perpendicular to $\vec{w}$ |
| $!$ |
factorial |
$5!=1\cdot 2\cdot 3\cdot 4\cdot 5$ |
The product of all integers to the specified value |
| $\therefore$ |
therefore |
$x^2=4 \therefore x= \pm 2$ |
One is true, therefore the other is true |
| $\bmod$ |
modulus |
$4 \bmod 3 = 1$ |
4/3 has a remainder of 1 |
| $\forall$ |
for all |
$\forall x≥0$ |
for every non-negative value |
| $\isin$ |
element of |
$\forall x \isin \Z$ |
$x$ is an integer |
| $\land$ |
and |
$x>0 \land y>0$ |
Both of these statements are true |
| $\lor$ |
or |
$x>0 \lor y>0$ |
One or both of these statements are true |
1.1.8 No Solution
When a numerical conclusion such as $2=0$ occurs, it either means that no solutions exist to a given scenario or that arithmetical rules were broken to arrive at the conclusion