Grade 12 Math (inverse of functions)

  • Thread starter Thread starter Ethan_Tab
  • Start date Start date
  • Tags Tags
    Functions Grade 12
AI Thread Summary
The discussion focuses on finding the inverse of the function f(x) = [((x-1)/(x+1)) + ((x-1)/(x+1))]^(1/2). Participants express difficulty in isolating y after switching x and y in the equation. A simplification of the innermost expression is suggested, and the problem is confirmed as a common homework issue. An example of the steps to isolate y is provided, leading to the conclusion that x can be expressed in terms of y. The conversation emphasizes the importance of simplification and systematic manipulation in solving for the inverse function.
Ethan_Tab
Messages
57
Reaction score
2
Member warned about posting homework in a technical section
f(x)=[((x-1)/(x+1))+((x-1)/(x+1))]1/2

What is F-1(x)

No matter what I try I am unable to isolate for y after switching x's with y's. Any ideas?
 
Physics news on Phys.org
Ethan_Tab said:
f(x)=[((x-1)/(x+1))+((x-1)/(x+1))]1/2
The innermost expression is ##\frac{x - 1}{x + 1} + \frac{x - 1}{x + 1}##, which can be simplified. Is that what you meant to write?
Ethan_Tab said:
What is F-1(x)

No matter what I try I am unable to isolate for y after switching x's with y's. Any ideas?

BTW, this looks like a homework problem, so I'm moving this thread.
 
This is a pretty common problem. I'll work on a similar one as an example.
##y = \sqrt{ \frac{x-1}{x+1} } ##
##y^2 = \frac{x-1}{x+1},\, y\geq 0##
## y^2 = \frac{x+1}{x+1}-\frac{2}{x+1}##
## y^2-1 = -\frac{2}{x+1}##
##x+1 = -\frac{2}{y^2-1}##
##x= -\frac{2}{y^2-1}-1=-\frac{2}{y^2-1}-\frac{y^2-1}{y^2-1}=-\frac{y^2+1}{y^2-1}##
 
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...
Back
Top