Facebook Pixel
Mathos AI logo

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>0b > 0 (where bโ‰ 1b \neq 1) and positive numbers xx and yy:

  1. Product Rule: The logarithm of a product is the sum of the logarithms. logโกb(xy)=logโกbx+logโกby\log_b(xy) = \log_b x + \log_b y

  2. Quotient Rule: The logarithm of a quotient is the difference of the logarithms. logโกb(xy)=logโกbxโˆ’logโกby\log_b\left(\frac{x}{y}\right) = \log_b x - \log_b y

  3. Power Rule: The logarithm of a number raised to an exponent is the exponent multiplied by the logarithm. logโกb(xn)=nlogโกbx\log_b(x^n) = n \log_b x

Change-of-Base Formula

Calculators usually only evaluate base 10 (common log) or base ee (natural log, lnโก\ln). The change-of-base formula lets you rewrite a logarithm in any base cc:

logโกbx=logโกcxlogโกcb\log_b x = \frac{\log_c x}{\log_c b}

For example, if you need to calculate logโก37\log_3 7, you can use the natural log: logโก37=lnโก7lnโก3\log_3 7 = \frac{\ln 7}{\ln 3}.

Expanding Logarithmic Expressions

To expand an expression, apply the rules to break the logarithm apart as much as possible.

Example: Expand logโก3(x2yz)\log_3\left(\frac{x^2 y}{z}\right)

  1. First, apply the Quotient Rule to separate the numerator and denominator: logโก3(x2y)โˆ’logโก3(z)\log_3(x^2 y) - \log_3(z)
  2. Next, apply the Product Rule to split the multiplied terms x2x^2 and yy: logโก3(x2)+logโก3(y)โˆ’logโก3(z)\log_3(x^2) + \log_3(y) - \log_3(z)
  3. Finally, use the Power Rule to move the exponent 22 to the front: 2logโก3(x)+logโก3(y)โˆ’logโก3(z)2\log_3(x) + \log_3(y) - \log_3(z)

Condensing Logarithmic Expressions

Condensing is the exact reverse of expanding. You want to combine multiple logarithms into a single logarithmic expression.

Example: Condense 2lnโกxโˆ’lnโกy+12lnโกz2\ln x - \ln y + \frac{1}{2}\ln z into a single logarithm

  1. First, apply the Power Rule to move the coefficients back into the logarithms as exponents: lnโก(x2)โˆ’lnโก(y)+lnโก(z1/2)\ln(x^2) - \ln(y) + \ln(z^{1/2})
  2. Notice that lnโก(x2)\ln(x^2) and lnโก(z1/2)\ln(z^{1/2}) are positive, meaning their arguments belong in the numerator, while โˆ’lnโก(y)-\ln(y) is negative, meaning yy belongs in the denominator. Apply the Product and Quotient Rules: lnโก(x2z1/2y)\ln\left(\frac{x^2 z^{1/2}}{y}\right) (Note: z1/2z^{1/2} can also be written as z\sqrt{z}, giving lnโก(x2zy)\ln\left(\frac{x^2 \sqrt{z}}{y}\right).)