CHP 4
CHP 4
Integration is the process of finding the integral of a function, which can be thought of as the reverse operation of
differentiation. Integrals are used to calculate areas under curves, accumulated quantities, and other values related to
the summation of infinitely small parts. This chapter will explore the concepts, techniques, and applications of
integration.
The indefinite integral of a function ( f(x) ) is a function ( F(x) ) such that ( F'(x) = f(x) ). It represents a family of
functions differing by a constant and is denoted by:
The definite integral of a function ( f(x) ) from ( a ) to ( b ) is the limit of a Riemann sum and represents the net area
under the curve of ( f(x) ) from ( a ) to ( b ). It is denoted by:
[ \int_a^b f(x) \, dx ]
The Fundamental Theorem of Calculus links differentiation and integration, stating that if ( F ) is an antiderivative of ( f
) on ([a, b]), then:
4.2.1 Substitution
The substitution method is used to simplify the integration process by making a substitution that reduces the integral to
a simpler form. If ( u = g(x) ), then ( du = g'(x) \, dx ). The integral becomes:
Integration by parts is based on the product rule for differentiation. It is used to integrate the product of two functions
and is given by:
[ \int u \, dv = uv - \int v \, du ]
When integrating rational functions, the partial fractions method can be used to decompose the integrand into simpler
fractions that can be integrated individually. For example:
[ \int \frac{P(x)}{Q(x)} \, dx ]
where ( P(x) ) and ( Q(x) ) are polynomials and the degree of ( P(x) ) is less than the degree of ( Q(x) ).
Integrals involving trigonometric functions often require specific techniques, such as using trigonometric identities or
substitutions. For example:
Trigonometric substitution is used to simplify integrals involving square roots by substituting trigonometric functions
for the variable. Common substitutions include:
( x = a \sin(\theta) )
( x = a \cos(\theta) )
( x = a \tan(\theta) )
The area under the curve ( y = f(x) ) from ( x = a ) to ( x = b ) is given by the definite integral:
The volume of a solid of revolution formed by rotating a region around an axis can be found using the disk or washer
method. For rotation around the x-axis, the volume is:
For the washer method, when there is a hole in the middle, the volume is:
where ( f(x) ) is the outer function and ( g(x) ) is the inner function.
The center of mass of a lamina (thin plate) with variable density can be found using integrals. For a region ( R ) with
density function ( \rho(x, y) ), the coordinates of the center of mass ((\bar{x}, \bar{y})) are:
4.3.6 Work
The work done by a variable force ( F(x) ) in moving an object from ( x = a ) to ( x = b ) is given by:
[ W = \int_a^b F(x) \, dx ]
Improper integrals are used to integrate functions over an unbounded interval or functions with unbounded behavior.
There are two types of improper integrals:
When integrating over an infinite interval, the integral is defined as a limit. For example:
When integrating functions with unbounded behavior, the integral is defined as a limit. For example:
[ \int_a^b f(x) \, dx ]
[ \int_a^b f(x) \, dx = \lim_{\epsilon \to 0^+} \left( \int_a^{c-\epsilon} f(x) \, dx + \int_{c+\epsilon}^b f(x) \, dx \right) ]
The trapezoidal rule approximates the integral by dividing the interval into ( n ) subintervals and approximating the
area under the curve as a series of trapezoids:
[ \int_a^b f(x) \, dx \approx \frac{b - a}{2n} \left[ f(a) + 2 \sum_{i=1}^{n-1} f(a + i \Delta x) + f(b) \right] ]
Simpson's rule approximates the integral by dividing the interval into an even number of subintervals and
approximating the area under the curve using parabolic segments:
[ \int_a^b f(x) \, dx \approx \frac{\Delta x}{3} \left[ f(a) + 4 \sum_{\text{odd } i} f(a + i \Delta x) + 2 \sum_{\text{even
} i} f(a + i \Delta x) + f(b) \right] ]
4.6 Conclusion
Integration is a fundamental tool in calculus with a wide range of applications in science, engineering, economics, and
many other fields. By mastering the techniques of integration and understanding its applications, we can solve complex
problems involving areas, volumes, work, and more. In the next chapter, we will explore the concept of infinite series
and their convergence.