Solve Natural Logarithm Equation lnx+ ln(x-1) = 1

PolyFX
Messages
30
Reaction score
0

Homework Statement



lnx+ ln(x-1) = 1

solve each equation for x

Homework Equations



ln(e^x) = x
e^lnx = x

The Attempt at a Solution



x + (x-1) = e^1 [==> using ln(e^x) = x]
from this point on, I am stuck because I am having trouble isolating x because of the x that is in the brackets.

-Thanks in advance
 
Physics news on Phys.org
Remember the logarithm property
ln(a) + ln(b) = ln(ab)
 
Bohrok,

Thank you. For some reason I always assumed that the logarithm laws such as log(x/y)= log x-logy etc, could not be applied to natural logarithms. I guess questions like that never really came up.

So using ln(ab) = lna + lnb

I get,

lnx + ln(x-1) = 1
ln(x2-x) = 1

so e1 = x2-x

Am I missing a step? I still cannot isolate x to solve for it. I think I may be jumping in a little too early for the cancellation rule.

-Thanks in advance
 
The properties of logarithms work with any positive number base (I believe), at least with most numbers you come across, like 10 and e.

What you have now is a quadratic equation with an x2 term, so use the quadratic formula after you set the equation equal to 0.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top