Zum Inhalt springen

English:Exponential and Logarithmic Functions

Aus MOOCsWiki Staging
Die Druckversion wird nicht mehr unterstützt und kann Darstellungsfehler aufweisen. Bitte aktualisiere deine Browser-Lesezeichen und verwende stattdessen die Standard-Druckfunktion des Browsers.
aiMOOC-Siegel

Exponential and Logarithmic Functions



Introduction

Exponential and logarithmic functions describe change across many areas of mathematics, science, technology, economics, and everyday life. This aiMOOC is designed for learners in Grades 11–13. You will learn how exponential and logarithmic functions are defined, how their graphs behave, how they are connected as inverse functions, how to solve equations involving them, and how to use them in realistic models.

You should already be comfortable with Functions, powers, roots, algebraic manipulation, coordinate graphs, and solving equations. By the end of the course, you should be able to choose and justify an exponential or logarithmic model, interpret its parameters, solve related equations, check domain restrictions, and explain your reasoning in words, symbols, tables, and graphs.

The image above connects an exponential function with its logarithm. Keep this inverse relationship in mind throughout the course: exponentials answer questions about outputs produced by powers, while logarithms answer questions about the exponent needed to produce a given output.


Learning Goals

After completing this aiMOOC, you should be able to explain the meaning of an exponential function, distinguish growth from decay, interpret the base and initial value, describe the role of horizontal and vertical asymptotes, convert between exponential and logarithmic form, use logarithm laws correctly, solve exponential and logarithmic equations, and apply these ideas to compound interest, half-life, and other quantitative contexts.

You should also be able to evaluate whether a model is reasonable. A mathematically correct calculation is not enough if the assumptions, units, domain, or interpretation do not fit the situation.


Exponential Functions


Definition and Basic Form

An exponential function has the form

f(x)=abx

where a0, b>0, and b1. The variable is in the exponent. The number a gives the value at x=0, because b0=1. The number b is the growth or decay factor for a one-unit increase in x.

For the basic function f(x)=bx, the domain is all real numbers and the range is all positive real numbers. The graph passes through (0,1). The horizontal axis y=0 is a horizontal asymptote: the graph can approach it without reaching it.

If b>1, the function is increasing and models exponential growth. If 0<b<1, the function is decreasing and models exponential decay. The percentage change per unit is constant even though the absolute change is not.

For example, a quantity that grows by 5 percent per year can be modeled with a factor of 1.05. A quantity that decreases by 12 percent per year can be modeled with a factor of 0.88.


Transformations of Exponential Graphs

A transformed exponential function can be written as

f(x)=Abxh+k.

The parameter h shifts the graph horizontally, k shifts it vertically, and A scales the graph vertically. If A is negative, the graph is reflected across the horizontal axis. The horizontal asymptote becomes y=k.

When you analyze a transformed function, identify the asymptote first. Then inspect the sign of A, the base b, and the shifts. This makes the graph easier to predict before plotting points.


Growth Factors, Decay Factors, and Rates

A relative growth rate r corresponds to the factor 1+r. A relative decay rate r corresponds to the factor 1r. Rates must be written as decimals in formulas.

A model with initial amount P0 and constant relative change per period is

P(t)=P0(1+r)t

for growth, or

P(t)=P0(1r)t

for decay.

The same idea can be written using doubling time Td:

P(t)=P02t/Td.

For half-life T1/2, a common decay model is

P(t)=P0(12)t/T1/2.


Logarithmic Functions


Logarithms as Inverse Functions

A logarithm reverses exponentiation. For b>0, b1, and x>0,

logb(x)=y

means exactly the same as

by=x.

This equivalence is the central definition of a logarithm. For example, log2(8)=3 because 23=8.

The function y=logb(x) is the inverse of y=bx. Their graphs are reflections of one another across the line y=x. Therefore, the domain and range switch: a logarithmic function has domain x>0 and range all real numbers.

The vertical line x=0 is a vertical asymptote of the basic logarithmic function. A real logarithm of zero or of a negative number is undefined.


Comparing Different Logarithm Bases

Common bases include base 10, base 2, and base e. The natural logarithm is written ln(x) and means loge(x). In computing, base 2 is especially important. In science and engineering, base 10 and natural logarithms are common.

For bases greater than 1, logarithmic functions increase. For bases between 0 and 1, they decrease. All basic logarithm graphs pass through (1,0), because b0=1.


Laws of Logarithms

The logarithm laws convert multiplication into addition, division into subtraction, and powers into multiplication. For positive M and N,

logb(MN)=logb(M)+logb(N)

logb(MN)=logb(M)logb(N)

logb(Mp)=plogb(M).

These rules follow from exponent laws. They are powerful, but they apply only when the logarithm arguments are in the real logarithm domain.

A frequent error is to assume that logarithms distribute over addition. In general,

logb(M+N)logb(M)+logb(N).


Change of Base

If your calculator does not directly provide logb(x), use

logb(x)=ln(x)ln(b)

or

logb(x)=log10(x)log10(b).

The change-of-base formula is also useful for deriving numerical answers and comparing logarithms with different bases.


Solving Exponential Equations

An exponential equation has the variable in an exponent. Choose a method based on the structure of the equation.

If both sides can be written using the same base, rewrite them and compare exponents. For example,

8x1=4x+1

becomes

23x3=22x+2,

so 3x3=2x+2 and therefore x=5.

If the bases cannot be matched conveniently, isolate the exponential expression and take logarithms. For example,

32x=20

gives

2x=203

and therefore

x=ln(20/3)ln2.

When you use a decimal approximation, keep enough digits during intermediate steps and round only at the end unless the context requires otherwise.


Solving Logarithmic Equations

A logarithmic equation requires special attention to the domain. Every logarithm argument must be positive in a real-valued solution.

Consider

log3(x1)+log3(x+1)=2.

First combine the logarithms:

log3((x1)(x+1))=2.

Convert to exponential form:

x21=9,

so x2=10. Algebra gives x=±10, but the original equation requires x1>0. Therefore only x=10 is valid.

Always check candidate solutions in the original equation. Algebraic transformations can produce values that violate a logarithm's domain.


Applications


Compound Interest

If a principal P earns an annual nominal interest rate r, compounded n times per year for t years, the balance is

A=P(1+rn)nt.

The formula is exponential because the current balance repeatedly becomes the basis for the next interest calculation.

For continuous compounding, the model is

A=Pert.

To find the time required to reach a target balance, you can isolate the exponential expression and use a logarithm. This is an important example of logarithms solving for an unknown exponent.


Half-Life and Exponential Decay

Many decay processes are modeled with

N(t)=N0ekt

for a positive decay constant k. The half-life is the time needed for the quantity to decrease to half its initial value. It satisfies

T1/2=ln2k.

A half-life model does not mean that the quantity loses the same absolute amount in every time interval. It loses the same fraction over equal intervals.


Logarithmic Scales

Logarithmic scales are useful when quantities span many orders of magnitude. Instead of treating equal differences as equally important, a logarithmic scale represents multiplicative ratios in a more compact way.

Examples include measures of sound intensity, acidity, and some magnitude scales used in science. When interpreting any logarithmic scale, identify the base, the reference quantity, and whether the displayed value is directly proportional to a logarithm or uses an additional scale factor.


Connecting Exponential and Logarithmic Views

A single relationship can often be written in two complementary forms. The statement

25=32

and the statement

log2(32)=5

contain the same information.

Thinking in both directions is useful. An exponential model predicts an amount from a time. A logarithm can reverse the model and determine the time needed to reach a specified amount.

For an increasing exponential function with base greater than 1, large output values may require only moderate changes in the input. Conversely, the corresponding logarithm grows slowly: very large changes in the input produce much smaller changes in the logarithmic output.


The Natural Exponential Function and Calculus Connection

The number e is approximately 2.71828. The function ex is especially important because its derivative is itself:

ddxex=ex.

The natural logarithm is its inverse, and for x>0,

ddxlnx=1x.

These relationships make ex and lnx central in calculus, differential equations, growth and decay models, probability, and many scientific applications. For Grade 13 or advanced learners, this connection provides a bridge from algebraic function work to calculus.


Worked Examples


Example: Exponential Growth

A population of cells starts at 1,200 and grows by 5 percent per hour. A suitable model is

P(t)=1200(1.05)t.

The initial value is 1,200, the hourly growth factor is 1.05, and the growth rate is 5 percent. To find when the population reaches 2,000, solve

1200(1.05)t=2000,

so

t=ln(2000/1200)ln(1.05).

The logarithm appears because time is in the exponent.


Example: Exponential Decay

Suppose a quantity loses 18 percent of its value each year. The annual retention factor is 10.18=0.82, so with initial value V0,

V(t)=V0(0.82)t.

The model is decreasing because its base lies between 0 and 1.


Example: Solving with a Logarithm

To solve

52x1=17,

take natural logarithms:

(2x1)ln5=ln17.

Then

x=12(1+ln17ln5).

This method works because logarithms transform an exponent into a multiplier.


Example: Checking a Logarithmic Solution

Consider

ln(x2)=1.

Convert to exponential form:

x2=e,

so x=e+2. The domain condition x2>0 is satisfied, so the solution is valid.


Common Misconceptions and Error Checks

Error 1: Treating exponential growth as linear growth. A constant percentage change produces changing absolute increments.

Error 2: Forgetting that a logarithm argument must be positive. This can lead to invalid solutions.

Error 3: Using log(a+b)=loga+logb. This identity is false.

Error 4: Confusing growth rate with growth factor. A 7 percent increase uses the factor 1.07, not 0.07.

Error 5: Ignoring units and time intervals. A monthly rate cannot be inserted into a yearly model without adjusting the time scale.

Error 6: Rounding too early. Premature rounding can noticeably change the final answer in multi-step exponential calculations.


Model Selection and Interpretation

A good model begins with a question about how a quantity changes. If equal input intervals produce approximately equal differences, a linear model may be appropriate. If equal input intervals produce approximately equal ratios or percentage changes, an exponential model may be more appropriate.

To test an exponential model from data, compare successive ratios when input values are equally spaced. You can also use logarithms to transform some exponential relationships into linear ones. For example, if

y=Aekx,

then

lny=lnA+kx,

so a plot of lny against x is linear when the model fits exactly.

When using technology, do not rely on a regression output alone. Inspect the data, residuals, units, and context, and ask whether extrapolation beyond the observed range is defensible.


Interactive Tasks


Quiz: Test Your Knowledge

Which statement defines a logarithm correctly? (log base b of x equals y exactly when b to the power y equals x) (!log base b of x equals the product of b and x) (!log base b of x equals x to the power b) (!log base b of x equals b divided by x)




What condition on the base produces exponential growth for the basic function? (the base is greater than one) (!the base equals zero) (!the base is negative) (!the base lies between zero and one)




What is the domain of a real logarithmic function? (positive real inputs) (!all real inputs) (!negative real inputs only) (!nonnegative real inputs)




Which expression represents a 12 percent annual decay factor? (zero point eight eight) (!one point one two) (!zero point one two) (!one point eight eight)




Which logarithm law converts a power into a multiplier? (power law) (!sum law) (!difference law) (!reflection law)




What is the horizontal asymptote of the basic exponential function? (the x axis) (!the y axis) (!the line y equals one) (!the line x equals one)




Why must candidate solutions of logarithmic equations be checked? (a candidate may make a logarithm argument nonpositive) (!a logarithm always has two answers) (!every logarithm equation has an extraneous root) (!logarithms cannot be evaluated exactly)




Which function is the inverse of the natural exponential function? (the natural logarithm) (!the square root) (!the reciprocal function) (!the sine function)




What type of change is characteristic of an exponential model over equal time intervals? (constant multiplicative change) (!constant additive change) (!random sign change) (!constant second difference only)




What does the change of base formula allow you to do? (evaluate a logarithm using another logarithm base) (!replace an exponent by a square root) (!turn every exponential model into a linear model) (!remove all domain restrictions)





Memory Game

Exponential function A function in which the variable occurs in an exponent
Logarithm The inverse operation that determines an exponent
Growth factor The multiplier applied during each equal growth interval
Half-life The time required for a decaying quantity to fall to half its value
Asymptote A line that a graph approaches in a limiting sense
Natural logarithm The logarithm with base e
Change of base A method for rewriting a logarithm using another base





Drag and Drop

Match the correct terms. Topic
Exponential growth Constant positive percentage change
Exponential decay Constant negative percentage change
Inverse relationship Reflection across the line y equals x
Logarithm domain Positive real inputs
Natural base The number e




...


Crossword Puzzle

Exponential What type of function has the variable in the exponent?
Logarithm What inverse operation determines an exponent?
Asymptote What line can a graph approach without reaching?
Doubling What process time describes growth to twice an amount?
Halflife What decay time reduces a quantity to half its value?
Inverse What relationship connects exponential and logarithmic functions?





LearningApps


Cloze Text

Complete the text.

An exponential function has the variable in the

. For the basic model, a base greater than one produces

. A base between zero and one produces

. A logarithm reverses

. The real logarithm domain contains only

inputs. The natural logarithm has base

. The product law turns multiplication inside a logarithm into

. To solve for an unknown exponent, you can often use a

. A constant percentage change is a key sign of an

model. In a half-life model, the quantity is multiplied by one half after each

.




Open-Ended Tasks


Easy

  1. Graph Comparison: Draw an exponential growth graph and its inverse logarithmic graph on the same axes, mark the line y equals x, and explain the symmetry in three or four sentences.
  2. Growth and Decay Cards: Create a set of example cards showing four real or invented situations and classify each as growth, decay, or neither, with one sentence of justification.
  3. Logarithm Translation Practice: Write eight pairs that translate between exponential form and logarithmic form, then exchange them with a classmate for checking.
  4. Parameter Poster: Produce a one-page visual explaining what the parameters in an exponential model tell you about initial value, growth factor, decay factor, and asymptote.


Standard

  1. Compound Interest Investigation: Compare annual, monthly, and continuous compounding for one principal and interest rate, show your calculations in a table, and explain why the balances differ.
  2. Half-Life Experiment Model: Simulate repeated decay with coins, dice, or a spreadsheet, record the remaining quantity after each round, fit an exponential model, and discuss the difference between model and random data.
  3. Interview About Exponential Change: Interview someone who works with growth, decay, finance, computing, science, or data, then summarize where multiplicative change appears in that person's work.
  4. Technology Graphing Study: Use graphing software to explore transformations of an exponential or logarithmic function and create annotated screenshots that explain the effect of each parameter.


Advanced

  1. Data Modeling Project: Find or collect a data set that may show exponential behavior, justify your model choice, fit a model, analyze residuals, and discuss the limits of extrapolation.
  2. Logarithmic Scale Explainer: Create a short video or narrated presentation explaining one logarithmic scale, including its reference quantity, mathematical structure, and interpretation of multiplicative changes.
  3. Linearization Investigation: Use a data set modeled by y equals A times e to the power kx, transform the dependent variable with a natural logarithm, and compare the original exponential graph with the transformed linear graph.
  4. Calculus Connection Report: Derive or explain how the derivatives of e to the power x and natural log x connect to inverse functions, then apply the result to one growth or decay model.



Learning Assessment

  1. Model Choice and Defense: Given three unfamiliar data sets, choose a plausible model for each, justify your choices using differences or ratios, and identify where more evidence would be needed.
  2. Equation Strategy: Solve one exponential and one logarithmic equation by two different methods where possible, compare the methods, and explain which is more efficient and why.
  3. Domain and Validity Analysis: Analyze a logarithmic equation with multiple algebraic candidates, identify all domain restrictions, and justify which candidates are valid in the original equation.
  4. Application Transfer: Build an exponential model for a new context, determine a time or threshold with logarithms, and interpret the result with units and a statement about model assumptions.
  5. Error Analysis: Examine a worked solution containing at least three conceptual errors, correct each error, and explain how the incorrect reasoning could be detected before calculation.
  6. Representation Synthesis: Represent one exponential relationship as a formula, table, graph, verbal description, and inverse logarithmic statement, and explain what information becomes most visible in each form.




Evidence of Learning

Strong evidence of learning includes accurate knowledge of the definitions and domains of exponential and logarithmic functions; fluent conversion between exponential and logarithmic form; correct use of exponent and logarithm laws; and reliable solution methods for exponential and logarithmic equations.

It also includes skills in graph interpretation, parameter analysis, model selection, use of technology, domain checking, estimation, and communication. You should be able to explain not only what you calculated but why the method is valid.

Useful products include annotated graphs, data investigations, spreadsheets, written explanations, model reports, interview summaries, experiments, presentations, and videos. High-quality work makes units, assumptions, restrictions, and limitations explicit.

Transfer is demonstrated when you recognize multiplicative change in a new setting, build or critique a model, use logarithms to reverse an exponential relationship, and judge whether the result is reasonable in context.




OERs on the Topic

The following English Wikipedia resources provide useful background and reference material.



Linked Learning Areas

This topic connects algebra with Functions, Financial mathematics, Statistics, Physics, Chemistry, Biology, Computer science, and Calculus. These links are especially useful when you want to move from symbolic manipulation to modeling, interpretation, and transfer across disciplines.


aiMOOC Projects