In the following equation I am trying to solve for $\alpha$, where $F$ and $P$ are constants.
$$P = e^{-\alpha/2}-\frac{1}{1+F}e^{-\alpha(1+F)/2}$$
Normally when I encounter an equation like this that I can't solve by simple algebra, I just stick it in Mathematica/Wolfram Alpha and get out an equation. However, when I did this all of the solutions where determined using approximation, so I couldn't just get a symbolic formula for $\alpha$.
I have two questions:
- Is there a way to symbolically solve this equation?
- If not, what makes this equation only solvable by approximation? How can I recognize this property in an equation?
In the most general case, equation$$P = e^{-\alpha/2}-\frac{e^{-\alpha(1+F)/2}}{1+F}$$ will not show analytical solutions.
However, for some very specific values of $F$, this equation would result in a polynomial in $x=e^{-\alpha/2}$. $$x^{F+1}-(F+1) x+(F+1) P=0$$ This woud be the case for $F=\pm \frac 12,1,\pm 2,\pm 3$.