Solving an equation with logarithms

  • Thread starter Thread starter Kairos
  • Start date Start date
  • Tags Tags
    Logarithms
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
Kairos
Messages
182
Reaction score
16
Member warned about posting with no effort and without the template
can somebody help me solving:

A*ln(1+A*x)-2*ln(x)-B=0

I thank you in advance
 
Physics news on Phys.org
for solving a physical problem (about entropy). A and B are constants

Simon, the exponential gives a Ath degree equation.. not more solvable to me
 
Kairos said:
for solving a physical problem (about entropy). A and B are constants

Simon, the exponential gives a Ath degree equation.. not more solvable to me

I get
Kairos said:
for solving a physical problem (about entropy). A and B are constants

Simon, the exponential gives a Ath degree equation.. not more solvable to me

Well, I also get a Ath degree equation.
 
This is why you are supposed to say what you've tried already.

OK. You want to find an equation for x in terms of A and B?
You got as far as:

##(1+Ax)^A=e^Bx^2## ... which, just at a glance, I suspect does not have an analytic solution.
ie. taking the Ath root of both sides: ##1+Ax-e^{B/A}x^{2/A}=0##

What was the original problem? Do you have any reason to believe the equation can be solved?
Where does A and B come from?
i.e. Ax<<1:
$$x\in \frac{-A^2\pm\sqrt{A^4-4e^B}}{2e^B}$$
 
Kairos said:
can somebody help me solving:

A*ln(1+A*x)-2*ln(x)-B=0

I thank you in advance

I doubt that the equation can be solved in "closed-from", via some type of formula involving A and B. If you are given numerical values for A and B you can solve the equation numerically, using one of the many reasonably effective methods available. If ##|A|## is small we have the approximation that ##A \ln(1+Ax) \approx A^2 x##, and using that approximation in the equation leads to the (approximate) solution
[tex]x \approx \exp \left( -W\left( -\frac{1}{2} A^2 e^{B/2} - \frac{1}{2}B \right) \right),[/tex]
where ##W## is the so-called Lambert W-function. It is a non-elementary function: ##W(x)## is the solution of ##x = W(x) e^{W(x)}##, and is implemented in several computer algebra systems such as Maple or Mathematica.