

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Solutions to examples of exponential and logarithmic equations, explaining each step of the process. Topics covered include using logarithms to get variables out of exponents, combining logarithms, and converting equations to exponential form. The document also includes exercises for further practice.
Typology: Study notes
1 / 3
This page cannot be seen from the preview
Don't miss anything!


Equations involving exponential end logarithmic function are called ex- ponential and logarithmic equations. Example 1 Solving equations for x to four decimal places. (A). 2^3 x−^2 = 5 (B). log(x + 3) + log x = 1
Solution. (A). First use logarithm function to get x out of the exponent, and then solve the equation for x.
23 x−^2 = 5 log 2^3 x−^2 = log 5 logarithm function is one to one. (3 x − 2) log 2 = log 5 Use logb^ N^
p (^) = p log b N^ to get 3^ x−^2 out of the exponent position. 3 x − 2 =
log 5 log 2 3 =
log 5 log 2
Remember : log 5log 2 6 = log 5 − log 2.
= 1. 4406 To four decimal places. (B). First use properties of logarithms to express the left side as a single logarithm, then convert to exponential form and solve for x.
log(x + 3) + log x = 1 log[x (x + 3)] = 1 Combine left side using log M + log N = log M N x (x + 3) = 101 Change to equivalent exponential form x^2 + 3 x − 10 = 0 (x + 5) (x − 2) = 0 x = − 5 or x = 2
Check: x = −5: log(−5 + 3) + log(−5) is not defined because the domain of the log function is (0, ∞). x = 2: log(2 + 3) + log 2 = log 5 + log 2 = log(5 × 2) = log 10 = 1. Thus, the only solution to the original equation is x = 2. § Why we obtain an additional solution x = − 5 that is not a solution of the original equation. Because in the original equation, we need x + 3 > 0 and x > 0. However, in the equation
log[x (x + 3)] = 1
we only need the condition that x (x + 3) > 0. Hence, the range of x is enlarged. Example 2: Compound InterestHow many years to the nearest year will it take the money to double if it is invested at 6% compounded annually?
Solution. Let P 0 be the amount of principal money. Then the amount of money P (t) in the account after t years, assuming no withdrawals, is given by
P (t) = P 0 (1 +
r n
)nt^ = P 0 (1 +
)^1 ×t^ = P 0 (1.06)t. 1
2
To find the doubling time, we replace P (t) with 2 P 0 and solve for t.
2 P 0 = P 0 (1.06)t 2 = 1. 06 t log 2 = log 1. 06 t = t log 1. 06
t =
log 2 log 1. 06 = 11. 9 ≈ 12 years §
Example 3 Solving the equations for x: (A). 2.5 = e
x+e−x 2 ,^ (B). (ln^ x)
(^2) = ln x 2
Solution. (A).
ex^ + e−x 2 5 = ex^ + e−x 5 ex^ = e^2 x^ + 1 e^2 x^ − 5 ex^ + 1 = 0
Let ex^ = u, then
u^2 − 5 u + 1 = 0
u =
ex^ =
ln ex^ = ln
x = ln
(ln x)^2 = ln x^2 = 2 ln x (ln x)^2 − 2 ln x = 0 (ln x) (ln x − 2) = 0 ln x = 0 or ln x − 2 = 0 x = e^0 or ln x = 2 x = 1 or x = e^2.