Saturday, July 9, 2016

SOLVING LOGARITHM


Example 1

Solve the equation (1/2)2x + 1 = 1

Rewrite equation as (1/2)2x + 1 = (1/2)0
Leads to 2x + 1 = 0
Solve for x: x = -1/2




Example 2
Solve x ym = y x3 for m

Divide all terms by x y and rewrite equation as: ym - 1 = x2
Take ln of both sides (m - 1) ln y = 2 ln x
Solve for m: m = 1 + 2 ln(x) / ln(y)




Example 3
Given: log8(5) = b. Express log4(10) in terms of b

Use log rule of product: log4(10) = log4(2) + log4(5)
log
4(2) = log4(41/2) = 1/2
Use change of base formula to write: log
4(5) = log8(5) / log8(4) = b / (2/3) , since log8(4) = 2/3
log
4(10) = log4(2) + log4(5) = (1 + 3b) / 2







Example 4
Simplify without calculator: log6(216) + [ log(42) - log(6) ] / log(49)

log6(216) + [ log(42) - log(6) ] / log(49)
= log
6(63) + log(42/6) / log(72)
= 3 + log(7) /2 log(7) = 3 + 1/2 = 7/2





Example 5
Simplify without calculator: ((3-1 - 9-1) / 6)1/3

((3-1 - 9-1) / 6)1/3
= ((1/3 - 1/9) / 6)1/3
= ((6 / 27) / 6)1/3 = 1/3




Example 6
Express (logxa)(logab) as a single logarithm

Use change of base formula: (logxa)(logab)
= log
xa (logxb / logxa) = logxb





Example 7
Find a so that the graph of y = logax passes through the point (e , 2)

2 = logae
a
2 = e
ln(a
2) = ln e
2 ln a = 1
a = e
1/2








Reference:


No comments:

Post a Comment