audio read-through Logarithmic Functions: Review and Additional Properties (Part 2)

(This page is Part 2. Click here for Part 1.)

Going from Logarithmic Form to Exponential Form

Going from logarithmic form  ‘$\,\log_a y = x\,$’  to the equivalent exponential form  ‘$\,y = a^x\,$’  is easy! Start with the base ‘$\,a\,$’, circle counterclockwise to $\,x\,,$ and then to $\,y\,$:

going from logarithmic form to exponential form

This circular motion actually gives  ‘$\,a^x = y\,$’. Then, write it again from right-to-left to get ‘$\,y = a^x\,$’ !

Going from Exponential Form to Logarithmic Form

Here's a thought process to go from exponential form  ‘$\,y = a^x\,$’   to the equivalent logarithmic form  ‘$\,\log_a y = x\,$’:

Domain/Range Considerations for Logarithmic and Exponential Functions

Let $\,a \gt 0\,,$ $\,a \ne 1\,.$ These are the allowable bases for logarithmic and exponential functions.

For exponential functions, $\,y = a^x\,$:

For logarithmic functions, $\,y = \log_a x\,$:

Observe that:

The input/output sets for inverses are switched! The input set for one is the output set for the other. The output set for one is the input set for the other.

Two Important Views of Logarithms

Now, you should be comfortable with both important views of logarithms:

Solving Inequalities Involving Logarithmic Functions

Equivalences (1), (2), and (3) (from Part 1) can be used to solve certain types of mathematical sentences involving logarithms, as illustrated in the following examples.

IMPORTANT: Whenever you have an expression of the form ‘$\,\log_a (\text{stuff})\,$’, the ‘stuff ’ must be positive!

Example 1

SOLVE:

$$ \cssId{s47}{\log_2(3x-1) \lt \log_2(5x)} $$

This is an inequality of the form

$$\cssId{s49}{\log_b(\text{stuff1}) \lt \log_b(\text{stuff2})}$$

where the base of the logarithm, $\,b\,,$ is $\,2\,.$

Notice that the logarithmic functions on both sides use the same base.

In this example, the base is greater than one, so we'll use equivalence $(1)$:

$$\cssId{s53}{x \lt y \ \ \iff\ \ \log_b x \lt \log_b y}$$

SOLUTION:

$\log_2(3x-1) \ \lt \ \log_2(5x)$
Original inequality
$3x-1 \ \lt \ 5x$
Use (1); inequality symbol doesn't change
$-2x \lt 1$
Addition property for inequalities
$x \gt -\frac 12$
Divide by a negative #; reverse inequality

Since logarithms only act on positive numbers, we must also have:

$$ \begin{gather} 3x - 1 \gt 0 \quad \text{and} \quad 5x \gt 0\cr x \gt \frac 13 \quad \text{and} \quad x \gt 0 \end{gather} $$

Putting everything together:

$$ \begin{gather} x \gt -\frac 12 \ \ \text{and} \ \ x \gt \frac 13 \ \ \text{and} \ \ x \gt 0\cr \text{is equivalent to}\cr x \gt \frac 13 \end{gather} $$

The solution set of this inequality is:

$$ \cssId{s61}{\underbrace{\{x\ |\ x > \frac 13\}}_{\text{set-builder notation}} = \underbrace{(\frac 13,\infty)}_{\text{interval notation}}} $$
Example 1
Example 1

Blue curve:  $y = \log_2 (3x - 1)$

Red curve:  $y = \log_2 (5x)$

The blue curve is only defined for $\,x \gt \frac 13\,.$

The blue curve lies below the red curve everywhere that it is defined.

Head up to wolframalpha.com and type in:

log_2 (3x -1) < log_2 (5x)

Voila!

Example 2

SOLVE:

$$ \cssId{s71}{\log_{0.3}(7) - \log_{0.3}(1 - 6x) \gt 0} $$

This is an inequality that can be easily transformed to

$$\cssId{s73}{\log_b(\text{stuff1}) > \log_b(\text{stuff2})}$$

where the base of the logarithm, $\,b\,,$ is $\,0.3\,.$ Notice that the logarithm functions use the same base.

In this example, the base is between zero and one, so we'll use equivalence $(2)$:

$$\cssId{s77}{x \lt y \ \ \iff\ \ \log_b x \gt \log_b y}$$

Compare the solution below to what you get at wolframalpha.com:

log_(0.3) (7) - log_(0.3) (1 - 6x) > 0

SOLUTION:

$$ \begin{gather} \log_{0.3}(7) - \log_{0.3}(1 - 6x) \gt 0\cr\cr \log_{0.3}(7) \gt \log_{0.3}(1 - 6x)\cr\cr 7 \lt 1 - 6x \ \ \text{and}\ \ 1 - 6x \gt 0\cr\cr 6x \lt -6 \ \ \text{and}\ \ -6x \gt -1\cr\cr x \lt -1 \ \ \ \text{and}\ \ \ x \lt \frac 16\cr\cr x \lt -1 \end{gather} $$

Here are the reasons for each step:

Notice in the third step that the inequality symbol changed direction, since equivalence $(2)$ is being used.

Example 3

SOLVE:

$$ \cssId{s94}{\ln(2x + 1) = \ln(7x - 3)} $$

Here's a screenshot from wolframalpha.com:

Wolfram Alpha screenshot

Writing a list of equivalent mathematical sentences:

$$ \begin{gather} \ln(2x + 1) = \ln(7x - 3)\cr\cr 2x + 1 = 7x - 3\cr \text{and}\ \ 2x + 1 \gt 0 \ \ \text{and}\ \ 7x-3 \gt 0\cr\cr -5x = -4\cr \text{and}\ \ 2x \gt -1 \ \ \text{and}\ \ 7x \gt 3\cr\cr x = \frac 45\cr \text{and}\ \ \ x \gt -\frac 12 \ \ \ \text{and}\ \ \ x \gt \frac{3}{7}\cr\cr x = \frac 45 \end{gather} $$

Concept Practice