Indices, logarithms & surds · Lesson 1 of 3

Indices and exponential equations

The General Maths index laws, pushed further: equations with several bases, fractional powers with letters, sums of powers, and equations that hide a quadratic.

18 minYou should already know: Indices & standard form Logarithms Surds
  1. 1
  2. 2
  3. 3

In General Maths you solved equations like 2x=322^x = 32 by writing both sides as powers of the same number and comparing the indices (see indices). Further Maths questions use exactly the same idea, but hide it better: the bases are mixed, the powers are added instead of multiplied, or the equation turns out to be a quadratic. This lesson takes each of those in turn.

Same base, then compare

The one rule that solves every exponential equation:

ap=aq⟹p=q(a>0, a≠1)a^p = a^q \quad\Longrightarrow\quad p = q \qquad (a > 0,\ a \ne 1)

So first write every number as a power of the same prime. Keep brackets round the index when you use (am)n=amn(a^m)^n = a^{mn}, so that every term of it gets multiplied:

aaaaaa= a⁶(a²)³ = a^(2 × 3) = a⁶
A power of a powerMultiply the indices: (2³)ˣ⁻¹ = 2³⁽ˣ⁻¹⁾ = 2³ˣ⁻³

For example, to solve 8x−1=4x×238^{x - 1} = 4^x \times 2^3:

  • Write the left side in base 2: 8x−1=(23)x−1=23x−3{8^{x - 1} = (2^3)^{x - 1} = 2^{3x - 3}}.
  • Write the right side in base 2: 4x×23=22x×23=22x+3{4^x \times 2^3 = 2^{2x} \times 2^3 = 2^{2x + 3}}.
  • Compare the indices: 3x−3=2x+3{3x - 3 = 2x + 3}.
  • Take 2x2x from both sides and add 3: x=6{x = 6}.

When the numbers have two different primes, such as 10=2×510 = 2 \times 5, collect the powers of each prime. To solve 10x×2x−2×5x−2=110^x \times 2^{x - 2} \times 5^{x - 2} = 1:

  • The 2s and 5s with the same index pair up: 2x−2×5x−2=10x−2{2^{x - 2} \times 5^{x - 2} = 10^{x - 2}}.
  • So the left side is 10x×10x−2=102x−2{10^x \times 10^{x - 2} = 10^{2x - 2}}.
  • Write 1 as a power of 10: 1=100{1 = 10^0}.
  • Compare the indices: 2x−2=0{2x - 2 = 0}, so x=1{x = 1}.

More: same base, then compare

Fractional powers with letters

Roots are powers too: xmn=xmn\sqrt[n]{x^m} = x^{\frac mn} and 1xn=x−n\frac{1}{x^n} = x^{-n}. Change every root and every “one over” into a power of xx first. Then the laws do the rest.

For example, to simplify (x12x3)6\left(\dfrac{x^{\frac12}}{\sqrt[3]{x}}\right)^{6}:

  • Write the root as a power: x3=x13{\sqrt[3]{x} = x^{\frac13}}.
  • Divide by subtracting the indices: x12÷x13=x12−13=x16{x^{\frac12} \div x^{\frac13} = x^{\frac12 - \frac13} = x^{\frac16}}.
  • Raise to the power 6 by multiplying: (x16)6=x1=x{\left(x^{\frac16}\right)^6 = x^1 = x}.

More: fractional powers with letters

Powers that are added: take out the smallest

The laws of indices are for multiplying and dividing powers. When powers are added or taken away, as in 2x+3−2x+12^{x + 3} - 2^{x + 1}, no law joins them. Take out the smallest power as a common factor instead:

2ˣ⁺³ − 2ˣ⁺¹= 2ˣ⁺¹(2² − 1)= 3 × 2ˣ⁺¹because 2ˣ⁺³ = 2ˣ⁺¹ × 2²
Take out the smallest powerEvery other term is it times a number

Worked example · WAEC 2019

WAEC 2019 · Paper 2 · Q1

Simplify: 625(3x4−1)+125(x−1)5(3x−2)\dfrac{625^{\left(\frac{3x}{4} - 1\right)} + 125^{(x - 1)}}{5^{(3x - 2)}}.

  1. Everything as a power of 5

    625=54625 = 5^4 and 125=53125 = 5^3, so

    6253x4−1=54(3x4−1)=53x−4125x−1=53(x−1)=53x−3\begin{aligned} 625^{\frac{3x}{4} - 1} &= 5^{4\left(\frac{3x}{4} - 1\right)} = 5^{3x - 4} \\ 125^{x - 1} &= 5^{3(x - 1)} = 5^{3x - 3} \end{aligned}

    Think first. Write 625 and 125 as powers of 5.

  2. Take out the smallest power on top

    • 53x−45^{3x - 4} is the smaller power.
    • The other term is it times 5: 53x−3=53x−4×5{5^{3x - 3} = 5^{3x - 4} \times 5}.
    • Take 53x−45^{3x - 4} out: the top is 53x−4(1+5)=6×53x−4{5^{3x - 4}(1 + 5) = 6 \times 5^{3x - 4}}.

    Think first. The top is 5³ˣ⁻⁴ + 5³ˣ⁻³. Which is smaller?

  3. Divide by the bottom

    • Divide the powers by subtracting the indices: (3x−4)−(3x−2)=−2{(3x - 4) - (3x - 2) = -2}.
    • So the fraction is 6×5−26 \times 5^{-2}.
    • 5−2=125{5^{-2} = \frac{1}{25}}, so the answer is 625\dfrac{6}{25}.

    Think first. How does 5³ˣ⁻⁴ compare with 5³ˣ⁻²?

More: taking out the smallest power

Equations that hide a quadratic

When an equation has both a2xa^{2x} and axa^x in it, it is a quadratic in disguise, because a2x=(ax)2a^{2x} = (a^x)^2. Write every power in terms of axa^x, put u=axu = a^x, and solve the quadratic in uu. Then go back to xx.

A quadratic in disguiseStep through
  1. 3²ˣ − 10(3ˣ) + 9 = 0
−2−112−2246810xyy = 3ˣ
3²ˣ − 10(3ˣ) + 9 = 0step 0 of 4
An equation with 3²ˣ and 3ˣ in it. Neither law of indices joins them, because they are added, not multiplied.

Try the third equation: one value of uu is negative, and the graph shows why it gives no xx. A power of a positive number is always positive, so 5x=−15^x = -1 has no solution.

Worked example · WAEC 2011

WAEC 2011 · Paper 2 · Q4

Solve 2(2y+2)−9(2y)=−22^{(2y + 2)} - 9(2^y) = -2.

  1. Split the index

    • Split the index: 22y+2=22×22y{2^{2y + 2} = 2^2 \times 2^{2y}}.
    • Write 22y2^{2y} as a square: 22×22y=4(2y)2{2^2 \times 2^{2y} = 4(2^y)^2}.
    • So the equation is 4(2y)2−9(2y)=−2{4(2^y)^2 - 9(2^y) = -2}.

    Think first. What does the +2 in 2²ʸ⁺² turn into?

  2. Let u = 2ʸ

    • With u=2y{u = 2^y}: 4u2−9u=−2{4u^2 - 9u = -2}.
    • Add 2 to both sides: 4u2−9u+2=0{4u^2 - 9u + 2 = 0}.

    Think first. Write it as a quadratic in u, with 0 on one side.

  3. Solve for u

    • Factorise: (4u−1)(u−2)=0{(4u - 1)(u - 2) = 0}.
    • So u=14{u = \frac14} or u=2{u = 2}.
    • Both are positive, so both will give an answer.
  4. Back to y

    • 2y=14=2−2{2^y = \frac14 = 2^{-2}}, so y=−2{y = -2}.
    • 2y=2=21{2^y = 2 = 2^1}, so y=1{y = 1}.

If the equation has a3xa^{3x} as well, the same substitution gives a cubic in uu. Find one root by trying the factors of the constant term, then divide it out (see polynomials).

More: hidden quadratics and cubics

Your turn

WAEC 2022 · Paper 2 · Q2

  1. (a)

    Solve 2(2y+1)−5(2y)+2=02^{(2y + 1)} - 5(2^y) + 2 = 0.

    Separate values with commas, e.g. 3, −2

Worked solution (try it first)
  1. Split the index: 22y+1=2×(2y)22^{2y + 1} = 2 \times (2^y)^2.
  2. Let x=2yx = 2^y: 2x2−5x+2=02x^2 - 5x + 2 = 0.
  3. Factorise: (2x−1)(x−2)=0(2x - 1)(x - 2) = 0, so x=12x = \frac12 or x=2x = 2.
  4. Back to yy: 2y=12=2−12^y = \frac12 = 2^{-1} gives y=−1y = -1, and 2y=22^y = 2 gives y=1y = 1.

Report a problem with this question