Final answer:
To find the inverse of the function f(x) = x + 4/x, swap x and y, eliminate fractions, and solve the resulting equation using the quadratic formula, taking only the positive root to obtain the inverse function.
Step-by-step explanation:
To find the inverse of the function f(x) = x + 4/x, we want to solve for x in terms of y (we let y = f(x)). Here are the steps for finding the inverse:
- Swap x and y in the equation: y = x + 4/x
- Multiply both sides by x to get rid of the denominator: x*y = x2 + 4
- Rearrange the equation to form a quadratic equation: x2 - y*x + 4 = 0
- Now, solve for x using the quadratic formula, x = (-(-y) ± √((y2) - 4*1*4)) / (2*1)
- Since we are looking for the inverse function, we only take the positive root which is x = (y + √(y2 - 16)) / 2
Therefore, the inverse function f-1(x) is given by f-1(x) = (x + √(x2 - 16)) / 2.