Tuesday, November 8, 2011

Logarithmic Theorems 2

The logs rules work "backwards", so you can simplify ("compress"?) log expressions. When they tell you to "simplify" a log expression, this usually means they will have given you lots of log terms, each containing a simple argument, and they want you to combine everything into one log with a complicated argument. "Simplifying" in this context usually means the opposite of "expanding".

  • Simplify log2(x) + log2(y).

    Since these logs have the same base, the addition outside can be turned into multiplication inside:

      log2(x) + log2(y) = log2(xy)

    The answer is log2(xy).

  • Simplify log3(4) log3(5).

    Since these logs have the same base, the subtraction outside can be turned into division inside:

      log3(4) log3(5) = log3(4/5)

    The answer is log3(4/5).

  • Simplify 2log3(x). Copyright © Elizabeth Stapel 2002-2011 All Rights Reserved

    The multiplier out front can be taken inside as an exponent:

      2log3(x) = log3(x2)

  • Simplify 3log2(x) – 4log2(x + 3) + log2(y).

    I will get rid of the multipliers by moving them inside as powers:

      3log2(x) – 4log2(x + 3) + log2(y)
      = log2(x3) – log2((x + 3)4) + log2(y)

    Then I'll put the added terms together, and convert the addition to multiplication:

      log2(x3) – log2((x + 3)4) + log2(y)
      = log2(x3) + log2(y)log2((x + 3)4)
      = log2(x3y) – log2((x + 3)4)

    Then I'll account for the subtracted term by combining it inside with division:

      log_2(x^3y) – log_2((x + 3)^4) = log_2[ x^3y / (x + 3)^4 ]

Remember
1) Rearrange Terms - moving all negative to the end
2) Exponent Law - Coefficients become exponents (move to the top).
3) Multiplication Law - Addition become multiplication
4) Division Law - Subtraction becomes division
5) Fractional exponents become roots

An exponential equation is an equation that contains a variable in the exponent. We solved problems of this type in a previous chapter by putting the problem into the same base. Unfortunately, it is not always possible to do this. Take for example, the equation 2x = 17. We cannot put this equation in the same base. So, how do we solve the problem? We use the change of base formula!! We can change any base to a different base any time we want. The most used bases are obviously base 10 and base e because they are the only bases that appear on your calculator!!

Change of base formula
Logb x = Loga x/Loga b

Pick a new base and the formula says it is equal to the log of the number in the new base divided by the log of the old base in the new base.

No comments:

Post a Comment