Module VIII: Detailed Calculus Notes on Comprehensive Integration Techniques of Integration

Integration as the Inverse Process of Differentiation

Integration is conceptually introduced as the reverse problem of finding an original function when its derivative is given in the form of a function. This reverse process is formally termed integration. In a historical context, the transcript notes that Archimedes used similar techniques two thousand years ago for determining areas and volumes. However, the creators of modern calculus are cited as Sir Isaac Newton (1642-1727) and Gottfried Wilhelm Leibnitz (1646-1716). The study of the integration of functions is known as integral calculus, which finds extensive applications across geometry, mechanics, natural sciences, and various other educational disciplines.

To understand the perspective of integration as an antiderivative, consider the following differentiation examples: the derivative of x2x^2 is 2x2x, the derivative of sin(x)\sin(x) is cos(x)\cos(x), and the derivative of exe^x is exe^x. Conversely, x2x^2 is the antiderivative of 2x2x, sin(x)\sin(x) is the antiderivative of cos(x)\cos(x), and exe^x is the antiderivative of exe^x. The operation of integration is denoted by the symbol \int. The symbol dxdx used alongside \int denotes the operation of integration with respect to the variable xx. The function to be integrated, located between the integral sign and the differential, is called the integrand.

The Constant of Integration and Indefinite Integrals

The transcript explains that the integral of a function is not unique. Since the derivative of any real constant CC is zero, the derivative of x2+Cx^2 + C is always 2x2x. Therefore, when integrating 2x2x, we must account for this by adding a constant of integration. In general, if f(x)f'(x) is the derivative of f(x)f(x), then f(x)dx=f(x)+C\int f'(x)dx = f(x) + C. This implies that the derivative of an integral is equal to the integrand itself. Integral notation is specific to the variable of integration, such as f(x)dx\int f(x)dx, f(y)dy\int f(y)dy, or f(z)dz\int f(z)dz, but a mismatch such as f(z)dx\int f(z)dx is not standard for this level of calculus.

Standard Integrals and Verification Table

The following list provides the standard integration results along with their verification through differentiation:

  1. For any constant n1n \neq -1: xndx=xn+1n+1+C\int x^n dx = \frac{x^{n+1}}{n+1} + C

  2. sin(x)dx=cos(x)+C\int \sin(x) dx = -\cos(x) + C

  3. cos(x)dx=sin(x)+C\int \cos(x) dx = \sin(x) + C

  4. sec2(x)dx=tan(x)+C\int \sec^2(x) dx = \tan(x) + C

  5. csc2(x)dx=cot(x)+C\int \csc^2(x) dx = -\cot(x) + C

  6. sec(x)tan(x)dx=sec(x)+C\int \sec(x)\tan(x) dx = \sec(x) + C

  7. csc(x)cot(x)dx=csc(x)+C\int \csc(x)\cot(x) dx = -\csc(x) + C

  8. 11x2dx=sin1(x)+C\int \frac{1}{\sqrt{1-x^2}} dx = \sin^{-1}(x) + C

  9. 11+x2dx=tan1(x)+C\int \frac{1}{1+x^2} dx = \tan^{-1}(x) + C

  10. 1xx21dx=sec1(x)+C\int \frac{1}{x\sqrt{x^2-1}} dx = \sec^{-1}(x) + C

  11. exdx=ex+C\int e^x dx = e^x + C

  12. axdx=axln(a)+C\int a^x dx = \frac{a^x}{\ln(a)} + C

  13. For x > 0: 1xdx=ln(x)+C\int \frac{1}{x} dx = \ln(x) + C

Fundamental Properties of Integrals

There are several key properties regarding the algebraic manipulation of integrals. First, the integral of the sum or difference of two functions is equal to the sum or difference of their respective integrals: [f(x)±g(x)]dx=f(x)dx±g(x)dx\int [f(x) \pm g(x)] dx = \int f(x) dx \pm \int g(x) dx. Second, if a function is multiplied by a constant kk, that constant can be factored outside of the integral: kf(x)dx=kf(x)dx\int kf(x) dx = k \int f(x) dx. It is explicitly noted that the integral of a product of two functions is NOT generally equal to the product of their integrals: f(x)g(x)dxf(x)dx×g(x)dx\int f(x)g(x) dx \neq \int f(x) dx \times \int g(x) dx.

Practical Examples and Working Rules

To find the integral of xnx^n, the working rule is to increase the index of xx by 1, divide the result by the new index, and add the constant CC. For example, x4dx=x55+C\int x^4 dx = \frac{x^5}{5} + C. Another example explores the integral of (2x3x2)\left(\frac{2}{x} - \frac{3}{x^2}\right), which is solved by splitting the terms. Similarly, trigonometric identities are often required to simplify integrands. For instance, to evaluate tan2(x)dx\int \tan^2(x) dx, one must use the identity tan2(x)=sec2(x)1\tan^2(x) = \sec^2(x) - 1 to reach the integral [sec2(x)1]dx=tan(x)x+C\int [\sec^2(x) - 1] dx = \tan(x) - x + C.

Integration by Substitution

Integration by substitution consists of expressing f(x)dx\int f(x) dx in terms of another variable (usually tt) to simplify the function into a standard form. For a linear substitution of the form ax+bax+b, let t=ax+bt = ax+b, which implies dt=adxdt = a dx or dx=dtadx = \frac{dt}{a}. This leads to generalized formulas such as:

(ax+b)ndx=(ax+b)n+1a(n+1)+C\int (ax+b)^n dx = \frac{(ax+b)^{n+1}}{a(n+1)} + C

1ax+bdx=1aln(ax+b)+C\int \frac{1}{ax+b} dx = \frac{1}{a} \ln(ax+b) + C

eax+bdx=1aeax+b+C\int e^{ax+b} dx = \frac{1}{a} e^{ax+b} + C

sin(ax+b)dx=1acos(ax+b)+C\int \sin(ax+b) dx = -\frac{1}{a} \cos(ax+b) + C

cos(ax+b)dx=1asin(ax+b)+C\int \cos(ax+b) dx = \frac{1}{a} \sin(ax+b) + C

Logarithmic Rule of Integration

An important specialized form of substitution is when the numerator is the derivative of the denominator. If evaluating f(x)f(x)dx\int \frac{f'(x)}{f(x)} dx, we put f(x)=tf(x) = t, meaning f(x)dx=dtf'(x) dx = dt. The integral becomes dtt=ln(t)+C=ln(f(x))+C\int \frac{dt}{t} = \ln(t) + C = \ln(f(x)) + C. Examples include 2xx2+1dx=ln(x2+1)+C\int \frac{2x}{x^2+1} dx = \ln(x^2+1) + C and tan(x)dx\int \tan(x) dx, which is sin(x)cos(x)dx=ln(cos(x))+C=ln(sec(x))+C\int \frac{\sin(x)}{\cos(x)} dx = -\ln(\cos(x)) + C = \ln(\sec(x)) + C.

Advanced Trigonometric Substitutions

Specific trigonometric integrals can be derived through substitution:

  1. For sec(x)dx\int \sec(x) dx, multiply the numerator and denominator by (sec(x)+tan(x))(\sec(x) + \tan(x)) and substitute t=sec(x)+tan(x)t = \sec(x) + \tan(x), leading to lnsec(x)+tan(x)+C\ln|\sec(x) + \tan(x)| + C.

  2. For 1x2a2dx\int \frac{1}{x^2 - a^2} dx, use partial fractions or substitution to find 12alnxax+a+C\frac{1}{2a} \ln\left|\frac{x-a}{x+a}\right| + C.

  3. For 1a2x2dx\int \frac{1}{a^2 - x^2} dx, the result is 12alna+xax+C\frac{1}{2a} \ln\left|\frac{a+x}{a-x}\right| + C.

  4. For 1a2x2dx\int \frac{1}{\sqrt{a^2 - x^2}} dx, substitute x=asin(θ)x = a \sin(\theta), resulting in sin1(xa)+C\sin^{-1}\left(\frac{x}{a}\right) + C.

  5. For 1x2±a2dx\int \frac{1}{\sqrt{x^2 \pm a^2}} dx, the result is lnx+x2±a2+C\ln|x + \sqrt{x^2 \pm a^2}| + C.

Integration by Parts

Integration by parts is the method used to integrate the product of two functions, derived from the product rule of differentiation. The formula is: uvdx=uvdx[uvdx]dx\int u \cdot v dx = u \cdot \int v dx - \int [u' \cdot \int v dx] dx. In words: (First function) ×\times (Integral of the second function) ×\times the integral of [(Derivative of the first function) ×\times (Integral of the second function)].

The choice of the first function (uu) is critical and is generally based on the order of preference represented by ILATE (not explicitly named but described through priority): Inverse trigonometric functions, Logarithmic functions, Algebraic functions, Trigonometric functions, and Exponential functions. For example, in xsin(x)dx\int x \sin(x) dx, the algebraic function xx is chosen as the first function. In ln(x)dx\int \ln(x) dx, we treat it as ln(x)1dx\int \ln(x) \cdot 1 dx and choose ln(x)\ln(x) as the first function.

Special Form involving Exponential Functions

A specific technique covers integrals of the type ex[f(x)+f(x)]dx\int e^x [f(x) + f'(x)] dx. By splitting the integral into exf(x)dx+exf(x)dx\int e^x f(x) dx + \int e^x f'(x) dx and applying integration by parts to the first term, the term exf(x)dx\int e^x f'(x) dx is canceled out, leaving the result: exf(x)+Ce^x f(x) + C. An example provided is ex[tan(x)+ln(sec(x))]dx=exln(sec(x))+C\int e^x [\tan(x) + \ln(\sec(x))] dx = e^x \ln(\sec(x)) + C.

Integration Using Partial Fractions

When dealing with proper rational fractions of the form P(x)Q(x)\frac{P(x)}{Q(x)} where the degree of the numerator is less than that of the denominator, we decompose them into partial fractions. The rules for decomposition depend on the factors of the denominator Q(x)Q(x).

  1. For Non-repeated linear factors (ax+b)(ax+b), use a partial fraction of form Aax+b\frac{A}{ax+b}.

  2. For Repeated linear factors (ax+b)2(ax+b)^2, use the sum Aax+b+B(ax+b)2\frac{A}{ax+b} + \frac{B}{(ax+b)^2}.

  3. For Non-factorisable quadratic factors (ax2+bx+c)(ax^2+bx+c), use a partial fraction of form Ax+Bax2+bx+c\frac{Ax+B}{ax^2+bx+c}.

Once the constants A,B,C...A, B, C... are determined by comparing coefficients or substituting values of xx, each term is integrated separately using standard results.

Summary of Standard Result Extensions

The text concludes with complex quadratic and square root integral results:

  1. a2x2dx=x2a2x2+a22sin1(xa)+C\int \sqrt{a^2 - x^2} dx = \frac{x}{2} \sqrt{a^2 - x^2} + \frac{a^2}{2} \sin^{-1}\left(\frac{x}{a}\right) + C

  2. x2a2dx=x2x2a2a22lnx+x2a2+C\int \sqrt{x^2 - a^2} dx = \frac{x}{2} \sqrt{x^2 - a^2} - \frac{a^2}{2} \ln|x + \sqrt{x^2 - a^2}| + C

  3. x2+a2dx=x2x2+a2+a22lnx+x2+a2+C5\int\sqrt{x^2 + a^2}dx=\frac{x}{2}\sqrt{x^2 + a^2}+\frac{a^2}{2}\ln|x+\sqrt{x^2 + a^2}|+C5

These results are frequently applied to find areas of circles and ellipses or to solve problems in mechanics and geometry.