Wednesday, September 29, 2010

Lesson # 14: Logarithm Equations & Identities

Today's lesson had two methods for solving equations, log= # and log=log

Method 1: Log = #                                                                                                                                             
Example:
log(2)x = 3                  1) Put into (b)^E = A form
2^3 = x
x = 8 

Example:
log(5)(x-3)+ log(5)x = log(5)10
log(5)x(x-3) = log(5)10               1) Put into B^e = A form
         x(x-3) = 10
       x^2- 3x = 10          2) Multiply both sides by x
  x^2-3x-10 = 0
   (x-5)(x+2) = 0        3) Simplify
           x = 5, -2     *-2 rejects*
           x = 5

*Note: negative answers are tricky, they must become positive in original equation or are rejected.*
       

Method 2: log = log                                                                                                                       

log5(x-3) + log5x = log5 10     1) Create only one log
log5(x-3)x = log5 10          2) Drop logs
(x-3)x = 10
x^2 - 3x = 10
x^2 -3x -10 = 0
(x-5)(x+2)
x= 5, -2            *-2 rejects*
x=5


Identities:

Equation        vs.         Identity
2x+3 = 5                    x + x = 2x
x=1                            x = all real numbers
x= specific #                rejects allowed

Prove the identity and state the value(s) of x for which it is true: (make both sides equal)
  
logx + log(x +3) = log(x^2 +3x)
  LEFT SIDE        RIGHT SIDE

Left side:  logx(x+3)
               logx^2 + 3x = Right side
*x must be great the 0     x>0*

Lesson # 13: Exponential Equations

In this lesson there are 2 different methods to find x: Common Bases method, or the Log method

Method 1- Common Bases:

3^2x = 27^3x-1              1) Find Common Base
3^2x = (3^3)^ 3x-1
3^2x = 3^9x-3                2) Drop the Base
2x = 9x-3
3 = 7x                           3) Solve
3/7 = x

Check:
3^3/7 = 27^3(3/7) -1
2.55 = 2.55  
correct!

Method 2- Logs:

3^2x = 27^3x-1                                  1) Log both sides
log3^2x = log27^3x-1
2xlog3 = (3x-1)log27                          2) Factor out brackets
2xlog3= 3xlog27 - log27
2xlog3- 3xlog27= -log27                     3) Factor Out x
x ( 2log3 - 3log27)  =      -log27          4) Solve for x
    (2log3- 3log27)     (2log3- 3log27)
x= 0.42857
x= 3/7

*Note: when using calculator, remember to use brackets or the answer may be wrong*