Zum Inhalt springen

English:Laws of Exponents

Aus MOOCsWiki Staging
Die Druckversion wird nicht mehr unterstützt und kann Darstellungsfehler aufweisen. Bitte aktualisiere deine Browser-Lesezeichen und verwende stattdessen die Standard-Druckfunktion des Browsers.
aiMOOC-Siegel

Laws of Exponents



Introduction

The laws of exponents are rules that help you rewrite and simplify expressions containing powers. They are not arbitrary shortcuts: they follow from the meaning of exponentiation as repeated multiplication and from the requirement that the same patterns continue consistently when exponents are zero, negative, or rational.

In an expression such as 53, the number 5 is the base, 3 is the exponent, and the value 125 is the power. For positive whole-number exponents, 53=555. In Grades 9–10, the exponent laws let you handle algebraic expressions efficiently, connect powers with radicals, and work with scientific notation and exponential functions.


Learning Goals

By the end of this aiMOOC, you should be able to explain exponent notation, apply the main exponent laws, justify why the rules work, simplify multi-step algebraic expressions, interpret zero and negative exponents, connect rational exponents with roots, and identify common errors. You should also be able to use powers of ten in scientific notation and recognize how repeated multiplication leads to exponential patterns.


Foundations: What an Exponent Means

For a positive integer n, the expression an means that the base a is used as a factor n times. For example,

25=22222=32.

The exponent tells you how many factors of the base appear. This distinction matters. For example, 34 is not 34; it is 3333.

A negative base also requires careful notation. (2)4=16 because the base is -2, while 24=16 under the usual order of operations because the exponent applies to 2 before the leading negative sign.


Why the Laws Work

Suppose you multiply a3 by a4. Written as repeated multiplication, you have three factors of a followed by four more factors of a. Altogether there are seven factors, so a3a4=a7. The other laws can be understood in the same way by counting factors, canceling common factors, or preserving patterns.


Core Laws of Exponents

The rules below are valid under the stated conditions. In the quotient rules, denominators must not be zero.


Product Rule: Same Base

When multiplying powers with the same base, add the exponents:

aman=am+n.

Example:

x4x7=x11.

You add exponents because the two groups of equal factors become one longer group. The bases must be the same before this rule can be used. For example, 2333 does not become 66. Instead, because the exponents are the same, the power-of-a-product rule gives 2333=(23)3=63.


Quotient Rule: Same Nonzero Base

When dividing powers with the same nonzero base, subtract the exponent in the denominator from the exponent in the numerator:

aman=amn,a0.

Example:

y9y4=y5.

This works because common factors cancel. If the denominator contains more factors than the numerator, the result naturally leads to a negative exponent or a reciprocal.


Power of a Power

When a power is raised to another power, multiply the exponents:

(am)n=amn.

Example:

(p3)4=p12.

The expression (p3)4 contains four groups of p3, so there are 34=12 factors of p.


Power of a Product

When a product is raised to a power, the exponent applies to every factor:

(ab)n=anbn.

Example:

(3x)4=34x4=81x4.

This rule distributes a power over multiplication, not over addition. In general, (a+b)2a2+b2.


Power of a Quotient

When a quotient is raised to a power, apply the exponent to both numerator and denominator:

(ab)n=anbn,b0.

Example:

(2x3)3=8x327.


Zero and Negative Exponents

Extending exponent patterns beyond positive integers gives two especially important rules.


Zero Exponent

For every nonzero base,

a0=1,a0.

One way to see this is to use the quotient rule:

a5a5=a55=a0.

But any nonzero quantity divided by itself equals 1, so a0=1. The expression 00 is treated differently in different mathematical contexts, so you should not automatically apply the zero-exponent rule to a base of zero.


Negative Exponent

For a nonzero base and a positive integer n,

an=1an.

A negative exponent does not make the value negative. It indicates a reciprocal. For example,

23=123=18.

Similarly,

(35)2=(53)2=259.


Rational Exponents and Radicals

Exponent laws also connect powers with roots. For suitable real values,

a1/n=an

and

am/n=amn=(an)m.

For example,

161/2=16=4

and

272/3=(273)2=32=9.

When you work only with real numbers, remember that an even root requires a nonnegative radicand. Odd roots can also be real for negative radicands.


Simplifying Multi-Step Expressions

Complex expressions often require several laws at once. A reliable method is to simplify powers first, combine like bases, and finish with positive exponents when that form is requested.

Consider

(2x3)2x44x2.

First apply the power-of-a-product and power-of-a-power rules:

(2x3)2=4x6.

Then multiply the powers of x:

4x6x4=4x10.

Finally divide:

4x104x2=x8,x0.

The restriction x0 comes from the original denominator. Algebraic simplification does not remove restrictions that were present in the original expression.


A Useful Decision Strategy

When you see an exponent expression, ask what operation connects the powers. Multiplication with the same base suggests adding exponents. Division with the same nonzero base suggests subtracting exponents. A power raised to a power suggests multiplying exponents. A product or quotient inside parentheses raised to a power suggests applying the exponent to each factor. A negative exponent suggests rewriting with a reciprocal.


Common Misconceptions

A strong understanding of exponent laws includes knowing when a rule does not apply.

  1. Same-base rule: You may add or subtract exponents only when multiplying or dividing powers with the same base.
  2. Power of a sum: The exponent does not distribute over addition; for example, (x+y)2=x2+2xy+y2, not x2+y2.
  3. Negative exponent: A negative exponent means reciprocal, not a negative result.
  4. Power of a power: Multiply the exponents; do not add them.
  5. Zero exponent: The rule a0=1 assumes a0.
  6. Coefficient and variable: In (3x)2, both the coefficient and variable are squared.


Applications

Exponent laws appear throughout algebra, geometry, physics, chemistry, computer science, and financial mathematics. They are especially useful whenever quantities are repeatedly multiplied, scaled, or expressed across very large or very small orders of magnitude.


Scientific Notation and Powers of Ten

Scientific notation writes a nonzero number in the form

a×10n

where 1|a|<10 and n is an integer. Exponent laws make multiplication and division in scientific notation efficient.

For example,

(3×105)(2×103)=6×108.

The coefficients multiply normally, while the powers of ten use the product rule.


Exponential Patterns

Repeated multiplication creates exponential patterns. If a quantity doubles each step, the values can be modeled by powers of 2. The classic wheat-and-chessboard problem illustrates how quickly repeated doubling grows: starting with one grain and doubling on each square produces powers 20,21,22,.

Datei:Wheat Chessboard with line.svg

An exponential function has the variable in the exponent, such as f(x)=2x. Every positive-base exponential function satisfies f(0)=1, which reflects the zero-exponent law.

Datei:Animation of exponential function.gif
Datei:Exponentials.svg


Interactive Tasks


Quiz: Test Your Knowledge

What is x cubed times x to the fifth power? (x to the eighth power) (!x to the fifteenth power) (!x squared) (!two x to the eighth power)




What is a to the ninth power divided by a to the fourth power for nonzero a? (a to the fifth power) (!a to the thirteenth power) (!a to the thirty sixth power) (!a to the fourth power)




What is the result of raising m squared to the third power? (m to the sixth power) (!m to the fifth power) (!m to the eighth power) (!m to the ninth power)




What is seven raised to the zero power? (one) (!zero) (!seven) (!negative one)




What is two raised to the negative third power? (one eighth) (!negative eight) (!eight) (!negative one eighth)




What is the simplified form of the square of three x? (nine x squared) (!six x) (!three x squared) (!nine x)




What happens when the quotient a divided by b is cubed and b is nonzero? (a cubed divided by b cubed) (!a cubed divided by b) (!a divided by b cubed) (!three a divided by three b)




What is y to the sixth power divided by y to the ninth power for nonzero y? (one divided by y cubed) (!y cubed) (!one divided by y to the fifteenth power) (!y to the fifteenth power)




What is sixteen raised to the one half power in the real numbers? (four) (!eight) (!two) (!sixteen)




Which statement is always valid for exponent laws? (An exponent on a product applies to each factor) (!An exponent on a sum applies to each term) (!Different bases can always be combined by adding exponents) (!A power raised to a power requires adding the exponents)





Memory Game

Product rule Add exponents when multiplying powers with the same base
Quotient rule Subtract exponents when dividing powers with the same nonzero base
Power rule Multiply exponents when raising a power to another power
Zero exponent A nonzero base raised to this exponent equals one
Negative exponent Rewrite the power using a reciprocal
Rational exponent Connects powers with roots





Drag and Drop

Match the correct terms. Topic
Add exponents Multiplying powers with the same base
Subtract exponents Dividing powers with the same nonzero base
Multiply exponents Raising a power to another power
Distribute the exponent Raising a product to a power
Take the reciprocal Rewriting a negative exponent




...


Crossword Puzzle

Exponent What tells how many times a base is used as a factor?
Base What quantity is repeatedly multiplied in a power?
Product Which rule tells you to add exponents for like bases?
Quotient Which rule tells you to subtract exponents for like nonzero bases?
Reciprocal What idea is used to rewrite a negative exponent?
Radical What notation is closely connected with rational exponents?





LearningApps


Cloze Text

Complete the text.

In the expression a^n, the number n is the

. When powers with the same base are multiplied, their exponents are

. When powers with the same nonzero base are divided, their exponents are

. When a power is raised to another power, the exponents are

. Any nonzero base raised to the zero power equals

. A negative exponent can be rewritten by using a

. A power applied to a product can be applied to each

. A rational exponent can represent a

. Scientific notation uses integer powers of

. Exponent rules do not generally distribute over

.




Open-Ended Tasks


Easy

  1. Exponent Vocabulary Poster: Create a one-page visual that explains base, exponent, and power with at least three original examples and one non-example.
  2. Exponent Rule Card Sort: Make a set of rule cards and example cards, mix them, then ask a partner to match each rule to a correct example and explain the match.
  3. Exponent Error Detective: Invent four incorrect exponent-law solutions, exchange them with a classmate, and write a correction that identifies the exact misconception in each one.
  4. Exponent Tutorial Video: Record a 60–90 second video that teaches either the product rule or quotient rule with a worked example and a verbal explanation of why it works.


Standard

  1. Exponent Pattern Investigation: Build a table for powers of 2 from negative exponents through positive exponents, describe the pattern between consecutive rows, and explain how the pattern supports the zero and negative exponent rules.
  2. Mathematics at Work Interview: Interview someone whose work uses scaling, scientific notation, computing, engineering, finance, or measurement, then summarize where powers or exponents appear in that work.
  3. Scientific Notation Photo Hunt: Collect five real quantities from reliable sources that are naturally very large or very small, rewrite them in scientific notation, and explain what each exponent means.
  4. Rational Exponent Model: Create a diagram, physical model, or digital presentation that connects square roots and cube roots with exponents of one half and one third, including at least four checked examples.


Advanced

  1. Deriving Exponent Rules: Starting from the product and quotient rules, write a logical derivation of the zero-exponent and negative-exponent rules and state every restriction you need.
  2. Chessboard Growth Investigation: Model the wheat-and-chessboard doubling pattern in a spreadsheet or program, graph the first several values, and explain how exponent notation makes the pattern easier to describe.
  3. Multiple Simplification Strategies: Choose a complex algebraic expression with at least three exponent laws, simplify it in two different valid orders, and explain why both routes give equivalent results.
  4. Peer Teaching and Assessment: Design a ten-minute mini-lesson on exponent laws, teach it to a small group, give a short diagnostic task afterward, and analyze the mistakes to recommend one improvement to your lesson.



Learning Assessment

  1. Reasoning from Consistency: Explain why a0=1 for nonzero a by comparing am/am with the quotient rule, and discuss why the argument excludes a=0.
  2. Error Analysis Assessment: A learner claims that (x+3)2=x2+9; identify the mistaken transfer of an exponent law, expand the expression correctly, and explain the difference in words.
  3. Multi-Step Simplification Assessment: Simplify (3x2y1)2x39xy2 with positive exponents and state any restrictions inherited from the original expression.
  4. Scientific Notation Transfer: Create and solve a multiplication or division problem involving two quantities in scientific notation, then interpret the resulting power of ten in the context of your quantities.
  5. Radical and Rational Exponent Assessment: Rewrite 813/4 using radical notation, evaluate it, and explain why the denominator and numerator of the rational exponent play different roles.
  6. Create and Justify an Equivalent Expression: Write an exponent expression that can be simplified using at least four different laws, provide a correct simplified equivalent, and justify each transformation in sequence.




Evidence of Learning

Important evidence of learning includes the following:

  1. Knowledge: You can state the product, quotient, power, zero, negative, product-to-a-power, quotient-to-a-power, and rational-exponent rules with appropriate restrictions.
  2. Reasoning: You can explain why the rules work using repeated multiplication, cancellation, reciprocals, and pattern extension rather than relying only on memorization.
  3. Skill: You can simplify numerical and algebraic expressions accurately, keep track of coefficients and variables, and express answers with positive exponents when required.
  4. Error analysis: You can distinguish valid exponent laws from tempting but false rules, especially incorrect distribution over addition.
  5. Products: You can create clear worked examples, diagrams, short videos, spreadsheets, or presentations that communicate exponent ideas to another learner.
  6. Transfer: You can apply exponent laws to scientific notation, exponential growth, radicals, measurement, computing, and other unfamiliar contexts.
  7. Mathematical communication: You can state domain restrictions and explain each algebraic transformation with precise vocabulary.




OERs on the Topic

You can also continue learning with the English-language Exponentiation, Scientific notation, Radical expression, and Exponential function articles. For structured open textbook practice, use OpenStax Algebra 1: Using Product and Quotient Properties for Exponents.



Linked Learning Areas


aiMOOC Projects