Omni Calculator logo
Board

Log Rules Made Simple: Understanding the Laws of Logarithms

In this article, you will learn the rules of logarithms, also known as log rules. The operations involving logarithms can be summarized in seven rules. These rules unveil some nice properties of logarithms, such as their capacity to turn multiplication into addition and powers into products. Such properties are useful when dealing with very large or very small numbers.

Within this article, you will see information on:

  • What is a logarithm?
  • Log and exponent rules.
  • The log rules math.
  • Examples.
  • What are the seven rules of logarithms?
  • How do you use logs to find powers?
  • What is log 2 in exponential form?
  • And more.

You can master the log rules and realize the relevance of logarithms in our daily life by accessing our amazing log calculator 🇺🇸.

The logarithm is the inverse of a power, which you can think of as the power that a given base needs to be raised to get a specific number. This operation is mathematically described as:

logb(x)=yby=x\log_{\,b}(x) = y \qquad b^{\,y} = x

where bb is the base. We can see how it works by answering the following question: to what power must 2 be raised to get 8? By following the previous definition, we see that

23=8log2(8)=3\begin{split} 2^3 &= 8 \\[.4em] \log_{\,2} (8) &= 3 \end{split}

🙋 Explore a nice application of log with our db gain calculator 🇺🇸.

We can realize from the definition of the logarithm that log\log is the inverse function of an exponential. The connection between these two functions is responsible for the math behind the rules of logarithms. In order to deeply explore such a connection, let's go back to the equation x=byx = b^{\,y}, where the base is a generic exponential.

Among all the possible values we can choose for the base bb, there is a special one broadly applied in science and denoted as b=e=2.718281b = e = 2.718281. The number ee was introduced by Leonard Euler, who derived its value in 1731. You can find more details about it by accessing our e calculator 🇺🇸.

The logarithm written in this special base is called the natural logarithm and represented by ln=loge\ln = \log_{\,e}. Then, since ln\ln and ee are inverse functions, we can set the following log and exponent rules:

eln(x)=xandln(ex)=xe^{\ln(x)} = x \qquad \mathrm{and} \qquad \ln\left(e^{x}\right) = x

As we pointed out, there are seven main rules of logarithm. In this section, we will explore each one in detail.

1. The product rule

This rule states that the logarithm of the product is the sum of the logarithms of the factors. The formula behind it is given by:

logb(AB)=logbA+logbB\log_{\,b} (A \cdot B )= \log_{\,b} A + \log_{\,b} B

2. The quotient rule

In the case of a quotient, the resultant logarithm is the logarithm of the numerator minus the logarithm of the denominator. This rule can be written as:

logbAB=logbAlogbB\log_{\,b}\frac{A}{B} = \log_{\,b}A-\log_{\,b}B

3. The power rule

The logarithm of an exponential number is the exponent times the logarithm of the base. Such a rule is described by the formula:

logb(Ak)=klogbA\log_{\,b}\left(A^{k}\right) = k\cdot\log_{\,b}A

4. The zero rule

If the base bb is positive and different from 11, then the logarithm of 11 to any base is equal to zero:

logb(1)=0\log_{\,b}(1) = 0

5. The identity rule

If b0b \ge 0, then the logarithm of the base is equals to 11, or in other words:

logb(b)=1\log_{\,b}(b) = 1

6. The inverse property of the logarithm

The log of the base up to an exponent is equal to the exponent. The formula for this rule is:

logb(bk)=k\log_{\,b}\left(b^{k}\right) = k

7. The inverse property of the exponent

As we saw in the previous section, raising the base to the logarithm of a number is equivalent to that number. This rule can be written as:

blogb(k)=kb^{\log_{\,b}(k)} = k

Besides the well-known log and exponent rules, we also have the so-called change-of-base formula, which is described by the equation below:

logb(x)=logc(x)logc(b)\log_{\,b}(x) = \frac{\log_{\,c}(x)}{\log_{\,c}(b)}

Such a formula enables us to rewrite logs to a base that simplifies the problem. Moreover, it unveils that all the logarithms are proportional to each other, since:

logb(x)=klogc(x)k=1logc(b)\log_{\,b} (x) = k\,\log_{\,c} (x) \qquad k = \frac{1}{\log_{\,c}(b)}

We know that it was a lot of theory. So let's put the log rules into practice.

Let's apply the log rules math with some examples.

  1. Simplify log2(84)\log_{\,2} (8 \cdot 4):

    We can easily make this calculation by applying the product rule:

log2(84)=log28+log24=3+2=5\begin{split} \log_{\,2} (8 \cdot 4)& = \log_{\,2} 8 + \log_{\,2} 4 \\[1em] & = 3+2 \\[1em] & =5 \end{split}
  1. Simplify log5(1251/3)\log_{\,5} (125^{1/3}):

    The final answer can be found by using the power rule:

log5(1251/3)=13log5(125)=13log5(53)=133=1\begin{split} \log_{\,5} (125^{1/3})& = \frac{1}{3}\cdot\log_{\,5} (125) \\[1em] & = \frac{1}{3}\cdot \log_{\,5} (5^{3})\\[1em] & =\frac{1}{3}\cdot 3 \\[1em] & = 1 \end{split}

The seven logarithm rules can be summarized as:

  • Product rule;
  • Quotient rule;
  • Power rule;
  • Zero rule;
  • Identity rule;
  • Inverse property of the logarithm; and
  • Inverse property of the exponent.

These rules define the algebra behind log and exponents.

You can use a log to find powers by following the steps below:

  1. Take the equation bx = y.

  2. Take the logarithm of both sides:

    logb(bx ) = logb(y)

  3. Apply the power rule:

    x logb(b) = logb(y)

  4. Solve the last equation for x:

    x = logb(y)/ logb(b)

By considering that:

log 2 = log10 2

which is known as the common logarithm of 2, then, the exponential form of this log is:

100.3010 = 2

Thus, the exponential form will depend on the base of your logarithm.

This article was written by João Rafael Lucio dos Santos and reviewed by Steven Wooding.