All guides

TMUA topic guide

TMUA Logarithms & Exponentials: Laws & Tricks

Master logarithms and exponentials for the TMUA: the log laws, changing base, solving exponential equations, and the link back to indices, with worked examples throughout.

Preparation Updated 24 Jun 2026 8 min read

Quick answer

Logarithms and exponentials are tested as a reasoning tool, not a recall exercise. A logarithm is just an index in disguise, so every log question is really an index question wearing a hat. The laws you must know cold are the product, quotient and power rules, plus change of base. The standard move is to take logs of both sides of an exponential equation, use the power rule to bring the unknown down from the exponent, and solve. Build the index intuition first in our surds and indices guide.

Logarithms feel harder than they are because the notation hides a simple idea. A logarithm is nothing more than an index, written the other way round. The statement logab=c\log_a b = c says exactly the same thing as ac=ba^c = b, so every fact about logs is really a fact about powers that you already know from indices. Once that link clicks, the whole topic collapses from a list of strange rules into one familiar idea seen from a new angle. This guide covers what the TMUA actually tests, the log laws with worked examples, how to change base, how to solve exponential equations cleanly, and the traps that quietly cost marks.

Key fact

A logarithm is an index in disguise: $\log_a b = c$ means $a^c = b$. Read every log that way and the laws stop being arbitrary. The one move you will use most: take logs of both sides of an exponential equation, then use the power rule to drop the unknown out of the exponent.

What the TMUA actually examines

Logarithms and exponentials sit in the AS-level pure content that dominates Paper 1, and they thread through several of the TMUA syllabus topics. You are expected to know the log laws, to change between bases, to solve equations where the unknown sits in an exponent, and to handle the natural logarithm lnx\ln x as the inverse of exe^x. None of this is exotic, but the examiners test whether you can wield it fluently rather than recite it.

The questions rarely say "evaluate this logarithm" in isolation. Instead a log or an exponential is the lever that unlocks an otherwise stuck equation. You meet a population that doubles, a quantity that decays, an equation like 2x=72^x = 7 where xx is trapped upstairs, and the only way down is to take logs. On Paper 2 the same machinery appears inside reasoning and proof, where a single misapplied log law sinks an entire argument. The skill being tested is not memory, it is judgement: knowing which law turns the expression in front of you into something you can solve.

So, as with so much of the paper, the goal is not new knowledge. It is to make the familiar instant.

The log laws, with worked examples

Everything rests on three laws, and all three fall straight out of the index laws once you remember that a log is an index.

The product law says loga(xy)=logax+logay\log_a(xy) = \log_a x + \log_a y. Multiplying numbers adds their logs, exactly mirroring how am×an=am+na^m \times a^n = a^{m+n} adds the indices. The quotient law is its partner: loga(xy)=logaxlogay\log_a\left(\frac{x}{y}\right) = \log_a x - \log_a y. Dividing subtracts, just as aman=amn\frac{a^m}{a^n} = a^{m-n} subtracts. The power law is the workhorse: loga(xn)=nlogax\log_a(x^n) = n \log_a x. A power inside the log comes out as a multiplier in front, and this is the rule that lets you free an unknown from an exponent.

Two facts round out the set. Since a1=aa^1 = a, we have logaa=1\log_a a = 1, and since a0=1a^0 = 1, we have loga1=0\log_a 1 = 0. These look trivial but they end arguments cleanly.

A worked example that uses several at once. Write log224log23\log_2 24 - \log_2 3 as a single number. The quotient law collapses the difference: log224log23=log2(243)=log28\log_2 24 - \log_2 3 = \log_2\left(\frac{24}{3}\right) = \log_2 8. Now read that as an index question: 22 to what power gives 88? The answer is 33, so log28=3\log_2 8 = 3. No calculator, two steps, and notice the pattern: combine the logs first with a law, then translate the tidy result back into a power.

Another. Simplify 2loga3+loga52\log_a 3 + \log_a 5. The power law runs in reverse here, pulling the 22 back inside as an index: 2loga3=loga32=loga92\log_a 3 = \log_a 3^2 = \log_a 9. Then the product law combines the two logs: loga9+loga5=loga45\log_a 9 + \log_a 5 = \log_a 45. Being able to run the power law in both directions, coefficient-to-index and index-to-coefficient, is the single most useful habit in the topic. The same fluency with indices that the surds and indices guide drills is precisely what makes these moves feel automatic.

Changing base

The TMUA can give you logs in a base that does not match the one you want, so you need to convert. The change of base formula is logax=logbxlogba\log_a x = \frac{\log_b x}{\log_b a}, where bb is any base you find convenient. In words, a log in base aa becomes a ratio of two logs in your chosen base, with the old base sitting in the denominator.

This matters for two reasons. First, it lets you bring everything into a single base so the three laws apply across the whole expression. Second, a tidy special case falls out by swapping the roles: logab=1logba\log_a b = \frac{1}{\log_b a}. So log28\log_2 8 and log82\log_8 2 are reciprocals of each other, which is the kind of structural fact the examiners love to hide inside a longer question.

A worked example. Evaluate log927\log_9 27 without a calculator. Both 99 and 2727 are powers of 33, so change to base 33: log927=log327log39=32\log_9 27 = \frac{\log_3 27}{\log_3 9} = \frac{3}{2}, since log327=3\log_3 27 = 3 and log39=2\log_3 9 = 2. The trick is to spot a shared base lurking underneath and convert towards it, which turns an awkward log into a ratio of integers you can read off by sight. Hunting for that hidden common base is a recurring calculator-free move, and our guide to calculator-free techniques covers the same instinct across other topics.

Solving exponential equations

This is where logs earn their place. When the unknown sits in an exponent, as in 2x=72^x = 7, you cannot isolate xx by ordinary algebra because it is stuck upstairs. The standard method is to take logs of both sides and let the power law bring it down.

Taking logs of 2x=72^x = 7 gives log(2x)=log7\log(2^x) = \log 7, and the power law turns the left side into xlog2=log7x \log 2 = \log 7. Now xx is a plain coefficient, so divide: x=log7log2x = \frac{\log 7}{\log 2}. That is the whole method. The base you take logs in does not matter, so most people use the natural log: x=ln7ln2x = \frac{\ln 7}{\ln 2}. The natural log lnx\ln x is just the log to base ee, and it pairs with exe^x as its exact inverse, so ln(ex)=x\ln(e^x) = x and elnx=xe^{\ln x} = x. For equations built around ee, taking ln\ln of both sides is the cleanest possible route.

A slightly harder shape hides a quadratic. Solve e2x5ex+6=0e^{2x} - 5e^x + 6 = 0. The exponentials look intimidating until you substitute y=exy = e^x, which turns the equation into y25y+6=0y^2 - 5y + 6 = 0. That factorises as (y2)(y3)=0(y - 2)(y - 3) = 0, so y=2y = 2 or y=3y = 3. Undo the substitution: ex=2e^x = 2 or ex=3e^x = 3, giving x=ln2x = \ln 2 or x=ln3x = \ln 3. Spotting that an exponential equation is secretly a quadratic in disguise is a classic exam move, and it rewards the same simplify-first discipline the rest of the paper does.

Try one

Reading about it only takes you so far. Here is a real past-paper question that leans on exactly this machinery. Give it a genuine attempt against the clock before you reveal the solution, and watch for where a log law or an exponential substitution unlocks the whole thing:

If that felt slow, it is almost always because the log-as-index link has not fully clicked yet rather than any gap in the algebra, and that link is the easiest thing in the world to drill.

Common traps to avoid

A handful of errors account for most of the dropped marks here, and the TMUA writes answer options specifically to catch them.

  • Splitting a log of a sum. loga(x+y)\log_a(x + y) is not logax+logay\log_a x + \log_a y. The product law applies to a product inside the log, never to a sum. This is the single most common slip, and it is a favourite Paper 2 proof trap.
  • Mishandling the power law. (logax)2(\log_a x)^2 is not the same as loga(x2)\log_a(x^2). The power law only moves an exponent that is on the number inside the log, not one on the whole log.
  • Forgetting the domain. You can only take the log of a positive number, so logax\log_a x requires x>0x > 0. A negative or zero argument is a flag that you have gone wrong, and reasoning questions exploit this.
  • Flipping change of base. Putting the new base on top instead of the bottom. Fix the convention: the old base goes in the denominator.
  • Treating ln\ln as a multiplier. ln(2x)\ln(2x) is not 2lnx2\ln x. It is ln2+lnx\ln 2 + \ln x by the product law. Reading ln\ln as something you can factor out is a costly habit.

Most of these are structural errors, not arithmetic ones, which is good news: a few minutes spent on why each law holds inoculates you against all of them at once. The TMUA is hard mainly because of pace, and clean log work is one of the cheapest places to stop leaking time on avoidable slips.

How to drill it

You make this automatic the same way you make anything automatic: short, frequent, mixed practice rather than one marathon session.

Start by getting the link cold. Whenever you see logab\log_a b, force yourself to say "the power aa must be raised to, to get bb" until the translation is instant in both directions. Then write the three laws from memory and test yourself on quick evaluations like log232\log_2 32, log381\log_3 81 and log42\log_4 2 with nothing written down. The target is not just the right answer, it is the right answer in seconds, because that is the speed the real paper demands.

Then practise the exponential-equation method until it is a reflex: logs of both sides, power law down, solve. Mix in the disguised-quadratic shape so you learn to spot when a substitution is hiding in plain sight. Because logs and exponentials lean so heavily on indices, every bit of index fluency you build feeds straight back in, which is why doing the two topics together pays off. A structured plan that sequences all of this is laid out in how to prepare for the TMUA. Get the log-as-index idea early and a whole class of questions stops being scary.

Practise the real TMUA, free

Work through every official past paper as an interactive question bank, with instant worked solutions, trap-spotting and progress tracking. No PDFs.

Start practising free

Frequently asked questions

A logarithm is just an index written the other way round. Saying log base a of b equals c is exactly the same statement as a to the power c equals b. Every log law is therefore a restatement of an index law, which is why building solid index fluency first makes logarithms feel almost free.