Algebra - Solving Exponential Equations (2024)

Show Mobile Notice Show All NotesHide All Notes

Mobile Notice

You appear to be on a device with a "narrow" screen width (i.e. you are probably on a mobile phone). Due to the nature of the mathematics on this site it is best views in landscape mode. If your device is not in landscape mode many of the equations will run off the side of your device (should be able to scroll to see them) and some of the menu items will be cut off due to the narrow screen width.

Section 6.3 : Solving Exponential Equations

Now that we’ve seen the definitions of exponential and logarithm functions we need to start thinking about how to solve equations involving them. In this section we will look at solving exponential equations and we will look at solving logarithm equations in the next section.

There are two methods for solving exponential equations. One method is fairly simple but requires a very special form of the exponential equation. The other will work on more complicated exponential equations but can be a little messy at times.

Let’s start off by looking at the simpler method. This method will use the following fact about exponential functions.

\[{\mbox{If}}\,\,\,\,{b^x} = {b^y}\,\,\,{\mbox{then }}x = y\]

Note that this fact does require that the base in both exponentials to be the same. If it isn’t then this fact will do us no good.

Let’s take a look at a couple of examples.

Example 1 Solve each of the following.

  1. \({5^{3x}} = {5^{7x - 2}}\)
  2. \({4^{{t^2}}} = {4^{6 - t}}\)
  3. \({3^z} = {9^{z + 5}}\)
  4. \({4^{5 - 9x}} = \frac{1}{{{8^{x - 2}}}}\)

Show All SolutionsHide All Solutions

a \({5^{3x}} = {5^{7x - 2}}\) Show Solution

In this first part we have the same base on both exponentials so there really isn’t much to do other than to set the two exponents equal to each other and solve for \(x\).

\[\begin{align*}3x & = 7x - 2\\ 2 & = 4x\\ \frac{1}{2} & = x\end{align*}\]

So, if we were to plug \(x = \frac{1}{2}\) into the equation then we would get the same number on both sides of the equal sign.


b \({4^{{t^2}}} = {4^{6 - t}}\) Show Solution

Again, there really isn’t much to do here other than set the exponents equal since the base is the same in both exponentials.

\[\begin{align*}{t^2} & = 6 - t\\ {t^2} + t - 6 & = 0\\ \left( {t + 3} \right)\left( {t - 2} \right) & = 0 \hspace{0.25in} \Rightarrow \hspace{0.25in}t = - 3,\,\,t = 2\end{align*}\]

In this case we get two solutions to the equation. That is perfectly acceptable so don’t worry about it when it happens.


c \({3^z} = {9^{z + 5}}\) Show Solution

Now, in this case we don’t have the same base so we can’t just set exponents equal. However, with a little manipulation of the right side we can get the same base on both exponents. To do this all we need to notice is that \(9 = {3^2}\). Here’s what we get when we use this fact.

\[{3^z} = {\left( {{3^2}} \right)^{z + 5}}\]

Now, we still can’t just set exponents equal since the right side now has two exponents. If we recall our exponent properties we can fix this however.

\[{3^z} = {3^{2\left( {z + 5} \right)}}\]

We now have the same base and a single exponent on each base so we can use the property and set the exponents equal. Doing this gives,

\[\begin{align*}z & = 2\left( {z + 5} \right)\\ z & = 2z + 10\\ z & = -10\end{align*}\] So, after all that work we get a solution of \(z= -10\) .


d \({4^{5 - 9x}} = \frac{1}{{{8^{x - 2}}}}\) Show Solution

In this part we’ve got some issues with both sides. First the right side is a fraction and the left side isn’t. That is not the problem that it might appear to be however, so for a second let’s ignore that. The real issue here is that we can’t write 8 as a power of 4 and we can’t write 4 as a power of 8 as we did in the previous part.

The first thing to do in this problem is to get the same base on both sides and to so that we’ll have to note that we can write both 4 and 8 as a power of 2. So let’s do that.

\[\begin{align*}{\left( {{2^2}} \right)^{5 - 9x}} & = \frac{1}{{{{\left( {{2^3}} \right)}^{x - 2}}}}\\ {2^{2\left( {5 - 9x} \right)}} & = \frac{1}{{{2^{3\left( {x - 2} \right)}}}}\end{align*}\]

It’s now time to take care of the fraction on the right side. To do this we simply need to remember the following exponent property.

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

Using this gives,

\[{2^{2\left( {5 - 9x} \right)}} = {2^{ - 3\left( {x - 2} \right)}}\]

So, we now have the same base and each base has a single exponent on it so we can set the exponents equal.

\[\begin{align*}2\left( {5 - 9x} \right) & = - 3\left( {x - 2} \right)\\ 10 - 18x & = - 3x + 6\\ 4 & = 15x\\ x & = \frac{4}{{15}}\end{align*}\]

And there is the answer to this part.

Now, the equations in the previous set of examples all relied upon the fact that we were able to get the same base on both exponentials, but that just isn’t always possible. Consider the following equation.

\[{7^x} = 9\]

This is a fairly simple equation however the method we used in the previous examples just won’t work because we don’t know how to write 9 as a power of 7. In fact, if you think about it that is exactly what this equation is asking us to find.

So, the method we used in the first set of examples won’t work. The problem here is that the \(x\) is in the exponent. Because of that all our knowledge about solving equations won’t do us any good. We need a way to get the \(x\) out of the exponent and luckily for us we have a way to do that. Recall the following logarithm property from the last section.

\[{\log _b}{a^r} = r{\log _b}a\]

Note that to avoid confusion with \(x\)’s we replaced the \(x\) in this property with an \(a\). The important part of this property is that we can take an exponent and move it into the front of the term.

So, if we had,

\[{\log _b}{7^x}\]

we could use this property as follows.

\[x{\log _b}7\]

The \(x\) in now out of the exponent! Of course, we are now stuck with a logarithm in the problem and not only that but we haven’t specified the base of the logarithm.

The reality is that we can use any logarithm to do this so we should pick one that we can deal with. This usually means that we’ll work with the common logarithm or the natural logarithm.

So, let’s work a set of examples to see how we actually use this idea to solve these equations.

Example 2 Solve each of the following equations.

  1. \({7^x} = 9\)
  2. \({2^{4y + 1}} - {3^y} = 0\)
  3. \({{\bf{e}}^{t + 6}} = 2\)
  4. \({10^{5 - x}} = 8\)
  5. \(5{{\bf{e}}^{2z + 4}} - 8 = 0\)

Show All SolutionsHide All Solutions

a \({7^x} = 9\) Show Solution

Okay, so we say above that if we had a logarithm in front the left side we could get the \(x\) out of the exponent. That’s easy enough to do. We’ll just put a logarithm in front of the left side. However, if we put a logarithm there we also must put a logarithm in front of the right side. This is commonly referred to as taking the logarithm of both sides.

We can use any logarithm that we’d like to so let’s try the natural logarithm.

\[\begin{align*}\ln {7^x} & = \ln 9\\ x\ln 7 & = \ln 9\end{align*}\]

Now, we need to solve for \(x\). This is easier than it looks. If we had \(7x = 9\) then we could all solve for \(x\) simply by dividing both sides by 7. It works in exactly the same manner here. Both ln7 and ln9 are just numbers. Admittedly, it would take a calculator to determine just what those numbers are, but they are numbers and so we can do the same thing here.

\[\begin{align*}\frac{{x\ln 7}}{{\ln 7}} & = \frac{{\ln 9}}{{\ln 7}}\\ x & = \frac{{\ln 9}}{{\ln 7}}\end{align*}\]

Now, that is technically the exact answer. However, in this case it’s usually best to get a decimal answer so let’s go one step further.

\[x = \frac{{\ln 9}}{{\ln 7}} = \frac{{2.19722458}}{{1.94591015}} = 1.12915007\]

Note that the answers to these are decimal answers more often than not.

Also, be careful here to not make the following mistake.

\[1.12915007 = \frac{{\ln 9}}{{\ln 7}} \ne \ln \left( {\frac{9}{7}} \right) = 0.2513144283\]

The two are clearly different numbers.

Finally, let’s also use the common logarithm to make sure that we get the same answer.

\[\begin{align*}\log {7^x} & = \log 9\\ x\log 7 & = \log 9\\ x & = \frac{{\log 9}}{{\log 7}} = \frac{{0.954242509}}{{0.845098040}} = 1.12915007\end{align*}\]

So, sure enough the same answer. We can use either logarithm, although there are times when it is more convenient to use one over the other.


b \({2^{4y + 1}} - {3^y} = 0\) Show Solution

In this case we can’t just put a logarithm in front of both sides. There are two reasons for this. First on the right side we’ve got a zero and we know from the previous section that we can’t take the logarithm of zero. Next, in order to move the exponent down it has to be on the whole term inside the logarithm and that just won’t be the case with this equation in its present form.

So, the first step is to move on of the terms to the other side of the equal sign, then we will take the logarithm of both sides using the natural logarithm.

\[\begin{align*}{2^{4y + 1}} & = {3^y}\\ \ln {2^{4y + 1}} & = \ln {3^y}\\ \left( {4y + 1} \right)\ln 2 & = y\ln 3\end{align*}\]

Okay, this looks messy, but again, it’s really not that bad. Let’s look at the following equation first.

\[\begin{align*}2\left( {4y + 1} \right) & = 3y\\ 8y + 2 & = 3y\\ 5y & = - 2\\ y & = - \frac{2}{5}\end{align*}\]

We can all solve this equation and so that means that we can solve the one that we’ve got. Again, the ln2 and ln3 are just numbers and so the process is exactly the same. The answer will be messier than this equation, but the process is identical. Here is the work for this one.

\[\begin{align*}\left( {4y + 1} \right)\ln 2 & = y\ln 3\\ 4y\ln 2 + \ln 2 & = y\ln 3\\ 4y\ln 2 - y\ln 3 & = - \ln 2\\ y\left( {4\ln 2 - \ln 3} \right) & = - \ln 2\\ y & = - \frac{{\ln 2}}{{4\ln 2 - \ln 3}}\end{align*}\]

So, we get all the terms with \(y\) in them on one side and all the other terms on the other side. Once this is done we then factor out a \(y\) and divide by the coefficient. Again, we would prefer a decimal answer so let’s get that.

\[y = - \frac{{\ln 2}}{{4\ln 2 - \ln 3}} = - \frac{{0.693147181}}{{4\left( {0.693147181} \right) - 1.098612289}} = - 0.414072245\]


c \({{\bf{e}}^{t + 6}} = 2\) Show Solution

Now, this one is a little easier than the previous one. Again, we’ll take the natural logarithm of both sides.

\[\ln {{\bf{e}}^{t + 6}} = \ln 2\]

Notice that we didn’t take the exponent out of this one. That is because we want to use the following property with this one.

\[\ln {{\bf{e}}^{f\left( x \right)}} = f\left( x \right)\]

We saw this in the previous section (in more general form) and by using this here we will make our life significantly easier. Using this property gives,

\[\begin{align*}t + 6 & = \ln 2\\ t & = \ln \left( 2 \right) - 6 = 0.69314718 - 6 = - 5.30685202\end{align*}\]

Notice the parenthesis around the 2 in the logarithm this time. They are there to make sure that we don’t make the following mistake.

\[ - 5.30685202 = \ln \left( 2 \right) - 6 \ne \ln \left( {2 - 6} \right) = \ln \left( { - 4} \right)\,\,{\mbox{can't be done}}\]

Be very careful with this mistake. It is easy to make when you aren’t paying attention to what you’re doing or are in a hurry.


d \({10^{5 - x}} = 8\) Show Solution

The equation in this part is similar to the previous part except this time we’ve got a base of 10 and so recalling the fact that,

\[\log {10^{f\left( x \right)}} = f\left( x \right)\]

it makes more sense to use common logarithms this time around.

Here is the work for this equation.

\[\begin{align*}\log {10^{5 - x}} & = \log 8\\ 5 - x & = \log 8\\ 5 - \log 8 & = x\hspace{0.25in} \Rightarrow \hspace{0.25in}x = 5 - 0.903089987 = 4.096910013\end{align*}\]

This could have been done with natural logarithms but the work would have been messier.


e \(5{{\bf{e}}^{2z + 4}} - 8 = 0\) Show Solution

With this final equation we’ve got a couple of issues. First, we’ll need to move the number over to the other side. In order to take the logarithm of both sides we need to have the exponential on one side by itself. Doing this gives,

\[5{{\bf{e}}^{2z + 4}} = 8\]

Next, we’ve got to get a coefficient of 1 on the exponential. We can only use the facts to simplify this if there isn’t a coefficient on the exponential. So, divide both sides by 5 to get,

\[{{\bf{e}}^{2z + 4}} = \frac{8}{5}\]

At this point we will take the logarithm of both sides using the natural logarithm since there is an e in the equation.

\[\begin{align*}\ln {{\bf{e}}^{2z + 4}} & = \ln \left( {\frac{8}{5}} \right)\\ 2z + 4 & = \ln \left( {\frac{8}{5}} \right)\\ 2z & = \ln \left( {\frac{8}{5}} \right) - 4\\ z & = \frac{1}{2}\left( {\ln \left( {\frac{8}{5}} \right) - 4} \right) = \frac{1}{2}\left( {0.470003629 - 4} \right) = - 1.76499819\end{align*}\]

Note that we could have used this second method on the first set of examples as well if we’d wanted to although the work would have been more complicated and prone to mistakes if we’d done that.

Algebra - Solving Exponential Equations (2024)

FAQs

What is the formula for exponential equations? ›

A basic exponential function, from its definition, is of the form f(x) = bx, where 'b' is a constant and 'x' is a variable. One of the popular exponential functions is f(x) = ex, where 'e' is "Euler's number" and e = 2.718....

How to do algebra with exponents? ›

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

What is the algebraic equation for the exponential function? ›

Fixing b=e, we can write the exponential functions as f(x)=ekx. (The applet understands the value of e, so you can type e in the box for b.) Using e for the base is so common, that ex (“e to the x”) is often referred to simply as the exponential function.

What are the five examples of exponential equations? ›

Some examples of exponential functions are:
  • f(x) = 2. x+3
  • f(x) = 2. x
  • f(x) = 3e. 2x
  • f(x) = (1/ 2)x = 2. -x
  • f(x) = 0.5. x
Mar 3, 2022

What is a simple exponential equation? ›

What is an Exponential Equation? An exponential equation can be easily recognized as an equation with a variable in the exponent position. An example of this is y = 2 x . The number that has the variable exponent is called the base. Exponential equations can have any positive integer as the base number except for one .

What is an exponential function 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.

How to find an exponential equation from two points? ›

Step 1: Identify the coordinates of two points from the graph. Step 2: Plug both sets of coordinates into the general form of an exponential equation, y = a b x , so that you have two separate equations. Step 3: Divide one equation by the other to eliminate the variable and solve for .

What are the 7 rules of exponents? ›

The important laws of exponents are given below:
  • 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
  • a 1 n = a n.

How do I solve exponential equations? ›

Step 1: Isolate the exponential expression. Step 2: Take the natural log of both sides. Step 3: Use the properties of logs to pull the x out of the exponent. Step 4: Solve for x.

What is the basic equation for exponential? ›

An exponential function is defined by the formula f(x) = ax, where the input variable x occurs as an exponent. The exponential curve depends on the exponential function and it depends on the value of the x. Where a>0 and a is not equal to 1.

What is exponential form in algebra? ›

The definition of exponential form is a way of writing a number that is multiplied by itself more than once. The basic formula is. y = b x. where y is the solution, b is called the base, and x is the exponent.

What is the solution of an exponential equation? ›

One way to solve an exponential equation is to use the property of equality. When you use the property of equality, you rewrite the equation so that the base numbers are the same. Another way to solve an exponential equation is to use logarithms. If the base of the exponential equation is e, you will use a natural log.

What is exponential form of algebraic expression? ›

What is exponential form? The exponential form of an equation is used when a single number is multiplied by itself a number of times x so that the equation y becomes the base factor b to the power of x, which is the number of times the base is used as a factor.

How to solve an equation when the exponent is a variable? ›

When the variable is on one side
  1. Take the log of both sides. ...
  2. Use the power rule to drop down the exponent. ...
  3. Divide both sides by the appropriate log to isolate the variable. ...
  4. Solve for the variable.
Jul 9, 2021

How to solve exponential growth equations? ›

How to calculate exponential growth
  1. Add the growth rate r and one. Identify the growth rate and substitute this value for the r variable in the formula and add one. ...
  2. Raise the sum of r and one to the x power. Determine the length of time the population growth occurs. ...
  3. Multiply by the initial value. ...
  4. Evaluate the results.
Jul 31, 2023

References

Top Articles
5-Ingredient Appetizers With Quick & Easy Recipes
Country Fried Steak Recipe - Self Proclaimed Foodie
Houston Isd Applitrack
Wcco Crime News
Pga Scores Cbs
Morgandavis_24
Walmart Automotive Number
How Much Is Vivica Fox Worth
Jobs Hiring Start Tomorrow
Jocko Joint Warfare Review
Wotr Dyra
Nycers Pay Schedule
Kcrubicon
Melissa N. Comics
Wausau Pilot Obituaries
Craigslist Carroll Iowa
Hillsborough County Florida Recorder Of Deeds
Super Nash Bros Tft
My Scheduler Hca Cloud
Atl To London Google Flights
Ethiopia’s PM pledges victory in video from front line
Lexington Park Craigslist
Xiom Vega X Review & Playtesting • Racket Insight
Kroger Liquor Hours
Kentucky Lottery Scratch Offs Remaining
Cocaine Bear Showtimes Near Harkins Cerritos
Frederik Zuiderveen Borgesius on LinkedIn: Amazingly quick work by Arnoud💻 Engelfriet! Can’t wait to dive in.
Craiglist Rhode Island
Crazy Rays Price List
A vintage funfair / fairground
Connection | Scoop.it
Target Minute Clinic Hours
Maurice hat ein echtes Aggressionsproblem
Gran Turismo Showtimes Near Epic Theatres Of Ocala
In Branch Chase Atm Near Me
Pillowtalk Leaked
Why Zero Raised to the Zero Power is defined to be One « Mathematical Science & Technologies
Qcp Lpsg
Oakly Rae Leaks
Best Hair Salon Dublin | Hairdressers Dublin | Boombae
5Gomovies
Plus Portal Ibn Seena Academy
Con Edison Outage Map Staten Island
Dicks: The Musical Showtimes Near Regal Galleria Mall
Premier Nails Lebanon Pa
GW2 Fractured update patch notes 26th Nov 2013
Leuke tips & bezienswaardigheden voor een dagje Wijk bij Duurstede
Papajohnxx
Papa Johns Pizza Hours
Currently Confined Coles County
FINAL FANTASY XI Online 20th Anniversary | Square Enix Blog
Job ID:24023861 - Compliance and Operational Risk Specialist - Multiple Locations
Latest Posts
Article information

Author: Arline Emard IV

Last Updated:

Views: 6413

Rating: 4.1 / 5 (72 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Arline Emard IV

Birthday: 1996-07-10

Address: 8912 Hintz Shore, West Louie, AZ 69363-0747

Phone: +13454700762376

Job: Administration Technician

Hobby: Paintball, Horseback riding, Cycling, Running, Macrame, Playing musical instruments, Soapmaking

Introduction: My name is Arline Emard IV, I am a cheerful, gorgeous, colorful, joyous, excited, super, inquisitive person who loves writing and wants to share my knowledge and understanding with you.