Laws of Logarithms for ESAT Mathematics

Updated July 2026

This page explains the fundamental laws of logarithms required for the ESAT. You will learn the relationship between indices and logarithms, how to manipulate logarithmic expressions using addition and subtraction rules, and the graphical properties of logarithmic functions, which are the inverse of exponential growth.

Core concept

A logarithm is the inverse of an index, defined by the relationship ab=cb=logaca^b = c \Leftrightarrow b = \log_a c, where the logarithm represents the power to which a base aa must be raised to produce the value cc.

The Definition of a Logarithm

Logarithms are closely related to indices. They function as the inverse of indices: rather than raising a number to a power to find a result, a logarithm identifies what power a base number must be raised to in order to reach a specific value. This can be expressed by the following general relationship:

logac=b\log_a c = b is equivalent to ab=ca^b = c

To understand this concept, consider some examples using base 10. The expression log10\log_{10} determines what power 10 must be raised to for a given number:

  1. log1010=1\log_{10} 10 = 1 because 101=1010^1 = 10
  2. log10100=2\log_{10} 100 = 2 because 102=10010^2 = 100
  3. log101000=3\log_{10} 1000 = 3 because 103=100010^3 = 1000
  4. log1027=1.431363764\log_{10} 27 = 1.431363764\dots because 101.431363764=2710^{1.431363764\dots} = 27

Logarithms can use other bases as well. For base 2, we find:

  1. log232=5\log_2 32 = 5 because 25=322^5 = 32
  2. log212=1\log_2 \frac{1}{2} = -1 because 21=122^{-1} = \frac{1}{2}

Important Constraints

There are three critical rules regarding the values used in logarithms that you must remember for the ESAT:

  1. The base number aa must be positive (a>0a > 0) and cannot be equal to 1 (a1a \neq 1).
  2. We can only take the logarithm of positive numbers, meaning c>0c > 0. The log function is not defined for zero or negative numbers.
  3. The result of a logarithm, bb, can be any number, including negative values or zero.

Exercises in Definition

You should be able to evaluate simple logarithmic expressions by inspection:

  1. log552=2\log_5 5^2 = 2
  2. log335=5\log_3 3^5 = 5
  3. log77=log771/2=0.5\log_7 \sqrt{7} = \log_7 7^{1/2} = 0.5

Graphical Representation of Logarithms

We can understand logarithms graphically by comparing them to exponential functions. Consider y=2xy = 2^x. This function maps values from the xx-axis to the yy-axis.

img-47.jpeg

If we start on the yy-axis (for example at 8) and trace back to the corresponding value on the xx-axis (which is 3), we are performing a logarithmic operation: ylog2yy \to \log_2 y. The graph of y=log2xy = \log_2 x is simply the graph of y=2xy = 2^x with the xx and yy axes swapped.

img-48.jpeg

Note that the graph is only defined for x>0x > 0. It crosses the xx-axis at 1 because 20=12^0 = 1, which means log21=0\log_2 1 = 0.

The Laws of Logarithms

You must be able to use the following rules to manipulate and simplify expressions. These laws are direct equivalents of index laws.

The Addition Law

logax+logay=loga(xy)\log_a x + \log_a y = \log_a(xy)

This is the logarithmic equivalent of apaq=ap+qa^p a^q = a^{p+q}. We can derive it by noting that alogax+logay=alogaxalogay=xy=aloga(xy)a^{\log_a x + \log_a y} = a^{\log_a x} a^{\log_a y} = xy = a^{\log_a(xy)}. This relies on the identity alogax=xa^{\log_a x} = x, which follows from the definition of a logarithm.

The Subtraction Law

logaxlogay=loga(xy)\log_a x - \log_a y = \log_a \left(\frac{x}{y}\right)

Derivation: alogaxlogay=alogaxalogay=xy=aloga(x/y)a^{\log_a x - \log_a y} = \frac{a^{\log_a x}}{a^{\log_a y}} = \frac{x}{y} = a^{\log_a (x/y)}.

The Power Law

klogax=loga(xk)k \log_a x = \log_a(x^k)

Derivation: aklogax=(alogax)k=xk=aloga(xk)a^{k \log_a x} = (a^{\log_a x})^k = x^k = a^{\log_a (x^k)}.

Special Cases

  1. loga(1x)=logax\log_a \left(\frac{1}{x}\right) = -\log_a x: This is a specific case of the power law where k=1k = -1.
  2. logaa=1\log_a a = 1: This is true because a1=aa^1 = a.

The Change of Base Formula

Although questions requiring this formula will not be set in the ESAT, it is a valuable tool for your mathematical toolkit. It allows you to convert a logarithm from one base to another:

logab=logcblogca\log_a b = \frac{\log_c b}{\log_c a}

For example, to find log423\log_4 23 in terms of log7\log_7, we set p=log423p = \log_4 23, which means 4p=234^p = 23. Taking log7\log_7 of both sides gives log74p=log723\log_7 4^p = \log_7 23, then plog74=log723p \log_7 4 = \log_7 23. Thus, p=log723log74p = \frac{\log_7 23}{\log_7 4}.

A useful extension of this occurs when c=bc = b, leading to logab=1logba\log_a b = \frac{1}{\log_b a}.

Solving Exponential Equations

You can use logarithms to solve equations of the form ax=ba^x = b. Often, you will be required to give an exact answer rather than a decimal approximation.

Example: Solve 52x=275^{2x} = 27 exactly.

Approach 1: Use base 5 Take log5\log_5 of both sides: log552x=log527\log_5 5^{2x} = \log_5 27. Since log552x=2x\log_5 5^{2x} = 2x and 27=3327 = 3^3, we have 2x=log5332x = \log_5 3^3. Using the power law: 2x=3log532x = 3 \log_5 3. Therefore, x=32log53x = \frac{3}{2} \log_5 3.

Approach 2: Use base 3 Take log3\log_3 of both sides: log352x=log327\log_3 5^{2x} = \log_3 27. Using the power law: 2xlog35=log3332x \log_3 5 = \log_3 3^3. Since log333=3\log_3 3^3 = 3, we have 2xlog35=32x \log_3 5 = 3. Therefore, x=32log35x = \frac{3}{2 \log_3 5}.

Key takeaways

  • A logarithm logac\log_a c asks the question: What power must the base aa be raised to in order to get cc?
  • Logarithms are only defined for positive inputs (c>0c > 0) and positive bases (a>0a > 0) where the base is not 1.
  • The three main laws are logax+logay=loga(xy)\log_a x + \log_a y = \log_a(xy), logaxlogay=loga(x/y)\log_a x - \log_a y = \log_a(x/y), and klogax=loga(xk)k \log_a x = \log_a(x^k).
  • The graph of y=logaxy = \log_a x is the reflection of y=axy = a^x in the line y=xy = x, meaning they are inverse functions.
  • To solve ax=ba^x = b, take logarithms of both sides and use the power law to isolate xx.
Tips

When solving equations like 25x3×5x+2=025^x - 3 \times 5^x + 2 = 0, look for quadratic patterns. By letting y=5xy = 5^x, you can rewrite the equation as y23y+2=0y^2 - 3y + 2 = 0, solve for yy, and then use logarithms to find xx.

Cautions

Always check your final answers to logarithmic equations against the initial constraints. If a solution for xx would result in taking the logarithm of a negative number or zero in the original equation, that solution must be discarded.

Insight

The relationship alogax=xa^{\log_a x} = x and loga(ax)=x\log_a (a^x) = x demonstrates that exponential and logarithmic functions are identities of one another when composed. This symmetry is the reason why their graphs are reflections across y=xy = x.

Frequently asked questions

Why can we not take the logarithm of a negative number?

Since ab=ca^b = c and the base aa is defined as positive, any positive number raised to any power bb will always result in a positive value for cc. Therefore, there is no real power bb that can produce a negative cc.

Is logax+logay\log_a x + \log_a y the same as loga(x+y)\log_a (x + y)?

No. This is a common error. The law states that the sum of two logarithms is the logarithm of their product: logax+logay=loga(xy)\log_a x + \log_a y = \log_a (xy). There is no simple log law for the logarithm of a sum, loga(x+y)\log_a (x + y).

What happens if the base of a logarithm is not written?

In many contexts, if a base is not specified (e.g., logx\log x), it is assumed to be base 10. However, in advanced mathematics, it may also refer to the natural logarithm (base ee). In the ESAT, the base will usually be clearly indicated.

Ready to test your knowledge?

You've reached the end of this section. Start a practice session to solidify your understanding and master this topic.