Properties of Logarithms
Properties of Logarithms
Logarithms have specific properties that allow us to simplify complex equations. These rules—specifically the product, quotient, and power rules—let you take a single complicated logarithm and expand it into several simpler ones, or take several logarithms and condense them into one.
The Core Rules of Logarithms
For any base b>0 (where b=1) and positive numbers x and y:
-
Product Rule: The logarithm of a product is the sum of the logarithms. logb(xy)=logbx+logby
-
Quotient Rule: The logarithm of a quotient is the difference of the logarithms. logb(yx)=logbx−logby
-
Power Rule: The logarithm of a number raised to an exponent is the exponent multiplied by the logarithm. logb(xn)=nlogbx
Change-of-Base Formula
Calculators usually only evaluate base 10 (common log) or base e (natural log, ln). The change-of-base formula lets you rewrite a logarithm in any base c:
logbx=logcblogcx
For example, if you need to calculate log37, you can use the natural log: log37=ln3ln7.
Expanding Logarithmic Expressions
To expand an expression, apply the rules to break the logarithm apart as much as possible.
Example: Expand log3(zx2y)
- First, apply the Quotient Rule to separate the numerator and denominator: log3(x2y)−log3(z)
- Next, apply the Product Rule to split the multiplied terms x2 and y: log3(x2)+log3(y)−log3(z)
- Finally, use the Power Rule to move the exponent 2 to the front: 2log3(x)+log3(y)−log3(z)
Condensing Logarithmic Expressions
Condensing is the exact reverse of expanding. You want to combine multiple logarithms into a single logarithmic expression.
Example: Condense 2lnx−lny+21lnz into a single logarithm
- First, apply the Power Rule to move the coefficients back into the logarithms as exponents: ln(x2)−ln(y)+ln(z1/2)
- Notice that ln(x2) and ln(z1/2) are positive, meaning their arguments belong in the numerator, while −ln(y) is negative, meaning y belongs in the denominator. Apply the Product and Quotient Rules: ln(yx2z1/2) (Note: z1/2 can also be written as z, giving ln(yx2z).)