AP Pre-Calculus Unit 2 ReviewExponential and Logarithmic Functions

Verified for the 2027 examCompiled by AP educators~27–40% of the exam
Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly→ and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc

AP Pre-Calculus Unit 2, Exponential and Logarithmic Functions, covers 15 topics worth 27-40% of the AP exam, building around exponential functions and logarithmic functions as tools for modeling real-world change. You'll work through geometric sequences, exponential growth and decay, function composition, inverses, and logarithmic manipulation. Real contexts like population growth, radioactive decay, and earthquake magnitudes show up throughout AP Pre-Calc, and semi-log plots connect the algebra to actual data modeling.

unit 2 review

AP Pre-Calc Unit 2 is about functions that change by repeated multiplication instead of repeated addition. The single biggest idea is proportional change, meaning output values grow or shrink by the same factor over equal input intervals, which is exactly what exponential functions model and what logarithmic functions reverse. The unit covers sequences, exponential and logarithmic functions, composition and inverses, and data modeling with semi-log plots. At 27-40% of the AP exam, it carries more weight than any other unit in the course.

What this unit covers

From sequences to functions: two kinds of change

The unit opens by contrasting the two fundamental growth patterns.

  • An arithmetic sequence adds the same amount each step. Its general term is an=a0+dna_n = a_0 + dn, and it behaves like a linear function f(x)=b+mxf(x) = b + mx with discrete inputs.
  • A geometric sequence multiplies by the same ratio each step. Its general term is gn=g0rng_n = g_0 r^n, and it behaves like an exponential function f(x)=abxf(x) = ab^x with discrete inputs.
  • The test for which one you have is always the same. Over equal-length input intervals, constant differences in output mean linear, constant ratios mean exponential. This single check shows up constantly in table-based problems.
  • Both sequence types can be written from a known kth term instead of the initial term, using an=ak+d(nk)a_n = a_k + d(n-k) or gn=gkr(nk)g_n = g_k r^{(n-k)}, which mirrors point-slope form for lines.

Exponential functions and their algebra

  • The general form is f(x)=abxf(x) = ab^x with initial value a0a \neq 0 and base b>0b > 0, b1b \neq 1. Growth happens when a>0a > 0 and b>1b > 1; decay happens when a>0a > 0 and 0<b<10 < b < 1.
  • Exponential graphs are always increasing or always decreasing, always concave up or always concave down, with no extrema and no inflection points. End behavior involves a horizontal asymptote.
  • Exponent properties have graphical meaning, and the exam loves this. The product property bmbn=bm+nb^m b^n = b^{m+n} means a horizontal translation of an exponential function is the same as a vertical dilation. The power property (bm)n=bmn(b^m)^n = b^{mn} means a horizontal dilation is the same as changing the base.
  • Equivalent forms reveal different information. If f(d)=2df(d) = 2^d models doubling every day, then f(d)=(27)d/7=128d/7f(d) = (2^7)^{d/7} = 128^{d/7} shows the quantity multiplies by 128 every week. Same function, different story.

Composition and inverses, the bridge to logarithms

This is the conceptual hinge of the unit. Logarithms only make sense once you understand inverses.

  • The composite function (fg)(x)=f(g(x))(f \circ g)(x) = f(g(x)) feeds the outputs of gg into ff. Its domain is restricted to inputs of gg whose outputs land in the domain of ff.
  • You also decompose functions, rewriting a complicated function as a composition of simpler ones. Translations and dilations are themselves compositions with g(x)=x+kg(x) = x + k or g(x)=kxg(x) = kx.
  • A function is invertible on a domain where each output comes from exactly one input. The inverse reverses the mapping, so if f(a)=bf(a) = b then f1(b)=af^{-1}(b) = a, tables flip their columns, and graphs reflect over y=xy = x.
  • The defining property is f(f1(x))=f1(f(x))=xf(f^{-1}(x)) = f^{-1}(f(x)) = x, and the domain and range swap between a function and its inverse.

Logarithms: definition, properties, solving

  • The definition is everything. logbc=a\log_b c = a if and only if ba=cb^a = c. A logarithm is just an exponent in disguise. Base 10 is the common log (written logx\log x), and base ee is the natural log.
  • Logarithmic functions f(x)=alogbxf(x) = a\log_b x have domain x>0x > 0, range all reals, a vertical asymptote at x=0x = 0, and are always increasing or always decreasing with consistent concavity, the mirror image of exponential behavior.
  • The log properties parallel the exponent properties. Product: logb(xy)=logbx+logby\log_b(xy) = \log_b x + \log_b y. Power: logbxn=nlogbx\log_b x^n = n\log_b x. Change of base: logbx=logaxlogab\log_b x = \frac{\log_a x}{\log_a b}. Each one has a graphical interpretation too (for example, a horizontal dilation of a log graph is a vertical translation).
  • Solving equations means using the inverse relationship to free up the variable, then checking for extraneous solutions. A log equation can produce an answer that makes the argument of a log negative, and that answer must be thrown out.
  • You also build inverses of transformed functions. The inverse of f(x)=abxh+kf(x) = ab^{x-h} + k comes from undoing each operation in reverse order, and the same goes for f(x)=alogb(xh)+kf(x) = a\log_b(x - h) + k.

Modeling with data: choosing and validating

  • Exponential models fit situations with proportional growth, like populations, compound interest, and radioactive decay. You can build one from an initial value and a ratio, or from two input-output pairs. Sometimes a constant must be added to the dependent variable to reveal the proportional pattern.
  • Logarithmic models fit the reverse situation, where inputs change proportionally over equal output intervals. Earthquake magnitude and sound intensity are the classic contexts.
  • When linear, quadratic, and exponential models all seem plausible, you compare them using context and residuals. A model is justified when its residual plot shows no pattern. The error is predicted minus actual, and context decides whether overestimating or underestimating is worse.
  • Semi-log plots are the diagnostic tool. Put the y-axis on a log scale, and exponential data turns linear. For y=abxy = ab^x, the linearized model is y=(lognb)x+lognay = (\log_n b)x + \log_n a, so the slope of the semi-log line is lognb\log_n b and the intercept is logna\log_n a.

Unit 2, Exponential and Logarithmic Functions at a glance

Topic groupCore objectHow change worksKey fact to remember
Sequences (2.1-2.2)an=a0+dna_n = a_0 + dn, gn=g0rng_n = g_0 r^nAdd dd vs. multiply by rrEqual differences mean linear, equal ratios mean exponential
Exponential functions (2.3-2.4)f(x)=abxf(x) = ab^xOutput multiplies by bb per unit inputHorizontal shift equals vertical dilation, by bx+k=bkbxb^{x+k} = b^k \cdot b^x
Exponential modeling (2.5-2.6)Model from ratio + initial value or two pointsGrowth factor bb ties to percent changePatternless residual plot validates a model
Composition and inverses (2.7-2.8)f(g(x))f(g(x)), f1f^{-1}Inverse reverses the mapping(a,b)(a, b) on ff means (b,a)(b, a) on f1f^{-1}; domain and range swap
Logarithms (2.9-2.13)f(x)=alogbxf(x) = a\log_b xInput multiplies by bb per unit outputlogbc=a    ba=c\log_b c = a \iff b^a = c; check for extraneous solutions
Log modeling and semi-log (2.14-2.15)Log models, linearized dataExponential data looks linear on a log scaleSemi-log slope is lognb\log_n b, intercept is logna\log_n a

Why Unit 2, Exponential and Logarithmic Functions matters in AP Pre-Calc

The whole course is organized around how functions change, and Unit 2 supplies the second great pattern of change. Unit 1 gave you functions built on rates of change that themselves change additively. This unit gives you proportional change, and then hands you the logarithm as the tool that undoes it.

  • Composition and inverses are introduced here but belong to the entire course. Every inverse function you meet later, including inverse trig functions, runs on the machinery built in this unit.
  • Modeling is one of the course's three big mathematical practices, and this unit is where model selection and validation (residual plots, error analysis, semi-log linearization) get their fullest treatment.
  • The "equivalent forms reveal different properties" theme appears here in its sharpest form. Rewriting 2d2^d as 128d/7128^{d/7} or expanding a log expression is the same skill the exam rewards everywhere.

How this unit connects across the course

  • Backward to polynomial and rational functions (Unit 1): the rate-of-change language carries straight over. Unit 1 functions change by varying amounts; exponential functions change by a constant factor. Competing model validation explicitly pits linear and quadratic models from Unit 1 against exponential models from this unit.
  • Forward to trigonometric and polar functions (Unit 3): inverse trig functions (arcsin, arccos, arctan) require restricting a domain to make a function invertible, the exact idea from inverse functions here. If inverses click now, Unit 3's hardest concept gets much easier.
  • Forward to parameters, vectors, and matrices (Unit 4): function composition returns when you work with transformations and with functions involving parameters, and the modeling-validation mindset carries into every later modeling task.

Key formulas and procedures

  • an=a0+dna_n = a_0 + dn and an=ak+d(nk)a_n = a_k + d(n-k): arithmetic sequence from an initial value or from any known term.
  • gn=g0rng_n = g_0 r^n and gn=gkr(nk)g_n = g_k r^{(n-k)}: geometric sequence from an initial value or from any known term.
  • f(x)=abxf(x) = ab^x: general exponential form, where aa is the initial value and bb is the growth factor tied to percent change.
  • bmbn=bm+nb^m b^n = b^{m+n} and (bm)n=bmn(b^m)^n = b^{mn}: exponent properties for rewriting exponentials, each with a graphical meaning (translation as dilation, dilation as base change).
  • logbc=a    ba=c\log_b c = a \iff b^a = c: the definition of a logarithm; convert between forms whenever a variable is stuck in an exponent or inside a log.
  • logb(xy)=logbx+logby\log_b(xy) = \log_b x + \log_b y, logbxn=nlogbx\log_b x^n = n\log_b x: product and power properties for condensing or expanding log expressions.
  • logbx=logaxlogab\log_b x = \frac{\log_a x}{\log_a b}: change of base, used to evaluate logs in any base on a calculator.
  • f(f1(x))=xf(f^{-1}(x)) = x: the identity-composition check that two functions are inverses.
  • Finding an inverse of f(x)=abxh+kf(x) = ab^{x-h} + k or f(x)=alogb(xh)+kf(x) = a\log_b(x - h) + k: undo each operation in reverse order.
  • Building an exponential model from two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2): solve for bb from the ratio of outputs, then back out aa.
  • Semi-log linearization of y=abxy = ab^x: the line y=(lognb)x+lognay = (\log_n b)x + \log_n a, so slope gives lognb\log_n b and intercept gives logna\log_n a.
  • Residual plot check: a model fits when residuals show no pattern.

Unit 2, Exponential and Logarithmic Functions on the AP exam

This unit is 27-40% of the exam, the largest share of any unit, so fluency here moves your score more than anything else. Exponential and logarithmic content appears in both multiple choice sections (with and without calculator) and in the free response section.

  • Function-concept questions ask you to identify growth versus decay, describe end behavior and concavity, reason about asymptotes, and interpret what the base bb means in context (a growth factor or percent change).
  • Manipulation questions ask you to rewrite exponential and log expressions in equivalent forms, connect those rewrites to graph transformations, and solve equations while ruling out extraneous solutions.
  • Modeling free response is where this unit pays off. The exam's modeling task gives you data or a contextual scenario and asks you to construct a function model, use it to answer questions, and interpret quantities like the growth factor or error in context. Semi-log plots and residual analysis fit naturally here.
  • Multiple representations matter. Expect to move between tables, graphs, equations, and verbal descriptions, for example reading inverse values off a table or estimating a composite function value from two graphs.
  • On the calculator-allowed sections, regression and numerical evaluation are fair game, but you still have to justify why a chosen model is appropriate.

Essential questions

  • What distinguishes a quantity that changes proportionally from one that changes at a constant rate, and how can you tell from a table, graph, or context?
  • Why does every exponential relationship have a logarithmic counterpart, and what does it mean for two functions to undo each other?
  • How do equivalent algebraic forms of the same function reveal different information about a real situation?
  • How do you decide which function model best fits a data set, and how do you know when a model should be trusted?

Key terms to know

  • Common difference: the constant amount added between successive terms of an arithmetic sequence.
  • Common ratio: the constant factor multiplied between successive terms of a geometric sequence.
  • Growth factor: the base bb in f(x)=abxf(x) = ab^x, telling you what the output is multiplied by for each unit increase in input.
  • Exponential decay: the pattern produced when a>0a > 0 and 0<b<10 < b < 1, so outputs shrink by a constant proportion.
  • Composite function: the function fgf \circ g that uses outputs of gg as inputs to ff, with domain restricted accordingly.
  • Invertible: describes a function whose every output comes from exactly one input on a given domain, so an inverse function exists.
  • Logarithm: the exponent to which a base must be raised to produce a given value; logbc=a\log_b c = a exactly when ba=cb^a = c.
  • Common logarithm: a logarithm with base 10, written without a subscript.
  • Natural logarithm: a logarithm with base ee, written lnx\ln x.
  • Extraneous solution: an answer produced by valid algebra that fails the original equation, often by making a log argument nonpositive.
  • Residual plot: the graph of differences between actual and predicted values; a patternless plot justifies the model.
  • Semi-log plot: a graph with one logarithmically scaled axis, on which exponential data appears linear.
  • Linearization: rewriting exponential data as a linear relationship on a semi-log scale so linear techniques apply.

Common mix-ups

  • A logarithm's domain restriction applies to the argument, not the answer. logbx\log_b x needs x>0x > 0, but the output can be any real number, including negatives. Students flip this constantly.
  • Exponential functions abxab^x have a variable exponent. Power functions like x2x^2 have a variable base. "It has an exponent" does not make a function exponential.
  • logb(x+y)\log_b(x + y) is not logbx+logby\log_b x + \log_b y. The product property only splits multiplication inside the log, never addition.
  • The inverse of ff is f1f^{-1}, a reversed mapping, not 1f(x)\frac{1}{f(x)}. The notation looks like a reciprocal but means something completely different.

Frequently Asked Questions

What topics are covered in AP Pre-Calc Unit 2?

AP Pre-Calc Unit 2 covers 15 topics built around exponential functions and logarithmic functions. You'll work through arithmetic and geometric sequences, exponential and linear change, exponential function manipulation and data modeling, composition of functions, inverse functions, logarithmic expressions, logarithmic function manipulation, exponential and logarithmic equations and inequalities, and semi-log plots. Here's the full topic list: - 2.1 Change in Arithmetic and Geometric Sequences - 2.2 Change in Linear and Exponential Functions - 2.3 Exponential Functions - 2.4 Exponential Function Manipulation - 2.5 Exponential Function Context and Data Modeling - 2.6 Competing Function Model Validation - 2.7 Composition of Functions - 2.8 Inverse Functions - 2.9 Logarithmic Expressions - 2.10 Inverses of Exponential Functions - 2.11 Logarithmic Functions - 2.12 Logarithmic Function Manipulation - 2.13 Exponential and Logarithmic Equations and Inequalities - 2.14 Logarithmic Function Context and Data Modeling - 2.15 Semi-log Plots See AP Pre-Calc Unit 2 for matched practice on every topic.

How much of the AP Pre-Calc exam is Unit 2?

AP Pre-Calc Unit 2 makes up 27-40% of the AP exam, making it the heaviest-weighted unit on the test. That range covers everything from exponential functions and geometric sequences to logarithmic functions, inverse functions, and semi-log plots across 15 topics. Putting serious time into this unit pays off more than almost anything else you can do.

What's on the AP Pre-Calc Unit 2 progress check (MCQ and FRQ)?

The AP Pre-Calc Unit 2 progress check in AP Classroom includes both MCQ and FRQ parts drawn from the unit's 15 topics. The MCQ section tests skills like identifying exponential functions, working with logarithmic expressions, and analyzing geometric sequences. The FRQ part asks you to model real-world contexts, manipulate logarithmic functions, and interpret semi-log plots or exponential equations. Topics most likely to show up on the progress check include: - Exponential and Logarithmic Equations and Inequalities (2.13) - Logarithmic Function Context and Data Modeling (2.14) - Exponential Function Context and Data Modeling (2.5) - Composition and Inverse Functions (2.7, 2.8, 2.10) - Semi-log Plots (2.15) Practice with questions matched to every progress check topic at AP Pre-Calc Unit 2.

How do I practice AP Pre-Calc Unit 2 FRQs?

AP Pre-Calc Unit 2 FRQs most often ask you to model a real-world situation using exponential functions or logarithmic functions, solve equations and inequalities, and interpret semi-log plots. To practice well, work through context-and-data-modeling problems from topics 2.5 and 2.14, then move to multi-step problems combining inverse functions (2.8, 2.10) with logarithmic manipulation (2.12). A solid FRQ practice routine looks like this: 1. Write out every step, not just the answer. Graders award points for process. 2. Practice translating word problems into exponential or logarithmic equations before solving. 3. Review semi-log plot interpretation (2.15) separately since it's a common FRQ context. 4. Check your work against the scoring criteria to see exactly where points are earned. Find practice FRQ sets for this unit at AP Pre-Calc Unit 2.

Where can I find AP Pre-Calc Unit 2 practice questions?

The best place to find AP Pre-Calc Unit 2 practice questions, including MCQ and practice test sets, is AP Pre-Calc Unit 2. That page has questions matched to all 15 topics, from geometric sequences and exponential functions in the early topics to logarithmic functions, semi-log plots, and equation solving in the later ones. For MCQ practice, focus on topics 2.3, 2.11, and 2.13, which consistently appear in multiple-choice format. For a practice test experience, work through the full topic list in order so the skills build on each other the way the real exam expects.

How should I study AP Pre-Calc Unit 2?

Start with the foundations before jumping to logarithmic functions: make sure you're solid on geometric sequences (2.1) and exponential function behavior (2.3) first, because everything in the back half of the unit builds on those ideas. Unit 2 covers 27-40% of the AP exam, so it's worth a structured plan. Here's a study approach that works: 1. Learn exponential functions (2.3-2.5) and practice graphing and transforming them before moving on. 2. Work through composition and inverse functions (2.7, 2.8) carefully. These are the bridge to understanding logarithms. 3. Study logarithmic expressions and logarithmic function manipulation (2.9, 2.11, 2.12) together. The log rules are easier when you see them as a group. 4. Practice solving exponential and logarithmic equations and inequalities (2.13) with timed sets. 5. Finish with data modeling (2.5, 2.14) and semi-log plots (2.15), which are the most common FRQ contexts. Review topic by topic at AP Pre-Calc Unit 2 and do at least one timed practice set per study session.