Integration using parametric derivatives

From HandWiki
Short description: Method which uses known Integrals to integrate derived functions

In calculus, integration by parametric derivatives, also called parametric integration,[1] is a method which uses known Integrals to integrate derived functions. It is often used in Physics, and is similar to integration by substitution.

Statement of the theorem

By using The Leibniz integral rule with the upper and lower bounds fixed we get that
ddt(abf(x,t)dx)=abtf(x,t)dx
It is also true for non-finite bounds.

Examples

Example One: Exponential Integral

For example, suppose we want to find the integral

0x2e3xdx.

Since this is a product of two functions that are simple to integrate separately, repeated integration by parts is certainly one way to evaluate it. However, we may also evaluate this by starting with a simpler integral and an added parameter, which in this case is t = 3:

0etxdx=[etxt]0=(limxetxt)(et0t)=0(1t)=1t.

This converges only for t > 0, which is true of the desired integral. Now that we know

0etxdx=1t,

we can differentiate both sides twice with respect to t (not x) in order to add the factor of x2 in the original integral.

d2dt20etxdx=d2dt21t0d2dt2etxdx=d2dt21t0ddt(xetx)dx=ddt(1t2)0x2etxdx=2t3.

This is the same form as the desired integral, where t = 3. Substituting that into the above equation gives the value:

0x2e3xdx=233=227.

Example Two: Gaussian Integral

Starting with the integral ex2tdx=πt, taking the derivative with respect to t on both sides yields
ddtex2tdx=ddtπtx2ex2t=π2t32x2ex2t=π2t32.
In general, taking the n-th derivative with respect to t gives us
x2nex2t=(2n1)!!π2nt2n+12.

Example Three: A Polynomial

Using the classical xtdx=xt+1t+1 and taking the derivative with respect to t we get
ln(x)xt=ln(x)xt+1t+1xt+1(t+1)2.

Example Four: Sums

The method can also be applied to sums, as exemplified below.
Use the Weierstrass factorization of the sinh function:
sinh(z)z=n=1(π2n2+z2π2n2).
Take the logarithm:
ln(sinh(z))ln(z)=n=1ln(π2n2+z2π2n2).
Derive with respect to z:
coth(z)1z=n=12zz2+π2n2.
Let w=zπ:
12coth(πw)πw121z2=n=11n2+w2.

References

  1. Zatja, Aurel J. (December 1989). Parametric Integration Techniques | Mathematical Association of America. Mathematics Magazine. https://www.maa.org/sites/default/files/268948443847.pdf. Retrieved 23 July 2019. 

WikiBooks: Parametric_Integration