Why Doesn't Mathematica Produce an Explicit Inverse for My Function?

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
3 replies · 15K views
roam
Messages
1,265
Reaction score
12
I'm trying to find the inverse of a function, for instance: f(x)=(2x+1)/(x-1) using Mathematica but it doesn't produce any answers.

This is my input:

> f(x)=(2x+1)/(x-1)

> InverseFunction[f]

The output is always something like:

"InverseFunction[(1+2x)/(-1+x)]"

So, does anyone know what the problem is?

Thanks,
 
Physics news on Phys.org
Oh I see... Thank you! :smile:
 
Thank you very much roam, you've helped me to solve a big problem.