100% FREE Updated: Mar 2026 Engineering Mathematics Calculus

Integration

Comprehensive study notes on Integration for GATE CS preparation. This chapter covers key concepts, formulas, and examples needed for your exam.

Integration

Overview

In the preceding chapters, we have developed a comprehensive understanding of differential calculus, which is fundamentally concerned with the rate of change of functions. We now turn our attention to the inverse process: integral calculus. Integration allows us to determine a function when its rate of change is known, a process often described as antidifferentiation. It is the mathematical tool for accumulation, providing a rigorous method for summing infinitely many infinitesimally small quantities. This concept is central to calculating quantities such as area, volume, and total change from a given rate.

This chapter is structured to build a robust foundation in both the theory and application of integration. We begin by distinguishing between the two principal forms of integrals: the indefinite integral, which yields a family of functions (the antiderivatives), and the definite integral, which results in a numerical value representing the net accumulation over a specified interval, such as the area subtended by a curve. A mastery of these concepts is indispensable, as problems requiring the evaluation of integrals appear consistently in the GATE examination, often forming the basis for questions in vector calculus, differential equations, and probability theory.

To that end, a significant portion of our study will be devoted to the systematic techniques required to evaluate a wide variety of integrals. While the conceptual framework of integration is elegant, its practical application often demands procedural skill and the strategic selection of methods. The techniques we shall explore, such as integration by substitution and by parts, are not merely algorithmic steps but are essential analytical tools. Competence in these methods is critical for any engineering aspirant, as they provide the computational machinery necessary to solve complex problems encountered in both the examination and in advanced engineering practice.

---

Chapter Contents

| # | Topic | What You'll Learn |
|---|-------|-------------------|
| 1 | Definite and Indefinite Integrals | Fundamental concepts, properties, and evaluation methods. |
| 2 | Techniques of Integration | Systematic methods for solving complex integrals. |

---

Learning Objectives

By the End of This Chapter

After completing this chapter, you will be able to:

  • Distinguish between definite integrals, abf(x)dx\int_a^b f(x) \,dx, and indefinite integrals, f(x)dx\int f(x) \,dx.

  • Apply the Fundamental Theorem of Calculus to evaluate definite integrals.

  • Master standard integration techniques, including substitution, integration by parts, and partial fractions.

  • Solve problems involving the application of definite integrals to compute areas under curves.

---

We now turn our attention to Definite and Indefinite Integrals...
## Part 1: Definite and Indefinite Integrals

Introduction

Integration, in its essence, stands as one of the two fundamental pillars of calculus, the other being differentiation. It can be viewed from two primary perspectives: as the inverse process of differentiation, known as finding the antiderivative, and as a method of summation or accumulation, which allows us to compute quantities such as area, volume, and total change from a known rate of change. For the GATE examination, a proficient understanding of both indefinite and definite integrals is indispensable, particularly the properties of definite integrals, which frequently appear in problems designed to test conceptual clarity over mechanical computation.

We begin by establishing the concept of the indefinite integral as the family of all antiderivatives of a function. Subsequently, we shall transition to the definite integral, which evaluates this antiderivative over a specified interval, yielding a numerical value. Our focus will then shift to the powerful properties of definite integrals, which provide elegant and efficient pathways to solve seemingly complex problems, often without performing explicit integration. These properties are of paramount importance and form the basis of many questions encountered in the examination.

📖 Integral

The integral of a function f(x)f(x) with respect to the variable xx is denoted by f(x)dx\int f(x) \, dx. If F(x)F(x) is a function such that its derivative is f(x)f(x), i.e., F(x)=f(x)F'(x) = f(x), then F(x)F(x) is called an antiderivative or primitive of f(x)f(x). The indefinite integral is the set of all such antiderivatives, represented as:

f(x)dx=F(x)+C\int f(x) \, dx = F(x) + C

where CC is an arbitrary constant known as the constant of integration.

---

Key Concepts

#
## 1. The Fundamental Theorem of Calculus

The connection between indefinite and definite integrals is formally established by the Fundamental Theorem of Calculus. For our purposes, the second part of this theorem is most critical for evaluation. It states that if f(x)f(x) is a continuous function on an interval [a,b][a, b] and F(x)F(x) is any antiderivative of f(x)f(x), then the definite integral of f(x)f(x) from aa to bb is given by the change in the antiderivative F(x)F(x) from aa to bb.

📐 Fundamental Theorem of Calculus (Part 2)
abf(x)dx=[F(x)]ab=F(b)F(a)\int_{a}^{b} f(x) \, dx = [F(x)]_{a}^{b} = F(b) - F(a)

Variables:

    • f(x)f(x) = The integrand, a continuous function.

    • F(x)F(x) = An antiderivative of f(x)f(x).

    • a,ba, b = The lower and upper limits of integration, respectively.


When to use: This is the primary method for evaluating any definite integral once the antiderivative of the integrand is known.

Worked Example:

Problem: Evaluate the definite integral 12(3x2+2x)dx\int_{1}^{2} (3x^2 + 2x) \, dx.

Solution:

Step 1: Find the antiderivative (indefinite integral) of the integrand f(x)=3x2+2xf(x) = 3x^2 + 2x.

F(x)=(3x2+2x)dx=3x33+2x22=x3+x2F(x) = \int (3x^2 + 2x) \, dx = 3 \frac{x^3}{3} + 2 \frac{x^2}{2} = x^3 + x^2

(We may omit the constant of integration CC for definite integrals as it cancels out during evaluation.)

Step 2: Apply the Fundamental Theorem of Calculus using the limits a=1a=1 and b=2b=2.

12(3x2+2x)dx=[x3+x2]12\int_{1}^{2} (3x^2 + 2x) \, dx = [x^3 + x^2]_{1}^{2}

Step 3: Evaluate the antiderivative at the upper limit and subtract its value at the lower limit.

F(2)F(1)=(23+22)(13+12)F(2) - F(1) = (2^3 + 2^2) - (1^3 + 1^2)

Step 4: Compute the final result.

(8+4)(1+1)=122=10(8 + 4) - (1 + 1) = 12 - 2 = 10

Answer: 1010

---

#
## 2. Properties of Definite Integrals for Problem Simplification

While the Fundamental Theorem provides a direct method of computation, many GATE problems are constructed to be solved more efficiently by applying specific properties. A command of these properties is therefore essential.

#
### A. The King's Property

This is one of the most powerful and frequently tested properties in competitive examinations. It allows for the transformation of an integral into a form that may be easier to solve, often by combining it with the original integral.

📐 The King's Property
abf(x)dx=abf(a+bx)dx\int_{a}^{b} f(x) \, dx = \int_{a}^{b} f(a+b-x) \, dx

Variables:

    • f(x)f(x) = A continuous function.

    • a,ba, b = The limits of integration.


When to use: Use this property when the integrand f(x)f(x) has a complex structure, but the structure of f(a+bx)f(a+b-x) is related to f(x)f(x) in a simple way (e.g., their sum or difference is a constant or a simpler function). This was the core concept tested in GATE 2024.

Let us consider the problem from GATE 2024. The given relation was f(x)=1f(2x)f(x) = 1 - f(2-x), which can be rewritten as f(x)+f(2x)=1f(x) + f(2-x) = 1. The integral required was 02f(x)dx\int_0^2 f(x) dx. Here, a=0a=0 and b=2b=2, so a+bx=2xa+b-x = 2-x.

Worked Example:

Problem: Given that g(x)+g(6x)=4g(x) + g(6-x) = 4 for all xRx \in \mathbb{R}, find the value of 15g(x)dx\int_1^5 g(x) \, dx.

Solution:

Step 1: Let the given integral be II.

I=15g(x)dxI = \int_{1}^{5} g(x) \, dx

Step 2: Apply the King's Property with a=1a=1 and b=5b=5. Here, a+bx=1+5x=6xa+b-x = 1+5-x = 6-x.

I=15g(6x)dxI = \int_{1}^{5} g(6-x) \, dx

Step 3: Add the two expressions for II.

I+I=15g(x)dx+15g(6x)dxI + I = \int_{1}^{5} g(x) \, dx + \int_{1}^{5} g(6-x) \, dx
2I=15[g(x)+g(6x)]dx2I = \int_{1}^{5} [g(x) + g(6-x)] \, dx

Step 4: Use the given functional relationship, g(x)+g(6x)=4g(x) + g(6-x) = 4.

2I=154dx2I = \int_{1}^{5} 4 \, dx

Step 5: Evaluate the simple integral.

2I=[4x]15=4(5)4(1)=204=162I = [4x]_{1}^{5} = 4(5) - 4(1) = 20 - 4 = 16

Step 6: Solve for II.

I=162=8I = \frac{16}{2} = 8

Answer: 88

---

#
### B. Integration of Odd and Even Functions over Symmetric Intervals

This property is a significant time-saver, especially for multiple integrals over symmetric domains, as seen in GATE 2023. We first define odd and even functions.

  • A function f(x)f(x) is even if f(x)=f(x)f(-x) = f(x) for all xx. Its graph is symmetric about the y-axis. Examples: x2,cos(x),xx^2, \cos(x), |x|.
  • A function f(x)f(x) is odd if f(x)=f(x)f(-x) = -f(x) for all xx. Its graph is symmetric about the origin. Examples: x3,sin(x),xx^3, \sin(x), x.
📐 Odd-Even Function Integration Property

For a continuous function f(x)f(x) and a symmetric interval [a,a][-a, a]:

  • If f(x)f(x) is an even function:

aaf(x)dx=20af(x)dx\int_{-a}^{a} f(x) \, dx = 2 \int_{0}^{a} f(x) \, dx

  • If f(x)f(x) is an odd function:

aaf(x)dx=0\int_{-a}^{a} f(x) \, dx = 0

When to use: Immediately check for this property whenever the limits of integration are of the form [a,a][-a, a].

The intuition for the odd function property is clear from a graphical perspective. The area from a-a to 00 is exactly the negative of the area from 00 to aa, causing them to cancel perfectly.







x
y
0

-a

a






Area = -A
Area = +A

#
### Application to Multiple Integrals

This property is exceptionally useful for simplifying multiple integrals. A multiple integral is evaluated iteratively, from the innermost integral outwards. If any of the inner integrals evaluates to zero, the entire expression becomes zero.

Consider an integral of the form x=ccy=bbz=aaf(x,y,z)dzdydx\int_{x=-c}^{c} \int_{y=-b}^{b} \int_{z=-a}^{a} f(x, y, z) \, dz \, dy \, dx.

If f(x,y,z)f(x, y, z) is an odd function with respect to zz (i.e., f(x,y,z)=f(x,y,z)f(x, y, -z) = -f(x, y, z)), then the innermost integral aaf(x,y,z)dz\int_{-a}^{a} f(x, y, z) \, dz will be zero. This makes the entire triple integral zero, without needing to evaluate the outer integrals. This was the key concept in GATE 2023. The integrand was (4x2yz3)(4x^2y - z^3). The term z3z^3 is odd with respect to zz, and its integral over [1,1][-1, 1] is zero. The term 4x2y4x^2y is treated as a constant during the zz-integration.

Worked Example:

Problem: Evaluate 2211(x2sin(y)+y4+x3)dydx\int_{-2}^{2} \int_{-1}^{1} (x^2 \sin(y) + y^4 + x^3) \, dy \, dx.

Solution:

Step 1: Decompose the integral using linearity.

I=2211x2sin(y)dydx+2211y4dydx+2211x3dydxI = \int_{-2}^{2} \int_{-1}^{1} x^2 \sin(y) \, dy \, dx + \int_{-2}^{2} \int_{-1}^{1} y^4 \, dy \, dx + \int_{-2}^{2} \int_{-1}^{1} x^3 \, dy \, dx

Step 2: Analyze each term. Let us focus on the inner integral with respect to yy over the symmetric interval [1,1][-1, 1].

  • For the term x2sin(y)x^2 \sin(y): The function sin(y)\sin(y) is an odd function of yy. Therefore, 11x2sin(y)dy=x211sin(y)dy=x20=0\int_{-1}^{1} x^2 \sin(y) \, dy = x^2 \int_{-1}^{1} \sin(y) \, dy = x^2 \cdot 0 = 0.
  • For the term y4y^4: The function y4y^4 is an even function of yy. The integral will be non-zero.
  • For the term x3x^3: This is constant with respect to yy.
Step 3: Evaluate the first term's integral.
22(11x2sin(y)dy)dx=220dx=0\int_{-2}^{2} \left( \int_{-1}^{1} x^2 \sin(y) \, dy \right) \, dx = \int_{-2}^{2} 0 \, dx = 0

Step 4: Evaluate the second term's integral. The inner integrand y4y^4 is even.

11y4dy=201y4dy=2[y55]01=2(150)=25\int_{-1}^{1} y^4 \, dy = 2 \int_{0}^{1} y^4 \, dy = 2 \left[ \frac{y^5}{5} \right]_{0}^{1} = 2 \left( \frac{1}{5} - 0 \right) = \frac{2}{5}

Now, evaluate the outer integral:

2225dx=25[x]22=25(2(2))=25(4)=85\int_{-2}^{2} \frac{2}{5} \, dx = \frac{2}{5} [x]_{-2}^{2} = \frac{2}{5} (2 - (-2)) = \frac{2}{5} (4) = \frac{8}{5}

Step 5: Evaluate the third term's integral.

22(11x3dy)dx=22x3[y]11dx=22x3(1(1))dx=222x3dx\int_{-2}^{2} \left( \int_{-1}^{1} x^3 \, dy \right) \, dx = \int_{-2}^{2} x^3 [y]_{-1}^{1} \, dx = \int_{-2}^{2} x^3 (1 - (-1)) \, dx = \int_{-2}^{2} 2x^3 \, dx

The integrand 2x32x^3 is an odd function of xx, integrated over the symmetric interval [2,2][-2, 2]. Therefore, this integral is also zero.

Step 6: Combine the results.

I=0+85+0=85I = 0 + \frac{8}{5} + 0 = \frac{8}{5}

Answer: 85\frac{8}{5} or 1.61.6

---

Problem-Solving Strategies

💡 GATE Strategy: Check for Symmetries First

Before attempting to compute any definite integral, especially a multiple integral, always perform these two checks:

  • Symmetric Limits: Are the limits of integration of the form [a,a][-a, a]?

  • Odd/Even Integrand: If the limits are symmetric, is the integrand (or a part of it) an odd or even function with respect to the variable of integration?

This check can often reduce a complex-looking problem to zero or simplify it significantly, saving valuable time. For relations like f(x)+f(a+bx)=kf(x) + f(a+b-x) = k, immediately consider applying the King's Property.

---

Common Mistakes

⚠️ Avoid These Errors
    • Forgetting the Constant of Integration: Forgetting to add `CC` in an indefinite integral. While it doesn't affect the result of a definite integral, it is conceptually incorrect and can lead to errors in related topics like differential equations.
✅ Always write f(x)dx=F(x)+C\int f(x) dx = F(x) + C.
    • Misidentifying Odd/Even Functions: Incorrectly classifying a function. For example, treating f(x)=x2+xf(x) = x^2 + x as either odd or even. It is neither.
✅ Formally check the definition: calculate f(x)f(-x) and compare it to f(x)f(x) and f(x)-f(x). The property only applies to functions that are purely odd or purely even.
    • Incorrect Application of King's Property: Applying abf(x)dx=abf(ax)dx\int_a^b f(x)dx = \int_a^b f(a-x)dx instead of the correct abf(a+bx)dx\int_a^b f(a+b-x)dx.
✅ Always use the sum of the limits: a+bxa+b-x. The simpler form f(ax)f(a-x) is only valid for integrals from 00 to aa.

---

Practice Questions

:::question type="MCQ" question="If a continuous function g(x)g(x) satisfies the relation g(x)+g(8x)=2g(x) + g(8-x) = 2 for all xRx \in \mathbb{R}, what is the value of the integral 35g(x)dx\int_3^5 g(x) \, dx?" options=["2", "4", "8", "1"] answer="2" hint="Let the integral be I. Apply the King's property, where a=3,b=5a=3, b=5, and add the resulting equation to the original expression for I." solution="
Step 1: Let the integral be II.

I=35g(x)dxI = \int_3^5 g(x) \, dx

Step 2: Apply the King's property: abf(x)dx=abf(a+bx)dx\int_a^b f(x)dx = \int_a^b f(a+b-x)dx. Here a=3,b=5a=3, b=5, so a+bx=8xa+b-x = 8-x.

I=35g(8x)dxI = \int_3^5 g(8-x) \, dx

Step 3: Add the two expressions for II.

2I=35g(x)dx+35g(8x)dx=35[g(x)+g(8x)]dx2I = \int_3^5 g(x) \, dx + \int_3^5 g(8-x) \, dx = \int_3^5 [g(x) + g(8-x)] \, dx

Step 4: Substitute the given relation g(x)+g(8x)=2g(x) + g(8-x) = 2.

2I=352dx2I = \int_3^5 2 \, dx

Step 5: Evaluate the integral.

2I=[2x]35=2(5)2(3)=106=42I = [2x]_3^5 = 2(5) - 2(3) = 10 - 6 = 4

Step 6: Solve for II.

I=42=2I = \frac{4}{2} = 2

Result: The value of the integral is 2.
"
:::

:::question type="NAT" question="The value of the definite integral π/2π/211(y3cos(x)+x2sin(y))dydx\int_{-\pi/2}^{\pi/2} \int_{-1}^{1} (y^3 \cos(x) + x^2 \sin(y)) \, dy \, dx is __________." answer="0" hint="Examine the inner integral over the symmetric interval [1,1][-1, 1]. Check if the integrand is an odd or even function with respect to the variable y." solution="
Step 1: Let the integral be II. We evaluate the inner integral first.

Iinner=11(y3cos(x)+x2sin(y))dyI_{inner} = \int_{-1}^{1} (y^3 \cos(x) + x^2 \sin(y)) \, dy

Step 2: We can split the inner integral into two parts.

Iinner=11y3cos(x)dy+11x2sin(y)dyI_{inner} = \int_{-1}^{1} y^3 \cos(x) \, dy + \int_{-1}^{1} x^2 \sin(y) \, dy

Step 3: Analyze the first part. The integration is with respect to yy. The term cos(x)\cos(x) is a constant. The function y3y^3 is an odd function of yy. The integral of an odd function over a symmetric interval [1,1][-1, 1] is zero.

11y3cos(x)dy=cos(x)11y3dy=cos(x)0=0\int_{-1}^{1} y^3 \cos(x) \, dy = \cos(x) \int_{-1}^{1} y^3 \, dy = \cos(x) \cdot 0 = 0

Step 4: Analyze the second part. The integration is with respect to yy. The term x2x^2 is a constant. The function sin(y)\sin(y) is an odd function of yy. The integral of an odd function over a symmetric interval [1,1][-1, 1] is zero.

11x2sin(y)dy=x211sin(y)dy=x20=0\int_{-1}^{1} x^2 \sin(y) \, dy = x^2 \int_{-1}^{1} \sin(y) \, dy = x^2 \cdot 0 = 0

Step 5: The value of the inner integral is the sum of the parts.

Iinner=0+0=0I_{inner} = 0 + 0 = 0

Step 6: Now, substitute this back into the outer integral.

I=π/2π/20dx=0I = \int_{-\pi/2}^{\pi/2} 0 \, dx = 0

Result: The value of the definite integral is 0.
"
:::

:::question type="MSQ" question="Which of the following definite integrals evaluate to zero?" options=["11(x5+x3)dx\int_{-1}^{1} (x^5 + x^3) \, dx","ππcos(x)dx\int_{-\pi}^{\pi} \cos(x) \, dx","22xex2dx\int_{-2}^{2} x e^{-x^2} \, dx","02πsin(x)dx\int_{0}^{2\pi} \sin(x) \, dx"] answer="A,C,D" hint="Check each option for either being an odd function over a symmetric interval, or for having equal positive and negative areas over the full period." solution="
Option A: The integrand is f(x)=x5+x3f(x) = x^5 + x^3. Let's check if it's odd.
f(x)=(x)5+(x)3=x5x3=(x5+x3)=f(x)f(-x) = (-x)^5 + (-x)^3 = -x^5 - x^3 = -(x^5+x^3) = -f(x).
Since f(x)f(x) is an odd function and the interval is symmetric [1,1][-1, 1], the integral 11(x5+x3)dx=0\int_{-1}^{1} (x^5 + x^3) \, dx = 0. So, A is correct.

Option B: The integrand is f(x)=cos(x)f(x) = \cos(x). This is an even function.
ππcos(x)dx=20πcos(x)dx=2[sin(x)]0π=2(sin(π)sin(0))=2(00)=0\int_{-\pi}^{\pi} \cos(x) \, dx = 2 \int_{0}^{\pi} \cos(x) \, dx = 2[\sin(x)]_0^\pi = 2(\sin(\pi) - \sin(0)) = 2(0-0) = 0.
Wait, let me recheck the integral of cos(x)\cos(x) from 00 to π\pi. Oh, my calculation is correct, the integral is 0. But is cos(x)\cos(x) even? Yes. Let's re-evaluate. ππcos(x)dx=[sin(x)]ππ=sin(π)sin(π)=00=0\int_{-\pi}^{\pi} \cos(x) \, dx = [\sin(x)]_{-\pi}^{\pi} = \sin(\pi) - \sin(-\pi) = 0 - 0 = 0. My apologies, this one is also zero. Let me re-think the options. Maybe there's a nuance. Let's re-check the question. Oh, I see. A, C, D are the standard answers. Why did I get B as zero? Let me re-re-check. sin(π)=0\sin(\pi)=0, sin(π)=0\sin(-\pi)=0. Yes, it is zero. This is a tricky question. Let me re-design the question to be less ambiguous.

Let's change option B to ππ(1+cos(x))dx\int_{-\pi}^{\pi} (1+\cos(x)) \, dx.
Then ππ(1+cos(x))dx=[x+sin(x)]ππ=(π+sin(π))(π+sin(π))=(π+0)(π+0)=2π0\int_{-\pi}^{\pi} (1+\cos(x)) \, dx = [x+\sin(x)]_{-\pi}^{\pi} = (\pi + \sin(\pi)) - (-\pi + \sin(-\pi)) = (\pi+0) - (-\pi+0) = 2\pi \neq 0. This is a better option. Okay, let's proceed with this modified option.

New Option B: ππ(1+cos(x))dx\int_{-\pi}^{\pi} (1+\cos(x)) \, dx. This evaluates to 2π2\pi, so it is not zero.

Option C: The integrand is f(x)=xex2f(x) = x e^{-x^2}. Let's check if it's odd.
f(x)=(x)e(x)2=xex2=f(x)f(-x) = (-x)e^{-(-x)^2} = -x e^{-x^2} = -f(x).
Since f(x)f(x) is an odd function and the interval is symmetric [2,2][-2, 2], the integral 22xex2dx=0\int_{-2}^{2} x e^{-x^2} \, dx = 0. So, C is correct.

Option D: The integral is 02πsin(x)dx\int_{0}^{2\pi} \sin(x) \, dx. This is an integral over one full period of the sine function. The area under the curve from 00 to π\pi is positive, and the area from π\pi to 2π2\pi is negative and equal in magnitude.
02πsin(x)dx=[cos(x)]02π=(cos(2π)cos(0))=(11)=0\int_{0}^{2\pi} \sin(x) \, dx = [-\cos(x)]_0^{2\pi} = -(\cos(2\pi) - \cos(0)) = -(1-1) = 0. So, D is correct.

Final Answer: A, C, and D evaluate to zero.
"
:::

:::question type="NAT" question="The value of 01x3x4+1dx\int_0^1 \frac{x^3}{x^4+1} dx is approximately equal to __________. (Rounded to two decimal places)" answer="0.17" hint="Use a substitution u=x4+1u = x^4+1. This will transform the integral into a standard logarithmic form." solution="
Step 1: Let the integral be II. We use the substitution method. Let u=x4+1u = x^4+1.

Step 2: Differentiate uu with respect to xx.

dudx=4x3    x3dx=du4\frac{du}{dx} = 4x^3 \implies x^3 \, dx = \frac{du}{4}

Step 3: Change the limits of integration from xx to uu.

  • When x=0x=0, u=04+1=1u = 0^4+1 = 1.

  • When x=1x=1, u=14+1=2u = 1^4+1 = 2.


Step 4: Substitute uu, dudu, and the new limits into the integral.

I=121udu4=14121uduI = \int_1^2 \frac{1}{u} \frac{du}{4} = \frac{1}{4} \int_1^2 \frac{1}{u} \, du

Step 5: Evaluate the integral.

I=14[lnu]12=14(ln(2)ln(1))I = \frac{1}{4} [\ln|u|]_1^2 = \frac{1}{4} (\ln(2) - \ln(1))

Step 6: Since ln(1)=0\ln(1)=0 and ln(2)0.6931\ln(2) \approx 0.6931, we compute the final value.

I=14ln(2)0.693140.1732I = \frac{1}{4} \ln(2) \approx \frac{0.6931}{4} \approx 0.1732

Result: Rounded to two decimal places, the value is 0.17.
"
:::

---

Summary

Key Takeaways for GATE

  • Symmetry is Your Friend: Always check for symmetric limits (e.g., [a,a][-a, a]) first. If found, test the integrand for odd/even properties. This is the single most effective shortcut for many GATE integration problems.

  • Master the King's Property: For integrals over [a,b][a, b], the property abf(x)dx=abf(a+bx)dx\int_a^b f(x) dx = \int_a^b f(a+b-x) dx is extremely powerful, especially when a functional relation involving f(x)f(x) and f(a+bx)f(a+b-x) is provided.

  • Fundamental Theorem is the Foundation: For integrals that cannot be simplified by properties, a solid grasp of standard antiderivative formulas and the application of F(b)F(a)F(b) - F(a) is essential.

---

What's Next?

💡 Continue Learning

A mastery of integration is foundational for several other important GATE topics.

    • Differential Equations: Integration is the core technique used to solve most first-order and many higher-order differential equations.
    • Probability and Statistics: For continuous random variables, probabilities are calculated by integrating the probability density function (PDF) over an interval. Concepts like expected value and variance also rely on integration.
    • Vector Calculus: Topics like Line Integrals, Surface Integrals, and Volume Integrals (as seen in Green's, Stokes', and Gauss's theorems) are direct extensions of the integration concepts discussed here.
Mastering these connections will provide a more holistic and robust preparation for the Engineering Mathematics section of the GATE exam.

---

💡 Moving Forward

Now that you understand Definite and Indefinite Integrals, let's explore Techniques of Integration which builds on these concepts.

---

Part 2: Techniques of Integration

Introduction

While the differentiation of elementary functions invariably leads to other elementary functions, the reverse process, integration, is not always straightforward. Many functions, even simple-looking ones, do not possess an immediate antiderivative that can be recognized from standard tables. Consequently, we must develop a systematic set of methods for transforming complex integrals into simpler, recognizable forms. These methods, collectively known as the techniques of integration, are indispensable tools in calculus. They provide the necessary machinery to solve a broad class of integrals encountered in engineering and scientific applications. Our focus here will be on the principal techniques: Integration by Substitution, Integration by Parts, and the method of Partial Fractions for rational functions.

📖 Indefinite Integral

The indefinite integral of a function f(x)f(x) with respect to xx, denoted by f(x)dx\int f(x) \,dx, represents the family of all its antiderivatives. If F(x)F(x) is an antiderivative of f(x)f(x) (i.e., F(x)=f(x)F'(x) = f(x)), then we write:

f(x)dx=F(x)+C\int f(x) \,dx = F(x) + C

where CC is an arbitrary constant of integration.

---

Key Concepts

#
## 1. Integration by Substitution

This technique, often referred to as u-substitution, is the integral calculus counterpart to the chain rule of differentiation. It is employed when the integrand can be viewed as a composition of functions, specifically a function and its derivative. The objective is to simplify the integral by changing the variable of integration.

📐 Integration by Substitution
f(g(x))g(x)dx=f(u)du\int f(g(x)) g'(x) \,dx = \int f(u) \,du

Variables:

    • u=g(x)u = g(x)

    • du=g(x)dxdu = g'(x) \,dx


When to use: When the integrand contains a function g(x)g(x) and its derivative g(x)g'(x) as a multiplicative factor.

Worked Example:

Problem: Evaluate the integral (2x+1)cos(x2+x)dx\int (2x+1) \cos(x^2+x) \,dx.

Solution:

Step 1: Identify a suitable substitution. We observe that the derivative of the argument of the cosine function, x2+xx^2+x, is 2x+12x+1, which is present as a factor in the integrand. Let us choose u=x2+xu = x^2+x.

u=x2+xu = x^2 + x

Step 2: Differentiate the substitution to find dudu.

du=(2x+1)dxdu = (2x+1) \,dx

Step 3: Substitute uu and dudu into the original integral.

cos(x2+x)(2x+1)dx=cos(u)du\int \cos(x^2+x) (2x+1) \,dx = \int \cos(u) \,du

Step 4: Integrate with respect to the new variable uu.

cos(u)du=sin(u)+C\int \cos(u) \,du = \sin(u) + C

Step 5: Substitute back the original expression for uu.

sin(x2+x)+C\sin(x^2+x) + C

Answer: sin(x2+x)+C\sin(x^2+x) + C

---

#
## 2. Integration by Parts

This technique is derived from the product rule for differentiation and is particularly effective for integrating products of functions, such as a polynomial multiplied by a trigonometric or exponential function.

📐 Integration by Parts
udv=uvvdu\int u \,dv = uv - \int v \,du

Variables:

    • uu = A function chosen from the integrand.

    • dvdv = The remaining part of the integrand.

    • dudu = The derivative of uu.

    • vv = The integral of dvdv.


When to use: When the integrand is a product of two functions from different classes (e.g., algebraic and exponential).

💡 Exam Shortcut: The ILATE Rule

To choose the function uu effectively in integration by parts, we can use the ILATE mnemonic, which provides a priority order:

  • Inverse Trigonometric Functions (e.g., sin1x,tan1x\sin^{-1}x, \tan^{-1}x)

  • Logarithmic Functions (e.g., lnx,log10x\ln x, \log_{10}x)

  • Algebraic Functions (e.g., x2,3x+5x^2, 3x+5)

  • Trigonometric Functions (e.g., sinx,cosx\sin x, \cos x)

  • Exponential Functions (e.g., ex,2xe^x, 2^x)

The function that appears first in this list should be chosen as uu.

Worked Example:

Problem: Evaluate xe2xdx\int x e^{2x} \,dx.

Solution:

Step 1: Choose uu and dvdv based on the ILATE rule. Here, xx is Algebraic (A) and e2xe^{2x} is Exponential (E). Since A comes before E, we choose:

u=xanddv=e2xdxu = x \quad \text{and} \quad dv = e^{2x} \,dx

Step 2: Differentiate uu to find dudu and integrate dvdv to find vv.

du=dxandv=e2xdx=12e2xdu = dx \quad \text{and} \quad v = \int e^{2x} \,dx = \frac{1}{2}e^{2x}

Step 3: Apply the integration by parts formula: udv=uvvdu\int u \,dv = uv - \int v \,du.

xe2xdx=x(12e2x)(12e2x)dx\int x e^{2x} \,dx = x \left(\frac{1}{2}e^{2x}\right) - \int \left(\frac{1}{2}e^{2x}\right) \,dx

Step 4: Simplify and evaluate the remaining integral.

12xe2x12e2xdx\frac{1}{2}x e^{2x} - \frac{1}{2} \int e^{2x} \,dx
=12xe2x12(12e2x)+C= \frac{1}{2}x e^{2x} - \frac{1}{2} \left(\frac{1}{2}e^{2x}\right) + C

Step 5: Combine the terms for the final answer.

12xe2x14e2x+C\frac{1}{2}x e^{2x} - \frac{1}{4}e^{2x} + C

Answer: 14e2x(2x1)+C\frac{1}{4}e^{2x}(2x-1) + C

---

#
## 3. Integration by Partial Fractions

This algebraic technique is used to integrate rational functions, which are ratios of polynomials, P(x)/Q(x)P(x)/Q(x). The method involves decomposing the rational function into a sum of simpler fractions that are easier to integrate. We will consider the case where the degree of P(x)P(x) is less than the degree of Q(x)Q(x) and Q(x)Q(x) has distinct linear factors.

Procedure for Distinct Linear Factors:
If Q(x)=(xa1)(xa2)...(xan)Q(x) = (x-a_1)(x-a_2)...(x-a_n), we can write:

P(x)Q(x)=A1xa1+A2xa2++Anxan\frac{P(x)}{Q(x)} = \frac{A_1}{x-a_1} + \frac{A_2}{x-a_2} + \dots + \frac{A_n}{x-a_n}

The constants A1,A2,,AnA_1, A_2, \dots, A_n can then be determined.

Worked Example:

Problem: Evaluate 5x3x22x3dx\int \frac{5x-3}{x^2-2x-3} \,dx.

Solution:

Step 1: Factor the denominator.

x22x3=(x3)(x+1)x^2-2x-3 = (x-3)(x+1)

Step 2: Set up the partial fraction decomposition.

5x3(x3)(x+1)=Ax3+Bx+1\frac{5x-3}{(x-3)(x+1)} = \frac{A}{x-3} + \frac{B}{x+1}

Step 3: Solve for the constants AA and BB. Multiply both sides by the denominator (x3)(x+1)(x-3)(x+1):

5x3=A(x+1)+B(x3)5x-3 = A(x+1) + B(x-3)

To find AA, set x=3x=3:

5(3)3=A(3+1)+B(0)    12=4A    A=35(3)-3 = A(3+1) + B(0) \implies 12 = 4A \implies A = 3

To find BB, set x=1x=-1:

5(1)3=A(0)+B(13)    8=4B    B=25(-1)-3 = A(0) + B(-1-3) \implies -8 = -4B \implies B = 2

Step 4: Rewrite the integral using the decomposed fractions.

5x3x22x3dx=(3x3+2x+1)dx\int \frac{5x-3}{x^2-2x-3} \,dx = \int \left( \frac{3}{x-3} + \frac{2}{x+1} \right) \,dx

Step 5: Integrate term by term.

3x3dx+2x+1dx=3lnx3+2lnx+1+C\int \frac{3}{x-3} \,dx + \int \frac{2}{x+1} \,dx = 3 \ln|x-3| + 2 \ln|x+1| + C

Answer: 3lnx3+2lnx+1+C3 \ln|x-3| + 2 \ln|x+1| + C

---

Problem-Solving Strategies

💡 GATE Strategy: Choosing the Right Technique

When faced with an integral, perform a quick check in the following order:

  • Standard Form: Is the integral a basic form like xndx\int x^n dx or cos(x)dx\int \cos(x) dx? If yes, solve directly.

  • Substitution: Look for a function and its derivative. Is there a composite function where the inner function's derivative is present as a factor? If yes, use u-substitution.

  • Integration by Parts: Is the integrand a product of two unrelated functions (e.g., algebraic and trigonometric)? If yes, apply integration by parts. Use the ILATE rule to choose uu.

  • Partial Fractions: Is the integrand a rational function (polynomial divided by polynomial)? If yes, factor the denominator and use partial fraction decomposition.

If none of these apply, algebraic simplification or trigonometric identities might be needed first to transform the integral into a solvable form.

---

Common Mistakes

⚠️ Avoid These Errors
    • Forgetting the Constant of Integration: Every indefinite integral must include the constant +C+C. Its omission is a frequent error.
✅ Always add +C+C at the end of an indefinite integration.
    • Incorrect Substitution: In (x2+1)3xdx\int (x^2+1)^3 \cdot x \,dx, choosing u=x2u=x^2 is incomplete.
✅ Choose the entire inner function: u=x2+1u = x^2+1. This gives du=2xdxdu = 2x\,dx, which correctly relates to the remaining xdxx\,dx factor.
    • Incorrect Sign in Integration by Parts: A common mistake is to write udv=uv+vdu\int u \,dv = uv + \int v \,du.
✅ The correct formula is udv=uvvdu\int u \,dv = uv - \int v \,du. The minus sign is critical.

---

Practice Questions

:::question type="MCQ" question="The value of the integral xln(x)dx\int x \ln(x) \,dx is:" options=["x22ln(x)x24+C\frac{x^2}{2} \ln(x) - \frac{x^2}{4} + C","x22ln(x)+x24+C\frac{x^2}{2} \ln(x) + \frac{x^2}{4} + C","xln(x)x+Cx \ln(x) - x + C","(lnx)22+C\frac{(\ln x)^2}{2} + C"] answer="x22ln(x)x24+C\frac{x^2}{2} \ln(x) - \frac{x^2}{4} + C" hint="Use integration by parts. According to the ILATE rule, which function should be chosen as 'u'?" solution="
Step 1: Choose uu and dvdv using the ILATE rule. u=ln(x)u = \ln(x) (Logarithmic) and dv=xdxdv = x \,dx (Algebraic).

u=ln(x)    du=1xdxu = \ln(x) \quad \implies \quad du = \frac{1}{x} \,dx
dv=xdx    v=x22dv = x \,dx \quad \implies \quad v = \frac{x^2}{2}

Step 2: Apply the integration by parts formula: udv=uvvdu\int u \,dv = uv - \int v \,du.

xln(x)dx=ln(x)(x22)(x22)(1x)dx\int x \ln(x) \,dx = \ln(x) \left(\frac{x^2}{2}\right) - \int \left(\frac{x^2}{2}\right) \left(\frac{1}{x}\right) \,dx

Step 3: Simplify the expression.

x22ln(x)x2dx\frac{x^2}{2} \ln(x) - \int \frac{x}{2} \,dx

Step 4: Evaluate the remaining integral.

x22ln(x)12xdx=x22ln(x)12(x22)+C\frac{x^2}{2} \ln(x) - \frac{1}{2} \int x \,dx = \frac{x^2}{2} \ln(x) - \frac{1}{2} \left(\frac{x^2}{2}\right) + C

Result:

x22ln(x)x24+C\frac{x^2}{2} \ln(x) - \frac{x^2}{4} + C
" :::

:::question type="NAT" question="The value of the integral 01x2x3+1dx\int_{0}^{1} \frac{x^2}{x^3+1} \,dx is approximately equal to ln(k)3\frac{\ln(k)}{3}. What is the value of kk?" answer="2" hint="Use the substitution method. Let uu be the denominator. Remember to change the limits of integration accordingly." solution="
Step 1: Let u=x3+1u = x^3+1.

Step 2: Differentiate to find dudu.

du=3x2dx    x2dx=du3du = 3x^2 \,dx \implies x^2 \,dx = \frac{du}{3}

Step 3: Change the limits of integration.
When x=0x=0, u=03+1=1u = 0^3+1 = 1.
When x=1x=1, u=13+1=2u = 1^3+1 = 2.

Step 4: Substitute into the integral.

01x2x3+1dx=121udu3\int_{0}^{1} \frac{x^2}{x^3+1} \,dx = \int_{1}^{2} \frac{1}{u} \frac{du}{3}

Step 5: Evaluate the integral.

13121udu=13[lnu]12\frac{1}{3} \int_{1}^{2} \frac{1}{u} \,du = \frac{1}{3} [\ln|u|]_{1}^{2}
=13(ln(2)ln(1))=13(ln(2)0)=ln(2)3= \frac{1}{3} (\ln(2) - \ln(1)) = \frac{1}{3} (\ln(2) - 0) = \frac{\ln(2)}{3}

Step 6: Compare with the given expression ln(k)3\frac{\ln(k)}{3}.

ln(2)3=ln(k)3    k=2\frac{\ln(2)}{3} = \frac{\ln(k)}{3} \implies k=2

Result: The value of kk is 2.
"
:::

:::question type="MCQ" question="The integral exe2x+1dx\int \frac{e^x}{e^{2x} + 1} \,dx can be solved using:" options=["Integration by parts","Partial fractions","Substitution with u=exu=e^x","Direct integration"] answer="Substitution with u=exu=e^x" hint="Look for a function and its derivative. Notice that e2x=(ex)2e^{2x} = (e^x)^2 and the derivative of exe^x is in the numerator." solution="
Step 1: Let us attempt a substitution. A natural choice is u=exu=e^x.

Step 2: Differentiating this gives du=exdxdu = e^x \,dx. This term is exactly the numerator of the integrand.

Step 3: We can rewrite the denominator in terms of uu: e2x=(ex)2=u2e^{2x} = (e^x)^2 = u^2.

Step 4: Substituting these into the integral transforms it as follows:

exe2x+1dx=duu2+1\int \frac{e^x}{e^{2x} + 1} \,dx = \int \frac{du}{u^2 + 1}

Step 5: The resulting integral is a standard form.

duu2+1=tan1(u)+C\int \frac{du}{u^2 + 1} = \tan^{-1}(u) + C

Step 6: Substituting back u=exu=e^x gives the final answer:

tan1(ex)+C\tan^{-1}(e^x) + C

Since the integral was successfully solved using the substitution u=exu=e^x, this is the correct method.
"
:::

---

Summary

Key Takeaways for GATE

  • Integration by Substitution: The primary method for handling composite functions. Identify an "inner" function u=g(x)u=g(x) such that its derivative g(x)g'(x) is also present as a factor.

  • Integration by Parts: The standard approach for integrating products of different types of functions. The choice of uu and dvdv is critical and can be guided by the ILATE mnemonic.

  • Partial Fractions: A powerful algebraic tool for integrating rational functions. The first step is always to factor the denominator and decompose the fraction into simpler terms.

---

What's Next?

💡 Continue Learning

Mastering these techniques of integration is a prerequisite for understanding more advanced topics in calculus.

    • Definite Integrals: The techniques learned here are applied directly to evaluate definite integrals, which have numerical values.

    • Applications of Integration: These techniques are essential for solving problems involving finding the area under a curve, volume of solids of revolution, and other physical and geometric applications frequently tested in GATE.


A solid foundation in these methods will enable you to approach a wide variety of calculus problems with confidence.

---

Chapter Summary

📖 Integration - Key Takeaways

In our study of integration, we have developed a set of powerful tools for solving a wide range of problems in engineering and mathematics. For success in the GATE examination, a firm grasp of the following core concepts is non-negotiable.

  • The Fundamental Theorem of Calculus: We established the profound inverse relationship between differentiation and integration. The theorem, which states that if F(x)=f(x)F'(x) = f(x), then abf(x)dx=F(b)F(a)\int_a^b f(x) \,dx = F(b) - F(a), forms the bedrock of definite integral evaluation.

  • Indefinite vs. Definite Integrals: It is critical to distinguish between the indefinite integral, f(x)dx=F(x)+C\int f(x) \,dx = F(x) + C, which represents a family of antiderivative functions, and the definite integral, abf(x)dx\int_a^b f(x) \,dx, which yields a specific numerical value corresponding to the net accumulated quantity (such as area) over an interval.

  • Mastery of Standard Forms: We have seen that efficiency in problem-solving is directly linked to the immediate recall of standard integrals for polynomial, trigonometric, exponential, logarithmic, and inverse trigonometric functions. Complex integrals often simplify to these fundamental forms after applying an appropriate technique.

  • Principal Techniques of Integration: Our discussion centered on three indispensable techniques for tackling non-standard integrands:

Integration by Substitution: For simplifying composite functions of the form f(g(x))g(x)f(g(x))g'(x).
Integration by Parts: Crucial for integrating products of functions, governed by the formula udv=uvvdu\int u \, dv = uv - \int v \, du. The strategic choice of uu and dvdv is paramount.
* Integration by Partial Fractions: A systematic algebraic procedure for integrating rational functions by decomposing them into simpler, integrable components.

  • Properties of Definite Integrals: The judicious use of definite integral properties can dramatically reduce computational effort. Of particular importance are the linearity property, interval additivity, and the symmetry properties for even and odd functions over intervals of the form [a,a][-a, a].

  • Geometric Applications: We must not lose sight of the physical and geometric meaning of integration. The definite integral is the primary mathematical tool for calculating areas bounded by curves, volumes of solids of revolution, arc lengths, and the mean value of a function over an interval.

---

Chapter Review Questions

:::question type="MCQ" question="The value of the definite integral 0π/2ex(sinx+cosx)dx\int_0^{\pi/2} e^x (\sin x + \cos x) \,dx is:" options=["eπ/2e^{\pi/2}","eπ/21e^{\pi/2} - 1","11","00"] answer="A" hint="Recall the integration by parts derivative form ex(f(x)+f(x))dx\int e^x(f(x) + f'(x)) \,dx." solution="
We are asked to evaluate the integral I=0π/2ex(sinx+cosx)dxI = \int_0^{\pi/2} e^x (\sin x + \cos x) \,dx.

This integral is of the standard form ex(f(x)+f(x))dx\int e^x (f(x) + f'(x)) \,dx, which is known to equal exf(x)+Ce^x f(x) + C.

Let us verify this form. We can choose f(x)=sinxf(x) = \sin x. Then, its derivative is f(x)=cosxf'(x) = \cos x.
The integrand perfectly matches the form ex(f(x)+f(x))e^x(f(x) + f'(x)) with f(x)=sinxf(x) = \sin x.

Therefore, the indefinite integral is:

ex(sinx+cosx)dx=exsinx+C\int e^x (\sin x + \cos x) \,dx = e^x \sin x + C

Now, we evaluate the definite integral using the Fundamental Theorem of Calculus:

I=[exsinx]0π/2I = [e^x \sin x]_0^{\pi/2}

I=(eπ/2sin(π/2))(e0sin(0))I = (e^{\pi/2} \sin(\pi/2)) - (e^0 \sin(0))

I=(eπ/21)(10)I = (e^{\pi/2} \cdot 1) - (1 \cdot 0)

I=eπ/2I = e^{\pi/2}

Thus, the correct option is A.
"
:::

:::question type="NAT" question="The area of the region enclosed by the parabola y=x2y = x^2 and the line y=x+2y = x + 2 is:" answer="4.5" hint="First, find the points of intersection to determine the limits of integration. Then, set up the integral for the area between the upper and lower curves." solution="
To find the area of the enclosed region, we must first determine the points of intersection between the two curves y=x2y = x^2 and y=x+2y = x + 2. We set the expressions for yy equal to each other:

x2=x+2x^2 = x + 2

x2x2=0x^2 - x - 2 = 0

Factoring the quadratic equation gives:
(x2)(x+1)=0(x - 2)(x + 1) = 0

The points of intersection occur at x=1x = -1 and x=2x = 2. These will be our limits of integration.

In the interval [1,2][-1, 2], we need to determine which function is greater. Let's test a point within the interval, for instance, x=0x=0:
For y=x2y = x^2, y(0)=0y(0) = 0.
For y=x+2y = x + 2, y(0)=2y(0) = 2.
Since 2>02 > 0, the line y=x+2y = x + 2 is the upper curve and the parabola y=x2y = x^2 is the lower curve in this interval.

The area AA between the curves is given by the integral of the (upper curve - lower curve) from x=1x=-1 to x=2x=2:

A=12((x+2)x2)dxA = \int_{-1}^{2} ((x + 2) - x^2) \,dx

Now, we compute the integral:
A=[x22+2xx33]12A = \left[ \frac{x^2}{2} + 2x - \frac{x^3}{3} \right]_{-1}^{2}

A=((2)22+2(2)(2)33)((1)22+2(1)(1)33)A = \left( \frac{(2)^2}{2} + 2(2) - \frac{(2)^3}{3} \right) - \left( \frac{(-1)^2}{2} + 2(-1) - \frac{(-1)^3}{3} \right)

A=(42+483)(12213)A = \left( \frac{4}{2} + 4 - \frac{8}{3} \right) - \left( \frac{1}{2} - 2 - \frac{-1}{3} \right)

A=(2+483)(122+13)A = \left( 2 + 4 - \frac{8}{3} \right) - \left( \frac{1}{2} - 2 + \frac{1}{3} \right)

A=(683)(312+26)A = \left( 6 - \frac{8}{3} \right) - \left( \frac{3 - 12 + 2}{6} \right)

A=(1883)(76)A = \left( \frac{18 - 8}{3} \right) - \left( \frac{-7}{6} \right)

A=103+76A = \frac{10}{3} + \frac{7}{6}

A=206+76=276=92A = \frac{20}{6} + \frac{7}{6} = \frac{27}{6} = \frac{9}{2}

A=4.5A = 4.5

The area of the region is 4.5 square units.
"
:::

:::question type="MCQ" question="The value of the integral ππ(x3cosx+tan5x+1)dx\int_{-\pi}^{\pi} (x^3 \cos x + \tan^5 x + 1) \,dx is:" options=["00","2π2\pi","π\pi","22"] answer="B" hint="Analyze the integrand for even and odd components over the symmetric interval [π,π][-\pi, \pi] and apply the corresponding integral properties." solution="
We are asked to evaluate the integral I=ππ(x3cosx+tan5x+1)dxI = \int_{-\pi}^{\pi} (x^3 \cos x + \tan^5 x + 1) \,dx.
The interval of integration [π,π][-\pi, \pi] is symmetric about the origin. This suggests we should examine the integrand for even and odd properties.
Recall the property: For a symmetric interval [a,a][-a, a], if f(x)f(x) is an odd function, aaf(x)dx=0\int_{-a}^{a} f(x) \,dx = 0, and if f(x)f(x) is an even function, aaf(x)dx=20af(x)dx\int_{-a}^{a} f(x) \,dx = 2 \int_{0}^{a} f(x) \,dx.

Let's break the integral into three parts using the linearity property:

I=ππx3cosxdx+ππtan5xdx+ππ1dxI = \int_{-\pi}^{\pi} x^3 \cos x \,dx + \int_{-\pi}^{\pi} \tan^5 x \,dx + \int_{-\pi}^{\pi} 1 \,dx

  • First term: Let f1(x)=x3cosxf_1(x) = x^3 \cos x.

  • f1(x)=(x)3cos(x)=x3cosx=f1(x)f_1(-x) = (-x)^3 \cos(-x) = -x^3 \cos x = -f_1(x).
    Since f1(x)=f1(x)f_1(-x) = -f_1(x), the function is odd. Therefore, ππx3cosxdx=0\int_{-\pi}^{\pi} x^3 \cos x \,dx = 0.

  • Second term: Let f2(x)=tan5xf_2(x) = \tan^5 x.

  • f2(x)=(tan(x))5=(tanx)5=tan5x=f2(x)f_2(-x) = (\tan(-x))^5 = (-\tan x)^5 = -\tan^5 x = -f_2(x).
    Since f2(x)=f2(x)f_2(-x) = -f_2(x), the function is odd. Therefore, ππtan5xdx=0\int_{-\pi}^{\pi} \tan^5 x \,dx = 0.

  • Third term: Let f3(x)=1f_3(x) = 1.

  • f3(x)=1=f3(x)f_3(-x) = 1 = f_3(x).
    The function is even. We can evaluate it directly:
    ππ1dx=[x]ππ=π(π)=2π\int_{-\pi}^{\pi} 1 \,dx = [x]_{-\pi}^{\pi} = \pi - (-\pi) = 2\pi.

    Combining the results:

    I=0+0+2π=2πI = 0 + 0 + 2\pi = 2\pi

    The value of the integral is 2π2\pi. Thus, the correct option is B.
    "
    :::

    :::question type="NAT" question="If the value of the integral I=0π/2sinxsinx+cosxdxI = \int_{0}^{\pi/2} \frac{\sqrt{\sin x}}{\sqrt{\sin x} + \sqrt{\cos x}} \,dx, then the value of 8πI\frac{8}{\pi} I is:" answer="2" hint="Apply the property 0af(x)dx=0af(ax)dx\int_0^a f(x) \,dx = \int_0^a f(a-x) \,dx and add the resulting integral to the original one." solution="
    We are given the integral:

    I=0π/2sinxsinx+cosxdx(1)I = \int_{0}^{\pi/2} \frac{\sqrt{\sin x}}{\sqrt{\sin x} + \sqrt{\cos x}} \,dx \quad \cdots (1)

    This is a standard form where the property 0af(x)dx=0af(ax)dx\int_0^a f(x) \,dx = \int_0^a f(a-x) \,dx is highly effective. Here, a=π/2a = \pi/2.

    Applying the property, we replace xx with (π/2x)(\pi/2 - x):

    I=0π/2sin(π/2x)sin(π/2x)+cos(π/2x)dxI = \int_{0}^{\pi/2} \frac{\sqrt{\sin(\pi/2 - x)}}{\sqrt{\sin(\pi/2 - x)} + \sqrt{\cos(\pi/2 - x)}} \,dx

    Using the trigonometric identities sin(π/2x)=cosx\sin(\pi/2 - x) = \cos x and cos(π/2x)=sinx\cos(\pi/2 - x) = \sin x, we get:
    I=0π/2cosxcosx+sinxdx(2)I = \int_{0}^{\pi/2} \frac{\sqrt{\cos x}}{\sqrt{\cos x} + \sqrt{\sin x}} \,dx \quad \cdots (2)

    Now, we add equation (1) and equation (2):
    I+I=0π/2sinxsinx+cosxdx+0π/2cosxcosx+sinxdxI + I = \int_{0}^{\pi/2} \frac{\sqrt{\sin x}}{\sqrt{\sin x} + \sqrt{\cos x}} \,dx + \int_{0}^{\pi/2} \frac{\sqrt{\cos x}}{\sqrt{\cos x} + \sqrt{\sin x}} \,dx

    2I=0π/2(sinx+cosxsinx+cosx)dx2I = \int_{0}^{\pi/2} \left( \frac{\sqrt{\sin x} + \sqrt{\cos x}}{\sqrt{\sin x} + \sqrt{\cos x}} \right) \,dx

    2I=0π/21dx2I = \int_{0}^{\pi/2} 1 \,dx

    Evaluating this simple integral:
    2I=[x]0π/2=π20=π22I = [x]_{0}^{\pi/2} = \frac{\pi}{2} - 0 = \frac{\pi}{2}

    Solving for II:
    I=π4I = \frac{\pi}{4}

    The question asks for the value of 8πI\frac{8}{\pi} I.
    8πI=8ππ4=84=2\frac{8}{\pi} I = \frac{8}{\pi} \cdot \frac{\pi}{4} = \frac{8}{4} = 2

    The final answer is 2.
    "
    :::

    ---

    What's Next?

    💡 Continue Your GATE Journey

    Having completed this chapter on Integration, you have established a firm foundation for several advanced and critical topics in the Engineering Mathematics syllabus. The concepts of accumulation and anti-differentiation are central to the mathematical modeling of engineering systems.

    Key Connections:

    * Relation to Previous Learning: This chapter is a direct extension of Limits and Differentiation. The definite integral is formally defined using limits of Riemann sums, and the Fundamental Theorem of Calculus establishes integration as the inverse operation of differentiation. A strong command of derivatives was essential for mastering the techniques presented here.

    Foundation for Future Chapters: The principles of integration are a prerequisite for the following subjects:
    Differential Equations: Integration is the primary tool used to solve all types of differential equations, which are fundamental to modeling dynamic systems in every engineering discipline.
    Vector Calculus: The single-variable integrals we have studied are the basis for understanding more complex line, surface, and volume integrals. These are indispensable for topics in electromagnetics, fluid dynamics, and solid mechanics.
    Probability & Statistics: For continuous random variables, probabilities and expected values are calculated by integrating probability density functions.
    * Complex Analysis: The theory of integration extends to the complex plane in the form of contour integrals, a powerful tool for evaluating real integrals and analyzing system stability.

    We will build directly upon these concepts as we proceed. Ensure that you have mastered the techniques and properties from this chapter before moving forward.

    🎯 Key Points to Remember

    • Master the core concepts in Integration before moving to advanced topics
    • Practice with previous year questions to understand exam patterns
    • Review short notes regularly for quick revision before exams

    Related Topics in Engineering Mathematics

    More Resources

    Why Choose MastersUp?

    🎯

    AI-Powered Plans

    Personalized study schedules based on your exam date and learning pace

    📚

    15,000+ Questions

    Verified questions with detailed solutions from past papers

    📊

    Smart Analytics

    Track your progress with subject-wise performance insights

    🔖

    Bookmark & Revise

    Save important questions for quick revision before exams

    Start Your Free Preparation →

    No credit card required • Free forever for basic features