Fiveable

๐Ÿ“ˆAP Pre-Calculus Unit 2 Review

QR code for AP Pre-Calculus practice questions

2.13 Exponential and Logarithmic Equations and Inequalities

2.13 Exponential and Logarithmic Equations and Inequalities

Written by the Fiveable Content Team โ€ข Last updated June 2026
Verified for the 2027 exam
Verified for the 2027 examโ€ขWritten by the Fiveable Content Team โ€ข Last updated June 2026
๐Ÿ“ˆAP Pre-Calculus
Unit & Topic Study Guides
Pep mascot

To solve exponential and logarithmic equations and inequalities, use exponent rules, log rules, and the fact that exponentials and logarithms undo each other. Always check your answers for extraneous solutions, since log arguments must stay positive.

Exponential and Logarithmic Equations Summary

In AP Precalculus Topic 2.13, exponential and logarithmic equations are usually about choosing the right rewrite. If the bases match, set the exponents equal. If the variable is in an exponent and the bases do not match, take lnโก\ln or logโก\log of both sides and use the power rule. If the equation has logarithms, combine or rewrite them carefully while keeping the original domain restrictions.

The most important check is whether your answer is allowed in the original problem. Log arguments must be positive, contextual quantities may have limits, and inequalities can flip when you apply a decreasing exponential or logarithmic function with base between 0 and 1.

Why This Matters for the AP Precalculus Exam

This topic pulls together everything you have learned about exponential and logarithmic functions in Unit 2 and turns it into a problem-solving skill. Exponential and logarithmic functions carry a large share of weight on the exam, so being able to solve these equations cleanly matters.

You will see these skills on both the multiple-choice and free-response sections. Some questions can be done by hand, while others let you use a graphing calculator to find points of intersection or numerical solutions. On free-response questions, answers without supporting work may not support a stronger score, so showing each step is important for clear exam work. Because exponential and logarithmic manipulation needs precision, skipping steps is where most errors sneak in.

Key Takeaways

  • Use properties of exponents, properties of logarithms, and the inverse relationship between exponentials and logs to rewrite and solve equations and inequalities.
  • A logarithm and an exponential with the same base undo each other: logโกbc=a\log_b c = a exactly when ba=cb^a = c.
  • Always check for extraneous solutions, especially solutions that would make a log argument zero or negative.
  • The identity bx=c(logโกcb)(x)b^x = c^{(\log_c b)(x)} lets you rewrite an exponential expression with a different base when that is useful.
  • To find the inverse of f(x)=ab(xโˆ’h)+kf(x) = ab^{(x-h)} + k or f(x)=alogโกb(xโˆ’h)+kf(x) = a\log_b(x-h) + k, reverse each operation in the opposite order it was applied.
  • Logarithms have a restricted domain (argument greater than zero), so keep that in mind for both solving and inverses.

Solving Exponential and Logarithmic Equations and Inequalities

Properties of exponents, properties of logarithms, and the inverse relationship between exponential and logarithmic functions can all be used to solve equations and inequalities. These tools let you change the form of an equation into something easier to solve.

Using Exponent and Log Properties

Exponent rules like the product, quotient, and power properties help you combine or split exponential expressions. For example, if you have

2xโ‹…2y=2z2^x \cdot 2^y = 2^z

you can use the product property to write

2x+y=2z.2^{x+y} = 2^z.

Once the bases match, the exponents must be equal, so x+y=zx + y = z.

Logarithm rules work the same way. The product rule lets you combine two logs with the same base:

logโก2x+logโก2y=logโก2(xy).\log_2 x + \log_2 y = \log_2(xy).

Combining logs into a single logarithm is often the first step in solving a logarithmic equation, because once you have a single log you can rewrite the equation in exponential form.

Using the Inverse Relationship

Because exponentials and logarithms are inverses, you can switch between the two forms to isolate a variable. For example, to solve

2x=82^x = 8

rewrite it as a logarithm:

x=logโก28=3.x = \log_2 8 = 3.

If the bases do not match nicely, take a logarithm of both sides instead. For an equation like 5x=175^x = 17, take logโก\log or lnโก\ln of both sides and use the power rule to bring the exponent down.

Changing the Base

You can rewrite an exponential expression using a different base with the identity

bx=c(logโกcb)(x).b^x = c^{(\log_c b)(x)}.

This is handy when you want everything written with the same base, or with base ee, so the rest of the problem is easier to manage.

Inequalities and Direction

Solving an inequality works much like solving the matching equation, but you have to watch the direction of the inequality. Exponential and logarithmic functions with a base greater than 1 are increasing, so applying them keeps the inequality direction the same. With a base between 0 and 1 the function is decreasing, which flips the inequality. Always think about whether the function you are applying is increasing or decreasing.

Extraneous Solutions

When you solve exponential and logarithmic equations, some answers you find may not actually be valid. These are called extraneous solutions, and they can show up from either algebraic steps or graphing.

The most common trap with logarithms is the domain. A logarithm is only defined when its argument is greater than zero, so any candidate solution that makes a log argument zero or negative must be thrown out.

For example, when solving

logโก(x+1)+logโก(xโˆ’1)=logโก8\log(x+1) + \log(x-1) = \log 8

you can combine the left side into logโก((x+1)(xโˆ’1))\log\big((x+1)(x-1)\big), set the arguments equal, and solve. After finding candidate values, plug each one back into the original equation. Any value that makes x+1x+1 or xโˆ’1x-1 zero or negative is not a real solution, since the log of that argument does not exist.

Always finish by checking your results against the domain and any limits from the context of the problem.

Building Inverses of Exponential and Logarithmic Functions

You can build the inverse of transformed exponential and logarithmic functions by reversing each operation. The idea is the same as undoing a chain of steps: reverse them in the opposite order they were applied.

Inverse of an Exponential Function

The function

f(x)=ab(xโˆ’h)+kf(x) = ab^{(x-h)} + k

is the general exponential function with shifts and a vertical stretch. To find its inverse, start from y=ab(xโˆ’h)+ky = ab^{(x-h)} + k and undo each piece:

  1. Subtract kk from both sides: yโˆ’k=ab(xโˆ’h)\quad y - k = ab^{(x-h)}

  2. Divide both sides by aa: yโˆ’ka=b(xโˆ’h)\quad \dfrac{y-k}{a} = b^{(x-h)}

  3. Take a logarithm (here lnโก\ln) of both sides: lnโกโ€‰โฃ(yโˆ’ka)=(xโˆ’h)lnโกb\quad \ln\!\left(\dfrac{y-k}{a}\right) = (x-h)\ln b

  4. Solve for xx: x=h+lnโกโ€‰โฃ(yโˆ’ka)lnโกb\quad x = h + \dfrac{\ln\!\left(\dfrac{y-k}{a}\right)}{\ln b}

This gives you the input xx that produces a given output yy.

Inverse of a Logarithmic Function

The function

f(x)=alogโกb(xโˆ’h)+kf(x) = a\log_b(x-h) + k

is the general logarithmic function with the same kinds of transformations. Starting from y=alogโกb(xโˆ’h)+ky = a\log_b(x-h) + k, undo each operation:

  1. Subtract kk from both sides: yโˆ’k=alogโกb(xโˆ’h)\quad y - k = a\log_b(x-h)

  2. Divide both sides by aa: yโˆ’ka=logโกb(xโˆ’h)\quad \dfrac{y-k}{a} = \log_b(x-h)

  3. Rewrite in exponential form (raise bb to both sides): b(yโˆ’k)/a=xโˆ’h\quad b^{(y-k)/a} = x - h

  4. Add hh to both sides: x=b(yโˆ’k)/a+h\quad x = b^{(y-k)/a} + h

So the inverse is fโˆ’1(x)=b(xโˆ’k)/a+hf^{-1}(x) = b^{(x-k)/a} + h once you swap the roles of xx and yy. Notice that the exponential inverse uses a log step, and the logarithmic inverse uses an exponential step, which matches the inverse relationship between the two function types.

How to Use This on the AP Precalculus Exam

Problem Solving

  • Decide first whether to match bases or take a logarithm of both sides. Matching bases is cleaner when both sides can be written with the same base.
  • When a variable is stuck in an exponent, take lnโก\ln or logโก\log of both sides and use the power rule to bring it down.
  • Combine logs into a single logarithm before rewriting a logarithmic equation in exponential form.
  • For inequalities, check whether the base is greater than 1 (direction stays) or between 0 and 1 (direction flips).

Free Response

  • Show each step of your manipulation. Answers without supporting work may not support a stronger score, so write out your log and exponent moves clearly.
  • State any solutions you reject and why, such as a value that makes a log argument negative.
  • If a question allows a calculator, you can confirm a solution by finding the intersection of the two sides graphed as separate functions.

Common Trap

  • Forgetting to check the domain after solving a log equation. Always test candidate solutions in the original equation.

Common Misconceptions

  • "Every algebraic solution is valid." Some answers are extraneous. A value that makes a log argument zero or negative is not a real solution, even if the algebra looked fine.
  • "Inequalities always keep the same direction." With an exponential or logarithmic base between 0 and 1, the function is decreasing, so the inequality direction flips.
  • "logโก(x+1)+logโก(xโˆ’1)\log(x+1) + \log(x-1) is the same as logโก(x+1)(xโˆ’1)\log(x+1)(x-1) with no restrictions." The combined form is only valid where both original arguments are positive, so you still have to respect the original domain.
  • "You can only solve bx=cb^x = c when the bases match." If they do not match, take a logarithm of both sides and use the power rule to bring the exponent down.
  • "Finding an inverse just means flipping a sign." Building an inverse means reversing every operation in the opposite order, including the log or exponential step that undoes the function type.

Vocabulary

The following words are mentioned explicitly in the College Board Course and Exam Description for this topic.

Term

Definition

additive transformations

Shifts of a function's graph vertically or horizontally, represented by the parameters h and k in transformed function forms.

exponential equations

Equations in which the variable appears in the exponent, solved using properties of exponents and logarithms.

exponential function

A function of the form f(x) = ab^x where a โ‰  0 is the initial value and b > 0, b โ‰  1 is the base.

exponential inequalities

Inequalities in which the variable appears in the exponent, solved using properties of exponents and logarithms.

extraneous solutions

Solutions obtained through algebraic manipulation that do not satisfy the original equation or are excluded by mathematical or contextual limitations.

inverse function

A function that reverses the mapping of another function, such that if f(x) = y, then fโปยน(y) = x.

inverse operations

Operations that undo each other, such as addition and subtraction or exponentiation and logarithms, used to reverse a function's mapping.

inverse relationship between exponential and logarithmic functions

The mathematical relationship where exponential and logarithmic functions undo each other, allowing conversion between exponential and logarithmic forms.

logarithmic equations

Equations involving logarithms, solved using properties of logarithms and the inverse relationship with exponential functions.

logarithmic function

A function of the form f(x) = a log_b x where b > 0, b โ‰  1, and a โ‰  0, characterized by output values changing additively as input values change multiplicatively.

logarithmic inequalities

Inequalities involving logarithms, solved using properties of logarithms and the inverse relationship with exponential functions.

properties of exponents

Rules governing operations with exponential expressions, used to simplify and solve exponential equations.

properties of logarithms

Rules governing operations with logarithmic expressions, including product, quotient, and power properties, used to solve logarithmic equations.

Frequently Asked Questions

How do you solve exponential equations in AP Precalculus?

First check whether both sides can be written with the same base. If they can, set the exponents equal. If not, take ln or log of both sides and use the power rule to bring the variable down.

How do you solve logarithmic equations?

Use log properties to combine or simplify logarithms, then rewrite the equation in exponential form when helpful. After solving, check every candidate in the original equation because log arguments must be positive.

When should you use ln and e?

Use ln when an exponential equation has base e or when taking natural logs makes the algebra cleaner. Since ln and e are inverse operations, ln(e^x) = x and e^(ln x) = x for x greater than 0.

Why do logarithmic equations have extraneous solutions?

Logarithmic equations can create extraneous solutions when algebraic steps produce values that make an original log argument zero or negative. Always check candidate answers in the original equation, not just the simplified form.

How do inequalities work with exponential and logarithmic functions?

Solve the related equation, then use monotonicity. If the base is greater than 1, the function is increasing and the inequality direction stays the same; if the base is between 0 and 1, it is decreasing and the direction flips.

How do you find inverses of exponential and logarithmic functions?

Reverse the operations in the opposite order. For transformed exponential functions, a logarithm undoes the exponential step; for transformed logarithmic functions, an exponential step undoes the logarithm.

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
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot