|
-
May 9th, 2007, 12:26 PM
#1
Thread Starter
New Member
complex equation with exp-function and ln
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
-
May 9th, 2007, 01:08 PM
#2
Fanatic Member
Re: complex equation with exp-function and ln
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.
Last edited by VBAhack; May 9th, 2007 at 01:36 PM.
-
May 10th, 2007, 03:44 AM
#3
Thread Starter
New Member
Re: complex equation with exp-function and ln
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
-
May 10th, 2007, 03:50 AM
#4
Thread Starter
New Member
Re: complex equation with exp-function and ln
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
-
May 10th, 2007, 10:01 AM
#5
Fanatic Member
Re: complex equation with exp-function and ln
Glad you were able to solve it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|