0

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:

  1. Is there a way to symbolically solve this equation?
  2. If not, what makes this equation only solvable by approximation? How can I recognize this property in an equation?
David K
  • 153
  • Please feel free to edit tags and terminology as needed. I'm an engineer, not a mathematician, so I don't have the full vocabulary needed to describe the situation properly. – David K Oct 06 '17 at 17:21
  • Probably not. 2) Symbolic solutions rarely exist when you have two or more exponentials plus a polynomial, or even just one exponential plus a polynomial of degree 2 or more.
  • – Antonio Vargas Oct 06 '17 at 21:45