2.2 Order of Operations, Exponents, and Radicals
Key Takeaways
- Use the GEMS order of operations: Grouping, Exponents, Multiplication/Division (left-to-right), Addition/Subtraction (left-to-right).
- Key exponent laws include the Product of Powers ($x^a \cdot x^b = x^{a+b}$) and Quotient of Powers ($x^a / x^b = x^{a-b}$).
- A zero exponent equals one ($x^0 = 1$), and a negative exponent indicates a reciprocal ($x^{-n} = 1/x^n$).
- Scientific notation ($a \times 10^n$, where $1 \le |a| < 10$) simplifies writing and calculating with very large or small numbers.
Order of Operations, Exponents, and Radicals
Once students understand the number system, they must master the rules governing how numbers interact through various operations. The order of operations, the laws of exponents, and the properties of radicals form the syntax and grammar of algebraic language.
Order of Operations (PEMDAS / GEMS)
Mathematics requires a universally agreed-upon sequence for evaluating expressions to ensure that everyone arrives at the same result. The traditional acronym is PEMDAS (Parentheses, Exponents, Multiplication and Division, Addition and Subtraction). A more modern and arguably better framework often taught in middle school is GEMS:
- G - Grouping Symbols: Parentheses $( )$, brackets $[ ]$, braces ${ }$, fraction bars, and absolute value bars. If grouping symbols are nested, always work from the innermost symbols outward.
- E - Exponents: Evaluate any powers or roots.
- M - Multiplication and Division: Work strictly from left to right. Division is not subordinate to multiplication; they have equal priority.
- S - Subtraction and Addition: Work strictly from left to right. Addition is not subordinate to subtraction.
Example Evaluation: Consider the expression: $3 \times [ 14 - (2^3 + 1) ] \div 3$
- Innermost grouping and exponents: $2^3 = 8$
- Inside the parentheses: $8 + 1 = 9$
- Substitute back: $3 \times [ 14 - 9 ] \div 3$
- Inside the brackets: $14 - 9 = 5$
- Substitute back: $3 \times 5 \div 3$
- Multiply and divide left-to-right: $3 \times 5 = 15$, then $15 \div 3 = 5$.
Laws of Exponents
Exponents represent repeated multiplication of a base. Understanding the laws of exponents allows students to simplify complex expressions efficiently.
- Product of Powers: To multiply expressions with the same base, add the exponents: $x^a \cdot x^b = x^{a+b}$.
- Quotient of Powers: To divide expressions with the same base, subtract the exponents: $\frac{x^a}{x^b} = x^{a-b}$ (where $x \neq 0$).
- Power of a Power: To raise a power to another power, multiply the exponents: $(x^a)^b = x^{a \cdot b}$.
- Power of a Product: $(xy)^a = x^a \cdot y^a$.
- Power of a Quotient: $(\frac{x}{y})^a = \frac{x^a}{y^a}$ (where $y \neq 0$).
- Zero Exponent: Any non-zero base raised to the power of zero equals 1: $x^0 = 1$ (where $x \neq 0$).
- Negative Exponents: A negative exponent indicates the reciprocal of the base raised to the positive exponent: $x^{-n} = \frac{1}{x^n}$ and $\frac{1}{x^{-n}} = x^n$.
- Fractional (Rational) Exponents: A fractional exponent represents a radical. The denominator is the root, and the numerator is the power: $x^{\frac{m}{n}} = \sqrt[n]{x^m} = (\sqrt[n]{x})^m$.
Radicals and Rationalizing Denominators
A radical is the inverse operation of an exponent. The most common is the square root ($\sqrt{x}$), which asks: "What non-negative number multiplied by itself equals $x$?"
Simplifying Radicals: A radical is in its simplest form when no perfect square factors (other than 1) remain inside the radicand. To simplify $\sqrt{72}$:
- Find the largest perfect square factor of 72, which is 36.
- Rewrite: $\sqrt{36 \cdot 2}$
- Take the square root of 36: $6\sqrt{2}$.
Radical Operations:
- Addition/Subtraction: You can only combine "like radicals" (same index, same radicand). $3\sqrt{5} + 2\sqrt{5} = 5\sqrt{5}$. But $\sqrt{2} + \sqrt{3}$ cannot be simplified further.
- Multiplication: Multiply the coefficients together and the radicands together: $(3\sqrt{2})(4\sqrt{3}) = 12\sqrt{6}$.
- Division: Divide coefficients and divide radicands: $\frac{8\sqrt{10}}{2\sqrt{2}} = 4\sqrt{5}$.
Rationalizing the Denominator: By convention, final answers are often written without a radical in the denominator. To remove a simple square root from a denominator, multiply both numerator and denominator by that root. Example: $\frac{3}{\sqrt{2}} \cdot \frac{\sqrt{2}}{\sqrt{2}} = \frac{3\sqrt{2}}{2}$.
Scientific Notation
Scientific notation is a method for writing extremely large or extremely small numbers. A number in scientific notation is written as the product of a number between 1 and 10 (including 1, but less than 10) and a power of 10. Format: $a \times 10^n$, where $1 \leq |a| < 10$ and $n$ is an integer.
- Large numbers have positive exponents: $4,500,000 = 4.5 \times 10^6$.
- Small numbers (between 0 and 1) have negative exponents: $0.00032 = 3.2 \times 10^{-4}$.
Operations with Scientific Notation:
- Multiplication: Multiply the coefficients and add the exponents. $(2 \times 10^3)(4 \times 10^5) = 8 \times 10^8$.
- Division: Divide the coefficients and subtract the exponents. $\frac{6 \times 10^7}{2 \times 10^4} = 3 \times 10^3$.
- Addition/Subtraction: Exponents must be made equal before combining coefficients.
Student Error Analysis Example
The Error: A student simplifies the expression $4 + 3(2x - 5)$ and writes the final answer as $14x - 35$.
The Analysis: The student violated the order of operations by performing addition before multiplication. The student added $4 + 3$ to get $7$, and then distributed the $7$ across the binomial $(2x - 5)$ to get $7(2x) - 7(5) = 14x - 35$.
The Correction: The multiplication (distributive property) must occur first. The 3 must be distributed into the parentheses: $3(2x) - 3(5) = 6x - 15$. Then, bring down the 4 and combine like terms: $4 + 6x - 15$. The correct final simplified expression is $6x - 11$.
Exploring Exponents in Depth
The rules of exponents are not arbitrary; they are logical extensions of the definition of exponentiation as repeated multiplication. When students understand the "why" behind the rules, they are less likely to memorize them incorrectly. For example, why is $x^0 = 1$ for any non-zero $x$? One way to explain this is through the quotient rule. We know that any non-zero number divided by itself is $1$, so $x^3 / x^3 = 1$. Using the quotient rule, we subtract the exponents: $x^{3 - 3} = x^0$. Therefore, $x^0$ must equal $1$.
Another conceptual approach uses patterns. Consider powers of $2$: $2^3 = 8$, $2^2 = 4$, $2^1 = 2$. With each step down in exponent, we divide the result by $2$. If we continue this pattern, $2^0$ should be $2 / 2 = 1$. Continuing further, $2^{-1} = 1 / 2$, $2^{-2} = 1 / 4$, and so on. This pattern beautifully illustrates why negative exponents result in reciprocals, a concept that often feels counterintuitive to students who might associate "negative" with "less than zero" rather than "division."
The Nuances of Radicals
Radicals, particularly square roots, are deeply connected to geometry, specifically the Pythagorean theorem and finding the lengths of sides of squares. The principal square root function, $\sqrt{x}$, only returns the non-negative root. Therefore, while the equation $x^2 = 25$ has two solutions ($x = 5$ and $x = -5$), the expression $\sqrt{25}$ evaluates only to $5$. This distinction is paramount in avoiding sign errors in algebraic manipulations.
Furthermore, rationalizing denominators is often taught as a rote procedure, but its historical context is illuminating. Before the advent of calculators, dividing by a long irrational decimal like $\sqrt{2} pprox 1.414$ was exceedingly tedious. Dividing by an integer, however, was much easier. By rationalizing $1 / \sqrt{2}$ to $\sqrt{2} / 2$, mathematicians transformed a difficult division problem ($1 / 1.414$) into a simpler one ($1.414 / 2$). While calculators have made this less computationally necessary, rationalizing denominators remains a standard convention in mathematics to facilitate the comparison of expressions and recognizing equivalent forms.
Simplify the expression: 24 ÷ 4 × 2 + (5 - 2)^2
Which of the following is equivalent to the expression (3x^2 y^4)^3 ?
Rationalize the denominator for the expression: 10 / √5
Divide the following numbers in scientific notation: (8 × 10^5) / (2 × 10^-3)