Integral calculus is the branch of calculus that deals with the process of integration, which is used to find the antiderivative of a function.
It is the inverse of differentiation and is used to determine quantities such as area, volume, displacement, and other values obtained by summing infinitely small parts.
Fundamental Theorems of Integral Calculus
The integral represents the area under the curve. There are two fundamental theorems of integral calculus:
First Fundamental Theorem of Integral Calculus
The first fundamental theorem of integral calculus states that if P(x) = ∫ f(x) dx is a continuous function on the interval [a, b], then P'(x) = f(x) for all x ∈ [a, b].
In simple words, the derivative of an integral of a continuous function is the original function itself.
Second Fundamental Theorem of Integral Calculus
The second fundamental theorem of integral calculus states that if f(x) is a continuous function on the interval [a, b] and p(x) is the antiderivative of f(x), then
Integral Definition
An integral represents the accumulation of quantities and gives the antiderivative (primitive function) of a given function. It is the reverse process of differentiation and is commonly used to find the area under a curve.
Integrals can be classified as
- Definite Integral: Integrals which are bounded by the limits
- Indefinite Integral: Integrals that do not have the limit of integration
- Improper Integrals: Integrals whose integrand is not bounded, or the limit of the integral is infinity
Multiple Integrals
Multiple integrals are integrals with more than one variable. There are two types of multiple integrals. They are:
Double Integral
A double integral is the integration of a function of two variables over a specified region. It is used to calculate quantities such as area and volume over a two-dimensional region and is denoted by ∬.
Triple Integral
A triple integral is the integration of a function of three variables over a three-dimensional region. It is used to calculate quantities such as volume and mass in 3D space and is denoted by ∭.
Methods to Find Integrals
There are multiple types of integrals, which can be solved using different methods. Some integrals can be directly solved by applying formulas. To solve some integrals, we use the following methods:
Integration by Substitution
To understand the method of integration by substitution, we can see the following example, or we can explore the article mentioned above.
Example: Evaluate: ∫[(2x)/ ∫[(2x)/{5x+1}]dx
Solution:
Let 5x2 + 1 = t. Then, d(5x2 + 1) = dt ⇒ 10 x dx = dt
⇒ ∫[(2x)/ {5x2 +1}]dx = ∫[2x / (t×10x)]dt
⇒ ∫[(2x)/ {5x2 +1}]dx = ∫[1 / (5t)]dt
⇒ ∫[(2x)/ {5x2 +1}]dx = (1/5) ∫[1 / t]dt
⇒ ∫[(2x)/ {5x2 +1}]dx = [(log t) / 5] + C
Integration by Parts
Let's consider an example for better understanding.
Example: Evaluate the integral ∫ex x dx
Solution:
Let I = ∫ex x dx
This integral can be solved by integration by parts (ILATE rule)
According to ILATE rule the first function u = x (algebraic), v = ex (exponent)
The formula of integration by parts
⇒ ∫u.v dx = u∫v dx - ∫[(du/dx)∫v dx] dx
⇒ ∫x ex dx = x∫ex dx - ∫[(dx/dx)∫ex dx] dx
⇒ ∫x ex dx = x ex - ∫[(1)ex] dx + C1
⇒ ∫x ex dx = x ex - ∫ex dx + C1
⇒ ∫x ex dx = x ex - ex + C1 + C2
⇒ ∫x ex dx = ex(x - 1) + C [C = C1 + C2]
Integration by Partial Fraction
For better understanding, let's consider the following example.
Example: Evaluate the integral ∫[x/ {(x - 1)(x - 2)}] dx
Solution:
I = ∫[x/ {(x - 1)(x - 2)}]dx
These types of integrals can be solved using partial fraction method.
[x/ {(x - 1)(x - 2)}] = A/(x - 1) + B /(x - 2)
⇒ [x/ {(x - 1)(x - 2)}] = [A(x-2) + B(x-1)]/[(x - 1) (x - 2)]
Equating the numerators
x = A(x-2) + B(x - 1)
⇒ x = Ax + Bx -2A - B
⇒ x = (A + B)x - (2A + B)
Comparing coefficients
A + B = 1 . . . (1)
-2A - B = 0 . . . (2)
From (1) and (2)
B = -2A
Thus, A +(-2A) = 1
⇒ -A = 1
⇒ A = -1
Thus, B = 2
Putting values of A and B in (I)
[x/ {(x - 1)(x - 2)}] = (-1)/(x - 1) + 2 /(x - 2)
⇒ ∫[x/ {(x - 1)(x - 2)}] = ∫[(-1)/(x - 1) + 2 /(x - 2)] dx
⇒ ∫[x/ {(x - 1)(x - 2)}] = ∫[(-1)/(x - 1)]dx + ∫[2 /(x - 2)] dx
⇒ ∫[x/ {(x - 1)(x - 2)}] = -∫[1/(x - 1)]dx + 2∫[1 /(x - 2)] dx
⇒ ∫[x/ {(x - 1)(x - 2)}] = -ln(x - 1) + 2 ln(x - 2) + C1 + C2
⇒ ∫[x/ {(x - 1)(x - 2)}] = -ln(x - 1) + 2 ln(x - 2) + C [C=C1 + C2]
Applications of Integral Calculus
Integral calculus has different applications. Some of them are:
- To find the area under the curve.
- To find the area between two curves.
- To find the volumes.
- To find displacement and motion.
Example 1: Find the area of the region bounded by the curve y2 = 16x, x = 1, x = 3, and the x-axis in the first quadrant.
Solution:
First, we draw the figure of the curve y2 = 16x, x = 1, x=3 and the x-axis in first quadrant
y2 = 16x
⇒ y = ±√(16x)
⇒ y = ±4√x . . . (1)
We will take positive value of y as we have to find area under the first quadrant.
The required area is the shaded region PQRS.
Required area =
\int\limits^3_1 y dx⇒ Required area = \int\limits^3_1 4√xdx [From equation 1]
⇒ Required area = 4[x½+1 / {(1/2)+1}]13
⇒ Required area = 4[x3/2 / (3/2)]13
⇒ Required area = 4[(2x3/2)/3]13
⇒ Required area = (8/3) [ 33/2 - 13/2]
⇒ Required area = (8/3) [3√3 - 1]
⇒ Required area = [8√3 - (8/3)] sq units
Example 2: Find the volume of the solid bounded between the region x2 + y2 ≤ 4 and 0 ≤ z ≤ 1.
Solution:
From the given equation radius of disc = 2 units.
Required Volume = ∭V dx dy dz
⇒ Required volume = ∬R
\int\limits_{z=0}^{z=1} (dz)dx dy⇒ Required volume = ∬R[z]01dxdy = ∬R[1 - 0]dx dy
⇒ Required volume = ∬R[z]01dxdy = ∬R (1)dx dy
⇒ Required volume = ∬R dx dy
Since, ∬Rdx dy = Area (given shape is a disc which is a circle and area = πr2 )
⇒ Required volume = π(2)2
⇒ Required volume = 4π cubic units
Example 3: Find the displacement of the particle over the interval [1, 3] if the velocity of the particle is given by v(t) = 3t2 + 2t.
Solution:
Given the velocity v(t) = 3t2 + 2t and the interval [1, 3]
Displacement S(t) =
\int\limits_a^b v(t) dtHere, a = 1 and b = 3 by the given interval
⇒ S(t) =
\int\limits_1^3 (3t2 + 2t)dt⇒ S(t) =
\int\limits_1^3 3t2dt +\int\limits_1^3 2tdt⇒ S(t) = 3[(t3/3)]13 + 2[(t2/ 2)]13
⇒ S(t) = [t3]13 + [t2]13
⇒ S(t) = [33 - 13] + [32 - 12]
⇒ S(t) = [27 - 1] + [ 9 - 1]
⇒ S(t) = 26 + 8
⇒ S(t) = 34 units
The displacement is 34 units.
Differential vs Integral Calculus

The key differences between differential calculus and Integral calculus are listed in the following table.
| Differential Calculus | Integral Calculus |
|---|---|
| The differential calculus is the branch of mathematics that deals with derivatives. | The integral calculus is the branch of mathematics that deals with integrals. |
| The symbol of derivatives is d/dx. | The symbol of integral is ∫. |
| It gives the slope of the curve. | It gives the area under the curve. |
| The differentiation is opposite operation of integration. | Integration is the opposite operation of differentiation. |
Integral Calculus Examples
Example 1: Solve: ∫x9dx
Answer:
∫x9dx = [x9 + 1 / (9 + 1)] + C
⇒ ∫x9dx = (x10 / 10) + C
Example 2: Solve ∫ 2x + 3dx.
Answer:
∫ 2x + 3dx = ∫ 2x 23dx
⇒ ∫ 2x + 3dx = 8∫ 2x dx
⇒ ∫ 2x + 3dx = 8[2x / loge2] + C
Example 3: Evaluate: ∫(x3 + 3x2 + 5x + 6)dx
Answer:
∫(x3 + 3x2 + 5x + 6) dx = ∫x3dx + ∫ 3x2dx + ∫ 5x dx + ∫ 6dx
⇒ ∫(x3 + 3x2 + 5x + 6) dx = (x3+1 / (3+1)) + 3[(x2+1 / (2+1))] + 5[(x1+1 / (1+1))] + 6[x0+1/ (0+1)] + C
⇒ ∫(x3 + 3x2 + 5x + 6) dx = (x4 / 4) + x3 + (5/2)x2 + 6x + C
Example 4: Solve ∫(x + 6cos x) dx.
Answer:
∫(x + 6cos x) dx = ∫x dx + ∫cos x dx
⇒ ∫(x + 6cos x) dx = ∫x dx + 6 ∫cos x dx
⇒ ∫(x + 6cos x) dx = [x1+1 / (1+1)] + 6sin x + C
⇒ ∫(x + 6cos x) dx = [x2 / 2] + 6sin x + C
Example 5: Evaluate ∫[1/{4√(x2 - 16)}
Answer:
∫[1/{4√(x2 - 16)}] = ∫[1/{4√(x2 - 42)}]
⇒ ∫ [1 / {x√(x2 - a2)}] dx = (1/a) sec-1(x/a) + C
⇒ ∫[1/{4√(x2 - 16)}] = (1/4) sec-1(x/4) + C
Practice Problems on Integral Calculus
1. Calculate the integral of the function: ∫ (3x2 - 5x + 4) dx
2. Evaluate the integral involving a basic trigonometric function: ∫cos(2x) dx
3. Use substitution to solve the integral: ∫x sin(x2) dx
4. Calculate the integral using the method of integration by parts: ∫x2 eˣ dx
5. Find the area under the curve from x = 0 to x = ?. for the function: ∫ 0pi Sin(x) dx

