Results 1 to 5 of 5

Thread: complex equation with exp-function and ln

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2007
    Posts
    5

    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

  2. #2
    Fanatic Member VBAhack's Avatar
    Join Date
    Dec 2004
    Location
    Sector 000
    Posts
    617

    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.

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2007
    Posts
    5

    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

  4. #4

    Thread Starter
    New Member
    Join Date
    May 2007
    Posts
    5

    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

  5. #5
    Fanatic Member VBAhack's Avatar
    Join Date
    Dec 2004
    Location
    Sector 000
    Posts
    617

    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
  •  



Click Here to Expand Forum to Full Width