Can All Functions Be Explicitly Inverted?

  • Context: Graduate 
  • Thread starter Thread starter eljose
  • Start date Start date
  • Tags Tags
    Functions Inverse
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 · 3K views
eljose
Messages
484
Reaction score
0
Let,s suppose we want to obtain the inverse of the functions:

[tex]y=\frac{sin(x)}{x}[/tex] [tex]y=cos(x)+x[/tex] or [tex]y=\int_{c}^{x}dt/logt[/tex]

as you can check you can,t explicitly get g(y)=x from y=f(x)..then how would you manage to get it?..i have heard about Lagrange inverse series theorem to invert a series..but what happens if the function is not analytic on the whole real line?..for example includes terms in the form |x|, lnx, 1/x or x^{r} with r a real number.
 
Physics news on Phys.org
you can use some sorts of integrals to find inverse functions.
1)
[tex]y'=\frac{xcosx-sinx}{x^2}[/tex]
let g be the inverse function,
[tex]\frac{dg}{dx}=\frac{1}{y'(y)}[/tex]
substitute [tex]y=\frac{sinx}{x}[/tex]

integrate it and get g... well its going to be messy. however, as hallsofivy said, these functions have restrictions... so be careful.
 
eljose said:
Let,s suppose we want to obtain the inverse of the functions:

[tex]y=\frac{sin(x)}{x}[/tex] [tex]y=cos(x)+x[/tex] or [tex]y=\int_{c}^{x}dt/logt[/tex]

as you can check you can,t explicitly get g(y)=x from y=f(x)..then how would you manage to get it?..i have heard about Lagrange inverse series theorem to invert a series..but what happens if the function is not analytic on the whole real line?..for example includes terms in the form |x|, lnx, 1/x or x^{r} with r a real number.

You are confusing existence with, well, who knows what, evaluation perhaps. *If* a function has an inverse (i.e. if it is bijective) then its inverse is what it is. Constructing the value of the inverse evaluated at any given point, or expressing it in a nice elementary function form is strictly a different issue from saying you can't get its inverse explicitly (you always can get its inverse explicitly...).