Inverse function integration formula

From Calculus
Revision as of 18:22, 16 December 2011 by Vipul (talk | contribs) (→‎Examples)

Statement

In terms of indefinite integrals

Suppose f is a continuous one-one function. Then, we have:

f1(x)dx=xf1(x)f(u)du

where u=f1(x).

More explicitly, if F is an antiderivative for f, then:

f1(x)dx=xf1(x)F(f1(x))

This can be justified either directly or using integration by parts and integration by u-substitution.

In terms of definite integrals

Suppose f is a continuous one-one function on an interval. Suppose we are integrating f1 on an interval of the form [a,b] that lies in the range of f. Then:

abf1(x)=[xf1(x)]abf1(a)f1(b)f(u)du

This simplifies to:

abf1(x)=bf1(b)af1(a)f1(a)f1(b)f(u)du

More explicitly, if F is an antiderivative for f, then:

abf1(x)=[xf1(x)]abF(f1(b))+F(f1(a))

Significance

Computational feasibility significance

Version type Significance
indefinite integral Given an antiderivative for a continuous one-one function f, it is possible to explicitly write down an antiderivative for the inverse function f1 in terms of f1 and the antiderivative for f.
definite integral Given an antiderivative for a continuous one-one function f, and given knowledge of the values of f1 at a and b, it is possible to explicitly compute the definite integral of f1 on [a,b].

Examples

Original function Domain on which it restricts to a one-one function Inverse function for the restriction to that domain Domain of inverse function (equals range of original function) Antiderivative of original function Antiderivative of inverse function Explanation using inverse function integration formula Alternate explanation using integration by parts
sine function sin [π/2,π/2] arc sine function arcsin [1,1] negative of cosine function, i.e., cos xarcsinx+1x2 We get xarcsinx(cos(arcsinx))=xarcsinx+cos(arcsinx). Now, use that cos is nonnegative on the range of arcsin and that cos2θ+sin2θ=1 to rewrite cos(arcsinx)=1x2. The usual method: [SHOW MORE]
tangent function tan (π/2,π/2) arc tangent function arctan all real numbers ln|cosx|, same as ln|secx| xarctanx12ln(1+x2) We get xarctanxln|sec(arctanx)|. Use that |sec(arctanx)|=1+x2 and simplify. [SHOW MORE]
exponential function exp all real numbers natural logarithm ln (0,) exponential function exp xlnxx We get xlnxexp(lnx)=xlnxx [SHOW MORE]