Skip to main content

Integral Calculus – Definition, Formulas, Methods, Applications, Examples, Class 12 Math Notes Study Material Download Free PDF

Integral Calculus is the branch of calculus where we study integrals and their properties. Integration is an essential concept which is the inverse process of differentiation. Both the integral and differential calculus are related to each other by the fundamental theorem of calculus. In this article, you will learn what is integral calculus, why it is used, its types, formulas, examples, and applications of integral calculus in detail.

Integration Calculus

If we know the f’ of a function that is differentiable in its domain, we can then calculate f. In differential calculus, we used to call f’, the derivative of the function f. In integral calculus, we call f the anti-derivative or primitive of the function f’. And the process of finding the anti-derivatives is known as anti-differentiation or integration. As the name suggests, it is the inverse of finding differentiation. 

Types of Integrals

Integration can be classified into two different categories, namely,

  • Definite Integral
  • Indefinite Integral

Definite Integral

An integral that contains the upper and lower limits (i.e.) start and end value is known as a definite integral. The value of x is restricted to lie on a real line, and a definite Integral is also called a Riemann Integral when it is bound to lie on the real line.

A definite Integral is represented as:

abf(x)dx

Learn more about definite integrals here.

Indefinite Integral

Indefinite integrals are not defined using the upper and lower limits. The indefinite integrals represent the family of the given function whose derivatives are f, and it returns a function of the independent variable.

The integration of a function f(x) is given by F(x) and it is represented by:

∫f(x) dx = F(x) + C 

where R.H.S. of the equation means integral off(x) with respect to x

F(x) is called anti-derivative or primitive.

f(x) is called the integrand.

dx is called the integrating agent.

C is called the constant of integration.

x is the variable of integration.

It may seem strange that there exist an infinite number of anti-derivatives for a function f. Taking an example will clarify it. Let us take f’ (x) = 3x2. By hit and trial, we can find out that its anti-derivative is F(x) = x3. This is because if you differentiate F with respect to x, you will get 3x2. There is only one function that we got as the anti-derivative of f. Let us now differentiate G(x)= x+ 9 with respect to x. Again we would get the same derivative, i.e. f. This gives us an important insight. Since the differentiation of all the constants is zero, we can write any constant with x3, and the derivative would still be equal to f. So, there are infinite constants that can be substituted for c in the equation F(x) = x+ C. Hence, there are infinite functions whose derivative is equal to f. And hence, there are infinite functions whose derivative is equal to 3x2. C is called an arbitrary constant. It is sometimes also referred to as the constant of integration.

Integral Calculus Formulas

Similar to differentiation formulas, we have integral formulas as well. Let us go ahead and look at some of the integral calculus formulas.

Integral Calculus Formulas

Methods of Finding Integrals of Functions

We have different methods to find the integral of a given function in integral calculus. The most commonly used methods of integration are:

  • Integration by Parts
  • Integration using Substitution

It is also possible to integrate the given function using the partial fractions technique.

Uses of Integral Calculus

Integral Calculus is mainly used for the following two purposes:

  1. To calculate f from f’. If a function f is differentiable in the interval of consideration, then f’ is defined. In differential calculus, we have already seen how to calculate derivatives of a function, and we can “undo” that with the help of integral calculus.
  2. To calculate the area under a curve.

Until now, we have learned that areas are always positive. But as a matter of fact, there is something called a signed area.

Application of Integral Calculus

The important applications of integral calculus are as follows. Integration is applied to find:

  • The area between two curves
  • Centre of mass
  • Kinetic energy
  • Surface area
  • Work
  • Distance, velocity and acceleration
  • The average value of a function
  • Volume

Integral Calculus Examples

Below are the Integral Calculus Problems and Solutions.

Example 1: Find the integral of the function f(x) = √x.

Solution:

Given,

f(x) = √x

∫f(x) dx = ∫√x dx

x dx=x12 dx

We know that, 

xn dx=xn+1n+1+C

Now,

x dx=x12+112+1+C=x1+221+22+C=23x32+C

Example 2: Find the integral of cos2n with respect to n.

Solution:

Let f(n) = cos2

we know that 2 cos2A = cos 2A + 1

So, f(n) = (1/2)(cos 2n + 1)

Let us find the integral of f(n).

∫f(n) dn = ∫(1/2)(cos 2n + 1) dn

= (1/2) ∫(cos 2n + 1) dn

= (1/2) ∫cos 2n dn + (1/2)∫1 dn

= (1/2) (sin 2n/2) + (1/2) n + C

= (sin 2n/4) + (n/4) + C

(1/4)[sin 2n + n] + C

Example 3: Evaluate:

0πsinx dx

Solution:

We know that,

∫sin x dx = cos x  + C

0πsinx dx=[cosx]0π

= -cos π – (-cos 0)

= -(-1) + 1

= 1 + 1

= 2

Comments

Popular posts from this blog

Symmetric & Skew Symmetric Matrix-Properties, Solved Examples, Class 12 Matrices Chapter Notes Study Material Download pdf

A symmetric matrix and skew-symmetric matrix both are square matrices. But the difference between them is, the symmetric matrix is equal to its transpose whereas skew-symmetric matrix is a matrix whose transpose is equal to its negative. If A is a symmetric matrix, then A = A T   and if A is a skew-symmetric matrix then A T  = – A. Table of Contents Symmetric Matrix Properties of Symmetric Matrix Skew Symmetric Matrix Properties of Skew Symmetric Matrix Determinant of Skew Symmetric Matrix Eigenvalue of Skew Symmetric Matrix Frequently Asked Questions-FAQs What is a symmetric matrix? How do you know if a matrix is symmetric? Give an Example of a Matrix Which is Symmetric but not Invertible. Is Symmetric Matrix Diagonalizable? What is skew-symmetric matrix? What is the difference between symmetric and skew-symmetric matrix? Symmetric Matrix To understand if a matrix is a symmetric matrix, it is very important to know about transpose of a matrix and how to find it. If we in...

Onto Functions(Surjective Functions)-Definition, Graph, Properties, Solved Examples, FAQs

  Onto Function is one of the many types of functions defined based on the relationship between its domain and codomain. For any function to be onto, it needs to relate two sets with a very specific mapping between elements, meaning that each element of the codomain has at least one element in the domain as its pre-image. In simple words, for any function, if all the elements of the codomain are mapped to some element of the domain, then the function is said to be an onto function.  In this article, we will discuss the concept of onto or surjective function in detail including its definition, example, and many more. We will also discuss key differences between one one, onto and into functions as well. Table of Contents What is an Onto Function? Onto Function Definition Representation for Onto Function Examples of Onto Function Properties of Onto Function Composition of Onto Function Onto Function Graph Number of Onto Functions One to One and Onto Functions Onto and Into Functi...

Transpose of a Matrix-Addition & Multiplication Property of Transpose, Solved Examples, Class 12 Matrices Chapter Notes Study Material Download pdf

Transpose of a matrix is one of the most commonly used methods in matrix transformation. For a given matrix, the transpose of a matrix is obtained by interchanging rows into columns or columns to rows. In this article, we are going to learn the definition of the transpose of a matrix, steps to find the transpose of a matrix, properties and examples with a complete explanation. Before learning how to find the transpose of a matrix, first let us learn, what a matrix is? Table of Contents What is a Matrix? Transpose of a Matrix Definition How to Find the Transpose of a Matrix? Properties of Transpose of a Matrix (i) Transpose of the Transpose Matrix (ii) Addition Property of Transpose (iii) Multiplication by Constant (iv) Multiplication Property of Transpose Transpose of a Matrix Examples Practice Problems Frequently Asked Questions What is the transpose of a matrix? How to calculate the transpose of a Matrix? What is the Addition Property of Transpose? What is the Multiplication Property...