The General Maths index laws, pushed further: equations with several bases, fractional powers with letters, sums of powers, and equations that hide a quadratic.
In General Maths you solved equations like 2x=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)
So first write every number as a power of the same prime. Keep brackets round the index when you use (am)n=amn, so that every term of it gets multiplied:
A power of a powerMultiply the indices: (2³)ˣ⁻¹ = 2³⁽ˣ⁻¹⁾ = 2³ˣ⁻³
For example, to solve 8x−1=4x×23:
Write the left side in base 2: 8x−1=(23)x−1=23x−3.
Write the right side in base 2: 4x×23=22x×23=22x+3.
Compare the indices: 3x−3=2x+3.
Take 2x from both sides and add 3: x=6.
When the numbers have two different primes, such as 10=2×5, collect the powers of each prime. To solve 10x×2x−2×5x−2=1:
The 2s and 5s with the same index pair up: 2x−2×5x−2=10x−2.
The laws of indices are for multiplying and dividing powers. When powers are added or taken away, as in 2x+3−2x+1, no law joins them. Take out the smallest power as a common factor instead:
Take out the smallest powerEvery other term is it times a number
When an equation has both a2x and ax in it, it is a quadratic in disguise, because a2x=(ax)2. Write every power in terms of ax, put u=ax, and solve the quadratic in u. Then go back to x.
A quadratic in disguiseStep through
3²ˣ − 10(3ˣ) + 9 = 0
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 u is negative, and the graph shows why it gives no x. A power of a positive number is always positive, so 5x=−1 has no solution.
Think first.Write it as a quadratic in u, with 0 on one side.
Solve for u
Factorise: (4u−1)(u−2)=0.
So u=41 or u=2.
Both are positive, so both will give an answer.
Back to y
2y=41=2−2, so y=−2.
2y=2=21, so y=1.
If the equation has a3x as well, the same substitution gives a cubic in u. Find one root by trying the factors of the constant term, then divide it out (see polynomials↺).