5.4 Properties of Logarithms

In Section 5.3, we introduced the logarithmic functions as inverses of exponential functions and discussed a few of their functional properties from that perspective. In this section, we explore the algebraic properties of logarithms. Historically, these have played a huge role in the scientific development of our society since, among other things, they were used to develop analog computing devices called slide rules which enabled scientists and engineers to perform accurate calculations leading to such things as space travel and the moon landing.

As we shall see shortly, logs inherit analogs of all of the properties of exponents you learned in Algebra. We first extract two properties from Theorem 5.5 to remind us of the definition of a logarithm as the inverse of an exponential function.

Theorem 5.6 Inverse Properties of Exponential and Logarithmic Functions

Let b > 0, b \neq 1.

  • b^{a} = c if and only if \log_{b}(c) = a. That is, \log_{b}(c) is the exponent you put on b to obtain c.
  • \log_{b} \left(b^{x}\right) = x for all x and b^{\log_{b}(x)} = x for all x > 0

Next, we spell out what it means for exponential and logarithmic functions to be one-to-one.

Theorem 5.7 One-to-one Properties of Exponential and Logarithmic Functions

Let f(x) = b^{x} and g(x) = \log_{b}(x) where b>0, b\neq 1. Then f and g are one-to-one and

  • b^{u} = b^{w} if and only if u=w for all real numbers u and w.
  • \log_{b}(u) = \log_{b}(w) if and only if u=w for all real numbers u > 0, w > 0.

Next, we re-state Theorem 5.4 for reference below.

Algebraic Properties of Exponential Functions

Let f(x) = b^{x} be an exponential function (b > 0, b\neq 1) and let u and w be real numbers.

  • Product Rule: b^{u+w} = b^{u} b^{w}
  • Quotient Rule: b^{u-w} = \dfrac{b^{u}}{b^{w}}
  • Power Rule: \left(b^{u}\right)^{w} = b^{uw}

To each of these properties of listed in Theorem 5.4, there corresponds an analogous property of logarithmic functions. We list these below in our next theorem.

Theorem 5.8 Algebraic Properties of Exponential Functions

Let g(x) =\log_{b}(x) be a logarithmic function (b > 0, b\neq 1) and let u>0 and w>0 be real numbers.

  • Product Rule: \log_{b}(uw) = \log_{b}(u) + \log_{b}(w)
  • Quotient Rule: \log_{b} \left( \dfrac{u}{w} \right) = \log_{b}(u) - \log_{b}(w)
  • Power Rule: \log_{b}\left(u^{w}\right) = w \log_{b}(u)

There are a couple of different ways to understand why Theorem 5.8 is true. For instance, consider the product rule: \log_{b}(uw) = \log_{b}(u) + \log_{b}(w).

Let a = \log_{b}(uw), c = \log_{b}(u), and d = \log_{b}(w). Then, by definition, b^{a} = uw, b^{c} = u and b^{d} = w. Hence, b^{a} = uw = b^{c} b^{d} = b^{c+d}, so that b^{a} = b^{c+d}.

By the one-to-one property of b^{x}b^{a} = b^{c+d} gives a = c+d. In other words, \log_{b}(uw) = \log_{b}(u) + \log_{b}(w).  The remaining properties are proved similarly.

From a purely functional approach, we can see the properties in Theorem 5.8 as an example of how inverse functions interchange the roles of inputs and outputs.

For instance, the Product Rule for exponential functions given in Theorem 5.4, b^{u+w} = b^{u}b^{w}, says that adding inputs results in multiplying outputs.

Hence, whatever f^{-1} is, it must take the products of outputs from f and return them to the sum of their respective inputs. The outputs from f are the inputs to f^{-1} and vice-versa, thus f^{-1} must take products of its inputs to the sum of their respective outputs. This is precisely one way to interpret the Product Rule for Logarithmic functions: \log_{b} (uw) = \log_{b} (u) + \log_{b} (w).

The reader is encouraged to view the remaining properties listed in Theorem 5.8 similarly.

The following examples help build familiarity with these properties. In our first example, we are asked to `expand’ the logarithms. This means that we read the properties in Theorem 5.8 from left to right and rewrite products inside the log as sums outside the log, quotients inside the log as differences outside the log, and powers inside the log as factors outside the log.[1]

Example 5.4.1

Example 5.4.1.1

Expand the following using the properties of logarithms and simplify. Assume when necessary that all quantities represent positive real numbers.

\log_{2}\left(\dfrac{8}{x}\right)

Solution:

Expand and simplify \log_{2}\left(\dfrac{8}{x}\right).

To expand \log_{2}\left(\frac{8}{x}\right), we use the Quotient Rule identifying u = 8 and w=x and simplify.

    \[ \begin{array}{rclr} \log_{2}\left(\dfrac{8}{x}\right) & = & \log_{2}(8) - \log_{2}(x) & \text{Quotient Rule} \\ & = & 3 - \log_{2}(x) & \text{Because } 2^{3} = 8 \\ & = & - \log_{2}(x) + 3 & \\ \end{array}\]

Example 5.4.1.2

Expand the following using the properties of logarithms and simplify. Assume when necessary that all quantities represent positive real numbers.

\log_{0.1} \left(10 x^2 \right)

Solution:

Expand and simplify \log_{0.1} \left(10 x^2 \right).

In the expression \log_{0.1} \left(10 x^2 \right), we have a power (the x^2) and a product, and the question becomes which property, Power Rule or Product Rule to use first.

In order to use the Power Rule, the entire quantity inside the log must be raised to the same exponent. The exponent 2 applies only to the x, so we first apply the Product Rule with u=10 and w=x^2. Once the x^2 is by itself inside the log, we apply the Power Rule with u=x and w=2.

    \[ \begin{array}{rclr} \log_{0.1} \left(10 x^2 \right) & = & \log_{0.1} (10) + \log_{0.1} \left(x^2 \right) & \text{Product Rule} \\[6pt] & = & \log_{0.1} (10)+ 2 \log_{0.1} (x) & \text{Power Rule} \\[6pt] & = & -1 + 2 \log_{0.1} (x) & \text{Because } (0.1)^{-1} = 10 \\[6pt] & = & 2 \log_{0.1} (x) - 1 & \\ \end{array}\]

Example 5.4.1.3

Expand the following using the properties of logarithms and simplify. Assume when necessary that all quantities represent positive real numbers.

\ln \left(\dfrac{3}{et}\right)^2

Solution:

Expand and simplify \ln \left(\dfrac{3}{et}\right)^2.

We have a power, quotient and product occurring in \ln \left(\frac{3}{et}\right)^2. This time the exponent 2 applies to the entire quantity inside the logarithm, so we begin with the Power Rule with u=\frac{3}{et} and w = 2.

Next, we see the Quotient Rule is applicable, with u=3 and w=et, so we replace \ln\left(\frac{3}{et}\right) with the quantity \ln(3) - \ln(et).

Because \ln \left(\frac{3}{et}\right) is being multiplied by 2, the entire quantity \ln(3) - \ln(et) is multiplied by 2.

Finally, we apply the Product Rule with u=e and w=x, and replace \ln(et) with the quantity \ln(e) + \ln(t), and simplify, keeping in mind that the natural log is log base e.

    \[ \begin{array}{rclr} \ln \left(\dfrac{3}{et}\right)^2 & = & 2 \ln \left(\dfrac{3}{et}\right) & \text{Power Rule} \\[6pt] & = & 2 \left[ \ln(3) - \ln(et) \right] & \text{Quotient Rule} \\[6pt] & = & 2 \ln(3) - 2\ln(et) & \\[6pt] & = & 2 \ln(3) - 2\left[\ln(e) + \ln(t)\right] & \text{Product Rule} \\[6pt] & = & 2 \ln(3) - 2\ln(e) - 2 \ln(t) & \\[6pt] & = & 2\ln(3) - 2 - 2 \ln(t) & \text{Because } e^{1} = e \\[6pt] & = & - 2 \ln(t) + 2\ln(3) - 2 & \\ \end{array}\]

Example 5.4.1.4

Expand the following using the properties of logarithms and simplify. Assume when necessary that all quantities represent positive real numbers.

\log \sqrt[3]{\dfrac{100 x^2}{yz^5}}

Solution:

Expand and simplify \log \sqrt[3]{\dfrac{100 x^2}{yz^5}}.

In Theorem 5.8, there is no mention of how to deal with radicals. However, thinking back to Definition 0.3, we can rewrite the cube root as a \frac{1}{3} exponent. We begin by using the Power Rule[2], and we keep in mind that the common log is log base 10.

    \[ \begin{array}{rclr} \log \sqrt[3]{\dfrac{100 x^2}{yz^5}} & = & \log \left(\dfrac{100 x^2}{yz^5}\right)^{1/3} & \\ [10pt] & = & \frac{1}{3} \log\left(\dfrac{100 x^2}{yz^5}\right) & \text{Power Rule} \\ [5pt] & = & \frac{1}{3} \left[ \log\left(100x^2\right) - \log\left(yz^5\right) \right] & \text{Quotient Rule} \\[6pt] & = & \frac{1}{3}\log\left(100x^2\right) - \frac{1}{3}\log\left(yz^5\right) & \\[6pt] & = & \frac{1}{3}\left[ \log(100) + \log\left(x^2\right)\right] - \frac{1}{3} \left[ \log(y) + \log\left(z^5\right) \right] & \text{Product Rule} \\[6pt] & = & \frac{1}{3} \log(100) + \frac{1}{3} \log\left(x^2\right) - \frac{1}{3} \log(y) - \frac{1}{3} \log\left(z^5\right) \\[6pt] & = & \frac{1}{3} \log(100) + \frac{2}{3} \log(x) - \frac{1}{3} \log(y) - \frac{5}{3} \log(z) & \text{Power Rule} \\[6pt] & = & \frac{2}{3} + \frac{2}{3} \log(x) - \frac{1}{3} \log(y) - \frac{5}{3} \log(z) & \text{Because } 10^2=100\\[6pt] & = & \frac{2}{3} \log(x) - \frac{1}{3} \log(y) - \frac{5}{3} \log(z) + \frac{2}{3} & \\ \end{array} \]

Example 5.4.1.5

Expand the following using the properties of logarithms and simplify. Assume when necessary that all quantities represent positive real numbers.

\log_{117}\left(x^2 - 4\right)

Solution:

Expand and simplify \log_{117}\left(x^2 - 4\right).

At first it seems as if we have no means of simplifying \log_{117}\left(x^2-4\right), as none of the properties of logs addresses the issue of expanding a difference inside the logarithm. However, we may factor x^2 - 4 = (x+2)(x-2) thereby introducing a product which gives us license to use the Product Rule. Assuming both x+2>0 and x-2>0, that is, x >2 we expand as follows.

    \[ \begin{array}{rclr} \log_{117}\left(x^2-4\right) & = & \log_{117} \left[(x+2)(x-2)\right] & \text{Factor} \\[6pt] & = & \log_{117}(x+2) + \log_{117}(x-2) & \text{Product Rule} \\ \end{array}\]

A couple of remarks about Example 5.4.1 are in order. First, if we take a step back and look at each problem in the foregoing example, a general rule of thumb to determine which log property to apply first when faced with a multi-step problem is to apply the logarithm properties in the `reverse order of operations.’

For example, if we were to substitute a number for x into the expression \log_{0.1} \left(10 x^2 \right), we would first square the x, then multiply by 10. The last step is the multiplication, which tells us the first log property to apply is the Product Rule. The last property of logarithm to apply would the be the power rule applied to \log_{0.1}(x^2).

Second, the equivalence \log_{117}\left(x^2-4\right) = \log_{117}(x+2) + \log_{117}(x-2) is valid only if x > 2. Indeed, the functions f(x) = \log_{117}\left(x^2-4\right) and g(x) = \log_{117}(x+2) + \log_{117}(x-2) have different domains, and, hence, are different functions.[3] In general, when using log properties to expand a logarithm, we may very well be restricting the domain as we do so.

One last comment before we move to reassembling logs from their various bits and pieces. The authors are well aware of the propensity for some students to become overexcited and invent their own properties of logs like \log_{117}\left(x^2-4\right) = \log_{117}\left(x^2\right) - \log_{117}(4), which simply isn’t true, in general. The unwritten[4] property of logarithms is that if it isn’t written in a textbook, it probably isn’t true.

Example 5.4.2

Example 5.4.2.1

Use the properties of logarithms to write the following as a single logarithm.

\log_{3}(x-1) - \log_{3}(x+1)

Solution:

Whereas in Example 5.4.1 we read the properties in Theorem 5.8 from left to right to expand logarithms, in this example we read them from right to left.

Write \log_{3}(x-1) - \log_{3}(x+1) as a single logarithm.

The difference of logarithms requires the Quotient Rule:

    \[\log_{3}(x-1) - \log_{3}(x+1) = \log_{3}\left(\frac{x-1}{x+1}\right)\]

Example 5.4.2.2

Use the properties of logarithms to write the following as a single logarithm.

\log(x) + 2\log(y) - \log(z)

Solution:

Whereas in Example 5.4.1 we read the properties in Theorem 5.8 from left to right to expand logarithms, in this example we read them from right to left.

Write \log(x) + 2\log(y) - \log(z) as a single logarithm.

In the expression, \log(x) + 2\log(y) - \log(z), we have both a sum and difference of logarithms.

Before we use the product rule to combine \log(x) + 2\log(y), we note that we need to apply the Power Rule to rewrite the coefficient 2 as the power on y. We then apply the Product and Quotient Rules as we move from left to right.

    \[ \begin{array}{rclr} \log(x) + 2\log(y) - \log(z) & = & \log(x) + \log\left(y^2\right) - \log(z) & \text{Power Rule} \\ [6pt] & = & \log\left(xy^2\right) - \log(z) & \text{Product Rule} \\ [10pt] & = & \log\left( \dfrac{xy^2}{z}\right) & \text{Quotient Rule} \\ \end{array}\]

Example 5.4.2.3

Use the properties of logarithms to write the following as a single logarithm.

4\log_{2}(x) + 3

Solution:

Whereas in Example 5.4.1 we read the properties in Theorem 5.8 from left to right to expand logarithms, in this example we read them from right to left.

Write 4\log_{2}(x) + 3 as a single logarithm.

We begin to rewrite 4\log_{2}(x) + 3 by applying the Power Rule: 4\log_{2}(x) = \log_{2}\left(x^4\right).

In order to continue, we need to rewrite 3 as a logarithm base 2. From Theorem 5.6, we know 3 = \log_{2}\left(2^3\right). Rewriting 3 this way paves the way to use the Product Rule.

    \[ \begin{array}{rclr} 4\log_{2}(x) + 3 & = & \log_{2}\left(x^4\right) + 3 & \text{Power Rule} \\[6pt] & = & \log_{2}\left(x^4\right) + \log_{2}\left(2^3\right)& \text{Because } 3 = \log_{2}\left(2^3\right) \\[6pt] & = & \log_{2}\left(x^4\right) + \log_{2}(8)& \\[6pt] & = & \log_{2}\left( 8x^4\right) & \text{Product Rule} \\ \end{array}\]

Example 5.4.2.4

Use the properties of logarithms to write the following as a single logarithm.

-\ln(t) - \frac{1}{2}

Solution:

Whereas in Example 5.4.1 we read the properties in Theorem 5.8 from left to right to expand logarithms, in this example we read them from right to left.

Write -\ln(t) - \frac{1}{2} as a single logarithm.

To get started with -\ln(t) - \frac{1}{2}, we rewrite -\ln(t) as (-1) \ln(t). We can then use the Power Rule to obtain (-1)\ln(t) = \ln\left(t^{-1}\right).

As in the previous problem, in order to continue, we need to rewrite \frac{1}{2} as a natural logarithm. Theorem 5.6 gives us \frac{1}{2} = \ln\left(e^{1/2}\right) = \ln\left(\sqrt{e}\right). Hence,

    \[ \begin{array}{rclr} -\ln(t) - \frac{1}{2} & = & (-1)\ln(t) - \frac{1}{2} & \\[6pt] & = & \ln\left(t^{-1}\right) - \frac{1}{2} & \text{Power Rule} \\[6pt] & = & \ln\left(t^{-1}\right) - \ln\left(e^{1/2}\right) & \text{Because } \frac{1}{2} = \ln\left(e^{1/2}\right) \\[6pt] & = & \ln\left(t^{-1}\right) - \ln\left(\sqrt{e} \right) & \\[6pt] & = & \ln\left(\dfrac{t^{-1}}{\sqrt{e}}\right) & \text{Quotient Rule} \\[10pt] & = & \ln\left(\dfrac{1}{t\sqrt{e}}\right) & \end{array} \]

As we would expect, the rule of thumb for re-assembling logarithms is the opposite of what it was for dismantling them. That is, to rewrite an expression as a single logarithm, we apply log properties following the usual order of operations: first, rewrite coefficients of logs as powers using the Power Rule, then rewrite addition and subtraction using the Product and Quotient Rules, respectively, as written from left to right.

Additionally, we find that using log properties in this fashion can increase the domain of the expression. For example, we leave it to the reader to verify the domain of f(x) = \log_{3}(x-1) - \log_{3}(x+1) is (1,\infty) but the domain of g(x) = \log_{3}\left(\frac{x-1}{x+1}\right) is (-\infty, -1) \cup (1, \infty). We’ll need to keep this in mind in Section 5.6 when such manipulations could result in extraneous solutions.

The two logarithm buttons commonly found on calculators are the `LOG’ and `LN’ buttons which correspond to the common and natural logs, respectively. Suppose we wanted an approximation to \log_{2}(7). The answer should be a little less than 3, (Can you explain why?) but how do we coerce the calculator into telling us a more accurate answer? We need the following theorem.

Theorem 5.9 Change of Base Formulas

Let a,b >0, a,b \neq 1.

  • a^{x} = b^{x \log_{b}(a)} for all real numbers x.
  • \log_{a}(x) = \dfrac{\log_{b}(x)}{\log_{b}(a)} for all real numbers x > 0.

To prove these formulas, consider b^{x \log_{b}(a)}. Using the Power Rule, we can rewrite x \log_{b}(a) as \log_{b}\left(a^{x}\right). Following this with the Inverse Properties in Theorem 5.6, we get

    \[ b^{x \log_{b}(a)} = b^{\log_{b}\left(a^{x}\right)} = a^{x}.\]

To verify the logarithmic form of the property, we use the Power Rule and an Inverse Property to get:

    \[\log_{a}(x) \cdot \log_{b}(a) = \log_{b} \left(a^{\log_{a}(x)}\right) = \log_{b}(x).\]

We get the result by dividing both sides of the equation \log_{a}(x) \cdot \log_{b}(a) = \log_{b}(x) by \log_{b}(a).

Of course, the authors can’t help but point out the inverse relationship between these two change of base formulas. To change the base of an exponential expression, we multiply the input by the factor \log_{b}(a). To change the base of a logarithmic expression, we divide the output by the factor \log_{b}(a).

While, in the grand scheme of things, both change of base formulas are really saying the same thing, the logarithmic form is the one usually encountered in Algebra, while the exponential form isn’t usually introduced until Calculus.

Example 5.4.3

Example 5.4.3.1

Use an appropriate change of base formula to convert the following expressions to ones with the indicated base.

3^{2} to base 10

Solution:

Convert 3^{2} to an equivalent expression base 10.

We apply the Change of Base formula with a=3 and b=10 to obtain 3^2 = 10^{2 \log(3)}.

Example 5.4.3.2

Use an appropriate change of base formula to convert the following expressions to ones with the indicated base.

2^{x} to base e

Solution:

Convert 2^{x} to an equivalent expression base e.

Here, a=2 and b = e so we have 2^{x} = e^{x \ln(2)}.

Example 5.4.3.3

Use an appropriate change of base formula to convert the following expressions to ones with the indicated base.

\log_{4}(5) to base e

Solution:

Convert \log_{4}(5) to an equivalent expression base e.

Applying the change of base with a=4 and b=e leads us to write \log_{4}(5) = \frac{\ln(5)}{\ln(4)}.

Evaluating this gives the numerical approximation \frac{\ln(5)}{\ln(4)} \approx 1.16.

Example 5.4.3.4

Use an appropriate change of base formula to convert the following expressions to ones with the indicated base.

\ln(x) to base 10

Solution:

Convert \ln(x) to an equivalent expression base 10.

We write \ln(x) = \log_{e}(x) = \frac{\log(x)}{\log(e)}.

What Theorem 5.9 really tells us is that all exponential and logarithmic functions are just scalings of one another. Not only does this explain why their graphs have similar shapes, but it also tells us that we could do all of mathematics with a single base, be it 10, 0.42, \pi, or 117.

5.4.1. Section Exercises

In Exercises 1 – 15, expand the given logarithm and simplify. Assume when necessary that all quantities represent positive real numbers.

  1. \ln(x^{3}y^{2})
  2. \log_{2}\left(\dfrac{128}{x^{2} + 4}\right)
  3. \log_{5}\left(\dfrac{z}{25}\right)^{3}
  4. \log(1.23 \times 10^{37})
  5. \ln\left(\dfrac{\sqrt{z}}{xy}\right)
  6. \log_{5} \left(x^2 - 25 \right)
  7. \log_{\sqrt{2}} \left(4x^3\right)
  8. \log_{\frac{1}{3}}(9x(y^{3} - 8))
  9. \log\left(1000x^3y^5\right)
  10. \log_{3} \left(\dfrac{x^2}{81y^4}\right)
  11. \ln\left(\sqrt[4]{\dfrac{xy}{ez}}\right)
  12. \log_{6} \left(\dfrac{216}{x^3y}\right)^4
  13. \log\left(\dfrac{100x\sqrt{y}}{\sqrt[3]{10}}\right)
  14. \log_{\frac{1}{2}}\left(\dfrac{4\sqrt[3]{x^2}}{y\sqrt{z}}\right)
  15. \ln \left(\dfrac{\sqrt[3]{x}}{10 \sqrt{yz}}\right)

In Exercises 16 – 29, use the properties of logarithms to write the expression as a single logarithm.

  1. 4\ln(x) + 2\ln(y)
  2. \log_{2}(x) + \log_{2}(y) - \log_{2}(z)
  3. \log_{3}(x) - 2 \log_{3}(y)
  4. \frac{1}{2}\log_{3}(x) - 2\log_{3}(y) - \log_{3}(z)
  5. 2 \ln(x) -3 \ln(y) - 4\ln(z)
  6. \log(x) - \frac{1}{3} \log(z) + \frac{1}{2} \log(y)
  7. -\frac{1}{3} \ln(x) - \frac{1}{3}\ln(y) + \frac{1}{3} \ln(z)
  8. \log_{5}(x) - 3
  9. 3 - \log(x)
  10. \log_{7}(x) + \log_{7}(x - 3) - 2
  11. \ln(x) + \frac{1}{2}
  12. \log_{2}(x) + \log_{4}(x)
  13. \log_{2}(x) + \log_{4}(x-1)
  14. \log_{2}(x) + \log_{\frac{1}{2}}(x - 1)

In Exercises 30 – 33, use the appropriate change of base formula to convert the given expression to an expression with the indicated base.

  1. 7^{x - 1} to base e
  2. \log_{3}(x + 2) to base 10
  3. \left(\dfrac{2}{3}\right)^{x} to base e
  4. \log(x^{2} + 1) to base e
In Exercises 34 – 39, use the appropriate change of base formula to approximate the logarithm.
  1. \log_{3}(12)
  2. \log_{5}(80)
  3. \log_{6}(72)
  4. \log_{4}\left(\dfrac{1}{10}\right)
  5. \log_{\frac{3}{5}}(1000)
  6. \log_{\frac{2}{3}}(50)
  7. In Example 5.3.1 number 3 in Section 5.3, we obtained the solution F(x) = \log_{2}(-x+4)-3 as one formula for the given graph by making a simplifying assumption that b = -1. This exercises explores if there are any other solutions for different choices of b.
    1. Show G(x) =\log_{2}(-2x+8) - 4 also fits the data for the given graph.
    2. Use properties of logarithms to show G(x) = \log_{2}(-2x+8) -4 = \log_{2}(-x+4)-3 = F(x).
    3. With help from your classmates, find solutions to Example 5.3.1 number 3 in Section 5.3 by assuming b = -4 and b = -8. In each case, use properties of logarithms to show the solutions reduce to F(x) = \log_{2}(-x+4)-3.
    4. Using properties of logarithms and the fact that the range of \log_{2}(x) is all real numbers, show that any function of the form f(x) = a \log_{2}(bx-h) + k where a \neq 0 can be rewritten as:

          \[ f(x) = a \left( \log_{2}(bx-h) + \frac{k}{a}\right) = a ( \log_{2}(bx -h) + \log_{2}(p)) = a \log_{2}(p(bx-h)) = a \log_{2}(pbx - ph),\]

      where \frac{k}{a} = \log_{2}(p) for some positive real number p. Relabeling, we get every function of the form f(x) = a \log_{2}(bx-h) + k with four parameters (a, b, h, and k) can be rewritten as f(x) = a \log_{2}(Bx - H), a formula with just three parameters: a, B, and H.Show every solution to Example 5.3.1 number 3 in Section 5.3 can be written in the form f(x) = \log_{2}\left( -\frac{1}{8} x + \frac{1}{2} \right) and that, in particular, F(x) = \log_{2}(-x+4) -3 = \log_{2}\left( -\frac{1}{8} x + \frac{1}{2} \right) = f(x). Hence, there is really just one solution to Example 5.3.1 number 3 in Section 5.3.

  8. The Henderson-Hasselbalch Equation: Suppose HA represents a weak acid. Then we have a reversible chemical reaction

        \[HA \rightleftharpoons H^{+} + A^{-}.\]

    The acid disassociation constant, K_{a}, is given by

        \[K_{a} = \frac{[H^{+}][A^{-}]}{[HA]} = [H^{+}]\frac{[A^{-}]}{[HA]},\]

    where the square brackets denote the concentrations just as they did in Exercise 83 in Section 5.3. The symbol pK_{a} is defined similarly to pH in that pK_{a} = -\log(K_{a}). Using the definition of pH from Exercise 83 and the properties of logarithms, derive the Henderson-Hasselbalch Equation:

        \[\mbox{pH} = \mbox{p}K_{a} + \log\dfrac{[A^{-}]}{[HA]}\]

  9. Compare and contrast the graphs of y = \ln(x^{2}) and y = 2\ln(x).
  10. Prove the Quotient Rule and Power Rule for Logarithms.
  11. Give numerical examples to show that, in general,
    1. \log_{b}(x + y) \neq \log_{b}(x) + \log_{b}(y)
    2. \log_{b}(x - y) \neq \log_{b}(x) - \log_{b}(y)
    3. \log_{b}\left(\dfrac{x}{y}\right) \neq \dfrac{\log_{b}(x)}{\log_{b}(y)}
  12. Research the history of logarithms including the origin of the word `logarithm’ itself. Why is the abbreviation of natural log `ln’ and not `nl’?
  13. There is a scene in the movie `Apollo 13′ in which several people at Mission Control use slide rules to verify a computation. Was that scene accurate? Look for other pop culture references to logarithms and slide rules.

 

Section 5.4 Exercise Answers can be found in the Appendix … Coming soon


  1. Interestingly enough, it is the exact opposite process (which we will practice later) that is most useful in Algebra, the utility of expanding logarithms becomes apparent in Calculus.
  2. At this point in the text, the reader is encouraged to carefully read through each step and think of which quantity is playing the role of u and which is playing the role of w as we apply each property.
  3. We leave it to the reader to verify the domain of f is (-\infty, -2) \cup (2,\infty) whereas the domain of g is (2,\infty).
  4. The authors relish the irony involved in writing what follows.

License

Share This Book