Felice R. answered 10/06/13
Tutor
4
(1)
Need Help in Math and Science - Engineer willing to help
ln(x+1) -ln(x) = ln(4)
if you remember the basic rules of logs
1) logb(mn) = logb(m) + logb(n)
2) logb(m/n) = logb(m) – logb(n)
3) logb(mn) = n · logb(m)
2) logb(m/n) = logb(m) – logb(n)
3) logb(mn) = n · logb(m)
So if we look at your eqn, we can use rule 2
ln(x+1) - ln(x) = ln((x+1)/x)) = ln 4
Then if you remember that to solve an eqn for a given variable you need to undo whatever has been done to the variable. In our case, utilizing the inverse of the ln(x)
f (f -1(x)) = eln(x) = x
we can apply that to both sides of the eqn
eln((x+1)/x)) = eln 4 ⇒ (x+1)/x = 4
then solving this for x is easier
(x+1)/x) = 4
(x+1)/x • x = 4 • x
x+1 = 4x
x+1 -x = 4x -x
1 = 3x
1/3 = 3x/3
x = 1/3
Hope this helps