Mistake Master
Home Unit 2 · Nonlinear Algebra 2.1·2.2·2.3·2.4·2.5 Lesson
Skill Check 0 / 10 complete

Working with exponents and radicals

Exponents and radicals are governed by a short set of rules, and most of the points on this topic leak from breaking one of them. Multiplying like bases adds the exponents, dividing subtracts them, and a power of a power multiplies them. A power or a root spreads across a product, never across a sum, so $(x+3)^{2}$ is not $x^{2}+9$. A negative exponent means a reciprocal, not a negative value, and a fractional exponent is a root. The fourth leak is the quietest: doing the algebra right, then reporting a quantity the question did not ask for. Pick the right rule, keep the sum together, read the exponent for what it says, then hand in the exact thing the item names.

§1

What this topic is about

Exponents and radicals are two sides of one idea: an exponent repeats a base by multiplication, and a radical undoes it. A handful of rules cover almost everything the SAT asks. Multiplying powers with the same base adds the exponents, dividing subtracts them, and raising a power to a power multiplies them. Those rules apply across a product, never across a sum. A negative exponent is a reciprocal, and a fractional exponent is a root. The work is short, so the points leak in four predictable places: the wrong rule for combining powers, a power or root spread across a sum, a negative or fractional exponent misread, and the right number reported for the wrong quantity.

§2

Multiply, divide, and stack powers: the three core rules

Three rules handle most exponent work, and all three are about what happens to the exponents while the base stays the same. Multiplying like bases adds the exponents. Dividing like bases subtracts them. Raising a power to a power multiplies them. The single most common slip is reaching for the wrong one of the three, usually multiplying the exponents when the rule called for adding.

  • Same base, multiplied: add the exponents. $x^{3}\cdot x^{4}=x^{3+4}=x^{7}$.
  • Same base, divided: subtract the exponents. $\dfrac{x^{9}}{x^{2}}=x^{9-2}=x^{7}$.
  • Power of a power: multiply the exponents. $(x^{4})^{3}=x^{4\cdot 3}=x^{12}$.

Worked example. Simplify $\dfrac{(x^{3})^{2}\cdot x^{4}}{x^{5}}$.

Resolve the power of a power first

$(x^{3})^{2}=x^{3\cdot 2}=x^{6}$. The outer exponent multiplies the inner one, it does not add to it.

Multiply the top, then divide

$$\dfrac{x^{6}\cdot x^{4}}{x^{5}}=\dfrac{x^{10}}{x^{5}}=x^{5}.$$ Adding $6$ and $4$ on top, then subtracting $5$ underneath. Multiplying the exponents anywhere in this chain is the dropped step the whole wrong answer rides on.

§3

A power or a root spreads over products, not sums

This is the single biggest content trap on the topic. A power distributes across a product, so $(2x)^{3}=2^{3}x^{3}=8x^{3}$. It does not distribute across a sum: $(x+3)^{2}$ is not $x^{2}+9$. Squaring a sum means multiplying it out, $(x+3)(x+3)=x^{2}+6x+9$, and that middle term is exactly what the shortcut throws away. The same goes for roots: $\sqrt{x^{2}+9}$ is not $x+3$, because a root does not split across a sum either.

  • Over a product, a power applies to each factor: $(ab)^{2}=a^{2}b^{2}$.
  • Over a sum, you must multiply it out: $(a+b)^{2}=a^{2}+2ab+b^{2}$.
  • A root behaves the same way: $\sqrt{a+b}$ is not $\sqrt{a}+\sqrt{b}$.

Worked example. Expand $(x+3)^{2}$.

Write the square as a product

$(x+3)^{2}=(x+3)(x+3)$. A square is the expression times itself, not each term squared on its own.

Multiply every pair of terms

$$(x+3)(x+3)=x^{2}+3x+3x+9=x^{2}+6x+9.$$ The cross terms add to $6x$. Dropping them down to $x^{2}+9$ is the dream version, a different expression built on the missing middle term.

§4

Negative and fractional exponents: reciprocal and root

Two kinds of exponent get misread because the symbol looks like it means something it does not. A negative exponent is not a negative number; it means a reciprocal. $x^{-3}=\dfrac{1}{x^{3}}$, and the value stays positive when $x$ is positive. A fractional exponent is a root: the denominator is the root and the numerator is the power. So $9^{\tfrac{1}{2}}=\sqrt{9}=3$, and $8^{\tfrac{2}{3}}=(\sqrt[3]{8})^{2}=2^{2}=4$. A half power is a square root, not half the base.

  • Negative exponent: flip the base to the other side. $x^{-n}=\dfrac{1}{x^{n}}$, and $\dfrac{1}{x^{-n}}=x^{n}$.
  • Unit fraction exponent: take the root named by the denominator. $a^{\tfrac{1}{n}}=\sqrt[n]{a}$.
  • General fraction exponent: root by the denominator, power by the numerator. $a^{\tfrac{m}{n}}=(\sqrt[n]{a})^{m}$.

Worked example. Evaluate $8^{\tfrac{2}{3}}$.

Take the root named by the denominator

The denominator is $3$, so take the cube root first: $\sqrt[3]{8}=2$.

Apply the power named by the numerator

$$8^{\tfrac{2}{3}}=(\sqrt[3]{8})^{2}=2^{2}=4.$$ Reading $\tfrac{2}{3}$ as multiply by two thirds gives $\tfrac{16}{3}$, a value built on treating a root exponent like ordinary multiplication.

§5

Report the exact value the item asks for

The algebra on this topic is usually quick, so the trap moves to the last step. An equation with a power often gives you one quantity when the question asks for another. If $x^{2}=49$ is solved to $x=7$, an item might want $x$, or $x^{2}$, or $x+1$, or the value of an expression built on $x$. Reading off the wrong one produces a number that is real and even appears among the choices, but answers a different question. When a square is involved, watch whether the item wants the base or the squared value, and whether it restricts to the positive root.

Worked example. If $x^{2}=36$, what is $x^{2}+1$?

Notice what is given

The value of $x^{2}$ is handed to you directly: $x^{2}=36$. You do not need $x$ itself to answer.

Build the exact quantity asked

$$x^{2}+1=36+1=37.$$ Solving for $x=6$ and reporting $6$, or $7$, answers a question the item did not ask. The item asked for $x^{2}+1$, so use the $x^{2}$ you already have.

Pick the right rule for combining powers, keep a power or root from splitting across a sum, read a negative exponent as a reciprocal and a fractional one as a root, then report the exact quantity the item names.

§6

Four patterns that cost real points

Four patterns recur on exponents and radicals. They are the same ones the diagnostic routes on.

Pattern · 01

A power or a root is spread across a sum.

$(x+3)^{2}$ gets written as $x^{2}+9$, or $\sqrt{x^{2}+9}$ gets read as $x+3$. The cross term in the square, or the fact that a root does not split, goes missing. Every later step is clean, but the expression is no longer the same one.

Fix. A power or root distributes across a product, never a sum. Write the square as a product and multiply it out: $(x+3)^{2}=x^{2}+6x+9$.

Pattern · 02

A negative or fractional exponent is misread.

$x^{-3}$ is taken as $-x^{3}$ or $-3x$, or $9^{\tfrac{1}{2}}$ is read as $4.5$. The exponent is treated like a sign or a multiplier instead of a reciprocal or a root.

Fix. A negative exponent flips the base to a reciprocal, $x^{-3}=\dfrac{1}{x^{3}}$. A fractional exponent is a root, $9^{\tfrac{1}{2}}=\sqrt{9}=3$.

Pattern · 03

Powers are combined by the wrong rule.

Like bases are multiplied but the exponents get multiplied instead of added, or a power of a power gets its exponents added instead of multiplied. The base is right, the chosen rule is not.

Fix. Multiply like bases by adding exponents, divide by subtracting, and raise a power to a power by multiplying. $x^{3}\cdot x^{4}=x^{7}$, while $(x^{4})^{3}=x^{12}$.

Pattern · 04

The right number answers the wrong question.

The exponent work is done correctly, then a value is reported that the item did not ask for: $x$ when it wanted $x^{2}$, the base when it wanted the expression, or a partial result. The number is real, it just answers a different question.

Fix. Underline the exact quantity the item names before you start, then build that quantity from what you have. If $x^{2}=36$ is given, $x^{2}+1=37$ needs no value of $x$ at all.

Ten quick checks across the four patterns: picking the right rule for combining powers, keeping a power or root from splitting across a sum, reading negative and fractional exponents, and reporting the exact quantity the item asks for. Pick or type your answer, then check. Progress is saved.

0 of 10 scenarios complete