Exponentials and Logarithms
Distinguish additive change from exponential growth and decay, then read logarithms as inverse exponents. Use domains and logarithm rules carefully when moving between products, sums, powers, and differences.
An exponential function places the changing quantity in the exponent, so equal steps in the input produce equal multiplying factors in the output. A logarithm reverses that relationship by asking which exponent produced a given positive value.
Exponential Change Uses a Fixed Factor
Compare the linear function
with the exponential function
Increasing by adds to , but it multiplies by :
| 0 | 0 | 1 |
| 1 | 2 | 2 |
| 2 | 4 | 4 |
| 3 | 6 | 8 |
| 4 | 8 | 16 |
Linear change adds a fixed amount. Exponential change multiplies by a fixed factor. More generally, if , then:
For a real-valued exponential function defined for every real input, the base must satisfy . The behavior depends on the base:
- if , the function grows as increases;
- if , the function decays as increases;
- if , the function is constant because .
A negative base can be raised to integer powers, but it does not produce a real value for every real exponent. It therefore does not define the same kind of real exponential function on all real inputs.
Exercise: Continue exponential growth
If , what is ?
Compute it first, then check your number.
HintExpand the power
Write four factors of .
SolutionMultiply by the fixed factor
Evaluate the power:
Each increase of in the exponent multiplies the output by .
Exercise: Trace exponential decay
If , what is ?
Compute it first, then check your number.
HintUse the base as the repeated factor
Expand the power as .
SolutionMultiply by one-half at each step
The value is:
Because the base lies between and , each increase in makes the output smaller.
Why Base (e) Appears Often
The constant
is a particularly useful exponential base. The function , also written , describes continuous proportional change particularly cleanly. Later, calculus will show that its rate of change at every point is equal to its current value.
For every real , is positive, , and:
These properties make the natural exponential useful in growth and decay, probability, differential equations, and optimization. In machine learning, it can also turn unrestricted real scores into positive quantities.
Logarithms Undo Exponentials
For a base with , the statement
means exactly the same thing as:
Log base of equals exactly when raised to the power equals .
The input must satisfy because a positive base raised to a real power always produces a positive value.
For example:
because .
Logarithms can be zero or negative even though their inputs must be positive:
The natural logarithm, written , uses base . Some mathematical texts also use for the natural logarithm, while calculators and other fields may use for base . A formula should state its convention when the base is not clear.
Exercise: Read a logarithm as an exponent
What is ?
Compute it first, then check your number.
HintRewrite as a power
Find such that .
SolutionFind the required exponent
Rewrite the logarithmic statement as an exponential one:
Since , the required exponent is . Therefore:
Logarithms Turn Products into Sums
For positive and , logarithms with the same valid base satisfy:
Repeated products therefore become sums. Using the natural logarithm:
This form is useful whenever many positive factors are multiplied. For example, the direct product of many small probabilities may become too small for a computer to represent accurately, while the sum of their logarithms remains manageable.
Division becomes subtraction:
and powers become multiplication:
These rules require positive logarithm inputs. They also do not turn addition into a simpler operation: in general, .
Exercise: Convert a product to a log sum
Which expression equals for positive probabilities?
Select one choice, then check.
HintUse the product rule repeatedly
First separate from , then separate the remaining product.
SolutionApply the logarithm product rule
Repeated use of the product rule gives:
Every probability is positive, and the same logarithm base is used in each term. No averaging occurs unless a later formula explicitly divides by the number of terms.
Exercise: Check a logarithm input
Which expression is defined as a real logarithm?
Select one choice, then check.
HintUse the range of an exponential
The value is positive for every real . A logarithm can therefore reverse it only for a positive input.
SolutionRequire a positive input
The expression is defined because . Its value is negative because lies between and .
Neither nor has a real value.
Use the Inverse Relationship as a Check
For positive :
and for every real :
The conditions differ because requires , while accepts every real . When exponentials and logarithms appear together, identify the base and domain before using the inverse relationship.
An exponential asks for the value produced by an exponent. A logarithm asks for the exponent that produced a positive value. Moving between these two forms is often the simplest way to evaluate an expression, solve an equation, or check a result.