Solving Natural Logarithmic Equations

AI Thread Summary
To solve the equation ln(2x+1) = 2 - ln(x), the correct approach involves combining logarithmic terms before exponentiating. The expression can be rewritten as ln(x(2x+1)) = 2, leading to the equation x(2x+1) = e^2. A quadratic equation, 2x^2 + x - e^2 = 0, can then be formed. It is important to treat e^2 as a constant in the quadratic formula. The discussion highlights the need for careful manipulation of logarithmic identities to avoid errors.
Rossinole
Messages
20
Reaction score
0

Homework Statement



Solve ln(2x+1)=2-ln(x) for x.


Homework Equations





The Attempt at a Solution



e^(ln(2x+1)) = e^((2-ln(x))

2x + 1 = e^(2/x)

2x^2 + x = e^2

2x^2+x-e^2 = 0

At this point, I know you're supposed to use the quadratic equation. But, my problem is with how to treat e^2. Should I multiply it out in the discriminant where c = e^2? or just e?

Thanks for any help.
 
Physics news on Phys.org
e^2 is just a number... you can call it c if you like.
 
You can either just calculate it out (it's only a number!) or include it in the quadratic formula and quote your answers in terms of e.
It depends wether this is for home work or real work!
 
There is an error in the second part

e^(ln(2x+1)) = e^((2-ln(x))

2x + 1 = e^(2/x)

These are NOT equivalent. Remember that you can only turn logarithmic expressions
into quotients of logarithms in a case like this: ln z - ln x = ln (z/x)

Try again using that info.
 
BrendanH said:
There is an error in the second part

e^(ln(2x+1)) = e^((2-ln(x))

2x + 1 = e^(2/x)

These are NOT equivalent. Remember that you can only turn logarithmic expressions
into quotients of logarithms in a case like this: ln z - ln x = ln (z/x)

Try again using that info.
I suspect that was a typo because in the next line he has
2x^2+ x= e^2 which is correct.

Added Later: In fact, I would have been inclined to solve the problem as follows:
ln(2x+1)=2-ln(x) so, adding ln(x) to both sides, ln(2x+1)+ ln(x)= ln(x(2x+1))= 2.
Now take the exponetial of both sides: x(2x+1)= 2x2+ x= e2 and you can solve that quadratic equation for x.
 
Last edited by a moderator:
BrendanH, Rossinole meant (e^2)/x, not e^(2/x). The next line in the derivation,
2x^2 + x = e^2
is correct.

edit added:
Halls beat me to it.
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...

Similar threads

Back
Top