Integration
Integration
In geometric terms, integration can be interpreted as finding the area under a curve defined by a
function f(x)f(x)f(x) on a certain interval [a,b][a, b][a,b]. The most common types of integrals are:
● Definite Integrals: These calculate the area under the curve between two specific
points aaa and bbb.
∫abf(x) dx\int_a^b f(x) \, dx∫abf(x)dx
The result is a number, not a function, representing the total accumulation.
There are some basic rules and formulas that form the foundation of integration:
Power Rule:
Constant Rule:
∫a dx=ax+C\int a \, dx = ax + C∫adx=ax+C
Exponential Functions:
∫ex dx=ex+C\int e^x \, dx = e^x + C∫exdx=ex+C
Trigonometric Functions:
3. Techniques of Integration
Substitution (u-Substitution):
When dealing with composite functions, we use substitution to simplify the integral. It involves
setting u=g(x)u = g(x)u=g(x), where g(x)g(x)g(x) is a part of the integrand that simplifies when
differentiated.
Steps:
Integration by Parts:
This method is used for the product of two functions. It is based on the product rule for
differentiation:
● Choosing uuu and dvdvdv: Choose uuu as the function that simplifies when
differentiated and dvdvdv as the one that is easy to integrate.
● Example:
∫xex dx\int x e^x \, dx∫xexdx
Let u=xu = xu=x and dv=ex dxdv = e^x \, dxdv=exdx.
Then, du=dxdu = dxdu=dx and v=exv = e^xv=ex.
Apply the formula:
∫xex dx=xex−∫ex dx=xex−ex+C\int x e^x \, dx = x e^x - \int e^x \, dx = x
e^x - e^x + C∫xexdx=xex−∫exdx=xex−ex+C
Partial Fractions:
Used when integrating rational functions (fractions where the numerator and denominator are
polynomials). The idea is to express the function as a sum of simpler fractions.
Steps:
Trigonometric Substitution:
5. Applications of Integration
● Area under a Curve: The definite integral calculates the area under the curve y=f(x)y =
f(x)y=f(x) from x=ax = ax=a to x=bx = bx=b.
● Volume of Solids: Using the disk and shell methods, integration can be used to find the
volume of a solid of revolution.
● Physics: In physics, integration is used to calculate quantities like work, energy, and
center of mass.