Powers, Roots, and Scale

Connect powers to repeated multiplication and roots to inverse operations. Use exponent rules carefully and see why squared quantities change the influence of large magnitudes.

A power uses an exponent to describe repeated multiplication and its extensions. Roots reverse powers under stated conditions. Together, these operations describe area, distance, growth, decay, variation, and changes of scale.

Read the Base and Exponent

In

23=8,2^3=8,

22 is the base and 33 is the exponent. For a positive integer exponent, the expression means:

23=222.2^3=2\cdot2\cdot2.

The exponent tells us how many copies of the base are multiplied. It does not mean 232\cdot3.

Two useful boundary cases are:

a1=aa^1=a

and, for a0a\ne0,

a0=1.a^0=1.

A negative integer exponent represents a reciprocal. For a0a\ne0:

an=1an.a^{-n}=\frac{1}{a^n}.

For example:

103=1103=11000=0.001.10^{-3}=\frac{1}{10^3}=\frac{1}{1000}=0.001.

Exercise: Evaluate a negative power

What is 232^{-3}?

Compute it first, then check your number.

Review

Not marked done.

Your checked work will be saved automatically.

Correct records the checked result. Done is your learning status, and you can undo it.

Clearing an answer or resetting code starts the response again. It does not remove Done or Review.

Your checked work will be saved automatically.

HintUse the reciprocal rule

A negative exponent moves the positive power into the denominator.

SolutionTake the reciprocal

Apply the negative-exponent rule:

23=123=18=0.125.2^{-3}=\frac{1}{2^3}=\frac{1}{8}=0.125.

The exponent is negative, but the value is positive because the base is positive.

Use Exponent Rules with the Same Base

When the expressions are defined, multiplying powers with the same base adds their exponents:

aman=am+n.a^m a^n=a^{m+n}.

For positive integer exponents, the first factor contains mm copies of aa and the second contains nn more. For example:

2324=(222)(2222)=27.2^3\cdot2^4 =(2\cdot2\cdot2)(2\cdot2\cdot2\cdot2) =2^7.

For a0a\ne0, division subtracts exponents:

aman=amn.\frac{a^m}{a^n}=a^{m-n}.

Raising a power to another power multiplies exponents:

(am)n=amn.(a^m)^n=a^{mn}.

An exponent can also distribute over a product:

(ab)n=anbn.(ab)^n=a^n b^n.

It does not distribute over addition. In general, (a+b)nan+bn(a+b)^n\ne a^n+b^n.

Exercise: Combine powers of the same base

Simplify 32343^2\cdot3^4 to one power of 33. Enter its exponent.

Compute it first, then check your number.

Review

Not marked done.

Your checked work will be saved automatically.

Correct records the checked result. Done is your learning status, and you can undo it.

Clearing an answer or resetting code starts the response again. It does not remove Done or Review.

Your checked work will be saved automatically.

HintCount all factors of three

The first power contains two factors of 33, and the second contains four more.

SolutionAdd exponents under multiplication

Both powers have the same base, so:

3234=32+4=36.3^2\cdot3^4=3^{2+4}=3^6.

The required exponent is 66. Multiplying the exponents would describe a power raised to another power, which is a different structure.

Exercise: Reject an invalid square rule

What is (2+3)2(2+3)^2?

Compute it first, then check your number.

Review

Not marked done.

Your checked work will be saved automatically.

Correct records the checked result. Done is your learning status, and you can undo it.

Clearing an answer or resetting code starts the response again. It does not remove Done or Review.

Your checked work will be saved automatically.

HintTreat the parentheses as one base

First compute 2+32+3. Then square that result.

SolutionSquare the complete sum

The base is the complete parenthesized expression:

(2+3)2=52=25.(2+3)^2=5^2=25.

Expanding confirms it:

(a+b)2=a2+2ab+b2.(a+b)^2=a^2+2ab+b^2.

The middle term is why squaring cannot simply be distributed over addition.

Roots Reverse Powers with Care

The principal square root x\sqrt{x} is the nonnegative number whose square is xx. Over the real numbers, it is defined only for x0x\ge0. Thus:

49=7.\sqrt{49}=7.

For nonnegative xx:

x=x1/2.\sqrt{x}=x^{1/2}.

The square-root symbol returns one value, but an equation such as u2=49u^2=49 has two solutions:

u=7oru=7.u=7\quad\text{or}\quad u=-7.

This distinction also explains why:

x2=x\sqrt{x^2}=|x|

rather than xx for every real xx. If x=5x=-5, then x2=25=5=x\sqrt{x^2}=\sqrt{25}=5=|x|.

More generally, x1/nx^{1/n} denotes an nnth root when that root is defined in the number system being used. Odd roots can be real for negative inputs, as in 83=2\sqrt[3]{-8}=-2. Even roots of negative numbers are not real.

Exercise: Undo a square without losing the sign

For real xx, which expression is always equal to x2\sqrt{x^2}?

Choose the expression

Select one choice, then check.

Review

Not marked done.

Your checked work will be saved automatically.

Correct records the checked result. Done is your learning status, and you can undo it.

Clearing an answer or resetting code starts the response again. It does not remove Done or Review.

Your checked work will be saved automatically.

HintTest a negative input

Substitute x=3x=-3 and compare x2\sqrt{x^2} with the choices.

SolutionUse the nonnegative root

Squaring removes the sign of xx, and the principal square root returns the nonnegative magnitude:

x2=x.\sqrt{x^2}=|x|.

When x0x\ge0, this equals xx. When x<0x<0, it equals x-x.

Parentheses Determine the Base

The location of a minus sign matters. Compare:

(3)2=9(-3)^2=9

with:

32=(32)=9.-3^2=-(3^2)=-9.

In the first expression, the base is 3-3. In the second, the exponent applies only to 33, and the minus sign is applied afterward. Parentheses make the intended base explicit.

Powers Change Scale Predictably

If an input is multiplied by a factor cc, its square is multiplied by c2c^2:

(cx)2=c2x2.(cx)^2=c^2x^2.

More generally, for an integer power pp:

(cx)p=cpxp.(cx)^p=c^p x^p.

This is why squared error gives larger errors more influence. Compare errors of magnitude 22 and 44:

22=4,42=16.2^2=4,\qquad 4^2=16.

The error magnitude doubled, but its square became four times as large.

Exercise: Compare squared errors

One prediction has error magnitude 33; another has error magnitude 66. How many times larger is the second squared error?

Compute it first, then check your number.

Review

Not marked done.

Your checked work will be saved automatically.

Correct records the checked result. Done is your learning status, and you can undo it.

Clearing an answer or resetting code starts the response again. It does not remove Done or Review.

Your checked work will be saved automatically.

HintSquare before comparing

Compute both squared errors, then divide the larger by the smaller.

SolutionCompare the squared values

The squared errors are:

32=9,62=363^2=9,\qquad 6^2=36

Their ratio is 36/9=436/9=4. Doubling a quantity multiplies its square by 22=42^2=4.

Identify the Base Before Calculating

When reading a power, first identify the complete base and the operation to which the exponent applies. Then check whether the exponent is positive, zero, negative, or fractional and whether the corresponding expression is defined. Finally, ask how scaling the base changes the result. This method prevents sign errors and prepares us to study exponential change, where the variable itself appears in the exponent.

Review

Not marked done.