PDA

Click to See Complete Forum and Search --> : complex equation with exp-function and ln


maryhann2007
May 9th, 2007, 12:26 PM
Hello,

I will be glad of every clue to solve this equation.

a/(12*d*x)+(b*c)/(1+exp(c*x))=(b/d)*ln(1+exp(-c*x)

a, b, c, d are constants and I'm looking for x.
It is really complex equation and I've tried everything.

Thanks for any help.

Mary

VBAhack
May 9th, 2007, 01:08 PM
Welcome to the forums.

Are you sure it is solveable algebraically?

A lot of equations don't have closed form solutions, even simple ones. A couple of examples are 5 = xx or 3x = ex, though I'm not 100% sure about the 2nd example. You may need to resort to graphing and/or numerical methods. :)

maryhann2007
May 10th, 2007, 03:44 AM
Thank you for the answer. I will try to solve this equation in other way. The second equation, which you mentioned, is solvable, i.e. x=-lambertw(-1/3).

Mary

maryhann2007
May 10th, 2007, 03:50 AM
The first equation is also solvable, and the solution is following:
x=log(5)/lambertw(log(5)).

W = LAMBERTW(X) is the solution to w*exp(w) = x and Lambertw function is included in C-language.

Mary

VBAhack
May 10th, 2007, 10:01 AM
Glad you were able to solve it. :)