Skip to main content
Mathematics LibreTexts

1.4: Radicals and Exponents

  • Page ID
    62175
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    In this section, we will look at properties of exponents. Here, these rules apply to any type of function that involves exponents, namely power functions and exponential functions. However, this section will mostly focus on power functions, functions where the base is the variable and the exponent is a constant. We’ll discuss several exponent rules, show you how to use them, and explain the reasoning behind these rules.

    Note

    In this section, we are assuming that all variables are strictly positive, meaning that they cannot be negative nor can they be zero

    This is to ensure that we won’t run into any issues with dividing by zero or trying to take a square root of a negative number. Later, when we discuss functions domains, we will revisit these problems and explain how to deal with general variables and not just variables that are strictly positive. Before we dive into the different rules, we need to have a solid understanding of what exponents are and what they mean.

    When we first start learning math, we often start with addition. We then quickly see that repeated addition can be useful. We run into problems like: “You have 4 dogs and want to give each dog 3 treats. How many treats do you need?” We solve these with repeated addition: \(3+3+3+3 = 12\), or three treats for each of the four dogs. We then learn that repeated addition happens often, so we develop a new notation, multiplication. For our example problem, we would do \(3 \times 4\) to say we need to add three, four times. Exponents take this one step further. When we need to do repeated multiplication, like if we need to find the volume of a cube, we can shorten the notation by using exponents. To find our volume, we would multiply the side length by itself three times to get length times width times height, but with a cube these lengths are all the same. We can write \(V(x) = (x)(x)(x)=x^3\). Here, the exponent tells us how many times to do the multiplication.

    The first exponent rule we will examine is

    \[ x^ax^b=x^{a+b}\label{add}\]

    Here, the first term, \(x^a\) tells us to multiply \(x\) by itself \(a\) times and the second term tells us to multiply it \(b\) times. Together, that says we need to multiply \(x\) a total of \(a+b\) times, giving us \(x^{a+b}\). As an example, \(x^2x^3 = x^{2+3} = x^5\).

    Next, let’s look at

    \[x^{-a} = \frac{1}{x^a}\]

    This rule build off of our last rule. If we have \(x^5x^{-2}\), rule \(\eqref{add}\) tells us we really have \(x^{5+(-2)} = x^{5-2} = x^3\). We went from having \(x\) multiplied 5 times to having \(x\) multiplied only 3 terms, meaning we have removed two of the multiplications. We removed a multiplication through a division: \[\frac{x^5}{x^2} = \frac{(x)(x)(x)(x)(x)}{(x)(x)} = (x)(x)(x) = x^3\] This shows us that a negative exponent tells us we have division rather than multiplication. We can also combine this rule with some of our rules from fractions. If we have \(\frac{1}{x^{-a}}\), we can start by replacing \(x^{-a}\) with \(\frac{1}{x^a}\). This gives us

    \[\frac{1}{x^{-a}} = \frac{1}{\frac{1}{x^a}}\]

    From our fractions rules, we know that dividing by a fraction is the same as multiplying by its reciprocal, so we have

    \[\begin{align}\begin{aligned}\begin{split} \frac{1}{x^{-a}} &= \frac{1}{\frac{1}{x^a}} \\ & = 1 \times \frac{x^a}{1} \\ & = x^a \end{split}\end{aligned}\end{align}\]

    The third rule we will discuss is

    \[ (x^a)^b = x^{ab}\label{mult}\]

    This rule builds directly off of our first rule as well. \((x^a)^b\) tells us we need to multiply \(x^a\) by itself \(b\) times. Since \(x^a\) multiplies \(x\) by itself \(a\) times, \((x^a)^b\) tells us to multiply \(x\) by itself a total of \(ab\) times. For example, \((x^2)^3 = (x^2)(x^2)(x^2) = x^{2+2+2} = x^{(2)(3)} = x^6\). We can also use this rule when there is a product or quotient inside the parentheses, but not if there is an addition or subtraction. For example, we can say that \((x^2y^3)^2 = (x^2)^2(y^3)^2 = x^4 y^6\), and that \(\displaystyle \Bigg (\frac{x^2}{y^3}\Bigg) ^2 = \frac{(x^2)^2}{(y^3)^2} = \frac{x^4}{y^6}\), but we cannot apply this rule to \((x^2+y^3)^2\). Here, we would need to rewrite as \((x^2+y^3)(x^2+y^3)\) and distribute as we saw in our previous section on expanding.

    Our last rule focuses on the inverse function, or how to “undo” an exponent. We’ve seen these functions before. These are our root functions. A square root “undoes” squaring and a cube root “undoes” cubing. In general, we have

    \[(x^a)^{1/a} = x\]

    and

    \[(x^{1/a})^a = x\]

    Both of these come from rule \(\eqref{mult}\). Additionally, you might see \(x^{1/a}\) written as \(\sqrt[a]{x}\). Mathematicians call \(\sqrt[a]{x}\) the radical form and \(x^{1/a}\) the exponential form. Both of these have the same meaning, they just look a bit different. Anytime you see \(\sqrt[a]{x}\), you can replace it with \(x^{1/a}\) and vice versa.

    These rules will all be quite handy in calculus. In both integral and differential calculus, we will have rules that work well when we have a power function, but won’t work for other forms of functions. By being able to rewrite functions like \(f(x) = \frac{1}{x^2}\), as power functions (\(f(x) = x^{-2}\) here), other calculations will be simplified. Our rules are summarized below.

    Exponent Rules

    • \(x^ax^b=x^{a+b}\)
    • \(\displaystyle x^{-a} = \frac{1}{x^a}\)

    • \(\displaystyle \frac{1}{x^{-a}} = x^a\)

    • \((x^a)^b = x^{ab}\)

    • \(x^{1/a} = \sqrt[a]{x}\)

    Let’s look at a few examples of working with exponent rules.

    Example \(\PageIndex{1}\): Simplifying Exponents

    Simplify \(\displaystyle \Bigg( \frac{x^2 y^4}{x\sqrt{y}}\Bigg)^2\)

    Solution

    Anytime we simplify, we need to remember our order of operations. The order of operations tells us to start with terms that are inside of parentheses, so we will work on simplifying the fraction before we worry about the exponent on the outside. First, we will write everything using exponents rather than radicals so we can use our exponent rules more easily in the rest of the problem.

    \[\Bigg( \frac{x^2 y^4}{x\sqrt{y}}\Bigg)^2 = \Bigg( \frac{x^2 y^4}{xy^{1/2}}\Bigg)^2\]

    Next, we will eliminate the fraction by using negative exponents on the terms that are in the denominator. After rewriting, we will combine any like terms.

    \[\begin{align}\begin{aligned}\begin{split} \Bigg( \frac{x^2 y^4}{xy^{1/2}}\Bigg)^2 & = \Big( x^2 y^4 x^{-1} y^{-1/2} \Big)^2 \\ & = \Big( x^2 x^{-1} y^4 y^{-1/2} \Big)^2 \\ & = \Big( x^{2-1} y^{4-1/2} \Big)^2 \\ & = \Big( x^1 y^{8/2-1/2}\Big)^2 \\ & = \Big( x y^{7/2})^2 \end{split}\end{aligned}\end{align}\]

    Now that everything inside the parentheses is simplified as much as possible, we will use our third exponent rule to finish simplifying. Our third rule says that \((x^a)^b = x^{ab}\). We need to make sure we distribute the exponent that is outside of the parentheses to each term inside of the parentheses. This give us

    \[\begin{align}\begin{aligned}\begin{split} \Big( x y^{7/2}\Big)^2 &= (x)^2 (y^{7/2})^2 \\ &= x^2 y^{14/2} \\ & = x^2y^7 \end{split}\end{aligned}\end{align}\] So, in the end, we get that

    \[\left(\frac{x^{2}y^{4}}{x\sqrt{y}}\right)^{2}=x^{2}y^{7}\]

    Example \(\PageIndex{2}\): Simplifying Exponents

    Simplify \(\displaystyle \Big( \sqrt{y} + \sqrt{x}\Big)^2\).

    Solution

    We’ll start again by focusing on the terms inside the parentheses and rewriting all radicals as exponents. This gives us

    \[\Big( \sqrt{y} + \sqrt{x} \Big)^2 = \Big( y^{1/2} + x^{1/2} \Big)^2\]

    There is nothing that we can simplify inside the parentheses, so we now need to apply the exponent on the outside of the parentheses. Inside the parentheses we have two terms that are added, so we can’t apply an exponent rule here. We will need to rewrite and then expand.

    \[\begin{align}\begin{aligned}\begin{split} \Big(y^{1/2} + x^{1/2} \Big)^2 & = \Big(y^{1/2} + x^{1/2} \Big)\Big(y^{1/2} + x^{1/2} \Big) \\ & = (y^{1/2})^2 + 2 y^{1/2}x^{1/2} + (x^{1/2})^2 \\ & = y + 2 y^{1/2}x^{1/2} + x \end{split}\end{aligned}\end{align}\]

    We don’t have any like terms, so we can’t simplify any further. We could rewrite slightly, but this is a matter of personal preference. We have three other ways we could write this final answer. We could use exponent rules to rewrite the middle term since \(y^{1/2}x^{1/2}=(yx)^{1/2}\), giving us \(y+2(yx)^{1/2} + x\). We could also use radicals and write either \(y + 2\sqrt{y}\sqrt{x} + x\) or \(y+2\sqrt{yx} + x\). All of these four answers are fully simplified, and are equally valid. Probably the most common form is

    \[\left(\sqrt{y}+\sqrt{x}\right)^{2}=y+2\sqrt{yx}+x\]

    Many people struggle with evaluating radicals or fractional exponents by hand. Let’s take a look at how we can evaluate these types of terms.

    Example \(\PageIndex{3}\): Evaluating Radicals

    Evaluate \(8^{2/3}\).

    Solution

    As first glance, this looks like we won’t be able to do much with it. However, we can use our exponent rules to help us evaluate it. We can rewrite this as \((8^2)^{1/3}\) or as \((8^{1/3})^2\). We prefer the second version. With the first version we would have \((8^2)^{1/3} = (64)^{1/3}\), but this is tricky to deal with by hand because not many people have perfect cubes memorized, so we would need to factor 64.

    If we use the second version, \((8^{1/3})^2\), we would start by finding the cube root of 8. When we factor, we get \(8=2\times2\times2\), which show us that \(2=8^{1/3}\). This gives us \((8^{1/3})^2 = (2)^2 = 4\), so our final answer is

    \[8^{2/3}=4\]


    This page titled 1.4: Radicals and Exponents is shared under a CC BY-NC license and was authored, remixed, and/or curated by Amy Givler Chapman, Meagan Herald, Jessica Libertini.

    • Was this article helpful?