Logarithms and Exponential Equations for ESAT

Updated July 2026

Master the laws of logarithms and their relationship to exponential functions for the ESAT. This page covers the inverse relationship between indices and logs, graphical transformations, and algebraic techniques for solving equations of the form ax=ba^x = b, including quadratic substitutions.

Core concept

A logarithm is the inverse of an index: the expression logac=b\log_a c = b is equivalent to ab=ca^b = c. This relationship holds for a positive base aa (where a1a \neq 1) and a positive argument cc, while the result bb can be any real number.

Understanding the Nature of Logarithms

Logarithms are fundamentally the inverse of indices. While indices involve raising a base to a power to find a result, logarithms tell you what power a base must be raised to in order to reach a specific value. Historically, logarithms were developed to simplify complex calculations, transforming multiplicative processes into additive ones.

To understand this practically, consider base 10. The expression log10100\log_{10} 100 asks: 'To what power must 10 be raised to get 100?' Since 102=10010^2 = 100, we know log10100=2\log_{10} 100 = 2. Similarly:

  1. log1010=1\log_{10} 10 = 1 because 101=1010^1 = 10.
  2. log101000=3\log_{10} 1000 = 3 because 103=100010^3 = 1000.
  3. log10271.431\log_{10} 27 \approx 1.431 because 101.431...=2710^{1.431...} = 27.

This logic applies to any positive base. For example, in base 2:

  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}.

In general, the relationship is defined as: logac=bab=c\log_a c = b \Leftrightarrow a^b = c. Note the following constraints: the base aa must be positive and not equal to 1, and the argument cc must be positive. However, the logarithm itself (the exponent bb) can be any real number, including negative values or zero.

Graphical Representation of Logarithms

Because logarithms are the inverse of exponential functions, their graphs are reflections of each other. Consider the function y=2xy = 2^x. This function takes a value xx and maps it to 2x2^x on the yy-axis.

img-47.jpeg

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

img-48.jpeg

Observation of the log graph reveals that it is only defined for x>0x > 0. It also crosses the xx-axis at 1, because 20=12^0 = 1, which implies log21=0\log_2 1 = 0 for any valid base.

The Laws of Logarithms

You must be able to use the following algebraic laws, which are derived from the laws of indices. The identity alogax=xa^{\log_a x} = x is central to these proofs.

  1. Addition Law: logax+logay=loga(xy)\log_a x + \log_a y = \log_a(xy). This corresponds to the index law apaq=ap+qa^p a^q = a^{p+q}.
  2. Subtraction Law: logaxlogay=loga(xy)\log_a x - \log_a y = \log_a(\frac{x}{y}). This corresponds to ap/aq=apqa^p / a^q = a^{p-q}.
  3. Power Law: klogax=loga(xk)k \log_a x = \log_a(x^k). This corresponds to (ap)k=apk(a^p)^k = a^{pk}.

Special cases derived from these include loga(1x)=logax\log_a (\frac{1}{x}) = -\log_a x and the identity logaa=1\log_a a = 1.

Change of Base Formula

Although the change of base formula is not explicitly tested in the ESAT, it is a powerful tool. It allows you to convert a logarithm from one base to another: logab=logcblogca\log_a b = \frac{\log_c b}{\log_c a}. This leads to the useful reciprocal identity logab=1logba\log_a b = \frac{1}{\log_b a}.

Solving Exponential Equations

Equations of the form ax=ba^x = b are solved by taking logs of both sides. It is often best to keep answers in exact form using logarithms rather than rounding decimals.

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

Approach 1: Using base 5 Take log5\log_5 of both sides: log552x=log527\log_5 5^{2x} = \log_5 27. Using the power law and the fact that 27=3327 = 3^3, we get 2x=3log532x = 3 \log_5 3. Thus, x=32log53x = \frac{3}{2} \log_5 3.

Approach 2: Using base 3 Take log3\log_3 of both sides: log352x=log327\log_3 5^{2x} = \log_3 27. Since log327=3\log_3 27 = 3, we have 2xlog35=32x \log_3 5 = 3. This gives x=32log35x = \frac{3}{2 \log_3 5}. Both approaches yield identical values.

More complex equations can often be reduced to this form via substitution. For example, 25x3×5x+2=025^x - 3 \times 5^x + 2 = 0 can be rewritten as (5x)23(5x)+2=0(5^x)^2 - 3(5^x) + 2 = 0. Letting u=5xu = 5^x, we solve the quadratic u23u+2=0u^2 - 3u + 2 = 0 to find u=1u = 1 or u=2u = 2, and then solve 5x=15^x = 1 and 5x=25^x = 2 for xx.

Key takeaways

  • The definition logac=b\log_a c = b is identical to ab=ca^b = c.
  • Logarithms are only defined for positive arguments: logax\log_a x requires x>0x > 0.
  • The three main laws allow for the combination and separation of logarithmic terms: addition for multiplication, subtraction for division, and the power law for exponents.
  • Exponential equations like ax=ba^x = b are solved by taking logarithms of both sides and applying the power law.
Tips

When solving equations that look like quadratics, such as a2x+kax+c=0a^{2x} + k a^x + c = 0, always use a substitution like u=axu = a^x to simplify the expression before taking logarithms.

Cautions

The most frequent mistake is forgetting the domain constraint: if an equation leads to logax\log_a x, you must ensure xx is strictly greater than zero. Always check your solutions against the original equation to exclude invalid results.

Insight

The relationship between y=axy = a^x and y=logaxy = \log_a x is a perfect example of function inversion. Geometrically, this reflection across the line y=xy = x means that the coordinates (p,q)(p, q) on the exponential graph correspond exactly to (q,p)(q, p) on the logarithmic graph.

Frequently asked questions

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

In the real number system, there is no power to which a positive base aa can be raised to produce a negative result. Therefore, logax\log_a x is undefined for x0x \le 0.

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

Usually, logx\log x refers to base 10, while lnx\ln x refers to base ee. On the ESAT, always check the context, but the laws remain identical regardless of the base.

Is loga(x+y)\log_a(x + y) equal to logax+logay\log_a x + \log_a y?

No. This is a common error. The law states that loga(xy)=logax+logay\log_a(xy) = \log_a x + \log_a y. There is no simplified law for the logarithm of a sum.

How do I know which base to use when solving an equation?

You can use any valid base. Choosing a base that matches one of the numbers in the equation (like base 5 for 5x=275^x = 27) often makes the algebra cleaner, but the final numerical result will be the same.

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.