Solving Exponential Equations

Exponential equations: exponential equations are equations of the form y = ex

Where x is the independent variable and y is the dependent variable. In many cases, y could also be a constant. e is a constant value of 2.71823 and could actually be any constant value.

The graph of y = ex is given in figure 1 below.
[graph id=”24″]

Using: logarithm

One way of solving this type of equation requires the use of logarithm. You can see the logarithm rules below.

  • loga a = 1
  • loga 1 = 0
  • loga(1/a) = -1
  • logam + logan = loga mn
  • logam – logan = loga(m/n)
  • logaxn = nlogax
  • loga(1/y) = -loga y

The base of the logarithm will depend on the value of the number involved. For example, if we have 2x, then we will introduce log2, ;

[IMAGE]

…If we have 7x then we will introduce log7

[IMAGE]

…and if we have ex, then we will introduce,.. yeah you got it, loge.

Using: Natural logs

The other way of solving exponential equations is by using natural logs i.e; lnx. Ideally, we could introduce a log to any base to solve the question as long as we are consistent. The logic behind introducing a log with similar base as the number involved is so as to make it easier to take logs since the log of a number same as its base is 1.

For example, and so on.

Alternatively, the other way to solve is to simply take natural logs of both sides. The following examples will highlight both techniques.

Natural logs on both sides

Example: Solve the equation ex = 20

Answer:

ln(ex) = ln20
x = 2.9957323

Explanation:Take the ln of both sides;

ln(ex) = ln20

The right hand side can be found using a scientific calculator and the answer is approximately 2.9957323.

ln 20 = 2.9957323

For the left hand side, earlier, we have shown that the ln(ex) = x. therefore, the above becomes

x = 2.9957323

You can confirm this answer by using your calculator to find e2.9957323 to get 20

e2.9957323 = 20

Now, what if we had a constant instead of e ? Well the process is similar and you will find that this is easy because the exponential e is actually a constant whose value is 2.71823. Therefore, to solve a problem with a constant instead of e, we follow the same step as above. Let’s explain with an example.

Example: Find the value of x when 5x = 80

Answer:

ln(5x) = ln 80
ln(5x) = xln5
xln5 = 4.382
1.609x = 4.382
x = 4.382/1.609
x = 2.723

Explanation:As before, take the natural log of both sides

ln(5x) = ln 80

Natural log of 80 is 4.382

Now that the right hand side is solved, how do we solve the left hand side?

We introduce the log rule which states ln(aB) = Blna.

Therefore, the left hand side becomes

ln(5x) = xln5

Therefore the next step becomes

xln5 = 4.382

Now we can find ln 5 using a calculator to give 1.609

1.609x = 4.382

We can now solve for x

x = 4.382/1.609
x = 2.723

The introduction of the log law also applies for Example 1. Try it.

ex = 20
ln(ex) = ln20
xlne = 2.9957323

Remember we already said that the value of e is ….. yup, you got it! 2.71823. Go on and check from your calculator that the ln of 2.71823 is approximately 1! Therefore, the above becomes

x = 2.9957323

As before!

We will solve one more question to round this up

Harder expressions

Example: Given 10(x+5) – 8 = 60. Solve by finding the value of x

Answer:

10(x+5) = 60 + 8
10(x+5) = 68
Log10(10(x+5)) = log1068
(x+5) Log1010 = 1.83 (to 2 d.p)
(x+5) × 1 = 1.83
Or x+5 = 1.83
x = 1.83 – 5
x = -3.167 to 3 d.p

Explanation:The first step will be to collect similar terms. There are two constant values (60 and 8) and an exponential value. Collect the constant values on one side and leave the exponential on the other side

10(x+5) = 60 + 8
10(x+5) = 68

In this example, instead of taking the natural log, ln we will take log to base 10 of both sides (be consistent)

Log10(10(x+5)) = log1068
(x+5) Log1010 = 1.83 (to 2 d.p)

Now Log1010 = 1, therefore,

(x+5) × 1 = 1.83
Or x+5 = 1.83
x = 1.83 – 5
x = -3.167 to 3 d.p

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *