I am trying to find a positive solution for equations of the following form
$$c_1 (a_1 x + b_1) ^ {k_1} = c_2 (a_2 x + b_2) ^ {k_2}$$
where constants $a_1$, $a_2$, $c_1$, $c_2$ are non-zero and $k_1$, $k_2$ greater than $1$ (not necessarily integers, possibly rational).
It is basically the intersection of two curves of the form $f(x) = c(ax + b)^k$
By sketching the curve, one can see that: for a $k$ close to $1$, it approximates to a straight line; and, as $k$ increases, it becomes more and more curved.
In the special case where $k_1$ and $k_2$ is 2, I have worked out the following formula
$$x = \dfrac{a_1b_1c_1-a_2b_2c_2 \pm \left(a_1b_2-a_2b_1\right)\sqrt{c_1c_2}}{a_2^2c_2-a_1^2c_1}$$
but is there a general formula for obtaining the solution?
Additional constraints:
I realized I am dealing with a special case where $a_1 = -1, a_2 = 1$ and $b_1, b_2, c_1, c_2$ are positive. I am interested in a root $x \in (0, b_1)$.
Update:
I was able to solve it for the special case where $k_1 = k_2 = k$
$$x = \dfrac{b_2 \sqrt[k]{\frac{c_2}{c_1}} - b_1}{a_1 - a_2 \sqrt[k]{\frac{c_2}{c_1}}}$$