Skip to main content
Mathematics LibreTexts

5.4: Logarithms and Logarithmic Functions

  • Page ID
    38598
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Learning Objectives

    In this section you will learn

    1. the definition of logarithmic function as the inverse of the exponential function
    2. to write equivalent logarithmic and exponential expressions
    3. the definition of common log and natural log
    4. properties of logs
    5. to evaluate logs using the change of base formula

    The Logarithm

    Suppose that a population of 50 flies is expected to double every week, leading to a function of the form \(f(x) = 50(2)^x\), where \(x\) represents the number of weeks that have passed. When will this population reach 500?

    Trying to solve this problem leads to

    \[500 = 50(2)^x\nonumber \]

    Dividing both sides by 50 to isolate the exponential leads to

    \[10 = 2^x . \nonumber \]

    While we have set up exponential models and used them to make predictions, you may have noticed that solving exponential equations has not yet been mentioned. The reason is simple: none of the algebraic tools discussed so far are sufficient to solve exponential equations. Consider the equation 2x = 10 above. We know that 23 = 8 and 24 = 16, so it is clear that x must be some value between 3 and 4 since g(x) = 2x is increasing. We could use technology to create a table of values or graph to better estimate the solution, but we would like to find an algebraic way to solve the equation.

    We need an inverse operation to exponentiation in order to solve for the variable if the variable is in the exponent. As we learned in algebra class (prerequisite to this finite math course), the inverse function for an exponential function is a logarithmic function.

    We also learned that an exponential function has an inverse function, because each output (y) value corresponds to only one input (x) value. The name given this property was “one-to-one”.

    Source: The material in this section of the textbook originates from David Lippman and Melonie Rasmussen, Open Text Bookstore, Precalculus: An Investigation of Functions, “Chapter 4: Exponential and Logarithmic Functions,” licensed under a Creative Commons CC BY-SA 3.0 license. The material here is based on material contained in that textbook but has been modified by Roberta Bloom, as permitted under this license.

    Logarithm

    The logarithm (base b) function, written logb (x), is the inverse of the exponential function (base b), bx.

    \[\mathbf{y=\log_{b}(x)} \quad \textbf{ is equivalent to } \quad \mathbf{b^y=x} \nonumber \]

    In general, the statement \(b^a = c\) is equivalent to the statement \(\log_b(c) = a\).

    Note: The base \(b\) must be positive: \(b>0\)

    Inverse Property of Logarithms

    Since the logarithm and exponential are inverses, it follows that:

    \[ \log_{b}(b^x) \quad \text{ and } b^{\log_{b}(x)}=x \nonumber \]

    Since log is a function, it is most correctly written as logb (c), using parentheses to denote function evaluation, just as we would with f(c). However, when the input is a single variable or number, it is common to see the parentheses dropped and the expression written as logb c.

    Example \(\PageIndex{1}\)

    Write these exponential equations as logarithmic equations:

    1. 23 = 8
    2. 52 = 25
    3. \(10^{-3} = \frac{1}{1000}\)

    Solution

    a. 23 = 8 can be written as a logarithmic equation as log2 (8) = 3

    b. 52 = 25 can be written as a logarithmic equation as log5 (25) = 2

    c. \(10^{-3} = \frac{1}{1000}\) can be written as a logarithmic equation as \(\log _{10}\left(\frac{1}{1000}\right)=-3\)

    Example \(\PageIndex{2}\)

    Write these logarithmic equations as exponential equations:

    1. \(\log _{6}(\sqrt{6})=\frac{1}{2}\)
    2. \(\log _{3}(9)=2\)

    Solution

    1. \(\log _{6}(\sqrt{6})=\frac{1}{2}\) can be written as an exponential equation as \(6^{\frac{1}{2}}=\sqrt{6}\)
    2. \(\log _{3}(9)=2\) can be written as an exponential equation as \(3^{2}=9\)

    By establishing the relationship between exponential and logarithmic functions, we can now solve basic logarithmic and exponential equations by rewriting.

    Example \(\PageIndex{3}\)

    Solve log4 (x) = 2 for x.

    Solution

    By rewriting this expression as an exponential, 42 = x, so x = 16

    Example \(\PageIndex{4}\)

    Solve 2x = 10 for x.

    Solution

    By rewriting this expression as a logarithm, we get x = log2 (10)

    While this does define a solution, you may find it somewhat unsatisfying since it is difficult to compare this expression to the decimal estimate we made earlier. Also, giving an exact expression for a solution is not always useful—often we really need a decimal approximation to the solution. Luckily, this is a task that calculators and computers are quite adept at. Unluckily for us, most calculators and computers will only evaluate logarithms of two bases: base 10 and base e. Happily, this ends up not being a problem, as we’ll see soon that we can use a “change of base” formula to evaluate logarithms for other bases.

    Common and Natural Logarithms

    The common log is the logarithm with base 10, and is typically written \(\log (x)\) and sometimes like \(\log_{10} (x)\). If the base is not indicated in the log function, then the base b used is \(b=10\).

    The natural log is the logarithm with base \(e\), and is typically written \(\ln (x)\).

    Note that for any other base b, other than 10, the base must be indicated in the notation \(\log_b (x)\).

    Example \(\PageIndex{5}\)

    Evaluate \(\log(1000)\) using the definition of the common log.

    Solution

    The table shows values of the common log

    number number as exponential log(number)
    1000 103 3
    100 102 2
    10 101 1
    1 100 0
    0.1 10-1 -1
    0.01 10-2 -2
    0.001 10-3 -3

    To evaluate log(1000), we can say

    \[ x = \log(1000) \nonumber \]

    Then rewrite the equation in exponential form using the common log base of 10

    \[10^x = 1000 \nonumber \]

    From this, we might recognize that 1000 is the cube of 10, so

    \[x=3 \nonumber \]

    Alternatively, we can use the inverse property of logs to write

    \[\log_{10}(10^3) = 3 \nonumber \]

    Example \(\PageIndex{6}\)

    Evaluate \(\log\left(\dfrac{1}{1,000,000}\right)\)

    Solution

    To evaluate log(1/1,000,000), we can say

    \[x=\log (1 / 1,000,000)=\log \left(1 / 10^{6}\right)=\log \left(10^{-6}\right) \nonumber \]

    Then rewrite the equation in exponential form: \(10^{x}=10^{-6}\)

    Therefore \(x = -6\)

    Alternatively, we can use the inverse property of logs to find the answer:

    \[ \log _{10}\left(10^{-6}\right)=-6 \nonumber \]

    Example \(\PageIndex{7}\)

    Evaluate

    1. \(\ln e^5\)
    2. \(\ln \sqrt{e}\)

    Solution

    a. To evaluate \(\ln e^5\), we can say

    \[ x = \ln e^5 \nonumber \]

    Then rewrite into exponential form using the natural log base of e

    \[ e^x = e^5 \nonumber \]

    Therefore \(x = 5\).

    Alternatively, we can use the inverse property of logs to write \(\ln \left(e^{5}\right)=5\).

    b. To evaluate \(\ln \sqrt{e}\), we recall that roots are represented by fractional exponents

    \[\mathrm{x}=\ln \sqrt{e}=\ln (\sqrt{e})=\ln \left(e^{1 / 2}\right) \nonumber \]

    Then rewrite into exponential form using the natural log base of e

    \[\mathrm{e}^{x}=\mathrm{e}^{1 / 2} \nonumber \]

    Therefore \(x = 1/2\)

    Alternatively, we can use the inverse property of logs to write

    \[(\ln \left(\mathrm{e}^{1 / 2}\right)=1 / 2 \nonumber \]

    Example \(\PageIndex{8}\)

    Evaluate the following using your calculator or computer:

    1. \(\log 500\)
    2. \(\ln 500\)

    Solution

    a. Using the LOG key on the calculator to evaluate logarithms in base 10, we evaluate LOG(500)

    Answer: \(\log 500 \approx 2.69897\)

    b. Using the LN key on the calculator to evaluate natural logarithms, we evaluate LN(500)

    Answer: \(\ln 500 \approx 6.214608\)

    Some Properties of Logarithms

    We often need to evaluate logarithms using a base other than 10 or e. To find a way to utilize the common or natural logarithm functions to evaluate expressions like log2(10), we need some additional properties.

    Properties of logs: Exponential Property

    \[\log _{b}\left(A^{q}\right)=q \log _{b}(A) \nonumber \]

    The exponent property allows us to find a method for changing the base of a logarithmic expression.

    Properties of Logs: Change of Base

    \[\log _{b}(A)=\frac{\log _{c}(A)}{\log _{c}(b)} \text { for any bases } b, c>0 \nonumber \]

    To show why these properties are true, we offer proofs.

    Proof of Exponent Property: \(\log _{b}\left(A^{q}\right)=q \log _{b}(A)\)

    Since the logarithmic and exponential functions are inverses,

    \[\log _{b}\left(A^{q}\right)=\mathrm{A} \nonumber \]

    So

    \[A^{q}=\left(b^{\log _{b} A}\right)^{q} \nonumber \]

    Utilizing the exponential rule that states \(\left(x^{p}\right)^{q}=x^{p q}\), we get

    \[A^{q}=\left(b^{\log _{b} A}\right)^{q}=b^{q \log _{b} A} \nonumber \]

    Then \[\log _{b} A^{q}=\log _{b} b^{q \log _{b} A} \nonumber \]

    Again utilizing the inverse property on the right side yields the result

    \[\log _{b} A^{q}=q \log _{b} A \nonumber \]

    Proof of Change of Base Property: \(\log _{b}(A)=\frac{\log _{c}(A)}{\log _{c}(b)}\) for any bases \(b\), \(c >0\)

    Let \(\log _{b}(A)=x\).

    Rewriting as an exponential gives \(b^x = A\).

    Taking the log base \(c\) of both sides of this equation gives \(\log _{c} b^{x}=\log _{c} A\).

    Now utilizing the exponent property for logs on the left side,
    \[x \log _{c} b=\log _{c} A \nonumber \]

    Dividing, we obtain \(x=\frac{\log _{c}(A)}{\log _{c}(b)}\) which is the change of base formula.

    Evaluating Logarithms

    With the change of base formula, \(\log _{b}(A)=\frac{\log _{c}(A)}{\log _{c}(b)}\) for any bases \(b\), \(c >0\), we can finally find a decimal approximation to our question from the beginning of the section.

    Example \(\PageIndex{9}\)

    Solve \(2^x = 10\) for \(x\).

    Solution

    Rewrite exponential equation 2x = 10 as a logarithmic equation

    \[x=\log _{2}(10) \nonumber \]

    Using the change of base formula, we can rewrite log base 2 as a logarithm of any other base. Since our calculators can evaluate natural log, we can choose to use the natural logarithm, which is the log base e:

    Using our calculators to evaluate this, \(\frac{\ln (10)}{\ln (2)}=\mathrm{LN}(10) / \mathrm{LN}(2) \approx 3.3219\)

    This finally allows us to answer our original question from the beginning of this section:
    For the population of 50 flies that doubles every week, it will take approximately 3.32 weeks to grow to 500 flies.

    Example \(\PageIndex{10}\)

    Evaluate \(\log_{5}(100)\) using the change of base formula.

    Solution

    We can rewrite this expression using any other base.

    Method 1: We can use natural logarithm base e with the change of base formula

    \[\log _{5}(100)=\frac{\ln (100)}{\ln (5)}=\mathrm{LN}(100) / \mathrm{LN}(5) \approx 2.861 \nonumber \]

    Method 2: We can use common logarithm base 10 with the change of base formula,

    \[\log _{5}(100)=\frac{\log (100)}{\log (5)}=\operatorname{LOG}(100) / \mathrm{LOG}(5) \approx 2.861 \nonumber \]

    We summarize the relationship between exponential and logarithmic functions

    Logarithms

    The logarithm (base b) function, written logb(x), is the inverse of the exponential function (base b), bx.

    \[\mathbf{y=\log_{b}(x)} \quad \textbf{ is equivalent to } \quad \mathbf{b^y=x} \nonumber \]

    In general, the statement \(b^a = c\) is equivalent to the statement \(\log_b(c) = a\).

    Note: The base b must be positive: b>0

    Inverse Property of Logarithms

    Since the logarithm and exponential are inverses, it follows that:

    \[ \log_{b}(b^x) \quad \text{ and } b^{\log_{b}(x)}=x \nonumber \]

    Properties of Logs: Exponential Property: \(\log _{b}\left(A^{q}\right)=q \log _{b}(A) \nonumber\)

    Properties of Logs: Change of Base: \(\log _{b}(A)=\frac{\log _{c}(A)}{\log _{c}(b)} \text { for any base } b, c>0 \nonumber\)

    The inverse, exponential and change of base properties above will allow us to solve the equations that arise in problems we encounter in this textbook. For completeness, we state a few more properties of logarithms

    Sum of Logs Property: \(\log _{b}(A)+\log _{b}(C)=\log _{b}(A C)\)

    Difference of Logs Property: \(\log _{b}(A)-\log _{b}(C)=\log _{b}\left(\frac{A}{C}\right)\)

    Logs of Reciprocals: \(\log _{b}\left(\frac{1}{C}\right)=-\log _{b}(C)\)

    Reciprocal Bases: \(\log _{1 / b} C=-\log _{b}(C)\)

    Source: The material in this section of the textbook originates from David Lippman and Melonie Rasmussen, Open Text Bookstore, Precalculus: An Investigation of Functions, “Chapter 4: Exponential and Logarithmic Functions,” licensed under a Creative Commons CC BY-SA 3.0 license. The material here is based on material contained in that textbook but has been modified by Roberta Bloom, as permitted under this license.


    This page titled 5.4: Logarithms and Logarithmic Functions is shared under a CC BY 4.0 license and was authored, remixed, and/or curated by Rupinder Sekhon and Roberta Bloom via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.