7 Powers, Roots, and Order of Operations
Powers, Roots, and Order of Operations form the foundation of algebraic calculations, guiding how expressions are evaluated and simplified systematically.
Powers, Roots, and Order of Operations is the study of repeated multiplication and its inverse operation, together with the universal evaluation hierarchy that determines how these operations combine with addition, subtraction, multiplication, and division inside a single numerical expression. This topic supplies the mechanical rules needed to evaluate any well-formed arithmetic or algebraic expression to a single, unambiguous value.
Power Notation and Meaning
A power is written bⁿ, where b is the base and n is the exponent, and it denotes the base multiplied by itself n times:
The exponent 2 is read "squared" and the exponent 3 is read "cubed," reflecting their geometric origins in area and volume. An exponent of 1 returns the base unchanged, and an exponent of 0 applied to any nonzero base equals 1 by definition, a convention chosen to keep the pattern of the exponent rules consistent as the exponent decreases.
Signed Bases and Power Scope
The placement of a negative sign relative to parentheses changes the meaning of a power. In (-3)², the negative sign is part of the base, so the expression means (-3) × (-3) = 9. In -3², the exponent applies only to 3, and the negative sign is applied afterward, so the expression means -(3 × 3) = -9. This distinction, governed by the scope rules of grouping symbols, is one of the most consistently tested sources of error in powers and roots and must be resolved by identifying exactly what the parentheses enclose before evaluating.
More generally, raising a negative base to an even exponent produces a positive result, while raising a negative base to an odd exponent produces a negative result, since the negative signs pair off in even groups but leave one unpaired sign in odd groups.
Square and Cube Number Structure
A perfect square is the product of an integer multiplied by itself, such as 1, 4, 9, 16, and 25, and a perfect cube is the product of an integer multiplied by itself twice more, such as 1, 8, 27, and 64. Recognizing perfect squares and cubes by memory allows roots of these values to be evaluated instantly rather than estimated, and it supports later algebraic work such as factoring using the difference-of-squares pattern.
Root Notation and Meaning
A root is the inverse operation of a power. The radical symbol √ with an index n denotes the nth root, the value that, when raised to the nth power, produces the number under the radical (the radicand):
When no index is written, the radical denotes a square root by default (index 2). Odd-indexed roots, such as cube roots, are defined for negative radicands and produce negative results, while even-indexed roots, such as square roots, are defined only for non-negative radicands within the real numbers, since no real number squared produces a negative value.
Square Roots and Cube Roots
The square root of x is the non-negative value that squares to x, written √x; by convention the radical symbol denotes only this principal, non-negative root, even though every positive number technically has two square roots, one positive and one negative. The cube root of x, written ∛x, is the value that cubes to x, and it is defined for all real numbers, including negatives, since a negative number cubed remains negative:
Operation Precedence
The order of operations is the fixed sequence in which the components of an expression must be evaluated to guarantee a single, universally agreed result: first, operations inside grouping symbols; second, exponents and roots; third, multiplication and division, evaluated together from left to right in the order they appear; fourth, addition and subtraction, evaluated together from left to right in the order they appear. This hierarchy is commonly remembered through the mnemonic PEMDAS, with the understanding that multiplication does not automatically precede division, nor addition automatically precede subtraction — each same-tier pair is resolved strictly left to right.
Numerical Expression Evaluation
Applying order of operations to a multi-step expression means working through the hierarchy level by level rather than left to right across the entire expression:
The same precedence rules apply without modification once numerical constants are replaced by variables, making order of operations the mechanical backbone of evaluating, simplifying, and verifying every algebraic expression encountered afterward.
Error Analysis in Powers, Roots, and Evaluation
Frequent errors in this area include applying an exponent to a negative sign that lies outside enclosing parentheses, evaluating addition or subtraction before an exponent or grouped operation, assuming multiplication always precedes division rather than resolving them left to right, and treating √x + y as equal to √x + √y, an invalid distribution of a root over addition. Verifying a multi-step evaluation means re-tracing each stage against the fixed hierarchy — grouping, then exponents and roots, then multiplication and division, then addition and subtraction — rather than checking only the final numerical answer.