How to solve for x in this problem

  • Context: Graduate 
  • Thread starter Thread starter mmzaj
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 3K views
mmzaj
Messages
107
Reaction score
0
what's the general solution for x in the following equation

[tex]x=c-N^{-\left(\frac{1+x}{1-x}\right)}[/tex]

i could solve using numerical methods , but i need an exact-explicit solution .
 
Mathematics news on Phys.org
Looks like you'll need Lambert's W, then.
 
Gerenuk said:
You could substitute the brakets with x by a new variable and then try to rearrange until you can apply
http://mathworld.wolfram.com/LambertW-Function.html
In the end this new function is just like numeric. But at least you have a name for it ;)

thanks for the reply .. i tried this :
substitute

[tex]y=\frac{1+x}{1-x}[/tex]then

[tex]N^{-y}=c-\frac{y-1}{y+1}[/tex]

or

[tex](y+1)N^{-y}=(c-1)y+(c+1)[/tex]

but then i got a mental block ... i don't know how to transform the problem into the form :

[tex]A(N,c)=B(x) e^{B(x)}[/tex]
 
i managed to reduce the problem down to the form :

[tex]z^{(z-A)}=B[/tex]

again , I'm stuck !
 
Hmm, maybe it's not doable with that function alone. I only get
[tex] W(x)=Ax+B[/tex]
But anyway, what's the difference between numerics and knowing an expression with W? W has to be computed numerically anyway (just like sin, cos and all other functions).
 
[tex]\pi[/tex] has to be computed numerically too but we still allow it a symbol for convenience. And I would much rather sin(2) over a numerical approximation for it, even though if anyone wanted to evaluate sin(2) they would end up with an approximation anyway.

I also couldn't find a solution in terms of the W function. I checked with Wolfram and it too couldn't find one.