Exponential and logarithmic functions are foundational to the Edexcel IGCSE Further Pure Mathematics specification and appear consistently across both written papers. This article provides a complete treatment of both function types, the laws that govern them, and the techniques needed to solve equations involving them.

If you have encountered exponential growth in science or compound interest in economics, you have already met exponential functions in disguise. The Pearson Edexcel IGCSE Further Pure Mathematics course formalises these ideas and pairs them with their inverse: the logarithm. Together, exponential and logarithmic functions form a toolkit that connects to nearly every other section of the specification, from series to calculus. Understanding what is exponential and logarithmic functions igcse level content is essential for performing well in the exam.

This article serves as a comprehensive set of edexcel igcse further pure mathematics notes on the topic. Whether you are building your understanding from scratch or looking for IGCSE 4PM1 edexcel igcse exponential and logarithmic functions revision material, the content below covers the edexcel igcse further pure mathematics definition of each concept, the laws you must know, and worked examples that mirror the patterns found in the exam. The exponential and logarithmic functions explained here follow the specification precisely.

Key facts

ConceptDetail
Exponential functionA function of the form y = ax, where a > 1 is the base
Logarithmic functionThe inverse of the exponential: if ax = b, then x = loga(b)
Relationshipy = ax and x = loga(y) are equivalent statements
Graph of axPasses through (0, 1), increases for a > 1, asymptote at y = 0
Graph of loga(x)Passes through (1, 0), increases slowly, asymptote at x = 0
Exam relevanceCommonly examined; links to indices, equations, calculus

The exponential function y = ax

The exponential function with base a (where a is a natural number greater than 1) has several defining properties:

  • It passes through the point (0, 1), because a0 = 1 for any a
  • It is always positive: ax > 0 for all real values of x
  • It increases without bound as x increases
  • It approaches zero as x decreases, but never reaches it (the x-axis is a horizontal asymptote)
  • It is a one-to-one function, which is why its inverse (the logarithm) exists

The special case where a = e (Euler's number, approximately 2.718) produces the natural exponential function y = ex, which has the unique property that its derivative equals itself. This makes it central to the calculus section of the specification.

The logarithmic function y = loga(x)

The logarithm base a of x answers the question: "To what power must a be raised to produce x?" In symbols, if ay = x, then y = loga(x).

The graph of y = loga(x) is the reflection of y = ax in the line y = x. Its properties mirror those of the exponential:

  • It passes through (1, 0), because loga(1) = 0
  • It is defined only for x > 0
  • It increases slowly and without bound
  • It has a vertical asymptote at x = 0 (the y-axis)
  • loga(a) = 1, because a1 = a

The laws of logarithms

The specification requires mastery of four laws, plus the change of base formula. These are the tools that allow you to simplify, expand and solve logarithmic expressions.

Law 1: The product law

loga(xy) = loga(x) + loga(y)

Law 2: The quotient law

loga(x/y) = loga(x) - loga(y)

Law 3: The power law

loga(xk) = k loga(x)

Law 4: Special values

loga(a) = 1 and loga(1) = 0

Change of base formula

loga(x) = logb(x) / logb(a)

This formula is particularly useful when your calculator only has log base 10 or natural log (ln) buttons. To evaluate log3(7), for instance, you compute log(7) / log(3) = 0.8451 / 0.4771 = 1.771 (to 4 significant figures).

Critical distinction: log(a + b) is NOT equal to log(a) + log(b). The product law applies to log(ab), not to log(a + b). This is one of the most common errors in the exam and it invalidates every subsequent step of your working.

Solving exponential equations

Equations of the form ax = b are solved by taking logarithms of both sides.

Worked example 1

Solve 5x = 20.

Take log base 10 of both sides:

log(5x) = log(20)

x log(5) = log(20)

x = log(20) / log(5)

x = 1.3010 / 0.6990

x = 1.861 (to 4 significant figures)

Worked example 2

Solve 32x+1 = 45.

Take logarithms:

(2x + 1) log(3) = log(45)

2x + 1 = log(45) / log(3)

2x + 1 = 1.6532 / 0.4771

2x + 1 = 3.465

2x = 2.465

x = 1.232 (to 4 significant figures)

Solving logarithmic equations

Logarithmic equations are solved by combining logarithmic terms using the laws, then converting to exponential form.

Worked example 3

Solve log2(x) + log2(x + 6) = 4.

Step 1: Combine using the product law.

log2(x(x + 6)) = 4

Step 2: Convert to exponential form.

x(x + 6) = 24 = 16

Step 3: Expand and solve the quadratic.

x2 + 6x - 16 = 0

(x + 8)(x - 2) = 0

x = -8 or x = 2

Step 4: Check validity. log2(-8) is undefined, so x = -8 is rejected.

Answer: x = 2

Worked example 4

Solve log5(2x - 1) - log5(x + 3) = 1.

Step 1: Apply the quotient law.

log5((2x - 1) / (x + 3)) = 1

Step 2: Convert to exponential form.

(2x - 1) / (x + 3) = 51 = 5

Step 3: Solve the resulting equation.

2x - 1 = 5(x + 3)

2x - 1 = 5x + 15

-3x = 16

x = -16/3

Step 4: Check validity. 2(-16/3) - 1 = -35/3, which is negative. log5 of a negative number is undefined, so this equation has no solution.

Exam strategy: Always check that your solutions produce positive arguments inside every logarithm in the original equation. Rejecting invalid solutions is itself worth marks. Writing "no solution" when that is the correct conclusion demonstrates mathematical maturity and earns full credit.

Properties of indices (review)

The laws of logarithms derive from the laws of indices, so fluency with both is essential. The specification requires the following index laws:

LawStatement
Multiplicationam times an = am+n
Divisionam / an = am-n
Power of a power(am)n = amn
Zero exponenta0 = 1
Negative exponenta-n = 1/an
Fractional exponenta1/n = the nth root of a

Surds and rationalising the denominator

The specification also requires manipulation of surds (expressions involving square roots or other roots that cannot be simplified to rational numbers) and the technique of rationalising the denominator.

To rationalise a denominator of the form a + sqrt(b), multiply both numerator and denominator by the conjugate a - sqrt(b).

Worked example 5

Simplify 6 / (3 + sqrt(5)).

Multiply by the conjugate:

6(3 - sqrt(5)) / ((3 + sqrt(5))(3 - sqrt(5)))

= 6(3 - sqrt(5)) / (9 - 5)

= 6(3 - sqrt(5)) / 4

= 3(3 - sqrt(5)) / 2

= (9 - 3sqrt(5)) / 2

Worked example 6

Express sqrt(48) + sqrt(12) in the form a sqrt(3).

sqrt(48) = sqrt(16 times 3) = 4sqrt(3)

sqrt(12) = sqrt(4 times 3) = 2sqrt(3)

sqrt(48) + sqrt(12) = 4sqrt(3) + 2sqrt(3) = 6sqrt(3)

Exam question patterns

The edexcel igcse further pure mathematics explained material on exponential and logarithmic functions typically appears in the following question patterns:

  1. Solve ax = b: Take logs, apply the power law, isolate x.
  2. Simplify a logarithmic expression: Apply the product, quotient and power laws to combine or expand terms.
  3. Solve a logarithmic equation: Combine logs, convert to exponential form, solve the resulting equation, check validity.
  4. Sketch graphs: Draw y = ax or y = loga(x), marking key features (intercepts, asymptotes).
  5. Change of base: Convert between logarithm bases to evaluate or compare expressions.
  6. Prove a logarithmic identity: Start from one side and use the laws to reach the other.

Self-check questions

Test your understanding with the following practice problems:

  1. Solve 4x = 30, giving your answer to 3 significant figures.
  2. Simplify 2 log3(5) + log3(4) - log3(100) into a single logarithm.
  3. Solve log2(3x - 1) = 5.
  4. Rationalise the denominator of 10 / (sqrt(7) - sqrt(2)).
  5. Express log4(x) in terms of log2(x) using the change of base formula.
  6. Solve log10(x2) + log10(x) = 6.
  7. Simplify sqrt(75) - 2sqrt(27) + sqrt(48).

Self-check questions

  1. Solve 23x-1 = 16 without a calculator, showing each step.
  2. Given log3(x) + log3(x - 2) = 1, find the value of x.

Mastery of edexcel igcse exponential and logarithmic functions requires consistent practice with the laws of logarithms and the technique of converting between exponential and logarithmic forms. The patterns are predictable, the laws are few, and the errors students make are well documented. Work through the examples above, attempt the self-check questions, and then use the Green Bridge CBT platform for additional practice questions organised by topic. The more familiar you become with these function types, the more confident you will feel when they appear in the exam.

Download The App On Google Playstore

Everything you need to excel in your exams

Green Bridge CBT Mobile App
Personalized AI Learning Chat Assistant
200,000+ Past Papers Across IGCSE, JAMB, WAEC & NECO
Over 3000 Lesson Notes
Offline Support - Learn Anytime, Anywhere
Green Bridge Timetable
Literature Summaries & Potential Questions
Track Your Performance & Progress
In-depth Explanations for Comprehensive Learning
TLDR

Exponential and logarithmic functions explained for Edexcel IGCSE Further Pure Mathematics: definitions, laws of logarithms and worked examples.