0
$\begingroup$

How to solve following equation $a(x-2)e^x-c x-d=0$. I know that the equation like $a(x-2)e^x-d=0$ can solve using Lambert W function, but with this equation I'm confused, and I can solve.

$\endgroup$
1
  • $\begingroup$ Any conditions for $a,c,d$ ? From a numerical point of view, the problem is interesting. $\endgroup$ Commented Aug 3, 2018 at 15:12

1 Answer 1

1
$\begingroup$

Assuming $c \neq 0$, write your equation as $$e^{-x}=\frac a c\, \frac{x-2}{ x+\frac dc}$$ and have a look at equation $(4)$ in this paper about the generalization of the Lambert $W$ function.

From a practical point of view, consider numerical methods.

$\endgroup$
1
  • $\begingroup$ This is awesome. Exactly what I was looking for. Thanks. $\endgroup$
    – Bona
    Commented Aug 5, 2018 at 21:39

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .