Exponential and Logarithmic Equations: Solved Examples, Lecture notes of Pre-Calculus

Solutions to various exponential and logarithmic equations. It covers topics such as solving exponential equations using the power property, one-to-one property, and logarithmic equations using the correspondence between logarithms and exponents. Examples include solving equations like 1.6^x = 36, 25 โˆ’ 2x = 125x + 7, and logarithmic equations like log3 9 = 2, loge โˆ’3 = 1, and log10 0.0001 = โˆ’3.

Typology: Lecture notes

2021/2022

Uploaded on 08/05/2022

hal_s95
hal_s95 ๐Ÿ‡ต๐Ÿ‡ญ

4.4

(655)

10K documents

1 / 4

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Sample Exponential and Logarithm Problems
1 Exponential Problems
Example 1.1 Solve ๎˜’1
6๎˜“โˆ’3xโˆ’2
= 36x+1.
Solution: Note that 1
6= 6โˆ’1and 36 = 62. Therefore the equation can be written
(6โˆ’1)โˆ’3xโˆ’2= (62)x+1
Using the power of a power property of exponential functions, we can multiply the exponents:
63x+2 = 62x+2
But we know the exponential function 6xis one-to-one. Therefore the exponents are equal,
3x+ 2 = 2x+ 2
Solving this for xgives x= 0 .
Example 1.2 Solve 25โˆ’2x= 125x+7.
Solution: Note that 25 = 52and 125 = 53. Therefore the equation is
(52)โˆ’2x= (53)x+7
Using the power of a power property to multiply exponents gives
5โˆ’4x= 53x+21
Since the exponential function 5xis one-to-one, the exponents must be equal:
โˆ’4x= 3x+ 21
Solving this for xgives x=โˆ’3.
1
pf3
pf4

Partial preview of the text

Download Exponential and Logarithmic Equations: Solved Examples and more Lecture notes Pre-Calculus in PDF only on Docsity!

Sample Exponential and Logarithm Problems

1 Exponential Problems

Example 1.1 Solve

)โˆ’ 3 xโˆ’ 2 = 36x+1.

Solution: Note that^16 = 6โˆ’^1 and 36 = 6^2. Therefore the equation can be written

(6โˆ’^1 )โˆ’^3 xโˆ’^2 = (6^2 )x+ Using the power of a power property of exponential functions, we can multiply the exponents: 63 x+2^ = 6^2 x+ But we know the exponential function 6x^ is one-to-one. Therefore the exponents are equal, 3 x + 2 = 2x + 2 Solving this for x gives x = 0.

Example 1.2 Solve 25 โˆ’^2 x^ = 125x+7.

Solution: Note that 25 = 5^2 and 125 = 5^3. Therefore the equation is (5^2 )โˆ’^2 x^ = (5^3 )x+ Using the power of a power property to multiply exponents gives 5 โˆ’^4 x^ = 5^3 x+ Since the exponential function 5x^ is one-to-one, the exponents must be equal: โˆ’ 4 x = 3x + 21 Solving this for x gives x = โˆ’.

Example 1.3 Solve exe^2 = (^) exe+1^4.

Solution: Using the product and quotient properties of exponents we can rewrite the equation as ex+2^ = e^4 โˆ’(x+1) = e^4 โˆ’xโˆ’^1 = e^3 โˆ’x Since the exponential function ex^ is one-to-one, we know the exponents are equal: x + 2 = 3 โˆ’ x

Solving for x gives x =^12.

2 Log Problems

Example 2.1 Wite the follwing equations in exponential form:

(a) 2 = log 3 9 (b) โˆ’3 = loge e^13 (c) 12 = log 81 9 (d) log 4 16 = 2 (e) log 10 0 .0001 = โˆ’ 3

Solution: Use the correspondence loga y = x โ‡โ‡’ y = ax:

(a) 2 = log 3 9 โ‡โ‡’ 9 = 3^2 (b) โˆ’3 = loge e^13 โ‡โ‡’ (^) e^13 = eโˆ’^3 (c) 12 = log 81 9 โ‡โ‡’ 9 = 81^1 /^2 (d) log 4 16 = 2 โ‡โ‡’ 16 = 4^2 (e) log 10 0 .001 = โˆ’ 3 โ‡โ‡’ 0 .001 = 10โˆ’^3

Example 2.4 Write the expression log 6 30 โˆ’ log 6 10 as a single term.

Solution: This just means use the quotient rule:

log 6 30 โˆ’ log 6 10 = log 63010 = log 6 3

Example 2.5 Solve log x โˆ’ 1 = โˆ’ log(x โˆ’ 9).

Solution: Put all logarigthms on the same side, and all numbers on the other side, so we can use the correspondence y = ax^ โ‡โ‡’ loga y = x: log x + log(x โˆ’ 9) = 1 Use the product rule to simplify the left side, log(x(x โˆ’ 9)) = 1 Note, log y means the base is to be understood as 10, that is we have log 10 (x(x โˆ’ 9)) = 1 By the correspondence we know x(x โˆ’ 9) = 10^1 = 10 That is, x^2 โˆ’ 9 x โˆ’ 10 = 0 This polynomial factors: (x โˆ’ 10)(x + 1) = 0, so x = 10 or x = โˆ’1. Looking at the original equation, we see we canโ€™t use x = โˆ’1, because log(โˆ’1) and log(โˆ’ 1 โˆ’ 9) = log(โˆ’10) are undefined. Thus, our only solution is x = 10