Skip to main content
SingaporeAdditional MathematicsSyllabus dot point

How do we solve equations where the unknown is in an exponent or inside a logarithm?

Solve exponential equations by taking logarithms and logarithmic equations by converting to index form, rejecting invalid solutions

A focused answer to the O-Level A-Maths outcome on solving exponential and logarithmic equations. Taking logs to free an exponent, converting logs to index form, and checking validity of solutions.

Generated by Claude Opus 4.88 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. The answer
  3. Examples in context
  4. Try this

What this dot point is asking

SEAB wants you to solve equations where the unknown sits in an exponent (such as 5x=205^x = 20) or inside a logarithm (such as ln(2x+1)=3\ln(2x + 1) = 3). The two cases are mirror images: take logarithms to bring an exponent down, or rewrite a logarithm in index form to free the unknown. Then solve and check that every answer is valid.

The answer

Solving exponential equations

When the unknown is an exponent and you cannot match the bases, take the logarithm of both sides and use the power law to bring the exponent down:

ax=bxloga=logbx=logbloga.a^x = b \Rightarrow x\log a = \log b \Rightarrow x = \frac{\log b}{\log a}.

Any base of logarithm works; log\log (base 1010) or ln\ln (base ee) suit the calculator.

The natural exponential and logarithm

The number e2.718e \approx 2.718 gives the natural exponential exe^x and its inverse the natural logarithm lnx=logex\ln x = \log_e x. They undo each other:

ln(ex)=x,elnx=x (x>0).\ln(e^x) = x, \qquad e^{\ln x} = x \ (x > 0).

So ex=be^x = b is solved by x=lnbx = \ln b.

Solving logarithmic equations

When the unknown is inside a logarithm, first combine into a single log using the log laws if needed, then convert to index form:

logay=cy=ac.\log_a y = c \Rightarrow y = a^c.

This turns the logarithmic equation into an ordinary algebraic one.

Always check validity

The argument of a logarithm must be positive, so after solving, reject any value that would make the inside of a log zero or negative. This step is where many marks are lost.

Hidden quadratics in exponentials

Some equations mix two powers of the same base, such as e2xe^{2x} with exe^{x}. Since e2x=(ex)2e^{2x} = (e^x)^2, substituting u=exu = e^x turns the equation into a quadratic in uu; solve it, then revert with x=lnux = \ln u, discarding any non-positive uu because an exponential is never negative.

Logarithmic equations with logs on both sides

If both sides are single logarithms of the same base, such as logaP=logaQ\log_a P = \log_a Q, then the arguments are equal: P=QP = Q. Combine each side into one logarithm first if needed, then equate the arguments and solve, again checking that every argument stays positive.

Examples in context

Example 1. Half-life and decay. Radioactive decay N=N0ektN = N_0 e^{-kt} asks for the time when NN drops to half: taking the natural logarithm of 12=ekt\tfrac{1}{2} = e^{-kt} gives t=ln2kt = \dfrac{\ln 2}{k}, the standard half-life result.

Example 2. Time to reach a target. A savings balance growing as A=1000(1.05)nA = 1000(1.05)^n reaching 15001500 requires solving 1.05n=1.51.05^n = 1.5; taking logs gives the number of years, a direct financial use of the method.

Try this

Q1. Solve 2x=502^{x} = 50, to three significant figures. [3 marks]

  • Cue. x=log50log2=5.64x = \dfrac{\log 50}{\log 2} = 5.64.

Q2. Solve ex=7e^{x} = 7, to three significant figures. [2 marks]

  • Cue. x=ln7=1.95x = \ln 7 = 1.95.

Q3. Solve log2(x1)=4\log_2 (x - 1) = 4. [2 marks]

  • Cue. x1=24=16x - 1 = 2^4 = 16, so x=17x = 17.

Exam-style practice questions

Practice questions written in the style of SEAB exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

Original4 marksSolve 5x=205^{x} = 20, giving your answer correct to three significant figures.
Show worked answer →

Take logarithms of both sides: log5x=log20\log 5^{x} = \log 20, so xlog5=log20x\log 5 = \log 20.

Then x=log20log5=1.30100.6990=1.861x = \dfrac{\log 20}{\log 5} = \dfrac{1.3010}{0.6990} = 1.861\ldots

So x=1.86x = 1.86 (3 significant figures).

Markers reward taking logs, bringing the power down with the power law, and a correctly rounded answer.

Original4 marksSolve ln(2x+1)=3\ln(2x + 1) = 3, giving your answer correct to three significant figures.
Show worked answer →

Convert to index form with base ee: 2x+1=e32x + 1 = e^3.

So 2x=e31=20.08551=19.08552x = e^3 - 1 = 20.0855 - 1 = 19.0855, giving x=9.5428x = 9.5428\ldots

So x=9.54x = 9.54 (3 significant figures).

Markers reward rewriting the natural log as an exponential, isolating xx, and the rounded value.

Related dot points