2.2 Exponents & Scientific Notation

Key Takeaways

  • The fundamental exponent rules—Product, Quotient, Power of a Power, Power of a Product/Quotient, Zero Exponent, and Negative Exponents—apply uniformly to integer and rational powers.
  • A rational exponent a^(m/n) represents the n-th root of a raised to the power m, written as (n-th root of a)^m or n-th root of (a^m).
  • Negative exponents represent reciprocals: x^(-n) = 1 / (x^n) for any non-zero real base x.
  • Scientific notation expresses numbers as a x 10^n, where 1 <= |a| < 10 and n is an integer, facilitating efficient multiplication and division of extreme quantities.
Last updated: August 2026

2.2 Exponents & Scientific Notation

Exponential notation and scientific notation provide compact methods for representing repeated multiplication and working with extremely large or small numbers. Mastering the algebraic rules governing powers, rational exponents, and scientific calculations is a fundamental requirement for the CLEP College Algebra exam.


Fundamental Laws of Integer Exponents

For any real numbers a,ba, b as variable bases and any integers m,nm, n as powers (assuming non-zero bases when denominators or negative powers appear):

Exponent RuleGeneral FormulaConcrete ExampleVerbal Rule Description
Product Ruleaman=am+na^m \cdot a^n = a^{m+n}x4x7=x4+7=x11x^4 \cdot x^7 = x^{4+7} = x^{11}When multiplying like bases, add exponents
Quotient Ruleaman=amn\frac{a^m}{a^n} = a^{m-n} (a0a \neq 0)y12y5=y125=y7\frac{y^{12}}{y^5} = y^{12-5} = y^7When dividing like bases, subtract exponents
Power of a Power(am)n=amn(a^m)^n = a^{m \cdot n}(z3)5=z35=z15(z^3)^5 = z^{3 \cdot 5} = z^{15}When raising a power to a power, multiply exponents
Power of a Product(ab)n=anbn(ab)^n = a^n b^n(3x)4=34x4=81x4(3x)^4 = 3^4 x^4 = 81x^4Apply exponent to every factor inside product
Power of a Quotient(ab)n=anbn\left(\frac{a}{b}\right)^n = \frac{a^n}{b^n} (b0b \neq 0)(x5)3=x353=x3125\left(\frac{x}{5}\right)^3 = \frac{x^3}{5^3} = \frac{x^3}{125}Apply exponent to numerator and denominator
Zero Exponent Rulea0=1a^0 = 1 (a0a \neq 0)(9)0=1(-9)^0 = 1, but 90=1-9^0 = -1Any non-zero base raised to power 0 equals 1
Negative Exponent Rulean=1ana^{-n} = \frac{1}{a^n} (a0a \neq 0)x5=1x5x^{-5} = \frac{1}{x^5}; 1y4=y4\frac{1}{y^{-4}} = y^4A negative exponent indicates the reciprocal
Negative Quotient Rule(ab)n=(ba)n\left(\frac{a}{b}\right)^{-n} = \left(\frac{b}{a}\right)^n(3x)3=(x3)3=x327\left(\frac{3}{x}\right)^{-3} = \left(\frac{x}{3}\right)^3 = \frac{x^3}{27}Invert fraction to change sign of exponent

Parentheses & Negative Sign Pitfall:

  • (4)2=(4)(4)=+16(-4)^2 = (-4)(-4) = +16 (The base is 4-4).
  • 42=(44)=16-4^2 = -(4 \cdot 4) = -16 (The base is 44; negative sign is applied after squaring).

Multi-Step Simplification of Complex Expressions

Simplifying expressions involving multiple variables and negative exponents requires systematically applying exponent rules until:

  1. Each variable base appears only once.
  2. No negative exponents remain.
  3. All coefficients are simplified.

Worked Example: Complex Exponential Simplification

Problem: Completely simplify the expression and write the answer using only positive exponents: (24x5y7z33x3y2z5)2\left( \frac{24 x^{-5} y^7 z^{-3}}{3 x^3 y^{-2} z^5} \right)^{-2}

Step-by-Step Solution:

  1. Simplify the numerical coefficients inside parentheses: 243=8\frac{24}{3} = 8

  2. Apply Quotient Rule (aman=amn)\left(\frac{a^m}{a^n} = a^{m-n}\right) to inside variables:

    • For xx: x5x3=x53=x8\frac{x^{-5}}{x^3} = x^{-5 - 3} = x^{-8}.
    • For yy: y7y2=y7(2)=y7+2=y9\frac{y^7}{y^{-2}} = y^{7 - (-2)} = y^{7 + 2} = y^9.
    • For zz: z3z5=z35=z8\frac{z^{-3}}{z^5} = z^{-3 - 5} = z^{-8}.

    Inner simplified expression: (8x8y9z8)2\left( 8 x^{-8} y^9 z^{-8} \right)^{-2}.

  3. Distribute outer exponent (2)(-2) to all inner factors: 82(x8)2(y9)2(z8)28^{-2} \cdot (x^{-8})^{-2} \cdot (y^9)^{-2} \cdot (z^{-8})^{-2}

  4. Apply Power of a Power Rule ((am)n=amn)\left((a^m)^n = a^{mn}\right):

    • Numerical factor: 82=182=1648^{-2} = \frac{1}{8^2} = \frac{1}{64}.
    • xx term: (x8)2=x(8)(2)=x16(x^{-8})^{-2} = x^{(-8)(-2)} = x^{16}.
    • yy term: (y9)2=y(9)(2)=y18(y^9)^{-2} = y^{(9)(-2)} = y^{-18}.
    • zz term: (z8)2=z(8)(2)=z16(z^{-8})^{-2} = z^{(-8)(-2)} = z^{16}.
  5. Rewrite with positive exponents: x16z1664y18\frac{x^{16} z^{16}}{64 y^{18}}


Rational Exponents & Radical Conversions

A rational exponent is an exponent expressed as a fraction mn\frac{m}{n}, where mZm \in \mathbb{Z} and nZ+n \in \mathbb{Z}^+ (n>0n > 0).

am/n=amn=(an)ma^{m/n} = \sqrt[n]{a^m} = \left(\sqrt[n]{a}\right)^m

  • The denominator nn represents the index of the radical root.
  • The numerator mm represents the power to which the base or root is raised.

Equivalence Table: Radicals vs. Rational Exponents

Radical FormRational Exponent FormNumerical Evaluation Example
x\sqrt{x}x1/2x^{1/2}251/2=25=525^{1/2} = \sqrt{25} = 5
y23\sqrt[3]{y^2}y2/3y^{2/3}272/3=(273)2=32=927^{2/3} = (\sqrt[3]{27})^2 = 3^2 = 9
z34\sqrt[4]{z^3}z3/4z^{3/4}163/4=(164)3=23=816^{3/4} = (\sqrt[4]{16})^3 = 2^3 = 8
1x25\frac{1}{\sqrt[5]{x^2}}x2/5x^{-2/5}322/5=1(325)2=122=1432^{-2/5} = \frac{1}{(\sqrt[5]{32})^2} = \frac{1}{2^2} = \frac{1}{4}

Worked Example: Rational Exponent Evaluation

Problem: Evaluate the numerical value of (125)2/3+(81)3/4(-125)^{-2/3} + (81)^{3/4}.

Step-by-Step Solution:

  1. Evaluate (125)2/3(-125)^{-2/3}:

    • Apply negative exponent: 1(125)2/3\frac{1}{(-125)^{2/3}}.
    • Take the cube root first: 1253=5\sqrt[3]{-125} = -5.
    • Square the result: (5)2=25(-5)^2 = 25.
    • Result: 125\frac{1}{25}.
  2. Evaluate (81)3/4(81)^{3/4}:

    • Take the 4th root first: 814=3\sqrt[4]{81} = 3.
    • Cube the result: 33=273^3 = 27.
  3. Combine terms via addition: 125+27=125+67525=67625=27.04\frac{1}{25} + 27 = \frac{1}{25} + \frac{675}{25} = \frac{676}{25} = 27.04


Scientific Notation Operations

A real number is written in scientific notation when expressed as: a×10na \times 10^n where 1a<101 \le |a| < 10 and nn is an integer (Z\mathbb{Z}).

  • If n>0n > 0, the number is large (>10> 10).
  • If n<0n < 0, the number is small (0<x<10 < |x| < 1).
  • If n=0n = 0, 100=110^0 = 1, representing numbers between 1 and 9.999...

Arithmetic Rules in Scientific Notation

  • Multiplication: (a×10m)(b×10n)=(ab)×10m+n(a \times 10^m)(b \times 10^n) = (a \cdot b) \times 10^{m+n}
  • Division: a×10mb×10n=(ab)×10mn\frac{a \times 10^m}{b \times 10^n} = \left(\frac{a}{b}\right) \times 10^{m-n}

Worked Example: Scientific Notation Calculation

Problem: Compute the quotient in standard scientific notation: (7.2×1011)(4.5×104)1.8×105\frac{(7.2 \times 10^{11})(4.5 \times 10^{-4})}{1.8 \times 10^{-5}}

Step-by-Step Solution:

  1. Multiply the numerators:

    • Coefficients: 7.2×4.5=32.47.2 \times 4.5 = 32.4.
    • Powers of 10: 1011×104=1011+(4)=10710^{11} \times 10^{-4} = 10^{11 + (-4)} = 10^7.
    • Numerator product: 32.4×10732.4 \times 10^7.
  2. Divide by denominator:

    • Coefficients: 32.41.8=18\frac{32.4}{1.8} = 18.
    • Powers of 10: 107105=107(5)=1012\frac{10^7}{10^{-5}} = 10^{7 - (-5)} = 10^{12}.
    • Quotient: 18×101218 \times 10^{12}.
  3. Adjust coefficient to standard form (1a<101 \le a < 10):

    • Rewrite 18=1.8×10118 = 1.8 \times 10^1.
    • (1.8×101)×1012=1.8×1013(1.8 \times 10^1) \times 10^{12} = 1.8 \times 10^{13}.
Loading diagram...
Exponent Rule Simplification Workflow
Test Your Knowledge

Which of the following is equivalent to the expression (64 * x^(-6) * y^12)^(-2/3)?

A
B
C
D
Test Your Knowledge

What is the simplified numerical value of 16^(-3/4) + (1/32)^(-2/5)?

A
B
C
D
Test Your Knowledge

What is the product of (5.4 x 10^8) and (3.0 x 10^(-5)) divided by (1.2 x 10^6), expressed in standard scientific notation?

A
B
C
D
Test Your Knowledge

Which statement correctly describes the simplified form of -5^0 + (-5)^0?

A
B
C
D