Inverse of a function

elindow

New member
Joined
Sep 8, 2005
Messages
11
Here is the function:

y = (1 + e to the x power) / (1 - e to the x power)

What is this functions inverse?? and how do you work this problem??
 
You just swap the x and ys then solve for y
y = (1 + e<sup>x</sup>) / (1 - e<sup>x</sup>)
x = (1 + e<sup>y</sup>) / (1 - e<sup>y</sup>)
To simplyfy the writing (and the way it looks) substitute
e<sup>y</sup> = z
and solve for z
x=(1+z)/(1-z)
You should be able to solve that for
z = (x-1)/(x+1)
Then un-sub
e<sup>y</sup> =(x-1)/(x+1)
Take the ln of both sides
y = ln((x-1)/(x+1))
 
2 Questions....

1) how do you type the powers on here?

2) in the denominator if you solve x = 1+z you get z= -x+1 or an I just too tired to see straight?
 
I used
<sup>
then the exponent followed by
</sup>
to end it.

You have to uncheck "Disable HTML in this post" if you have it checked.
You can also use sub instead of sup for a subscript.
If the exponent is a 2 or 3 you can use Alt & 2 or Alt & 3 on most computers.
You can check it out by clicking PREVIEW to see if it looks right.
Hope this makes sense.
 
testing ............. y = (1+e<sup>x</sup>)/(1-e<sup>x</sup>)Q<sub>o</sub>

Ok got it to work good
 
elindow said:
2) in the denominator if you solve x = 1+z you get z= -x+1 or an I just too tired to see straight?
you're, Gene is right - show what you've got, though.
 
I did
x=(1+z)/(1-z)
(x-xz)=(1+z)
x-1=z+xz
x-1=z(1+x)
(x-1)/(x+1)=z
 
I figured it out.....thanks I was just not seeing straight....I am going to bed now and I can get the other problem in class.

Thanks
Erik
 
Top