Solving Inverse Function f(x) = (3 - e^(2x))^(1/2)

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
Miike012
Messages
1,009
Reaction score
0
f(x) = (3 - e^(2x))^(1/2)

y^2 = 3 - e^(2x)

-(y^2 - 3) = e^(2x)

ln(-(y^2 - 3) ) / 2 = x

What am i doing wrong?
In the back of the book it says...
ln(-(x^2 - 3) ) / 2 = y
 
Physics news on Phys.org
Miike012 said:
f(x) = (3 - e^(2x))^(1/2)
[or y= (3 - e^(2x))^(1/2)]
Here you should switch the x and y, and then solve for y. The result will give you the inverse. So instead of
y^2 = 3 - e^(2x)
you should have
x^2 = 3 - e^(2y)
... and so on.
 
As eumyang said, it is just a matter of notation. We typically write a function as "y= f(x)", not "x= f(y)". But, of course, as long as f is the same function "y= f(x)", "x= f(y)", or "b= f(a)" all refer to the same function.
 
Knowing that log functions are the inverse of exponential functions, I thought all I had to do was find the log of the expo? This is obviously incorrect for me to do?
 
if:
[tex]x\rightarrow f \rightarrow y[/tex]
then:
[tex]y\rightarrow f^{-1} \rightarrow x[/tex]

which is why your notation is the opposite, in the answer of your book they redefined the inverse function to be a function of x