Skip to main content
QLDMath MethodsSyllabus dot point

Topic 1: Exponential functions

Define logarithms as the inverse of exponentials, apply the laws of logarithms, and solve exponential equations using logarithms

A focused answer to the QCE Math Methods Unit 2 dot point on logarithms. States the definition logbx=y    by=x\log_b x = y \iff b^y = x, derives the laws (product, quotient, power, change of base), and works the QCAA-style exponential equation 5x=285^x = 28 using logs.

Generated by Claude Opus 4.87 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. Definition
  3. The laws of logarithms
  4. Solving exponential equations
  5. Why logarithms solve exponential equations
  6. Solving logarithmic equations
  7. How this appears in assessment

What this dot point is asking

QCAA wants you to use logarithms as the inverse operation to exponentials, apply the three core log laws, and solve exponential equations that cannot be reduced to a single common base.

Definition

The logarithm logbx\log_b x is the exponent to which the base bb must be raised to give xx:

logbx=y    by=x\log_b x = y \iff b^y = x

Equivalently, blogbx=xb^{\log_b x} = x and logb(by)=y\log_b (b^y) = y. Logarithms and exponentials are inverse functions.

Because they are inverses, the graphs of y=bxy = b^x and y=logbxy = \log_b x are reflections of each other in the line y=xy = x: the exponential's horizontal asymptote y=0y = 0 becomes the logarithm's vertical asymptote x=0x = 0, and the point (0,1)(0, 1) on the exponential becomes (1,0)(1, 0) on the logarithm. The logarithm is defined only for positive arguments, which is the source of the mandatory domain check on any solution.

Two bases dominate:

  • Common log (log10\log_{10}, written log\log): scientific notation, decibels, pH.
  • Natural log (loge\log_e, written ln\ln): calculus and continuous growth, because ee is the base for which the exponential is its own derivative.

The laws of logarithms

For any positive base b1b \neq 1 and positive x,yx, y:

logb(xy)=logbx+logby(product)\log_b (xy) = \log_b x + \log_b y \quad (\text{product})

logb(x/y)=logbxlogby(quotient)\log_b (x/y) = \log_b x - \log_b y \quad (\text{quotient})

logb(xn)=nlogbx(power)\log_b (x^n) = n \log_b x \quad (\text{power})

Special values:

logb1=0,logbb=1,logb(bx)=x\log_b 1 = 0, \quad \log_b b = 1, \quad \log_b (b^x) = x

Change of base (useful for evaluating log580\log_5 80 on a calculator):

logba=log10alog10b=lnalnb\log_b a = \frac{\log_{10} a}{\log_{10} b} = \frac{\ln a}{\ln b}

Solving exponential equations

If bx=mb^x = m where mm is not a power of bb, take log of both sides.

logbx=logm    xlogb=logm    x=logmlogb\log b^x = \log m \implies x \log b = \log m \implies x = \frac{\log m}{\log b}

This is the universal method when same-base manipulation fails, and it is why the logarithm is the natural inverse for solving exponential growth and decay problems.

Why logarithms solve exponential equations

An exponential equation hides the unknown in the exponent, where ordinary algebra cannot reach it. Taking a logarithm of both sides uses the power law log(bx)=xlogb\log(b^x) = x\log b to bring the exponent down to ground level as a coefficient, turning the equation into a linear one. This is the single most important use of logarithms in Methods, and it underlies every "find the time" question in growth and decay modelling.

Solving logarithmic equations

Equations containing logarithms are solved by combining the log terms into one logarithm, then converting to exponential form using the definition. For log2x+log2(x+2)=3\log_2 x + \log_2(x + 2) = 3, combine to log2[x(x+2)]=3\log_2[x(x + 2)] = 3, convert to x(x+2)=23=8x(x + 2) = 2^3 = 8, solve the resulting quadratic, and finally discard any root that makes a logarithm's argument non-positive. That domain check is not optional: a value that satisfies the algebra but produces log\log of a negative number or zero must be rejected.

How this appears in assessment

In IA1 you may be asked to simplify a multi-term log expression with the laws or to solve an exponential equation. In the external assessment, Paper 1 tests log values and law applications, often calculator-free, while Paper 2 sets a continuous compound-interest or population-growth context where ln\ln appears and you solve for time. Across all of these, the recurring skills are applying the three laws correctly and bringing an unknown exponent down with a logarithm.

Exam-style practice questions

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

QCAA 20223 marksPaper 2 (complex familiar). Solve 35x+1=2403 \cdot 5^{x + 1} = 240, giving an exact form using logarithms and then a value to three significant figures.
Show worked answer →

Isolate the exponential: 5x+1=805^{x + 1} = 80. Apply log10\log_{10}: (x+1)log5=log80(x + 1)\log 5 = \log 80, so x+1=log80log5x + 1 = \dfrac{\log 80}{\log 5}.

Exact form: x=log80log51x = \dfrac{\log 80}{\log 5} - 1. Numerically x=1.90310.699011.72x = \dfrac{1.9031}{0.6990} - 1 \approx 1.72.

Markers reward isolating the exponential first, taking logs, the exact form, and the evaluation.

QCAA 20234 marksPaper 1 (technique). (a) Write 2log3xlog3(x+4)2\log_3 x - \log_3(x + 4) as a single logarithm. (b) Solve log2(x)+log2(x+2)=3\log_2(x) + \log_2(x + 2) = 3.
Show worked answer →

(a) 2log3x=log3x22\log_3 x = \log_3 x^2, so 2log3xlog3(x+4)=log3x2x+4.2\log_3 x - \log_3(x + 4) = \log_3\dfrac{x^2}{x + 4}.

(b) Combine: log2[x(x+2)]=3\log_2[x(x + 2)] = 3, so x(x+2)=8x(x + 2) = 8, giving x2+2x8=0x^2 + 2x - 8 = 0, (x+4)(x2)=0(x + 4)(x - 2) = 0. Domain needs x>0x > 0, so x=2x = 2.

Markers reward the power and product/quotient laws, the exponential conversion, and rejecting the out-of-domain root.

Related dot points