I have the following equations:
Eq. 1) A standard equation for a line
$$y=mx + b,$$
Eq 2) A a parametric equation
$$x=e^{at}-1,$$
$$y=e^{ct}-1,$$
where $a$ and $c$ are known constants.
I want to find the intercepts of Eq .1 with Eq. 2.In the context I am working in I know there are usually two intercepts. I tried substituting $x$ and $y$ to find the intercepts $t$ values, which I could use to get $x$ and $y$ (actually I really just want t anyhow). I get
$$e^{ct}-1=m(e^{at}-1)+b,$$
yet I can't see a way to solve this for t without some kind of numerical method. How do I solve this equation?