Log Rules:
1) logb(mn) = logb(m) + logb(n)
2) logb(m/n) = logb(m) – logb(n)
3) logb(mn) = n · logb(m)
In less formal terms, the log rules might be expressed as:
1) Multiplication inside the log can be turned into addition outside the log, and vice versa.
2) Division inside the log can be turned into subtraction outside the log, and vice versa.
3) An exponent on everything inside a log can be moved out front as a multiplier, and vice versa.
Warning: Just as when you're dealing with exponents, the above rules work only if the bases are the same. For instance, the expression "logd(m) + logb(n)" cannot be simplified, because the bases (the "d" and the "b") are not the same, just as x2 × y3 cannot be simplified (because the bases x and y are not the same).
Expanding logarithms
Log rules can be used to simplify expressions, to "expand" expressions, or to solve for values.
- Expand log3(2x).
When they say to "expand", they mean that they've given you one log expression with lots of stuff inside it, and they want you to use the log rules to take the log apart into lots of separate logs, each with only one thing inside. That is, they've given you one log with a complicated argument, and they want you to convert this to many logs, each with a simple argument.
I have a "2x" inside the log. Since "2x" is multiplication, I can take this expression apart and turn it into an addition outside the log:
log3(2x) = log3(2) + log3(x)
The answer they are looking for is:
log3(2) + log3(x)
Do not try to evaluate "log3(2)" in your calculator. While you would be correct in saying that "log3(2)" is just a number, they're actually looking here for the "exact" form of the log, as shown above, and not a decimal approximation from your calculator.
- Expand log4( 16/x ).
I have division inside the log, which can be split apart as subtraction outside the log, so:
log4( 16/x ) = log4(16) – log4(x)
The first term on the right-hand side of the above equation can be simplified to an exact value, by applying the basic definition of what a logarithm is:
log4(16) = 2
Then the original expression expands fully as:
log4( 16/x ) = 2 – log4(x)
Always remember to take the time to check to see if any of the terms in your expansion (such as thelog4(16) above) can be simplified.
- Expand log5(x3). Copyright © Elizabeth Stapel 2002-2011 All Rights Reserved'
- The exponent inside the log can be taken out front as a multiplier:
- log5(x3) = 3 · log5(x) = 3log5(x)
- Expand the following:
- The 5 is divided into the 8x4, so split the numerator and denominator by using subtraction:
Don't take the exponent out front yet; it is only on the x, not the 8, and you can only take the exponent out front if it is "on" everything inside the log. The 8 is multiplied onto the x4, so split the factors by using addition:
- log2(8x4) – log2(5) = log2(8) + log2(x4) – log2(5)
- log2(8) + log2(x4) – log2(5)
= log2(8) + 4log2(x) – log2(5)
- log2(8) + 4log2(x) – log2(5)
= 3 + 4log2(x) – log2(5)
- 3 + 4log2(x) – log2(5)
- Simplify log2(x) + log2(y).
- Simplify log3(4) – log3(5).
- Simplify 2log3(x). Copyright © Elizabeth Stapel 2002-2011 All Rights Reserved
- Simplify 3log2(x) – 4log2(x + 3) + log2(y).
- Evaluate log3(6).
- Convert log3(6) to base 5.
- Convert ln(4) to an expression written in terms of the common log.
- Use your graphing utility to graph y = log2(x).
- since 2–1 = 1/2, then log2(1/2) = –1
- since 20 = 1, then log2(1) = 0
- since 21 = 2, then log2(2) = 1
- since 22 = 4, then log2(4) = 2
- since 23 = 8, then log2(8) = 3
- since 24 = 16, then log2(16) = 4
- Use the log rules, and don't try to do too much in one step:
- Then the final answer is: C
opyright © Elizabeth Stapel 2002-2011 All Rights Reserved
log3(4) + 2log3(x – 5) – 4log3(x) – 3log3(x – 1)
- Since these logs have the same base, the addition outside can be turned into multiplication inside:
- log2(x) + log2(y) = log2(xy)
- Since these logs have the same base, the subtraction outside can be turned into division inside:
- log3(4) – log3(5) = log3(4/5)
- The multiplier out front can be taken inside as an exponent:
- 2log3(x) = log3(x2)
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:
- The argument is 6 and the base is 3. I'll plug them into change-of-base, using the natural log as my new log:
Then the answer, rounded to three decimal places, is:
- log3(6) = 1.631
You would get the same answer if you used the common log, though the numerator and denominator of the intermediate fraction would be different from what I did above:
As you can see, it doesn't matter which standard-base log you use, as long as you use the same base for the numerator and denominator. Copyright © Elizabeth Stapel 2002-2011 All Rights Reserved
While I showed the numerator and denominator values in the above calculations, it is actually best to do the calculations entirely within your calculator. You don't need to bother writing out the intermediate step. To minimize on round-off errors, try to do all the steps for the division and evaluation in your calculator, all in one go. In the above computation, rather than writing down the first eight or so decimal places in the values of ln(6) and ln(3) and then dividing, you would just do "ln(6) ÷ ln(3)" in your calculator.
You may also get some simple (but useless) exercises on this topic, such as:
- I can't think of any particular reason why a base-5 log might be useful, so I think the only point of these problems is to give you practice using change-of-base:
- Again, why would you do this (in "real life"), since you can already evaluate the natural log in your calculator? You wouldn't; this exercise is just for practice:
Since getting an actual decimal value is not the point in exercises of this sort (the converting using change-of-base is the point), just leave the answer as a logarithmic fraction.
On the other hand, using change-of-base is handy for finding plot-points when graphing non-standard logs, especially when you are supposed to be using a graphing calculator.
- If you were working by hand, you would use the definition of logs to note that:
No comments:
Post a Comment