Solving Exponential Equations & Inequalities (College Board AP® Precalculus): Study Guide

Roger B

Written by: Roger B

Reviewed by: Mark Curtis

Updated on

Exponential equations & inequalities

How do I solve an exponential equation?

  • An exponential equation is an equation where the variable appears in an exponent

    • E.g. 3x=81 or 5e(x+3)=40

  • The general strategy for solving exponential equations involves isolating the exponential expression

    • and then using logarithms (or properties of exponents) to solve for the variable

  • Method 1: Rewriting with a common base

    • If both sides of the equation can be written as powers of the same base, you can set the exponents equal

    • E.g. to solve 2(x+1)=16

      • Rewrite 16 as 24

      • So 2(x+1)=24

      • Therefore x+1=4, giving x=3

    • This method works well when the numbers involved are recognizable powers of a common base

  • Method 2: Taking logarithms of both sides

    • When the equation cannot be rewritten with a common base, take the logarithm of both sides

    • You can use any base of logarithm

      • but the natural logarithm (ln) is most common, especially with base e equations

    • E.g. to solve e(x+3)=10

      • Take ln of both sides: ln(e(x+3))=ln10

      • Simplify the left side: x+3=ln10

        • ln cancels e because they are inverses

      • Solve: x=3+ln10

    • For equations with bases other than e, the same approach works

    • E.g. to solve  2.916·(0.7)x=2

      • Divide both sides by 2.916:  (0.7)x=22.916

      • Take ln of both sides:  ln(0.7x)=ln(22.916) 

      • Use properties of logarithms:  xln(0.7)=ln(22.916) 

      • Divide:  x=ln(2/2.916)ln(0.7)1.057

  • Method 3: Using the inverse relationship  bx=cx=logbc

    • This is equivalent to taking logarithms

      • but uses the definition of a logarithm directly

    • E.g.  e(x+3)=10  means  x+3=loge10=ln10

  • The key property that makes all these methods work is the inverse relationship between exponential and logarithmic functions

Examiner Tips and Tricks

Remember that you can use logarithms and exponentials (with the same base) to 'cancel' each other when solving equations:

  • logb(bx)=x

    • This includes ln(ex)=x

  • blogbx=x

    • This includes elnx=x

Examiner Tips and Tricks

On non-calculator questions, you are expected to find solutions as exact values.

  • Leave answers in terms of ln, log, or as simplified expressions rather than decimal approximations

On calculator questions, decimal approximations are often expected.

  • Make sure to give answers correct to three decimal places

What about exponential equations that involve additional terms?

  • Sometimes you need to isolate the exponential term before applying logarithms

    • E.g. to solve  4e(x2)+1=5

      • Subtract 1:  4e(x2)=4

      • Divide by 4:  e(x2)=1

      • Since e0=1, it follows that  x2=0

      • so x=2

  • In general, for equations of the form ae(bx+c)+d=k:

    • Subtract d:  ae(bx+c)=kd

    • Divide by a:  e(bx+c)=kda

    • Take ln:  bx+c=ln(kda) 

    • Solve for x:  x=ln(kda) cb

  • After isolating the exponential expression, always check whether the right-hand side is positive

    • Since bx>0 for any base b>0, an equation like ex=3 has no solution

    • This connects to checking for extraneous solutions (see below)

What is a 'hidden quadratic' exponential equation?

  • Some exponential equations can be transformed into quadratic equations using a substitution

    • This happens when the equation contains terms involving both b2x and bx

    • Since b2x=(bx)2, substituting y=bx converts the equation into a quadratic in  y

  • E.g. to solve e2x5ex+6=0:

    • Let  y=ex, so e2x=y2

      • The equation becomes  y25y+6=0

    • Factor: (y2)(y3)=0  

      • So  y=2 or  y=3

    • Back-substitute

      • ex=2  x=ln2

      • or  ex=3  x=ln3

  • This technique also works with bases other than e

  • E.g.  4x3·2x+2=0

    • can be rewritten as  (2x)23·2x+2=0

      • because  4x=(22)x=22x=(2x)2

    • Let  y=2x

      •  y23y+2=0

      • giving  (y1)(y2)=0 

    • So  2x=1  x=0

      • or  2x=2  x=1

What are extraneous solutions, and why do I need to check for them?

  • When solving exponential equations, you should always check whether the solutions you find are valid

  • Solutions can be extraneous (invalid) for two reasons:

  • Mathematical limitations

    • The range of an exponential function means that bx>0 for all real x (when b>0)

    • So if a substitution or manipulation leads to bx=negative number

      • there is no solution from that part

    • E.g. if solving a hidden quadratic gives ex=5 as one of the answers

      • this must be rejected because ex is always positive

    • This is the most common source of extraneous solutions in exponential equations

  • Contextual limitations

    • In applied problems, the domain may be restricted

      • E.g. if t represents time and t0, then a negative solution for t would be extraneous

    • Or if a model is only valid for certain input values

      • then solutions outside that set of values should be rejected

Examiner Tips and Tricks

When solving hidden quadratic equations in a free response question, always show your substitution clearly (e.g. "Let y=ex").

  • The exam commonly awards a point specifically for demonstrating the quadratic form

Also remember to reject any extraneous solutions and briefly explain why.

  • E.g. "ex=5 has no solution because ex>0 for all x"

How do I solve exponential inequalities?

  • Exponential inequalities are solved using similar techniques to exponential equations

  • A key principle here is that an exponential function is either always increasing or always decreasing

    • This depends on the value of the base b

      • If b>1, the exponential function bx is increasing

      • If 0<b<1, the exponential function bx is decreasing

  • This means that if x=p is the solution to bx=k

    • then for everywhere on one side of  p

      • bx>k is true

    • and for everywhere on the other side of  p

      • bx<k is true

    • bx being increasing or decreasing will tell you which side is which

  • E.g.  0.5x>0.125

    • Start by solving as an equation  0.5x=0.125

      • take log0.5 of both sides:  log0.5(0.5x)=log0.5(0.125)

      • log0.5 cancels 0.5:  x=log0.5(0.125)=3

    • 0.5<1 so 0.5x is a decreasing function

      • That means  0.5x>0.125 for x<3

  • E.g.  e2x>7

    • Start by solving as an equation  e2x=7

      • take ln of both sides:  ln(e2x)=ln7

      • ln cancels e:  2x=ln7

    • e>1 so e2x is an increasing function

      • That means e2x>7 for 2x>ln7

    • Divide by 2 for the final solution

      • x>ln72

How can logarithms help reveal useful information about exponential expressions?

  • The identity bx=c(xlogcb) allows you to convert between bases for an exponential function

  • This is useful when you need to compare or combine exponential expressions with different bases

    • For example, 2x can be rewritten as exln2

    • This can be useful for solving equations that mix different exponential bases

Worked Example

The function P is given by P(t)=300,0001+0.7ekt, where k is a constant. If P(3)=200,000, what is the value of P(12)?

(A)  176,471

(B)  184.532

(C)  239,024

(D)  253,761

Answer:

Method 1 (finding k explicitly)

Substitute t=3 and P(3)=200,000 into the equation for P(t)

200000=3000001+0.7e3k

Rearrange to get e3k on its own on one side of the equation

200000(1+0.7e3k)=3000001+0.7e3k=3000002000001+0.7e3k=1.50.7e3k=1.510.7e3k=0.5e3k=0.50.7e3k=57

Take the natural logarithm of both sides

  • ln and e are inverse functions, to they will cancel on the left-hand side

ln(e3k)=ln(57)3k=ln(57)

  • Then you can solve for k

k=ln(57)3=0.112157412...

Substitute that value of k along with t=12 into the formula for P(t) to find P(12)

P(12)=3000001+0.7e(0.112157412...×12)=253760.789...

To the nearest integer that is 253761

(D)  253,761

Method 2 (clever shortcut that avoids having to find k)

This relies on using laws of indices to realise that

e12k=e3k×4=(e3k)4

Solve as in Method 1 up to

e3k=57

Then substitute t=12 into the formula for P(t)

P(12)=3000001+0.7e12k

  • and use the two results from above

=3000001+0.7(e3k)4=3000001+0.7(57)4=253760.7891

(D)  253,761

Worked Example

The function  f is given by

 f(x)=e2x+2ex15

Find all values of x in the domain of  f for which  f(x)=0. Show the work that leads to your answer.

Answer:

Set  f(x)=0

e2x+2ex15=0

Note that e2x=(ex)2, so this is a 'hidden' quadratic equation in ex

Let  y=ex:

 y2+2y15=0

Factor the quadratic

(y+5)(y3)=0 

So  y=5 or  y=3

Back-substitute  y=ex

ex=5  or  ex=3

Deal with the two possibilities

  • Note that  ex=5  is an extraneous solution

ex=5  has no solution, because ex>0 for all real values of x

 ex=3 can be solved by taking the natural logarithm of both sides

ln(ex)=ln3

And ln cancels e, so

x=ln3

Unlock more, it's free!

Join the 100,000+ Students that ❤️ Save My Exams

the (exam) results speak for themselves:

Build on this topic

Roger B

Author: Roger B

Expertise: Development Editor

Roger's teaching experience stretches all the way back to 1992, and in that time he has taught students at all levels between Year 7 and university undergraduate. Having conducted and published postgraduate research into the mathematical theory behind quantum computing, he is more than confident in dealing with mathematics at any level the exam boards might throw at you.

Mark Curtis

Reviewer: Mark Curtis

Expertise: Maths Content Creator

Mark graduated twice from the University of Oxford: once in 2009 with a First in Mathematics, then again in 2013 with a PhD (DPhil) in Mathematics. He has had nine successful years as a secondary school teacher, specialising in A-Level Further Maths and running extension classes for Oxbridge Maths applicants. Alongside his teaching, he has written five internal textbooks, introduced new spiralling school curriculums and trained other Maths teachers through outreach programmes.