I came across an equation that needs to be solved while I was working on a school project. I've tried using the Lambert $W$ function to solve the following equation but I've had no success. Is it even possible to solve for $x$ without numerical methods?
$$ ax+(bx-c)e^{kx}=d $$
It does not seem possible to solve this in general using Lambert W. It would be possible if $a$ or $b$ was $0$.
You might try a series solution if one of the parameters can be considered small. Thus a series in powers of $k$ is
$$ x = {\frac {c+d}{a+b}}+{\frac { \left( c+d \right) \left( ac-db \right) }{ \left( a+b \right) ^{3}}}k+{\frac { \left( c+d \right) \left( 3\,a c+ad-bc-3\,db \right) \left( ac-db \right) }{2\, \left( a+b \right) ^ {5}}}{k}^{2}+\ldots $$