sciandu
Mathematics

Mathematics

Exponential equations

The $x$ is up in the exponent and will not budge. The logarithm brings it back down.

For 3x=123x = 12 you divide by 3. For x3=8x^3 = 8 you take the cube root. But what do you do with 3x=813^x = 81? Here the xx is not the base but the , and none of the familiar inverse operations reaches it. The exists exactly for this situation.

When guessing is enough

Sometimes you need no calculator at all. You solve 3x=813^x = 81 by running through the powers of 3: 3, 9, 27, 81. That is the fourth step, so x=4x = 4. Always try this route first, because it is faster and gives an exact number instead of a rounded one.

Growth bars
Base2
Exponent3
0
1
1
2
2
4
3
8
23 = 2 × 2 × 2 = 8
Set the base to 2 and push the exponent through: 2, 4, 8, 16, 32, 64. When a task asks for 2x=322^x = 32, you look for exactly that number in the list and read off the exponent, here 5. Try base 3 as well: 3, 9, 27, 81. As soon as the number you want is not in the list, 50 for instance, only the logarithm helps.

The logarithm as a tool

For 2x=502^x = 50 trying gets you nowhere: 25=322^5 = 32 is too small, 26=642^6 = 64 too large, the solution lies somewhere in between. Now you apply the logarithm to both sides. The decisive step is the rule log(ax)=xlog(a)\log(a^x) = x \cdot \log(a), because it slides the exponent down and turns it into an ordinary factor.

From 2x=502^x = 50 you get log(2x)=log(50)\log(2^x) = \log(50), so xlog(2)=log(50)x \cdot \log(2) = \log(50). And now it is a perfectly ordinary equation: you divide by log(2)\log(2) and get x=log(50)log(2)5.64x = \frac{\log(50)}{\log(2)} \approx 5.64. That matches the estimate from before, because 5.64 lies between 5 and 6.

ax=bx=logblogaa^x = b \quad \Longrightarrow \quad x = \frac{\log b}{\log a}
The exponent you want is a quotient of two logarithms, whichever base your calculator uses.

Isolate it first

In real tasks the power rarely stands alone. For 52x=3205 \cdot 2^x = 320 you must not apply the logarithm straight away, because it acts on the whole product and not just on the power. First you divide by 5 and get 2x=642^x = 64, and then you are back to a task you can even do in your head: x=6x = 6. So the order is the same as for any equation: clear everything in the way first, then apply the inverse operation.

Exercises

0 of 6 solved

Time to try it yourself. You can't break anything, every attempt counts.

Why can you not solve 2x=322^x = 32 by taking a root?

Solve 2x=1282^x = 128.

What is the solution of 2x=502^x = 50?

The rule log(ax)=\log(a^x) = turns the exponent into a factor.

Capital of 1000 € grows by 5% a year, so the amount is 10001.05x1000 \cdot 1.05^x. After how many whole years does it first exceed 1200 €?

Put the steps for solving 35x=3753 \cdot 5^x = 375 into the right order.

  1. 1Divide both sides by 3, leaving 5x=1255^x = 125.
  2. 2Count the steps: 5, 25, 125.
  3. 3Check whether 125 is a power of 5.
  4. 4Write down the solution x=3x = 3.