Equations » Exponential equations

Contents

1. What is an exponential equation?
2. Solving using the card method
3. Solving using logarithms
4. Examples for the advanced

1. What is an exponential equation?

When you have the unknown variable in the exponent of a power, you have an exponential equation.

Examples
7 · 3x = 567
32x – 4 = 27

2. Solving using the card method

Not everybody might call this the card method. If you do not know what is meant by the card method, check the theory about card method.

It works like this.
Write the right-hand side of the equation as a power with the same base as the left-hand side of the equation. After doing that, the two exponents must be equal to each other.
For that reason, you can put a card on the left-hand side exponent. This one is equal to the exponent in the right-hand side of the equation.

Examples

53x – 2 = 9765625   
53x – 2 = 510
(card on 3x – 2)
3x – 2 = 10
3x = 12
x = 4
22x + 1 = 2048 
22x + 1 = 211
 (card on op 2x + 1)  
2x + 1 = 11
2x = 10
x = 5
5 · 31.5x + 2 = 1215 
31.5x + 2 = 243 
31.5x + 2 = 35
(card on op 1.5x + 2)
1.5x + 2 = 5
1.5x = 3
x = 2

3. Solving using logarithms

It is not always possible to write the right-hand side of the equation as a power. In that case, you cannot use the card method as described above. Use logarithms instead.

It works like this:
We start with the equation: ax = q
You can calculate x with a logarithm. Logarithm is always shortened to log.
ax = q gives x = alog(q).

Calculator

On modern calculators it can probably be filled in like that.
On older calculators, you have to fill alog(q) in as log(q) : log(a)

alog(q) can also be written like this: loga(q)

Examples

3x = 1000  
 x = 3log(1000)
x ≈ 6,29
3 + 5x = 2500   
5x = 2497 
 x = 5log(2497)
x ≈ 4,86
2x + 5 = 700 
 x + 5 = 2log(700)
 x = 2log(700) – 5
x ≈ 4,45

On the calculator:
How this looks on the calculator, with the first example you will get log(1000)/log(3)

Check logarithms for more information about logarithms.


4. Examples for the advanced


Example 1
32x – 1 = 19square root(3) 
32x – 1 132 · 30,5
32x – 1 = 3–2 · 30.5
32x – 1 = 3–1.5
2x – 1 = –1.5
2x = –0.5
x = –0.25

Example 2
3 · (12)x + 7 = 55 
3 · (12)x = 48 
(12)x = 16 
(2–1)x = 24
2x = 24
x = 4
x = –4

Example 3
3x = 9x – 1
3x = (32)x – 1
3x = 32(x – 1)
3x = 32x – 2
x = 2x – 2
x = –2
x = 2

Example 4
3x + 2 + 3x = 10 
32 · 3x + 3x = 10 
9 · 3x + 3x = 10 
10 · 3x = 10 
3x = 1 
3x = 30
x = 0

Example 5
4x – 1 = (12)3x – 1
(22)x – 1 = (2–1)3x – 1
22(x – 1) = 2–(3x – 1)
22x – 2 = 2–3x + 1
2x – 2 = –3x + 1
5x – 2 = 1
5x = 3
x = 35

Example 6
6 · (12)x + 1 = 2x
6 · 12x + 1 = 2x
Substitute: p = 2x
6 · 1p + 1 = p
 6 + p = p2
p2 + p + 6 = 0 
p2 – p – 6 = 0 
(p – 3)(p + 2) = 0
p = 3 or p = –2
2x = 3 or 2x = –2

x = 2log(3)
(2x = –2 has no solutions)

Example 7
e2x – ex = 0 
e2x = ex
2x = x
x = 0

Example 8
3x · ex = 12ex
3x · ex – 12ex = 0 
ex(3x – 12) = 0
ex = 0 or 3x – 12 = 0 
3x = 12
x = 4
(ex = 0 has no solutions)


To top