Section 1.1 Arithmetic
Subsection 1.1.1 Basic Operations
I assume that you are comfortable with the basic arithmetic operations of addition, subtraction, multiplication and division of numbers. The notations for addition and subtraction are consistent across mathematics.
The notations for multiplication and division, however, tend to change with context. In early context, multiplication is, of course, written with a times sign.
As our mathematical context grows, however, multiplication is more often written with adjacent symbols. For numbers, which requires parantheses.
For variable, writing adjacent variables implies multiplication.
Division has the same evolution. In first presentation, division is usually written with a division sign.
Again as out mathematical context grows, division is often written in fractional notation.
These is an important subtlety here: the notation \(\frac{12}{4}\) means two things at the same time: it is a fraction that we can work with and analyse as a fraction (with detail in Chapter 5, but it is also the division \(12 \div 4\text{.}\) When working with this symbol and similar symbols, people switch between these meanings automatically, usually without noticing or announcing the change.
In addition to the four basic arithmetic operations, we also have exponents to indicate iterated multiplication.
Chapter 16 works on the properties and rules of exponents.
Subsection 1.1.2 Distributive Law
Addition and subtraction work well with each other (we can do them in any order). Multiplication and division likewise work well with each other. But we need a rule to describe the interaction between addition/subtraction and multiplication/division. This rule is likely familiar to you in practice, but the terminology might be new (depending on your mathematical background.) We call this the distributive law; more over, we say that multiplication/division distribute over addition/subtraction. This means that the multiplication or division will spread out and apply to each term in the addition or the subtraction.
Here are some examples of the distributve law, using the variety of notations as discussed in the previous section. First, multiplication distributes over addition.
Second, multiplication distributes over subtraction.
Third, division distributes over addition.
Finally, division distributes over subtraction.
There is a particular case of the distributive law for division when terms are written as fractions. Consider these two examples.
This is the distributive law for divisions; the fraction is division and we apply the division to both term in the numerator. Very likely you may have learned this rule by a different name or explanation: something like splitting up the numerators of fractions. In particular, this only applies to numerators. We cannot split up denonminators of fractions. The following statement is NOT true.
The right side is \(\frac{1}{5}\text{.}\) The left side (using common denominator as described in Chapter 5) is \(\frac{5}{6}\text{.}\) These are obviously not the same number.
Subsection 1.1.3 Order of Operations
With multiple operations, we have conventions about how to write mathematical expressions so that the operations are clear. Most importantly, we have an order or precedence for operations.
- We use parentheses to group pieces of a mathematical expression. Parantheses take precedence over all operations, so they can always be use to be explicit and clear about how we want our expression to be understood.
- Sometimes one operations is inside another operation. For example, here is addition inside a square root.\begin{equation*} \sqrt{9 + 15} \end{equation*}Similarly, here is an exponent and a subtraction inside a fraction (hence inside a division operation).\begin{equation*} \frac{50}{2^3+3} \end{equation*}Any of these inside pieces have to happen before the outside operation can happen. This is sort of like parenthesis, and we could rewrite these with parentheses to make them more transparent.\begin{equation*} \sqrt{(9 + 15)} \end{equation*}\begin{equation*} \frac{50}{(2^3+3)} \end{equation*}Even without the explicit parentheses, these inside pieces take precedence as if they had parentheses.
- Exponents take precedence over the four basic arithmetic operations. Square roots (and other roots) are essentially exponents (as discussed in Chapter 16, so they happen in this step as well.
- Multiplication and division take precedence over addition and subtraction. We can treat multiplication and division as one step since we can interchange the order of multiplication and division without problem.
- Finally, addition and subtraction have the lowest precedence. Again, we can treat these two in one step because we can interchange the order of additions and subtractions without problem.