To solve logarithmic equation, first we should know how to convert the logarithmic form to exponential form.
Some of the rules in logarithm :
log m + log n = log (m x n)
log m - log n = log (m / n)
log mn = n log m
log a a = 1
If we don't have any base for logarithm, we will consider its base as 10.
Solve the following equations.
Problem 1 :
3x - 2 = 12
Solution :
3x - 2 = 12
3x = 12 + 2
3x = 14
We cannot write 14 as multiple of 3. So, take logarithms of both sides.
log 3x = log 14
x log 3 = log 14
x = log 14 / log 3
x = 1.1461/0.4771
x = 2.402
Problem 2 :
31-x = 2
Solution :
31-x = 2
(1 - x) log 3 = log 2
log 3 - x log 3 = log 2
log 3 - log 2 = x log 3
0.4771 - 0.3030 = 0.4771 x
0.1761 = 0.4771 x
x = 0.1761 / 0.4771
x = 0.3691
Problem 3 :
4x = 5x+1
Solution :
4x = 5x+1
log 4x = log 5x+1
x log 4 = (x + 1) log 5
x log 4 = x log 5 + log 5
x(log 4 - log 5) = log 5
x(0.6020 - 0.6989) = 0.6989
-0.0969 x = 0.6989
x = 0.6989 / -0.0969
x = -7.213
Problem 4 :
61-x = 10x
Solution :
61-x = 10x
log 61-x = log 10x
(1 - x) log 6 = x log 10
log 6 - x log 6 = x log 10
log 6 = x log 10 + x log 6
log 6 = x(log 10 + log 6)
0.7786 = x (1 + 0.7786)
0.7786 = 1.7786x
x = 0.7786 / 1.7786
x = 0.438
Problem 5 :
32x+1 = 2x-2
Solution :
32x+1 = 2x-2
log 32x+1 = log 2x-2
(2x + 1) log 3 = (x - 2) log 2
2x log 3 + log 3 = x log 2 - 2 log 2
2x log 3 - x log 2 = -2 log 2 - log 3
x(2 log 3 - log 2) = -2 log 2 - log 3
x[(2 × 0.4771) - 0.3010] = -2(0.3010) - 0.4771
0.9542 - 0.3010 x = - 0.602 - 0.4771
0.6532 x = - 1.0791
x = -1.0791 / 0.6532
x = -1.652
Problem 6 :
10/(1+ e-x) = 2
Solution :
10 /(1+ e-x) = 2
10 = 2(1+ e-x)
10 = 2 + 2e-x
2e-x = 10 - 2
2e-x = 8
e-x = 8/2
e-x = 4
-x = ln 4
x = -ln4
Problem 7 :
52x - 5x - 12 = 0
Solution :
52x - 5x - 12 = 0
t = 5x
Rewrite the equation
t2 - t - 12 = 0
(t - 4) (t + 3) = 0
t = 4 or t = -3
t = 54
So, x = log5 4
Problem 8 :
e2x - 2ex = 15
Solution :
e2x - 2ex = 15
t = ex
Rewrite the equation
t2 - 2t - 15 = 0
(t - 5) (t + 3) = 0
t = 5 or t = -3
t = 5
So, x = ln 5
May 21, 24 08:51 PM
May 21, 24 08:51 AM
May 20, 24 10:45 PM