Salick Academy

Surds, Indices and Logarithms

45 min readNo calculatorNeeds: factorising quadratics
By the end of this topic you should be able to
  • Apply the laws of indices
  • Simplify surds and rationalise a denominator
  • Convert between index form and logarithm form
  • Apply the laws of logarithms
  • Solve exponential equations
  • Solve logarithmic equations, rejecting invalid solutions

The laws of indices

Law Why
am×an=am+na^m \times a^n = a^{m+n} the factors just pile up
am÷an=amna^m \div a^n = a^{m-n} the shared factors cancel
(am)n=amn(a^m)^n = a^{mn} nn copies of mm factors
a0=1a^0 = 1 because am÷am=1a^m \div a^m = 1
an=1ana^{-n} = \dfrac{1}{a^n} keeps the division law working past zero
a1/n=ana^{1/n} = \sqrt[n]{a} because (a1/n)n=a\left(a^{1/n}\right)^n = a

Surds

A surd is a root that cannot be written exactly as a fraction, like 2\sqrt{2} or 75\sqrt{75}.

To simplify one, look for the largest square factor:

75=25×3=253=53\sqrt{75} = \sqrt{25 \times 3} = \sqrt{25}\,\sqrt{3} = 5\sqrt{3}

Once every surd has been reduced to the same root, you can add and subtract them like ordinary like terms:

5018=5232=22\sqrt{50} - \sqrt{18} = 5\sqrt{2} - 3\sqrt{2} = 2\sqrt{2}

Rationalising a denominator

An answer should not be left with a surd underneath. For a single surd, multiply top and bottom by that surd. For a two-term denominator, multiply by its conjugate — the same two terms with the middle sign reversed:

652=652×5+25+2=6(5+2)54=65+12\frac{6}{\sqrt5 - 2} = \frac{6}{\sqrt5-2} \times \frac{\sqrt5+2}{\sqrt5+2} = \frac{6(\sqrt5+2)}{5 - 4} = 6\sqrt5 + 12

The conjugate works because (ab)(a+b)=a2b2(a-b)(a+b) = a^2 - b^2, and squaring kills the root.

Logarithms

A logarithm is an index. That one sentence is most of the topic.

Read log381\log_3 81 as "what power of 3 gives 81?". The answer is 4, because 34=813^4 = 81.

Two consequences worth knowing on sight: loga1=0\log_a 1 = 0 and logaa=1\log_a a = 1.

Note that xx must be positive. You cannot take the logarithm of zero or of a negative number, because no power of a positive base ever produces one. This is what makes the checking step at the end of a logarithmic equation compulsory rather than optional.

The laws of logarithms

They are the index laws in disguise: adding logs corresponds to multiplying powers, which is exactly am×an=am+na^m \times a^n = a^{m+n}.

Solving exponential equations

If both sides can be written as powers of the same base, equate the indices:

2x+1=32=25x+1=5x=42^{x+1} = 32 = 2^5 \quad\Longrightarrow\quad x + 1 = 5 \quad\Longrightarrow\quad x = 4

If they cannot, take logs of both sides and use the third law to bring the power down.

Some equations are quadratics in disguise. In 32x10(3x)+9=03^{2x} - 10\left(3^x\right) + 9 = 0, note that 32x=(3x)23^{2x} = \left(3^x\right)^2. Substituting y=3xy = 3^x turns it into y210y+9=0y^2 - 10y + 9 = 0, an ordinary quadratic — and once you have yy, you still have to get back to xx.

Solving logarithmic equations

  1. Use the laws to combine everything into a single logarithm on each side.
  2. Either equate the arguments, or rewrite in index form to remove the log.
  3. Solve.
  4. Check every solution in the original equation and reject any that asks for the log of a negative number or of zero.

That last step is not optional and it is not paranoia. Combining logs can create solutions that the original equation never had.