Finding the inverse of a function

  • Context: Undergrad 
  • Thread starter Thread starter Trekky0623
  • Start date Start date
  • Tags Tags
    Function
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
Trekky0623
Messages
6
Reaction score
0
I need to know how to start this.

Basically, I'm trying to isolate x on one side, so that I can input f(x) and solve for x, instead of the other way around.

Image: http://img146.imageshack.us/img146/8869/tempng8.png
 
Last edited by a moderator:
Mathematics news on Phys.org
don't think that is possible
 
Why would you ever want to invert such a useless function?

If it's homework and you're having trouble solving for x in terms of f(x), then there's a good chance the function is not one-to-one and thus has no inverse. The way you would prove this, though, is to find two values, x and y, such that f(x) = f(y). Alternatively, if you can plot the graph of the function, you can use a horizontal line test to see if it's one-to-one. If you can find a horizontal line that passes through two distinct points on the graph, then you can't invert it.
 
Alternatively, if you just want the answer for yourself, you should consider numerical methods instead of analytic solutions.