Click here to go back to content Page

LOGARITHMS

The logarithm of  a number z to a base b is the power to which b must be raised to give the number z

Specifically, the logarithms of a number to a base 2 is the power to which 2 must be raised to give the number

In general, then if z = bn  the logarithm of Z to base b is

                                    n = logbz

z = number, b = base, n = logarithm of z to base b

Note:  Logarithm to the base e written in x or logex are called natural or Naperian logarithm.

Logarithms to the base 10 written log x or log10x are called common logarithms.

 

Basic Rules of logarithms

1.         LogaM + logaN = loga(m×n)    (multiplication)

2.         LogaMlogaN =   (division)

3.         LogaMn = nlogaM       (Raising to power)

4.         Loga1 = 0 (Logarithms of unity)

5.         Logaa = 1  (Logarithms of the base)

6.         LogbN =  (To change a logarithm   base)

In particular

7.         log ba =

8.        

9.        

10.       log am = logaN   if and only M =N           

            11.     If ax = z then loga z  = x  

 Example

Simplify

     1.   log 3 81

      2.   log3

      3.   log 12525

 

 Solution

    1.     Let  log381 = a

                3a  =81

                3a= 34

                a = 4

              log381 = 4

    2.     Let   log3  = b

               3b =

                 3b =

                 3b = 3-2

                  b = −2

        

3          Let log 12525 = c

               125c = 25

                 53 c  = 52

                  3c   = 2

                    c  =    

Example

     Evaluate  without using tables

1.  3log2  + log20 – log

2.  2log63 + log 612+ log68 -  log624

 

    Solution

1. Since the  base is not specified , you may assume

    base 10 all through

    3 log2 + log 20 – log             

     = log 23 + log20 - log

     = log 8+ log20 – log    

       = log   = log

     =log10100 =2

      

2. 2log63 + log612+ log68 – log624

   = log32 + log 612 + log68 –log624

  = log69 + log612 + log68 –log624

  = log6  =  log636

   = 2 log66 =   2

 

 Example

Solve for x in the following  equation

1. log4  - log4  = 2

      2. log7  + log7  =  log7

      3. log3 x+  3 logx3  =  4

4. logx3  + logx27 = 2

 

Solution

1.        log4  - log4  =2

                          

                              = 42 =16

                              x– 3 = 16

                              x–3 = 16x + 48

                                     16xx = –3 – 48

                              15x = – 51

                             x =  =   

 

2.  log73x + log7  = log7

                 log73x  =log7

                      3x  =  16 –10

                     6x2 – 3x = 16x –10

                     6x2 –19x + 10 = 0

                 = 0

                      x =  or x =   

 

3.         log3x + 3logx3 = 4

            Note logx3 =  (Using Rule 7)

            log3x + 3

            log3x +  = 4

            Let log3x = a

            a +  = 4

            a2 – 4a + 3 = 0

            (a 1) (a3) = 0

            a = 1 or a = 3

            when a = 1

             log3x = 1

x = 31 = 3

            or when a = 3

             log3x = 3

            x = 33 = 27

            x = 3 or x = 27

 

 

4.         logx3 + logx27 = 2

                        logx 3×27 = 2

logx 81 = 2

             x2 = 81

                         x2 = 92

              x = 9

Example

Solve the equation                                                                                                                               

1.                                                      log10 (a2 + 6a + 28) = 2

2.                                                      log3 (a2 – a – 2) = 2log (a+1)

Solution

1.                  log10 (a2+6a+28) = 2

            a2 + 6a + 28 = 102

            a2 + 6a + 28 = 100

            a2+6a – 72 = 0

           (a 6)(a+12) = 0

            a = 6 or a = 12

2.         log3(a2a 2) = 2log3 (a+1)

            log3 (a2a2) = log3 (a+1)2  

  Since the logarithm base is the same

            a2a – 2 = (a+1)2

            a2a – 2 = a2 + 2a +1

                 a – 2a = 3

                       3a = 3

                           a = 1

 

Example    Solve for x

            log2(x2– 4x–16) – log2 (x2 – 3x +4) = –1

Solution

            log2(x2 – 4x – 16) – log2 (x2-3x+4) = –1

            log2

                 

            2(x2–4x–16) = x2–3x+4

            2x2 – 8x – 32 = x2 – 3x + 4

            x2 – 5x – 36 = 0

            (x – 9) (x+4) = 0

            x = 9 or x = -4

Example

1.         Solve   log (x–1) + 2 logy = 2log3

                             logx + log y = log 6

            and find the value of (x+y)½

2.         Solve the equation

    (i)     2(log2a – 1 ) = –log2b

                               b = a – 1

 

   (ii)                  ab = 10

            2(log10 a-1) = –log10b

Solution

1.         log (x–1) + 2log y = 2log 3

                        log x + log y = log 6

            log (x –1) + 2log y = 2log3

            log (x-1) +log y2  = log32

                               log y2 (x-1) = log 9

                                    y2(x-1) =  9 - - - - (1)

 

                         log x + log y = log 6

                 log xy = log 6

                                    xy = 6       -  - - - (2)

                             i.e  x =

            from (2) x =  and substituting  it into (1)

                        y2  = 9

                        y2  = 9

                        y (6 – y) = 9

                        6y – y2 = 9

                        y2 – 6y + 9 = 0

                        (y –3)2 = 0

                          y = 3 twice

            Substituting y = 3 into x =  gives x = 2

                        x = 2 twice , y = 3 twice

            The value of (x + y)½ = 5½

                        (x + y)½ =       

 

2i.        2(log2a – 1) = –log2b

                        2log2a2 = – log2b

                        log2 a2 +2 = log2b

                        log2 a2 +log2b = 2

                        log2a2 + log2b = 2

                        log2 a2 b = 2

                        a2b = 4

            Substitutes b = a – 1 into a2b = 4

                        a2(a 1) = 4

                        a3a24 = 0

                        (a+1)(a-2)(a2) = 0

                        a = 1 or a = 2 twice

                        when a = 1, b = –1 – 1 = –2

                        when a = 2 twice  b = 2–1 = 1 twice

                     (a,b) = (1, 2) or (a, b) = (2,1) twice

 

ii.          ab = 10, 2(log10a –1) =– log10b

                Solution

                        ab = 10  - - - - - - - - - - - - (i)

                        2(log10a 1) = –log10b - - - - - (ii)

                        2 log10a 2 = –log10b

                        2 log10a + log10 b = 2

             log10 a2 + log10b = 2

             log10 a2b = 2

             a2b = 102

             a2b = 100 - - - - - - (iii)

from (i) a = , substituted into (iii)

             b = 100

            . b = 100

             = 100

               b = 1

when b = 1 then a =  = 10

            a = 10, b = 1

Example

Given that logx a + logx b = g and logxa logxb = h Prove that a = x½(g+h) and find the similar expression for b

Solution

logxa + logxb = g

    logxab = g

         ab = xg     

            b =  - - - - - - - - - - (i)

Also logxa logxb = h

            logx  = h

                  = xh

                   b =  - - - - - - - - (ii)

Equating (i) and (ii)

                        b =

                        a2 = xg . xh = xg+h

                        a. = ½ (g+h)

Also from b

            a =   - - - -  - - - - - - - (iii)

From b =

            a = bxh - - - - - - - - - - - - - (iv)

Equating (iii) and (iv)

                        a = bxh

                            b2

                           b2 = xg-h

                           b = x½ (g-h)

Example

If 2logba + 2logab = 5, show that logb a is either ½ or 2.  Hence find all pairs of values of a and b which satisfies simultaneously the equation above and the equation ab = 27   

 

Solution

1.         2 logba + 2 logab = 5

            From rules of logarithms logab =

                        2 logba +  = 5

                        Let x = logb a

                        2x +  = 5

                        2x2 – 5x + 2 = 0

                        (2x1) (x2) = 0

                        x = ½ or x = 2

                         logba = ½ or 2

 

(ii)        2 logba + 2logab = 5 - - - - - -  - (i)

                                  ab = 27 -  -- -- - - (ii)

            Already obtained logb a = ½ or 2

                         logba = ½ - - - - - - - -(a)

                             ab = 27 - - --- - - - - - (b)

            From (b) a = , substituted into (a)

                        logb  = ½

                         = b½

                        27 = b½ . b = b½+1       

                        b =

                        b= 9    

                If b = 9, then a =  = 3

            So (a,b) = (3,9)

Also   logba = 2 –  - - - - - - - - - (c)

            ab = 27 - - - - - - - - - - - (d)

from (d) a =  substituted in (c)

                        logb  = 2

                         = b2

                        27 = b3

                          b = 3

If b = 3 then a =  = 9

            (a,b) = (9,3)

(a,b) = (3,9) or (a,b) = (9,3)

 

Example

1.         Show that

Solution

logab =  or logba =  (Using Rule 7)

            (Change the base to xyz)

 logxyzx + logxyzy + logxyzz = logxyzxyz

                        logxyzxyz = 1

Example

If a2+b2 = 7ab, show that

log (a+b) = log 3 +

Solution

a2 + b2 = 7ab

(a+b)2 – 2ab = 7ab

(a+b)2 = 9ab

Take log of both sides

               log (a+b)2 = log 9ab

              2 log (a+b) = log 9ab

              2 log (a+b) = log 9 + log a + log b

            2 log (a+b) = log 32 + log a + log b

            2 log (a+b) = 2 log 3 + log a + log b

               log (a+b) =     

             log (a+b) = log 3 +

Example

   If a2 + b2 = 47ab show that

    log a + log b = 2 log

Solution

            a2 +b2 = 47ab

            (a+b)2 – 2ab = 47ab

            (a+b)2 = 49ab

            (a+b)2 = 72 ab

             =ab

Take logarithms of both sides

     log  = log ab

              2log  = log a + log b

 log a + log b = 2 log

Example

             If log2x x = a, log3x 2x = b and log4x 3x = c

             Show that abc +1 = 2bc

Solution

            abc = log2x x. log3x2x. log4x3x

                  changing the base

            abc =

            abc =

            abc+1 = log4xx+1

                        = log4x x +log4x4x

                        = log4x4x2 - - - - - - (1)

            2bc = 2log3x2x.log4x3x

            = 2  

            =

            = log4x(2x)2 = log4x4x2

            2bc = log4x4x2 - - - - (2)

                abc +1 = 2bc = log4x4x2

Example

Prove the definition of logarithms that if m, n, x are positive numbers then

                        logmnx =

                        Let y = logmnx - - - - - (1)

                        w = lognx - - - - - - - - (2)

                        z = lognm - - - - - - - - (3)

Using the Rule (11)

            x = (mn)y = myny - - - - - - - (a) from (1)

            x = nw                                   (b) from (2)

            m = nz                                  (c) from (3)

Equating (a) and (b)

            myny = nw----------------------(d)

Substitute m = nz into (c)

            (nz)y ny = nw

            (nzy) ny = nw

            nzy+y = nw

Equating the powers since the base are equal

            zy+y = w

            y(z+1) = w

 

Example

Solve the equation 2x.31−x = 6

Solution

Take log of both side

              log 2x.31−x = log 6

            log2x +log31-x  = log 6

            x log 2 + (1−x) log 3 = log 6

x log2 + log3 – x log 3 = log 6

            x log 2 – x log3 = log 6 – log 3

            x (log 2 – log 3) = log                       

            x (log 2 – log 3) = log 2

            x =

            x =

            x =

 

Example

            Solve the equation 52x – 5x+1 + 4 = 0

Solution

            52x – 5x+1+4 = 0

            (5x)2 – 5x.51+4 = 0

            Let b = 5x

            b2b×5+4 = 0

            b2 – 5b + 4 = 0

            (b−4) (b−1) = 0

               b = 4 or b = 1

when b = 4

            5x = 4

Taking the log of both sides

            log 5x = log 4

            x log5 = log4

            x =

x = 0.8613

when b = 1

            5x = 1

            5x = 50

            x = 0

            x = 0 or x = 0.8613

 

Example

Solve the Simultaneous equations  2x+y= 6,

3x−y  = 4

 

Solution

From the firs equation , take the logarithm of both sides

            log2x+ y =log 6

            (x+y)log2=log6
            x + y =
  

            x+ y =

            x+ y = 2. 5854………{1}

         for the second equation, take the logarithm

         of both sides

log 3x−y  = log 4

 (x – y)log 3 = log 4

              x–y =

             xy =

             xy =1.2612……{2}

Adding equation {1} and {2} together

            2x = 3.8460

            x = 1.9233

Substituting  x = 1.9233 into equation(1)

                     y = 0.6621

         x = 1.9233  and  y = 0.6621

 

Example: Show without using tables

1.      2 log106 + 3log102 =log10288

2.      log1019  =   { 2 log106 + 1}10

            Hence deduce from these result

           = .

Solution

i           L. H.S = 2 log106 + 3 log 102

             = log106 + log1023

             =   log1036 +log 28

             = log1036x8

             = log10288 = R.H.S

ii           2log1019=log10192
                       = log10361   

                        log10360

                        log1036x10

                        log1036+ log1010

                        log1062 +1

       2log1019  2 log106 +1

        log1019

iii.         2 log10 17 = log10 172

                             = log10 289

                              log10 288

            2 log1017  2 log106 + 3log102

               log1017  ½ (2 log106 + 3log102)

log1019- log1017  [2 log106 + 1] –

                                       ½[2log106 + 3 log102]

 ½ [2 log106+1 – 2 log106 – 3 log102]

log10   ½ [1 – 3log102]

    ½ [1-log108]           

log10  ½ [log1010 – log108]

               ½ [log10  ]  ½

            log10  = log10

                     log10  = log10         

                       

                         

Example

Show that  loga (a+b)2 = 2+loga  

Solution

            Loga (a+b)2 = loga (a2+2ab+b2)

            Factorize a2 from a2+2ab+b2

            loga (a+b)2 = loga a2

                                   

Example

Without using tables or calculator, evaluate

Solution

           

            = 

 

=

=

           

 

Example

Without tables or calculator, evaluate

                          

Solution

           

           

Example

a.      If x log10x = log2x, Find the value of x

b.      Find N if log5 N + log25 N = 6

Solution

                       

                              

           

 

 

Click here to go back to the content page