Basic rules for exponentiation - Math Insight (2024)

If $n$ is a positive integer and $x$ is any real number, then $x^n$ corresponds to repeated multiplication \begin{gather*} x^n = \underbrace{x \times x \times \cdots \times x}_{n \text{ times}}.\end{gather*}We can call this “$x$ raised to the power of $n$,” “$x$ to the power of $n$,” or simply “$x$ to the $n$.” Here, $x$ is the base and $n$ is the exponent or the power.

From this definition, we can deduce some basic rules that exponentiation must follow as well as some hand special cases that follow from the rules. In the process, we'll define exponentials $x^a$ for exponents $a$ that aren't positive integers.

The rules and special cases are summarized in the following table. Below, we give details for each one.

Rule or special caseFormulaExample
Product$x^ax^b = x^{a+b}$$2^22^3 = 2^5=32$
Quotient$\displaystyle \frac{x^a}{x^b} = x^{a-b}$$\displaystyle \frac{2^3}{2^2} = 2^1 =2$
Power of power$(x^a)^b = x^{ab}$$(2^3)^2 = 2^6=64$
Power of a product$(xy)^a = x^ay^a$$36=6^2=(2\cdotbadbreak 3)^2 = 2^2\cdotbadbreak 3^2=4 \cdotbadbreak 9=36$
Power of one$x^1=x$$2^1=2$
Power of zero$x^0=1$$2^0=1$
Power of negative one$\displaystyle x^{-1}=\frac{1}{x}$$\displaystyle 2^{-1}=\frac{1}{2}$
Change sign of exponents$\displaystyle x^{-a} = \frac{1}{x^a}$$\displaystyle 2^{-3} = \frac{1}{2^3} = \frac{1}{8}$
Fractional exponents$x^{m/n} = \sqrt[n]{x^m} = (\sqrt[n]{x})^m$$4^{3/2} = (\sqrt{4})^3=2^3=8$

The rules

Product of exponentials with same base

If we take the product of two exponentials with the same base, we simply add the exponents:\begin{gather}x^ax^b = x^{a+b}. \label{product}\end{gather}

To see this rule, we just expand out what the exponents mean. Let's start out with a couple simple examples.\begin{align*} 3^4 3^2 &= (3 \times 3 \times 3 \times 3) \times (3 \times 3)\\ &= 3 \times 3 \times 3 \times 3 \times 3 \times 3\\ &= 3^6\end{align*}\begin{align*} y^2 y^3 &= (y \times y) \times (y \times y \times y)\\ &= y \times y \times y \times y \times y\\ & = y^5\end{align*}

The general case works the same way. We just need to keep track of the number of factors we have.\begin{align*}x^ax^b &= \underbrace{x \times \cdots \times x}_{a \text{ times}} \times \underbrace{x \times \cdots \times x}_{b \text{ times}}\\[0.2cm] &= \underbrace{x \times \cdots \times x}_{a+b \text{ times}}\\[0.2cm] &=x^{a+b}\end{align*}

Quotient of exponentials with same base

If we take the quotient of two exponentials with the same base, we simply subtract the exponents:\begin{gather}\frac{x^a}{x^b} = x^{a-b} \label{quotient}\end{gather}

$\cancel{}$

This rule results from canceling common factors in the numerator and denominator. For example:\begin{align*} \frac{y^5}{y^3} &= \frac{y \times y \times y \times y \times y}{y \times y \times y}\\ &= \frac{(y \times y) \times \cancel{(y \times y \times y)}}{\cancel{y \times y \times y}}\\ &= y \times y = y^2.\end{align*}

To show this in general, we look at two different cases. If we imagine that $a > b$, then this rule follows from canceling the common $b$ factors of $x$ that occur in both the numerator and denominator. We are left with just $b-a$ factors of $x$ in the numerator.\begin{align*}\frac{x^a}{x^b} &= \frac{\quad \overbrace{x \times \cdots \times x}^{a \text{ times}}\quad}{\underbrace{x \times \cdots \times x}_{b \text{ times}}}\\[0.2cm] &= \frac{\quad \overbrace{x \times \cdots \times x}^{a-b \text{ times}}\times\overbrace{\cancel{x \times \cdots \times x}}^{b \text{ times}}\quad}{\underbrace{\cancel{x \times \cdots \times x}}_{b \text{ times}}}\\[0.2cm] &= \underbrace{x \times \cdots \times x}_{a-b \text{ times}}\\[0.2cm] &=x^{a-b}\end{align*}

If $a < b$, then what happens? We cancel all the $x$'s from the numerator and are left with $b-a$ of them in the denominator. \begin{align*}\frac{x^a}{x^b} &= \frac{\quad \overbrace{x \times \cdots \times x}^{a \text{ times}}\quad}{\underbrace{x \times \cdots \times x}_{b \text{ times}}}\\[0.2cm] &= \frac{\quad \overbrace{\cancel{x \times \cdots \times x}}^{a \text{ times}}\quad}{\underbrace{x \times \cdots \times x}_{b-a \text{ times}}\times \underbrace{\cancel{x \times \cdots \times x}}_{a \text{ times}}}\\[0.2cm] &= \frac{1}{\underbrace{x \times \cdots \times x}_{b-a \text{ times}}}\\[0.2cm]\end{align*}To make the above rule work for this case, we must define a negative exponent to mean a power in the denominator. If $n$ is a positive integer, we define\begin{gather} x^{-n} = \frac{1}{\underbrace{x \times x \times \cdots \times x}_{n \text{ times}}}.\end{gather}Then the rule for the quotient of exponentials works even if $a< b$:\begin{align*}\frac{x^a}{x^b} &= \frac{\quad \underbrace{x \times \cdots \times x}_{a \text{ times}}\quad}{\underbrace{x \times \cdots \times x}_{b \text{ times}}}\\[0.2cm] &= \frac{1}{\underbrace{x \times \cdots \times x}_{b-a \text{ times}}}\\[0.2cm] &=x^{a-b}.\end{align*}When $b>a$, the exponent $a-b$ is a negative number. Since formula \eqref{quotient} is the same no matter the relationship between $a$ and $b$, we don't need to worry about it and can just subtract the exponents.

Power of a power

We can raise exponential to another power, or take a power of a power. The result is a single exponential where the power is the product of the original exponents:\begin{gather}(x^a)^b = x^{ab}. \label{power_power}\end{gather}

We can see this result by writing it as a product where the $x^a$ is repeated $b$ times:\begin{gather*}(x^a)^b = \underbrace{x^a \times x^a \times \cdots \times x^a}_{b\text{ times}}.\end{gather*}Next we apply rule \eqref{product} for the product of exponentials with the same base. We use this rule $b$ times to conclude that\begin{align*}(x^a)^b &= \underbrace{x^a \times x^a \times \cdots \times x^a}_{b\text{ times}}\\[0.2cm] &= x^{\overbrace{a + a + \cdots + a}^{b\text{ times}}}\\[0.2cm] &= x^{ab}.\end{align*}In the last step, we had to remember that multiplication can be defined as repeated addition.

Power of a product

If we take the power of a product, we can distribute the exponent over the different factors:\begin{gather} (xy)^a = x^ay^a. \label{power_product}\end{gather}

We can show this rule in the same way as we show that you can distribute multiplication over addition. One way to show this distributive law for multiplication is is to remember that multiplication is defined as repeated addition:\begin{align*} (x+y)a &= \underbrace{(x + y) + (x+y) + \cdots + (x+y)}_{a\text{ times}}\\[0.2cm] &= \underbrace{x + x + \cdots + x}_{a\text{ times}}+\underbrace{y+ y + \cdots + y}_{a\text{ times}}\\[0.2cm]\\ &= xa +ya.\end{align*}In the same way, we can show the distributive law for exponentiation:\begin{align*} (xy)^a &= \underbrace{(xy) \times (xy) \times \cdots \times (xy)}_{a\text{ times}}\\[0.2cm] &= \underbrace{x \times x \times \cdots \times x}_{a\text{ times}}\times\underbrace{y \times y \times \cdots \times y}_{a\text{ times}}\\[0.2cm]\\ &= x^a y^a.\end{align*}

This rule also works for quotients\begin{gather*} \left(\frac{x}{y}\right)^a = \frac{x^a}{y^a},\end{gather*}but it does NOT work for sums. For example, \begin{align*} (3+5)^2 = 8^2 = 64,\end{align*}but this is NOT equal to \begin{align*} 3^2+5^2 = 9 + 25 =34.\end{align*}

Special cases

The following are special cases that follow from the rules.

The power of one

The simplest special case is that raising any number to the power of 1 doesn't do anything:\begin{gather}x^1=x.\label{power_one}\end{gather}

The power of zero

As long as $x$ isn't zero, raising it to the power of zero must be 1:$$x^0=1.$$We can see this, for example, from the quotient rule, as$$1 = \frac{x^a}{x^a} = x^{a-a}=x^0.$$

The expression $0^0$ is indeterminate. You can see that it must be indeterminate, because you can come up with good reasons for it to be two different values.

First, from above, if $x \ne 0$, then $x^0=1$, no matter how small $x$ is. If we just let $x$ go all the way to zero (take the limit as $x$ goes to zero), then it seems that $0^0$ should be 1.

On the other hand, $0^a=0$ as long as $a \ne 0$. Repeated multiplication of $0$ still gives zero, and we can use the above rules to show $0^a$ still is zero, no matter how small $a$ is, as long as it is nonzero. If just let $a$ go all the way to zero (take the limit as $a$ goes to zero), then it seems like $0^0$ should be 0.

In other words, if we start with $x^a$ for non-zero $x$ and non-zero $a$, we'll get a different answer for $0^0$ depending on whether we let $x$ go to zero first or $a$ go to zero first. There really is no way for deciding on a value for $0^0$, so we are forced to leave it indeterminate. You can check out this applet to visualize this argument.

The power of negative one

Negative one is a special value for an exponent, because taking a number to the power of negative one gives its reciprocal:$$x^{-1} = \frac{1}{x}.$$

The changing sign of exponent

In a similar vein, changing the sign of a exponent gives the reciprocal, so$$x^{-a} = \frac{1}{x^a}.$$

Fractional exponents

The power of power rule \eqref{power_power} allows us to define fractional exponents. For example, rule \eqref{power_power} tells us that\begin{gather*} 9^{1/2}=(3^2)^{1/2} = 3^{2 \cdot 1/2} = 3^1 = 3.\end{gather*}Taking a number to the power of $\frac{1}{2}$ undoes taking a number to the power of 2 (or squaring it). In other words, taking a number to the power of $\frac{1}{2}$ is the same thing as taking a square root:\begin{gather*} x^{1/2} = \sqrt{x}.\end{gather*}

Since $(x^n)^{1/n} = x^1 = x$, we can generalize the result so that taking a number to the power of $1/n$ is the same thing as taking the $n$th root:\begin{gather} x^{1/n} = \sqrt[n]{x}.\end{gather}

If $a$ is any rational number, then it can be written as $a=m/n$. We can define taking a number to the $a$th power as taking that number to the $m$th power and the $n$th root. We'll assume the base $x$ is non-negative so that we don't have to worry about doing things like taking the square root of a negative number. Then, the order doesn't matter and\begin{gather*} x^{m/n} = \sqrt[n]{x^m} = (\sqrt[n]{x})^m.\end{gather*}If $a$ is an irrational number, like $a=\pi$, then this process doesn't exactly work. But, since you can find a rational number as close as you want to any irrational number, you can approximate $x^a$ as well as you like. (To be precise, you could define $x^a$ in terms of a limit of $x^b$, where $b$ are rational numbers approaching $a$.)

Basic rules for exponentiation - Math Insight (2024)

FAQs

Basic rules for exponentiation - Math Insight? ›

If n is a positive integer and x is any real number, then xn corresponds to repeated multiplication xn=x×x×⋯×x⏟n times. We can call this “x raised to the power of n,” “x to the power of n,” or simply “x to the n.” Here, x is the base and n is the exponent or the power.

What are the basic rules of exponents? ›

The exponent rules are:
  • Product of powers rule — Add powers together when multiplying like bases.
  • Quotient of powers rule — Subtract powers when dividing like bases.
  • Power of powers rule — Multiply powers together when raising a power by another exponent.
Jun 14, 2021

What are the basic rules of exponential functions? ›

The following list outlines some basic rules that apply to exponential functions: The parent exponential function f(x) = bx always has a horizontal asymptote at y = 0, except when b = 1. You can't raise a positive number to any power and get 0 or a negative number. You can't multiply before you deal with the exponent.

What is the general base exponential rule? ›

The Product Rule for Exponents: am * an = am + n. To find the product of two numbers with the same base, add the exponents. The Quotient Rule for Exponents: am / an = amn. To find the quotient of two numbers with the same base, subtract the exponent of the denominator from the exponent of the numerator.

What are the 7 laws of exponents? ›

For all examples below, assume that X and Y are nonzero real numbers and a and b are integers.
  • RULE 1: Zero Property. ...
  • RULE 2: Negative Property. ...
  • RULE 3: Product Property. ...
  • RULE 4: Quotient Property. ...
  • RULE 5: Power of a Power Property. ...
  • RULE 6: Power of a Product Property. ...
  • RULE 7: Power of a Quotient Property.
Nov 29, 2021

What are the basic principles of exponents? ›

Exponent Laws: The Basics
  • Product of Powers Law: am × an = a m+n.
  • Quotient of Powers Law: am/an = a m-n.
  • Power of a Power Law: (am)n = a mn.
  • Power of Product Law: (ab)m = amb m.
  • Power of Quotient Law: (a/b)m = am/b m.
  • Zero Power Law: a0 = 1.
  • Negative Exponent Law: a-m = 1/a m.

What are the 5 Laws of exponent? ›

5.5: Laws of Exponents
  • Multiplying With Like Bases.
  • Dividing With Like Bases.
  • Raising a Power to a Power.
  • Raising a Product to a Power.
  • Raising a Quotient to a Power.
Feb 20, 2022

What is the basic of exponential function? ›

An exponential function is a Mathematical function in the form f (x) = ax, where “x” is a variable and “a” is a constant which is called the base of the function and it should be greater than 0. The most commonly used exponential function base is the transcendental number e, which is approximately equal to 2.71828.

What does exponential mean for dummies? ›

An exponential function represents the relationship between an input and output, where we use repeated multiplication on an initial value to get the output for any given input. Exponential functions can grow or decay very quickly.

What are the 3 exponential laws? ›

The first law states that to multiply two exponential functions with the same base, we simply add the exponents. The second law states that to divide two exponential functions with the same base, we subtract the exponents. The third law states that in order to raise a power to a new power, we multiply the exponents.

What are the 10 laws of exponents? ›

The essential laws of exponents are as follows:
  • am × an = a. m+n
  • am / an = a. m-n
  • (am)n = a. mn
  • an / bn = (a/b) n
  • a0 = 1.
  • a-m = 1/a. m
  • a1n=n√a.
Jul 31, 2023

What are the 7 rules of logarithms? ›

What are the 7 Log Rules?
Rule NameLog Rule
Quotient Rulelogb m/n = logb m - logb n
Power Rule of Logarithmlogb mn = n logb m
Change of Base Rulelogb a = (log a) / ( log b)
Number Raised to Logblogbx = x
3 more rows

How do you solve for exponentiation? ›

To solve the exponential equations of the same bases, just set the exponents equal. To solve the exponential equations of different bases, apply logarithm on both sides. The exponential equations with the same bases also can be solved using logarithms.

What are the rules of exponential notation? ›

Scientific Notation Vocabulary & Rules
Rule #1The base is always 10
Rule #2The exponent is a non-zero integer (+) or (-)
Rule #3The absolute value of the coefficient is greater than or equal to 1 but less than 10
Rule #4The coefficient carries the sign (+) or (-)
4 more rows

References

Top Articles
Leftover Eggnog Recipes – 7 Ways to Use Leftover Eggnog
Carrot Ginger Soup - Easy 6 Ingredient Carrot Soup Recipe!
Www.craigslist Virginia
Blackstone Launchpad Ucf
Lost Ark Thar Rapport Unlock
Nwi Police Blotter
Magic Mike's Last Dance Showtimes Near Marcus Cedar Creek Cinema
Weather In Moon Township 10 Days
2021 Tesla Model 3 Standard Range Pl electric for sale - Portland, OR - craigslist
Natureza e Qualidade de Produtos - Gestão da Qualidade
Detroit Lions 50 50
Ladyva Is She Married
Wnem Radar
7440 Dean Martin Dr Suite 204 Directions
Kaomoji Border
97226 Zip Code
12 Top-Rated Things to Do in Muskegon, MI
Soulstone Survivors Igg
Www.dunkinbaskinrunsonyou.con
Glover Park Community Garden
Engineering Beauties Chapter 1
Ceramic tiles vs vitrified tiles: Which one should you choose? - Building And Interiors
Rapv Springfield Ma
Mythical Escapee Of Crete
Pokemon Inflamed Red Cheats
Tottenham Blog Aggregator
CohhCarnage - Twitch Streamer Profile & Bio - TopTwitchStreamers
Federal Express Drop Off Center Near Me
Duke Energy Anderson Operations Center
Wisconsin Volleyball Team Leaked Uncovered
Hoofdletters voor God in de NBV21 - Bijbelblog
Ravens 24X7 Forum
Roadtoutopiasweepstakes.con
Goodwill Thrift Store & Donation Center Marietta Photos
Car Crash On 5 Freeway Today
Google Jobs Denver
AI-Powered Free Online Flashcards for Studying | Kahoot!
Emerge Ortho Kronos
Heelyqutii
Pepsi Collaboration
Empires And Puzzles Dark Chest
888-333-4026
Rs3 Bis Perks
Tryst Houston Tx
Tsbarbiespanishxxl
Author's Purpose And Viewpoint In The Dark Game Part 3
8776725837
Nimbleaf Evolution
Sara Carter Fox News Photos
Gander Mountain Mastercard Login
Doelpuntenteller Robert Mühren eindigt op 38: "Afsluiten in stijl toch?"
Ciara Rose Scalia-Hirschman
Latest Posts
Article information

Author: Rueben Jacobs

Last Updated:

Views: 5983

Rating: 4.7 / 5 (57 voted)

Reviews: 88% of readers found this page helpful

Author information

Name: Rueben Jacobs

Birthday: 1999-03-14

Address: 951 Caterina Walk, Schambergerside, CA 67667-0896

Phone: +6881806848632

Job: Internal Education Planner

Hobby: Candle making, Cabaret, Poi, Gambling, Rock climbing, Wood carving, Computer programming

Introduction: My name is Rueben Jacobs, I am a cooperative, beautiful, kind, comfortable, glamorous, open, magnificent person who loves writing and wants to share my knowledge and understanding with you.