I need to find an analytical solution for $x$ to: $$ \cosh(a + bx) + 1 = cx $$
where a,b and c are real parameters.
I have tried to tackle this geometrically, by splitting the problem into finding the intersection of two curves, one being $y=\cosh(a + bx) + 1$ and the other being $y = cx$, but with no luck.
I tried to convert to polar form but I cannot seem to convert $y = \cosh(a+bx)$ easily.
The solution I am looking for must be in the form $x = \dots$. Ideally $x$ should be real but I'm not too concerned if it turns out to be complex.
Thanks for any help provided.
A suggestion: take $u=a+bx \ $ as a substitution
$$x=\frac{u-a}{b}\to \\ cosh(a+bx)+1=cx\\cosh(u)+1=c\frac{u-a}{b}\\e^u+e^{-u}+2=2c\frac{u-a}{b}$$