In calculus, Integration is defined as the inverse process of differentiation and hence the evaluation of an integral is called as anti derivative. It is a process of the summation of a product. If we have not said the summation is to be done from which point to which point. In other words, the interval of summation is indefinite and hence these types of integrals are known as indefinite integrals. Integration is an important part of calculus. It includes single integral, double integral, and multiple integrals. Various types of integral are used to find surface area and the volume of geometric solids.
What is Infinite Integral in Calculus?
The indefinite integral is defined as a function that will describe an area under the function’s curve from an undefined point to another arbitrary point. The absence of a specified first point leads to an arbitrary constant most often denoted as C and is always considered a part of indefinite integral.
In other words, the indefinite integral is the family of all functions whose derivative is f(x) but with a possibly finite set of exceptions.
Indefinite integrals are integrals without limits. The technique of integration is very useful in two ways.
- To find the function whose derivative is given.
- To find the area bounded by a curve given by the function under certain conditions.
Rules of Integration
The anti derivative of a definite integral is only implicit, that is, the solution will only be in a functional form. That is, ∫f(x)dx = g(x) + C, where g(x) is another function of x and C is an arbitrary constant. However, there are many integrals which are to be integrated within a given interval. They are denoted in general as
There are few important rules for integration
Integration of some functions may be readily done for functions whose derivatives are known. But, in many cases, the integrant (the function to be integrated) may not be that simple. It may be a sum, difference, product or a quotient of two functions. To perform the integration of such functions we need to follow the basic integration rules. Some basic integration rules as given below.
Rule 1: The integration of a sum or difference of two functions is the sum or difference (respectively) of the integration of the individual functions. That is,
∫[f(x) + g(x)]dx = ∫f(x)dx + ∫g(x)dx
Rule 2: The integration of a product of a function is [ First function * the integration of the second function – integration of { the integration of the second function*derivative of the first function}]
That is, if u and v are two functions, ∫udv = uv − ∫vdu
For a better memory aid, we had chosen dv as the second function. Hence, in all the integration of the product of two functions, we equate the second function as dv and immediately figure out what is v. Also you should know the technique of correctly assigning the first and second functions.
There are many ways to find the integration of a given function such as:
- Integration by Parts
- Integration by Substitution Method or Change of Variable
- Directly use the formula
- Integration by Partial Fraction Method
Solved Problems on Indefinite Integrals for JEE
Practice below problems to crack your exam.
Question 1: Solve ∫(x2 + 3x – 2)dx
Solution: ∫(x2 + 3x – 2)dx = x3/3+(3x2)/2 – 2x + c.
Question 2: Solve ∫ 4x e2x dx
Solution: ∫ 4x e2x dx = ∫ 22x e2xdx = ∫ (2e)2x dx =(2e)2x/(2 ln(2e)) + c
Question 3:
Solution:
=
=
=
=
=
Question 4: Solve
Solution:
=
=
= tan(3x)/6 + C
Question 5: Solve
Solution:
=
Let us use substitution method to solve the problem.
Put x^5 = t, then
Differentiating it we have
⇒ 5x^4 dx = dt
⇒ x^4 dx = dt/5
Putting this value in equation (1) we have
=>
=>1/5 tan-1 x5 + C
Question 6: Evaluate
Solution:
=
Let tan-1 m3 = t
Differentiating it we have
⇒ 3m2/(1 + m^6 ) dm = dt
⇒ m2(1 + m^6 ) dm = dt/3
Substituting this value in the equation (1) we have
= t2/3 + C
=
Question 7: Solve
Solution:
=
Let cos2 4x = t
Differentiating it we have
⇒ – 2cos(4x).sin(4x) dx = dt
⇒ – sin(8x) dx = dt
⇒ sin(8x) dx = -dt
Substituting this value in the equation (1) we have
=
= -sin-1 t + c
= -sin-1 cos2 4x + c.
Question 8: Solve
Solution:
=
⇒ D’(3x^2+6x+2) = 6x + 6
So, 6x + 8 = A(6x + 6) + B
By comparing coefficients we have
⇒ A = 1 and B = 2
So we have
= I_1 + I_2 …(1)
Where I_1 =
I_2 = =
Solve for I_1
Let 3x^2+6x+2 = t
Differentiating it we have
⇒ (6x + 6) dx = dt
Substituting this value in equation (2) we have
And
=
=
Question 9: Solve ∫ e2x cos(3x + 4) dx
Solution:
Let I = ∫ e2x cos(3x+4) dx
Taking e2x as first and cos(3x + 4) as the second function and applying integration by parts we have
⇒ I = ∫ e2x cos(3x+4) dx
⇒ I = e2x ∫ cos(3x+4) dx – ∫[D'(e2x)∫ cos(3x+4)dx]dx
Question 10: Solve the integral,
Solution:
Let I = ∫[sin(ln y) + cos(ln y)] dy….(1)
Let, ln y = t
⇒ y = et
Differentiating it we have
⇒ dy = et dt
Substituting in equation (1) we have
⇒ I = ∫ et [sin(t) + cos(t)] dt
D’(sin(t)) = cos(t)
Using the result ∫ ex [f(x) + f’(x)] dx = ex f(x) + c, we can say
⇒ I=∫ et [sin(t) + cos(t)] dt = et sin(t) + c
⇒ I = e(ln y)sin(ln y) + c
⇒ I = y. sin(ln y) + c .