Solving Equations with the Lambert W Function: A* (e^2x - e^x) + b*x = c

  • Context: Graduate 
  • Thread starter Thread starter jya
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
jya
Messages
2
Reaction score
0
I know we can solve e^x=x by the Lambert W function, but is it possible to solve the following equation:

a*(e^(2x)-e^x)+b*x=c

in terms of a, b, and c.
 
Physics news on Phys.org
Welcome to PF;

solve: a*(e^(2x)-e^x)+b*x=c ... in terms of a, b, and c.
Solving for x given a,b,c you mean? That would be the intersection of a line with a quadratic in e^x... that is $$ e^{x}\left ( e^x - 1\right ) = mx+k$$ ...where ##m=-b/a## and ##k=c/a##.
And you want to find x given m and k.
That help?
 
Last edited:
Thank you Simon. Yes. I am wondering if there is some special function can solve this problem, i.e. given the values of a,b,c (or m,k in your equation) I can find out the value of x without looking at the graph.
Simon Bridge said:
Welcome to PF;

Solving for x given a,b,c you mean? That would be the intersection of a line with a quadratic in e^x... that is $$ e^{x}\left ( e^x - 1\right ) = mx+k$$ ...where ##m=-b/a## and ##k=c/a##.
And you want to find x given m and k.
That help?