Solving a Formula For a Variable Contained in an Exponent

Learning Outcomes

  • Use the power rule for logarithms to rewrite a logarithm
  • Use the power rule for logarithms to solve an equation containing the variable in an exponent

Sometimes the variable of interest in an equation is contained within an exponent. For example, say we’d like to solve for [latex]x[/latex] in the equation [latex]3^{x}=17[/latex]. We don’t know what number [latex]3[/latex] should be raised to that would result in [latex]17[/latex]. All we know is that is is bigger than [latex]2[/latex] and smaller than [latex]3[/latex].  We’ll need to use a property of a mathematical object called a logarithm to bring the [latex]x[/latex] down so we can isolate it on one side of the equation. You may have studied logarithms before but, even if you didn’t, you can still use the property of taking the logarithm on both sides. Let’s build this skill up by starting with some definitions.

A LOGARITHM

logarithm is a number. Specifically, it is an exponent.

logarithm is the number [latex]\log_{b}(M)[/latex] to which we must raise the base [latex]b[/latex] in order to obtain [latex]M[/latex].

We call [latex]b[/latex] the base, and [latex]M[/latex] the argument of the logarithm.

When [latex]b=10[/latex], we call the logarithm the common logarithm and abbreviate it [latex]\log M[/latex].

COMMON LOGARITHM

A logarithm to base 10, [latex]\log_{10}M[/latex], is called the common logarithm, and is abbreviated [latex]\log M[/latex].

But understanding a logarithm isn’t essential to using it in the way we want to when manipulating certain formulas. Logarithms have a certain property such that, when it is applied to both sides of an equation, will bring a variable of interest down from an exponent and convert the expression into a product of the exponent and the logarithm. We call this property the power rule for logarithms.

THE POWER RULE FOR COMMON LOGARITHMS

The power rule for common logarithms, can be used to simplify the common logarithm of a power by rewriting it as the product of the exponent times the logarithm of the base.

[latex]\log (M^{n})=n\log M[/latex]

Example

Use the power rule to write [latex]\log\left(2^{x}\right)[/latex] as the product of the exponent times the logarithm of the base.

Solution:

We identify the exponent, [latex]x[/latex], and the argument, [latex]2^{x}[/latex], and rewrite the equivalent expression by multiplying the exponent times the logarithm of the argument, [latex]2[/latex].

[latex]\log2^{x}=x\cdot \log2[/latex]

Since [latex]\log 2[/latex] is a number, we can evaluate it on a calculator.

Most scientific or graphing calculators have a LOG button. Type LOG(2) and ENTER.

[latex]\log 2 \approx 0.30103[/latex].

So, [latex]\log2^{x}=x\cdot \log2 \approx 0.30103x[/latex].

This is sometimes referred to as expanding the logarithm.

Practice evaluating some common logarithms using your calculator below.

try it

Use Common Logarithms to Solve Equations Containing Variables in the Exponents

Now that you’ve gained practice converting exponential expressions using the power rule for common logarithms and evaluating logarithms on your calculator, it’s time to learn how to apply these skills to an equation in which the variable of interest is contained in an exponent.

Example

Solve the equation for [latex]x[/latex].

[latex]3^{x} = 17[/latex]

Solution:
This is the question with which we began our discussion at the top of the page. Recall that we didn’t know the exponent on 3 that would yield 17, but we knew it would be large than 2 and smaller than 3. This is because

[latex]3^2 = 9[/latex] and [latex]3^3 = 27[/latex] and [latex]9 < 17 < 27[/latex].

We’ll have to use a logarithm.

[latex]3^{x} = 17[/latex]

[latex]\log 3^{x} = \log 17[/latex]                      take the common logarithm on both sides

[latex]x\log 3= \log 17[/latex]                      apply the power rule for common logarithm

[latex]\dfrac{x \cancel\log 3}{\cancel\log 3}= \dfrac{\log 17}{\log 3}[/latex]                  divide [latex]\log 3[/latex] from both sides of the equation

[latex]x=\dfrac{\log 17}{\log 3} \approx 2.579[/latex]                use the LOG button on a calculator to evaluate [latex]\dfrac{\log 17}{\log 3}[/latex] and round to 3 decimal places

Another logarithm to a special base is called the natural logarithm. This logarithm has a base of [latex]e[/latex], an irrational constant approximately equal to 2.718.

NATURAL LOGARITHM

A logarithm to base [latex]e[/latex], [latex]\log_{e}M[/latex], is called the natural logarithm, and is abbreviated [latex]\ln M[/latex].

The power rule with either the common logarithm, [latex]\log M[/latex], or the natural log, [latex]\ln M[/latex], may be used to rewrite the exponent as a product. To evaluate a natural logarithm, use the LN button on your calculator. A special characteristics of logarithms is that

[latex]\dfrac{\log M}{\log N} = \dfrac{\ln M}{\ln N} [/latex]

The following video provides examples of using the natural logarithm or the common logarithm to solve exponential equations.

Sometimes you’ll have to do some work to isolate the term containing the exponent first before applying the power rule. See the example and video below for examples of these types of equations.

try it