Algebra: Is this possible to solve?

  • Context: Undergrad 
  • Thread starter Thread starter Curl
  • Start date Start date
  • Tags Tags
    Algebra
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
Curl
Messages
756
Reaction score
0
I came across this type of equation, and somehow I could not figure out how to solve it analytically. I ended up solving it numerically, but now I'm bothered and I want to know if this is possible.

a = (1-exp(b/x) / (1-exp(c/x))

a,b,c, are constants, x is the unknown
 
Mathematics news on Phys.org
It cannot be solved analytically for general numbers b and c.

EDIT:

suppose you introduce a new variable:

[tex] y \equiv \exp\left(\frac{b}{x}\right)[/tex]

Then, for the other exponential, you would have:
[tex] \exp\left(\frac{c}{x}\right) = \exp\left(\frac{c}{b} \, \frac{b}{x}\right) = \left[\exp\left(\frac{b}{x}\right)\right]^{\frac{c}{b}} = y^{c/b}[/tex]

and the equation becomes:

[tex] a = \frac{1 - y}{1 - y^{c/b}}[/tex]

[tex] y = 1 - a ( 1 - y^{c/b})[/tex]
 
Last edited: