Finding the inverse of a function

  • Thread starter Thread starter anubis01
  • Start date Start date
  • Tags Tags
    Function Inverse
anubis01
Messages
149
Reaction score
1

Homework Statement


1)Find the inverse of a f(x)=1+e^x/1-e^x

2)solve for x when e^ax=ce^bx where a doesn't equal b.


Homework Equations


1)ln(e^x)=x

2)ln(e^x)=x


The Attempt at a Solution


1)
(1+e^x/1-e^x)(1+e^x/1+e^x)=(2+e^x^2/2)
ln(2+e^x^2/2)= ln2+x^2/ln2

sqrt(ln2/ln2)=x

I think this is what x comes out to but I'm not sure.

2)
ln(e^ax)=ln(ce^bx)
ax=bxC
a-b=x-x

Again I'm not sure if this is right, any help is much appreciated.
 
Physics news on Phys.org
I'm thrown off by the division by 1.
i.e. e^x/1 = e^x?
 
anubis01 said:

Homework Statement


1)Find the inverse of a f(x)=1+e^x/1-e^x

2)solve for x when e^ax=ce^bx where a doesn't equal b.


Homework Equations


1)ln(e^x)=x

2)ln(e^x)=x

You realize those are the same equation, don't you?:smile:


The Attempt at a Solution


1)
(1+e^x/1-e^x)(1+e^x/1+e^x)=(2+e^x^2/2)
No, that's just bad algebra. [(1+e^x)(1+e^x)= 1+ 2ex+ e2x is the numerator and the denominator is 1- e2x, not "2".0

ln(2+e^x^2/2)= ln2+x^2/ln2
And even if it were correct, ln(A+ B) is not ln(A)+ ln(B).

sqrt(ln2/ln2)=x

I think this is what x comes out to but I'm not sure.
No, it doesn't. The if y= f(x), then x= f-1 of y so the standard way to find the inverse of y= f(x) is to solve the equation for x. If y= (1+ex)/(1- ex) then (1- ex)y= 1+ ex or y- yex= 1+ ex. y(1+ ex)= y- 1, 1+ ex= (y- 1)/y, ex= (y-1)/y- 1= (y-1)/y- y/y= -1/y. Can you solve that for x?

2)
ln(e^ax)=ln(ce^bx)
ax=bxC
No, ln(AB) is not A ln(B) ln(ce^(bx))= ln(c)+ ln(bx)= ln(c)+ bx.
a-b=x-x

Again I'm not sure if this is right, any help is much appreciated.
Since the "x"s cancel out in what you have, you should be sure it is not right!
 
1) IF e^x=-1/y then ln(e^x)=ln(-1/y)
x=ln(-1/y)
y=ln(-1/x)
 
is the answer to the problem y= ln(x/2) ?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top