Exponents, also called powers or orders, are shorthand for repeated multiplication of the same thing by itself. For instance, the shorthand for multiplying three copies of the number 5 is shown on the right-hand side of the "equals" sign in (5)(5)(5) = 53. The "exponent", being 3 in this example, stands for however many times the value is being multiplied. The thing that's being multiplied, being 5 in this example, is called the "base".
Content Continues Below
This process of using exponents is called "raising to a power", where the exponent is the "power". The expression 53 is pronounced as "five, raised to the third power", "five, raised to the power three", or "five to the third".
There are two specially-named powers: "to the second power" is generally pronounced as "squared", and "to the third power" is generally pronounced as "cubed". So 53 is commonly pronounced as "five cubed".
When we deal with numbers, we usually just simplify; we'd rather deal with 27 than with 33. But with variables, we need the exponents, because we'd rather deal with x6 than with xxxxxx.
The rules for simplifying with exponents are as follows:
Now, what do these rules mean? In what follows, I will illustrate each rule, so you can see how and why the rules work. Once you understand the "why", it's usually pretty easy to remember the "how".
To simplify this, I can think in terms of what those exponents mean. "To the third" means "multiplying three copies" and "to the fourth" means "multiplying four copies". Using this fact, I can "expand" the two factors, and then work backwards to the simplified form.
First, I expand:
(x3)(x4) = (xxx)(xxxx)
Now I can remove the parentheses and put all the factors together:
(xxx)(xxxx) = xxxxxxx
Advertisement
Counting up, I see that this is seven copies of the variable. "Multiplying seven copies" means "to the seventh power", so this can be restated as:
xxxxxxx = x7
Putting it all together, the steps are as follows:
(x3)(x4) = (xxx)(xxxx)
= xxxxxxx
= x7
Then the simplified form of (x3)(x4) is:
x7
Note that x7 also equals x(3+4). This demonstrates the first basic exponent rule (that is, the product property):
The product property rule: Whenever you multiply two terms with the same base, you can simplify by adding the exponents:
( x m ) ( x n ) = x( m + n )
Note, however, that we can NOT simplify (x4)(y3) by adding the exponents, because the bases are different: (x4)(y3) = xxxxyyy = (x4)(y3). Nothing combines.
Now that I know the rule (namely, that I can add the powers on the same base), I can start by moving the bases around to get all the same bases next to each other:
(a5 b3) (a b7) = (a5) (a) (b3) (b7)
Affiliate
(Why could I do this? Because exponentiation — the use of exponents — indicates multiplication, and multiplication is commutative; that is, factors in a multiplied product can be moved about and re-ordered.)
Now I want to add the powers on the a's and the b's. However, the second a doesn't seem to have a power. What do I do for this factor?
Anything that has no explicit power on it is, in a technical sense, being "raised to the power 1". Anything to the power 1 is just itself, since it's "multiplying one copy" of itself. So the expression above can be rewritten as:
(a5) (a) (b3) (b7) = (a5) (a1) (b3) (b7)
Now I can combine:
(a5) (a1) (b3) (b7) = a5+1 b3+7 = a6 b10
Putting it all together, my hand-in work would look like this:
(a5 b3) (a b7) = (a5 a1) (b3 b7) =
a6 b10
Content Continues Below
In the following example, there are two powers, with one power being, in a sense, "inside" the other.
To do the simplification, I can start by thinking in terms of what the exponents mean. The "to the fourth" on the outside means that I'm multiplying four copies of whatever base is inside the parentheses. In this case, the base of the fourth power is x2. Multiplying four copies of this base gives me:
(x2)4 = (x2)(x2)(x2)(x2)
Each factor in the above expansion is "multiplying two copies" of the variable. This expands as:
(x2)(x2)(x2)(x2) = (xx)(xx)(xx)(xx)
Removing the parentheses, I get:
(xx)(xx)(xx)(xx) = xxxxxxxx
This is a string of eight copies of the variable. "Multiplying eight copies" means "to the eighth power", so this means:
xxxxxxxx = x8
Putting it all together:
(x2)4 = (x2)(x2)(x2)(x2)
= (xx)(xx)(xx)(xx)
= xxxxxxxx
= x8
Note that (x2)4 = x8, and that 2 × 4 = 8. This demonstrates the second exponent rule (that is, the power of a power property):
The power of a power property: Whenever you have an exponent expression that is itself raised to a power, you can simplify by multiplying the outer power on the inner power:
( xm ) n = x m×n
If you have a product inside parentheses, and a power on the parentheses, then the power goes on each element inside. For instance:
(xy2)3 = (xy2)(xy2)(xy2)
= (xxx)(y2y2y2)
= (xxx)(yyyyyy)
= x3y6
= (x)3(y2)3
This illustrates the third exponent rule (that is, the power of a product property):
The power of a product property: Whenever you have a product that is itself raised to a power, you can distribute the outer exponent onto each of the factors in the product:
(xy)m = xm ym
Note: This rule does NOT work if you have a sum or difference within the parentheses. Exponents, unlike mulitiplication, do NOT "distribute" over addition.
For instance, given (3 + 4)2, do NOT succumb to the temptation to say, "Hey, this equals 32 + 42 = 9 + 16 = 25", because this is wrong. Actually, (3 + 4)2 = (7)2 = 49, not 25.
When in doubt, write out the expression according to the definition of the power. For instance, given (x − 2)2, don't try to do this in your head. Instead, write it out; "squared" means "multiplying two copies of", so:
(x − 2)2 = (x − 2)(x − 2)
= x(x − 2) − 2(x − 2)
= xx − 2x − 2x + 4
= x2 − 4x + 4
The mistake of erroneously trying to "distribute" the exponent is most often made when students are trying to do everything in their heads, instead of showing their work. Do things neatly, and you won't be as likely to make this mistake.
Now that I know the rule about powers on powers, I can take the 4 through onto each of the factors inside. (I'll need to remember that the c inside the parentheses, having no explicit power on it, is to be viewed as being raised "to the power of 1".)
(a2)4 (b3)4 (c1)4
= (a2×4) (b3×4) (c1×4)
= a8 b12 c4
Just as exponents can distribute over multiplication, they can also distribute over division.
The power of 3 on the fraction means that I have three copies of that fraction:
To multiply these fractions, I multiply numerators by numerators and denominators by denominators:
Now I can simplify:
This illustrates the fourth exponent rule (that is, the power of a quotient rule):
The power of a quotient rule: Whenever you have a fraction raised to a power, you can distribute the power onto the numerator and denominator:
Just as we can multiply two factors with the same base, so we can divide two terms with the same base.
To simplify this, I'll first expand each of the numerator and the denominator.
Obviously, two copies of the factor a are duplicated (that is, they are common to each of the numerator and denominator). I can cancel off these duplicates:
(Remember that, when "everything" cancels, there is still the understood, but usually ignored, factor of 1 that remains.)
I can ignore the 1 underneath, and can apply the definition of exponents to simplify down to my final answer:
aaa = a3
Note that , and that 5 − 2 = 3. This illustrates the fifth power rule (that is, the quotient rule):
The quotient rule: Whenever you have the same base in each of the numerator and denominator of a fraction, you can simplify by subtracting the powers:
(Yes, this rule can lead to negative exponents. You'll learn how to deal with them on the next page.)
There is one other rule that may or may not be covered in your class at this stage:
The zero power property: Anything to the power zero is just 1 (as long as the "anything" it not itself zero).
This rule is explained on the next page. In practice, though, this rule means that some exercises may be a lot easier than they may at first appear:
Who cares about that stuff inside the square brackets? I sure don't, because the zero power on the outside means that the value of the entire thing is just 1. Ha!
[(3x4y7z12)5 (−5x9y3z4)2]0 = 1
Affiliate
By the way, as soon as your class does cover "to the zero power", you should expect an exercise like the one above on the next test. It's a common trick question, designed to make you waste a lot of your limited time — but it only works if you're not paying attention.
You can use the Mathway widget below to practice simplifying expressions with exponents. Try the entered exercise, or type in your own exercise. Then click the button to compare your answer to Mathway's. (Or skip the widget and continue with the lesson, or review loads of worked examples here.)
Please accept "preferences" cookies in order to enable this widget.
Click here to be taken directly to the Mathway site, if you'd like to check out their software or get further info.
URL: https://www.purplemath.com/modules/exponent.htm
© 2024 Purplemath, Inc. All right reserved. Web Design by