2 Solving equations involving logarithms and exponentials

To solve equations which involve logarithms or exponentials we need to be aware of the basic laws which govern both of these mathematical concepts. We illustrate by considering some examples.

Example 6

Solve for the variable x :

  1. 3 = 1 0 x ,
  2. 1 0 x 4 = log 3 ,
  3. 1 17 e x = 4
Solution
  1. Here we take logs (to base 10 because of the term 1 0 x ) of both sides to get

    log 3 = log 1 0 x = x log 10 = x

    where we have used the general property that log a A k = k log a A and the specific property that log 10 = 1 . Hence x = log 3 or, in numerical form, x = 0.47712 to 5 d.p.

  2. The approach used in (1) is used here. Take logs of both sides: log ( 1 0 x 4 ) = log ( log 3 )

    that is x 4 log 10 = log ( log 3 ) = log ( 0.4771212 ) = 0.3213712

    So, since log 10 = 1 , we have x = 4 ( 0.3213712 ) = 1.28549 to 5 d.p.

  3. Here we simplify the expression before taking logs.

    1 17 e x = 4 implies 1 = 4 ( 17 e x )

    or 4 e x = 4 ( 17 ) 1 = 67 so e x = 16.75 . Now taking natural logs of both sides (because of the presence of the e x term) we have:

    ln ( e x ) = ln ( 16.75 ) = 2.8183983

    But ln ( e x ) = x ln e = x and so the solution to 1 17 e x = 4 is x = 2.81840 to 5 d.p.

Task!

Solve the equation ( e x ) 2 = 50

First solve for e x by taking square roots of both sides:

( e x ) 2 = 50 implies e x = 50 = 7.071068 . Here we have taken the positive value for the square root since we know that exponential functions are always positive .

Now take logarithms to an appropriate base to find x :

e x = 7.071068 implies x = ln ( 7.071068 ) = 1.95601 to 5 d.p.

Task!

Solve the equation  e 2 x = 17 e x

First simplify the expression as much as possible (divide both sides by e x ):

e 2 x e x = 17 implies e 2 x x = 17  so  e x = 17

Now complete the solution for x :

x = ln ( 17 ) = 2.8332133

Example 7

Find x if 1 0 x 5 + 6 ( 1 0 x ) = 0

Solution

We first simplify this expression by multiplying through by 1 0 x (to eliminate the term 1 0 x ):

1 0 x ( 1 0 x ) 1 0 x ( 5 ) + 1 0 x ( 6 ( 1 0 x ) ) = 0

or

( 1 0 x ) 2 5 ( 1 0 x ) + 6 = 0 since 1 0 x ( 1 0 x ) = 1 0 0 = 1

We realise that this expression is a quadratic equation . Let us put y = 1 0 x to give

y 2 5 y + 6 = 0

Now, we can factorise to give

( y 3 ) ( y 2 ) = 0 so that y = 3 or y = 2

For each of these values of y we obtain a separate value for x since y = 1 0 x .

Case 1 If y = 3 then 3 = 1 0 x implying x = log 3 = 0.4771212

Case 2 If y = 2 then 2 = 1 0 x implying x = log 2 = 0.3010300

We conclude that the equation 1 0 x 5 + 6 ( 1 0 x ) = 0 has two possible solutions for x : either x = 0.4771212 or x = 0.3010300 , to 7 d.p.

Task!

Solve 2 e 2 x 7 e x + 3 = 0 .

First write this equation as a quadratic in the variable y = e x remembering that e 2 x ( e x ) 2 :

2 y 2 7 y + 3 = 0

Now solve the quadratic for y :

( 2 y 1 ) ( y 3 ) = 0 therefore y = 1 2 or y = 3

Finally, for each of your values of y , find x :

x = 0.693147 or x = 1.0986123

Task!

The temperature T , in degrees C, of a chemical reaction is given by the formula

T = 80 e 0.03 t × t 0 ,  where t is the time, in seconds.

Calculate the time taken for the temperature to reach 15 0 C .

150 = 80 e 0.03 t 1.875 = e 0.03 t ln ( 1.875 ) = 0.03 t t = ln ( 1.875 ) 0.03

This gives t = 20.95 to 2 d.p.

So the time is 21 seconds.