5.3 Exponents, Square & Cube Roots, Radicals, & Scientific Notation

Key Takeaways

  • An exponent indicates repeated multiplication of a base ($b^n$); any non-zero base raised to the power of zero equals one ($b^0 = 1$ for $b \neq 0$), and negative exponents denote multiplicative reciprocals ($b^{-n} = \frac{1}{b^n}$).
  • Exponents adhere to foundational operational laws: Product Rule ($b^m \cdot b^n = b^{m+n}$), Quotient Rule ($b^m / b^n = b^{m-n}$), Power to a Power Rule ($(b^m)^n = b^{mn}$), and Power of a Product / Quotient ($(ab)^n = a^n b^n$).
  • A principal square root ($\sqrt{x}$) represents the non-negative number whose square is $x$, with non-perfect square roots estimated between consecutive integers; cube roots ($\sqrt[3]{x}$) can evaluate negative radicands ($\sqrt[3]{-27} = -3$).
  • Scientific notation standardizes very large and very small quantities in the format $a \times 10^n$, where $1 \le |a| < 10$ and $n$ is an integer; multiplying or dividing scientific notation terms requires combining decimal coefficients and applying index laws to the powers of 10.
Last updated: August 2026

5.3 Exponents, Square & Cube Roots, Radicals, & Scientific Notation

Exponents, roots, and scientific notation are prominent topics on the TABE 13&14 Mathematics assessment across Levels M, D, and A. They provide a concise mathematical shorthand for describing repeated multiplication, geometric scaling (area and volume), subatomic measurements, and astronomical quantities. This section covers integer exponent definitions, core exponent index laws, square and cube root computations, radical estimation techniques, and arithmetic operations in scientific notation.


1. Exponent Fundamentals: Base, Power, Zero, & Negative Exponents

An exponential expression is written in the form $b^n$, where $b$ is the base and $n$ is the exponent (or power). When $n$ is a positive integer, $b^n$ represents the base multiplied by itself $n$ times:

bn=bbbbn factorsb^n = \underbrace{b \cdot b \cdot b \dots b}_{n \text{ factors}}

The Power of One & The Zero Exponent Rule

  • Any base raised to the first power equals the base itself: $b^1 = b$.
  • Any non-zero base raised to the power of zero equals $1$:

b0=1(b0)b^0 = 1 \quad (b \neq 0)

Why is $b^0 = 1$? By the quotient rule of exponents, dividing any non-zero quantity by itself equals $1$: $\frac{b^n}{b^n} = 1$. Subtracting exponents yields $\frac{b^n}{b^n} = b^{n-n} = b^0$. Therefore, $b^0 = 1$.

The Negative Exponent Rule

A negative exponent indicates the multiplicative inverse (reciprocal) of the base raised to the positive power:

bn=1bnand1bn=bn(b0)b^{-n} = \frac{1}{b^n} \quad \text{and} \quad \frac{1}{b^{-n}} = b^n \quad (b \neq 0)

When a fraction is raised to a negative exponent, invert the fraction and change the exponent to positive:

(ab)n=(ba)n=bnan(a,b0)\left(\frac{a}{b}\right)^{-n} = \left(\frac{b}{a}\right)^n = \frac{b^n}{a^n} \quad (a, b \neq 0)

Examples:

  • $5^{-2} = \frac{1}{5^2} = \frac{1}{25}$
  • $\left(\frac{2}{3}\right)^{-3} = \left(\frac{3}{2}\right)^3 = \frac{3^3}{2^3} = \frac{27}{8}$
  • $\frac{1}{4^{-3}} = 4^3 = 64$

2. Laws of Exponents (Index Laws)

When simplifying algebraic expressions containing exponents, apply the five core index laws:

LawAlgebraic RuleExample Computation
Product Rule$b^m \cdot b^n = b^{m+n}$$x^4 \cdot x^5 = x^{4+5} = x^9$
Quotient Rule$\frac{b^m}{b^n} = b^{m-n}$$\frac{y^8}{y^3} = y^{8-3} = y^5$
Power to a Power$(b^m)^n = b^{m \cdot n}$$(x^3)^4 = x^{3 \times 4} = x^{12}$
Power of a Product$(ab)^n = a^n b^n$$(3x)^3 = 3^3 x^3 = 27x^3$
Power of a Quotient$\left(\frac{a}{b}\right)^n = \frac{a^n}{b^n}$$\left(\frac{x}{4}\right)^2 = \frac{x^2}{4^2} = \frac{x^2}{16}$

Worked Example: Simplifying Complex Exponent Expressions

Problem: Simplify $\frac{(4x^3y^{-2})^2}{8x^{-3}y^2}$ and write the result using positive exponents only.

  1. Apply Power of a Product to the numerator: (4x3y2)2=42(x3)2(y2)2=16x6y4(4x^3y^{-2})^2 = 4^2 \cdot (x^3)^2 \cdot (y^{-2})^2 = 16x^6y^{-4}
  2. Set up the division against the denominator: 16x6y48x3y2\frac{16x^6y^{-4}}{8x^{-3}y^2}
  3. Divide coefficients and subtract exponents for each base:
    • Coefficients: $\frac{16}{8} = 2$
    • Base $x$: $x^{6 - (-3)} = x^{6 + 3} = x^9$
    • Base $y$: $y^{-4 - 2} = y^{-6}$
  4. Convert negative exponents to positive: 2x9y6=2x9y62x^9y^{-6} = \mathbf{\frac{2x^9}{y^6}}

3. Square Roots, Cube Roots, & Estimating Radicals

A radical expression is written as $\sqrt[n]{x}$, where $\sqrt{\ }$ is the radical symbol, $n$ is the index, and $x$ is the radicand. When no index is written, it is understood to be the square root ($n = 2$).

Perfect Squares & Principal Square Roots

The principal square root $\sqrt{x}$ is the non-negative real number that, when multiplied by itself, produces $x$:

x=y    y2=x(y0)\sqrt{x} = y \iff y^2 = x \quad (y \ge 0)

Every positive number has two square roots (e.g., $5^2 = 25$ and $(-5)^2 = 25$), but the radical symbol $\sqrt{25}$ strictly denotes the principal (positive) root $+5$.

Base ($n$)$1$$2$$3$$4$$5$$6$$7$$8$$9$$10$$11$$12$$13$$14$$15$
Square ($n^2$)$1$$4$$9$$16$$25$$36$$49$$64$$81$$100$$121$$144$$169$$196$$225$

Estimating Non-Perfect Square Roots

Square roots of non-perfect squares are irrational numbers (infinite non-repeating decimals). To estimate a non-perfect square root without a calculator:

  1. Find the two consecutive perfect squares bounding the radicand ($a^2 < x < b^2$).
  2. Establish integer bounds ($a < \sqrt{x} < b$).
  3. Interpolate the decimal value based on the relative distance between squares.

Worked Example: Estimating $\sqrt{135}$

  1. Identify bounding perfect squares: $121 < 135 < 144$ (since $11^2 = 121$ and $12^2 = 144$).
  2. Establish bounds: $11 < \sqrt{135} < 12$.
  3. Calculate proportional position:
    • Distance from lower square: $135 - 121 = 14$
    • Total spread between squares: $144 - 121 = 23$
    • Proportional fraction: $\frac{14}{23} \approx 0.61$
  4. Conclusion: $\sqrt{135} \approx \mathbf{11.6}$ (Exact: $11.619$).

Cube Roots & Perfect Cubes

The cube root $\sqrt[3]{x}$ is the number $y$ such that $y^3 = x$.

Integer ($n$)$1$$2$$3$$4$$5$$6$$10$
Cube ($n^3$)$1$$8$$27$$64$$125$$216$$1000$

[!NOTE] Roots of Negative Numbers:

  • Square roots of negative numbers (e.g., $\sqrt{-16}$) have no real solution.
  • Cube roots of negative numbers are real and defined because an odd number of negative factors yields a negative product: $\sqrt[3]{-64} = -4$ because $(-4)^3 = -64$.

4. Scientific Notation: Representation & Conversions

Scientific notation expresses very large numbers or very small decimals in standard format:

a×10nwhere 1a<10 and nZa \times 10^n \quad \text{where } 1 \le |a| < 10 \text{ and } n \in \mathbb{Z}

  • The coefficient ($a$) must have exactly one non-zero digit to the left of the decimal point.
  • The exponent ($n$) represents the number of places the decimal point is shifted.

Conversion Algorithm

  • Large Numbers ($n > 0$): Move the decimal point to the left until $1 \le a < 10$. The number of positions moved equals $+n$.
    • $450,000,000 = 4.5 \times 10^8$
  • Small Decimals ($n < 0$): Move the decimal point to the right until reaching the first non-zero digit. The number of positions moved equals $-n$.
    • $0.0000382 = 3.82 \times 10^{-5}$
Standard FormDecimal ShiftScientific NotationDomain Application
$93,000,000$$7$ places left$9.3 \times 10^7$Distance to Sun (miles)
$0.00000000075$$10$ places right$7.5 \times 10^{-10}$Atomic radius (meters)
$1,280,000$$6$ places left$1.28 \times 10^6$Municipal budget (dollars)

5. Operations in Scientific Notation

Multiplication in Scientific Notation

  1. Multiply the decimal coefficients ($a \times b$).
  2. Add the exponents of $10$ using the Product Rule ($10^m \times 10^n = 10^{m+n}$).
  3. Normalize: If the product coefficient is $\ge 10$, shift the decimal point one place left and add $+1$ to the exponent.

Worked Example: Multiplying in Scientific Notation

Problem: Compute $(3.2 \times 10^4) \times (4.0 \times 10^3)$.

  1. Multiply coefficients: $3.2 \times 4.0 = 12.8$
  2. Add exponents: $10^4 \times 10^3 = 10^{4 + 3} = 10^7$
  3. Combine: $12.8 \times 10^7$
  4. Normalize to standard format ($12.8 = 1.28 \times 10^1$): 1.28×101×107=1.28×1081.28 \times 10^1 \times 10^7 = \mathbf{1.28 \times 10^8}

Division in Scientific Notation

  1. Divide the decimal coefficients ($\frac{a}{b}$).
  2. Subtract the exponents of $10$ using the Quotient Rule ($10^m \div 10^n = 10^{m-n}$).
  3. Normalize: If the quotient coefficient is $< 1$, shift the decimal point one place right and subtract $1$ from the exponent.

Example: $\frac{1.8 \times 10^4}{9.0 \times 10^8} = \left(\frac{1.8}{9.0}\right) \times 10^{4 - 8} = 0.2 \times 10^{-4} = \mathbf{2.0 \times 10^{-5}}$.

Loading diagram...
Exponent Laws, Radical Evaluation, & Scientific Notation Flow
Test Your Knowledge

Which of the following is equivalent to the expression ((4x^3y^-2)^2) / (8x^-3y^2) when written with positive exponents only?

A
B
C
D
Test Your Knowledge

Between which two consecutive integers does the radical √135 lie, and what is its closest approximation to the nearest tenth?

A
B
C
D
Test Your Knowledge

An environmental monitoring facility analyzes 3.2 × 10^4 air quality filter samples each month. If the testing program runs for 4.0 × 10^3 consecutive months across nationwide regional stations, how many total samples will be analyzed, expressed in standard scientific notation?

A
B
C
D