I'm new here on Mathematics and have only basic algebraic knowledge. I have a problem in how to solve the following equation: $$ P^x = R_0^x + R_1^x + ... +R_n^x $$ I know the value of P and the values of all $R$'s. Sometimes there are only two $R$'s but can also be $3, 4$ or $5$ $R$'s.
How do I solve for $x$? Is this possible trough algebra?
Any help would be greatly appreciated.
Setting $P^x=t$, the equation turns to
$$t=t^{\alpha_0}+t^{\alpha_1}+\cdots t^{\alpha_n}$$ where
$$\alpha_k=\frac{\log(R_k)}{\log(P)}.$$
Such "generalized polynomial" equations are known to have no solutions in radicals for rational exponents, in general.
Even with two $R$'s there is no analytical solution (except for very specific values of the $\alpha$'s). In practice, you will have to resort to numerical methods.