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

AI Thread Summary
To solve the inverse function f(x) = (3 - e^(2x))^(1/2), one must first switch the variables x and y. The correct approach starts with y^2 = 3 - e^(2x), leading to x^2 = 3 - e^(2y) after the switch. The confusion arises from the notation, as the function is typically expressed as y = f(x) rather than x = f(y). Understanding that logarithmic functions are the inverses of exponential functions is crucial, but simply taking the logarithm of the exponential term is not sufficient. The book's answer redefines the inverse function correctly as a function of x, clarifying the notation used.
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:
x\rightarrow f \rightarrow y
then:
y\rightarrow f^{-1} \rightarrow x

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
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top