Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica >

InverseSeries

InverseSeries[s]
takes the series s, and gives a series for the inverse of the function represented by s.
InverseSeries[s, x]
uses the variable x in the inverse series.
  • Given a series s(y), InverseSeries[s, x] gives a series for y such that s(y)=x.
Find a series for the inverse function of x Sin[x]:
Find a series for the inverse function of Sin[x]:
Find the series for the inverse of the function represented by an explicitly specified series:
Invert again to get back the original function:
Find a series for the inverse function of x Sin[x]:
In[1]:=
Click for copyable input
Out[1]=
 
Find a series for the inverse function of Sin[x]:
In[1]:=
Click for copyable input
Out[1]=
In[2]:=
Click for copyable input
Out[2]=
 
Find the series for the inverse of the function represented by an explicitly specified series:
In[1]:=
Click for copyable input
Out[1]=
Invert again to get back the original function:
In[2]:=
Click for copyable input
Out[2]=
Invert a series, giving a result in terms of the variable y:
Find higher-order terms in Newton's approximation for a root of f[x] near x=a:
Composing an inverse series with the original series gives the identity function:
New in 1
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team