Inverse Function Homework: Find f(x) = x + 4/x

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
2 replies · 1K views
elitewarr
Messages
62
Reaction score
0

Homework Statement


Find the inverse function for f(x) = x + 4/x


Homework Equations





The Attempt at a Solution


I tried many times but just can't get the answer.
Is there any trick to this question?

Thank you
 
Physics news on Phys.org
Basically, what you want to do, is solve
y = 4x + 4/x
for x.
Secretly, you can view this as a quadratic equation. You can either multiply through by x, then this becomes immediately apparent.

If you're looking for a more general approach, I suggest combining the two fractions (4x/1 and 4/x) on the right hand side into a single fraction A/B, then you can cross-multiply (y = A/B becomes yB = A).

In both cases, you can get an equation of the form
ax2 + bx + c = 0
the solution(s) of which give an inverse function.
 
Ahh! Why didn't I think of that. Thanks!