For an interactive study experience with progress tracking, bookmarks, and solutions, try our reader.
Open in Interactive ReaderChapter Overview
Namaste students! Welcome to these comprehensive notes on Antiderivatives & Techniques of Integration. In Class 11, this is one of the most scoring yet conceptual chapters in Calculus. Think of an antiderivative as differentiation in reverse — hit 'undo' on a derivative, and you are back at the original function. Given a derivative, our goal is to reconstruct the original equation. This foundation unlocks the keys to finding areas under curves, volumes of irregular solids, and solving differential equations.
What this chapter covers
Concept of the Antiderivative and Indefinite IntegralThe Substitution Method (Forms I, II, and III)Trigonometric Substitutions for Radical FormsIntegration by Parts (The ILATE Rule)Standard Integrals of Trigonometric and Inverse Trigonometric Functions
Learning Objectives
1
Apply the Substitution Method to simplify complex algebraic and trigonometric integrals
2
Use Trigonometric Substitutions to evaluate radical forms involving square roots of sum or difference of squares
3
Master the technique of Integration by Parts for products of two functions
4
Employ the ILATE rule systematically to select the first function in product integration
The Core Idea of Integration Techniques
Key Insight
If an integral is not in a standard form, do not panic. Your primary objective in this chapter is to transform the unfamiliar into the familiar using substitutions, trigonometric simplifications, or integration by parts.
Look for patterns. If you see a function and its derivative living in the same expression, substitution is almost always your best path forward.
Key Definitions
Antiderivative
A function $F(x)$ is called an antiderivative of $f(x)$ if the derivative of $F(x)$ with respect to $x$ equals $f(x)$ for all values in the domain.
$$F'(x) = f(x)$$
Indefinite Integral
The mathematical collection of all possible antiderivatives of a function $f(x)$, containing an arbitrary constant of integration $C$.
$$\int f(x) \, dx = F(x) + C$$
Integrand
The specific function $f(x)$ enclosed within the integration operator that is being integrated.
$$\text{In } \int f(x) \, dx, \text{ the integrand is } f(x)$$
Integration by Substitution
The substitution method simplifies an integral by changing the variable from $x$ to $y$ (or $u$). This is used when the integrand is not in standard form but contains a function and its derivative.
$$\int f(g(x)) g'(x) \, dx = \int f(y) \, dy \quad [y = g(x)]$$
Why it works (Derivation):
1Form I — Linear expression: $f(ax+b)$
Put $y = ax+b$. Differentiating gives $dy = a \, dx$, which means $dx = \frac{1}{a} \, dy$. The integral simplifies to $\frac{1}{a} \int f(y) \, dy$.
Put $y = ax+b$. Differentiating gives $dy = a \, dx$, which means $dx = \frac{1}{a} \, dy$. The integral simplifies to $\frac{1}{a} \int f(y) \, dy$.
2Form II — Power patterns: $x^{n-1} f(x^n)$
Put $y = x^n$. Differentiating gives $n x^{n-1} \, dx = dy$, meaning $x^{n-1} \, dx = \frac{1}{n} \, dy$. The expression simplifies to $\frac{1}{n} \int f(y) \, dy$.
Put $y = x^n$. Differentiating gives $n x^{n-1} \, dx = dy$, meaning $x^{n-1} \, dx = \frac{1}{n} \, dy$. The expression simplifies to $\frac{1}{n} \int f(y) \, dy$.
3Form III — Functions raised to powers: $\{f(x)\}^n f'(x)$
Put $y = f(x)$. Differentiating gives $f'(x) \, dx = dy$. This simplifies the integral directly into $\int y^n \, dy$.
Put $y = f(x)$. Differentiating gives $f'(x) \, dx = dy$. This simplifies the integral directly into $\int y^n \, dy$.
Example: Evaluate $\int x \cos(x^2+5) \, dx$. Let $y = x^2+5$. Then $dy = 2x \, dx \implies x \, dx = \frac{dy}{2}$. Substituting gives $\frac{1}{2}\int \cos y \, dy = \frac{1}{2}\sin y + C = \frac{1}{2}\sin(x^2+5) + C$.
When to use: Scan the integrand first. If you spot a function paired with its derivative (even if off by a constant factor), substitution is the correct tool.
Substitution Method vs Integration by Parts
Choosing the correct technique of integration is crucial for solving exam questions efficiently.
Integration by Substitution
$$\int f(g(x)) g'(x) \, dx$$
Used when a function and its derivative both exist in the integrand
Simplifies composite functions like $f(ax+b)$ or $f(x^n)$
Relies on variable transformation (e.g., setting $y = g(x)$)
Changes the differential from $dx$ to $dy$
VS
Integration by Parts
$$\int u \, dv = u v - \int v \, du$$
Used when the integrand is a product of two distinct types of functions
Applicable to forms like $x \sin x$, $x e^x$, or $\ln x$
Relies on the derivative product rule reversed
Selection of the first function '$u$' is determined by ILATE order
Rule of Thumb: Always check for substitution first. If you cannot find a function-derivative pairing, and the integrand is a product of different function families, switch to Integration by Parts.
Advanced Techniques & Special Integration Formulas
The Standard Power Integral
$$\int x^n \, dx = \frac{x^{n+1}}{n+1} + C$$
Standard rule for non-negative integers or rational powers, where n ≠ -1.
The Logarithmic Reciprocal Rule
$$\int \frac{1}{x} \, dx = \ln|x| + C$$
Applicable for single-degree denominators.
Linear Exponential Rule
$$\int e^{ax} \, dx = \frac{e^{ax}}{a} + C$$
Remember to divide by the linear coefficient a of the exponent.
Linear Sine Rule
$$\int \sin(ax) \, dx = -\frac{\cos(ax)}{a} + C$$
Result starts with 'co-' so it is negative.
Secant Squared Integral
$$\int \sec^2 x \, dx = \tan x + C$$
Direct result of tangent differentiation.
Inverse Tangent Standard Integral
$$\int \frac{dx}{x^2+a^2} = \frac{1}{a} \tan^{-1}\left(\frac{x}{a}\right) + C$$
Derived using the substitution x = a tan θ.
Inverse Sine Standard Integral
$$\int \frac{dx}{\sqrt{a^2-x^2}} = \sin^{-1}\left(\frac{x}{a}\right) + C$$
Derived using the substitution x = a sin θ. Note that there is no 1/a coefficient outside.
Integration by Parts Formula
$$\int (u \cdot v) \, dx = u \int v \, dx - \int \left[\frac{du}{dx} \cdot \int v \, dx\right] dx$$
Derivation shown below. Select function u according to ILATE order.
Tricks for Choosing Substitutions & ILATE
Trick: Two simple mental models that make integration by parts and trigonometric substitution intuitive.
Steps to Remember:
- ILATE Selection Rule: When integrating a product, match functions against the word ILATE from left to right. The function type that appears first is chosen as $u$, and the remaining function is $v$:
• I: Inverse Trigonometric (e.g., $\sin^{-1} x$)
• L: Logarithmic (e.g., $\ln x$)
• A: Algebraic (e.g., $x^2$, $3x$)
• T: Trigonometric (e.g., $\sin x$)
• E: Exponential (e.g., $e^x$) - Trigonometric Substitution Unlock: If you see algebraic radicals with $x^2$ and $a^2$, use these substitutions to simplify:
• For $\sqrt{a^2-x^2} \implies$ substitute $x = a\sin\theta$ or $x = a\cos\theta$
• For $\sqrt{a^2+x^2} \implies$ substitute $x = a\tan\theta$ or $x = a\cot\theta$
• For $\sqrt{x^2-a^2} \implies$ substitute $x = a\sec\theta$ or $x = a\csc\theta$ - The Derivative Match tip: Always scan the integrand for function-derivative pairs. If you see $\ln x$, check for a $\frac{1}{x}$ divisor. If you see $x^2$, check for an $x$ variable outside.
Mnemonic: ILATE: Inverse, Log, Algebra, Trig, Exp | Trig Substitution: a²-x² uses sin, a²+x² uses tan, x²-a² uses sec
Common Mistakes to Avoid
Avoiding these three common errors will keep you from losing marks on exam day.
- Forgetting the constant of integration (+C): Always include $+C$ on indefinite integrals. It is a standard mathematical requirement representing the infinite family of curves.
- Choosing the wrong 'u' in Integration by Parts: Violating ILATE can make your integral significantly more complex or impossible to solve. Always verify the hierarchy before expanding.
- Variable mismatch inside substitution: When substituting $y = f(x)$, always transform $dx$ to $dy$ before integrating. Working with variables like $\int y \, dx$ is mathematically invalid.
NEB Exam Booster — Crucial Rules
NEB Exam Warning
The following techniques and special identities are highly tested by NEB examiners.
- The Logarithmic Derivative shortcut: Keep this rule in mind: $\int \frac{f'(x)}{f(x)} \, dx = \ln|f(x)| + C$. It instantly evaluates fractional expressions.
- Inverse Trig substitutions: If your integrand contains an inverse trigonometric function on its own (like $\int \sin^{-1} x \, dx$), treat it as a product by writing $1 \cdot \sin^{-1} x \, dx$, then use Integration by Parts.
- ILATE Hierarchy: Never skip checking the order. Logarithmic and Inverse Trig are almost always selected as $u$ over algebraic and trigonometric functions.
Question Recognition Guide
| Keyword / Phrase in Question | Use This |
|---|---|
| Linear compound expressions inside brackets like (5x+1)³ | Apply linear integration substitution (Form I). |
| Products of two different function types (e.g., x · eˣ) | Use Integration by Parts with ILATE to determine u and v. |
| Radicals like √(a² - x²) | Apply trigonometric substitution: set x = a sin θ. |
| Derivative of the denominator is present in the numerator | Integrate directly using ln|denominator| + C. |
Solved Examples (Easy → Hard)
1
Evaluate $\int (5x - 3)^7 \, dx$.
Easy
2
Evaluate $\int \frac{(\ln x)^2}{x} \, dx$.
Medium
3
Evaluate $\int x^2 \sin x \, dx$.
Hard
MCQ Practice
Mixed Level — MCQ
1
What is the integral of $e^{4x}$?
Correct!
Incorrect. Correct: $\frac{1}{4}e^{4x} + C$
2
To evaluate $\int \frac{1}{x^2+25} dx$, the best substitution is:
Correct!
Incorrect. Correct: $x = 5 \tan \theta$
3
In $\int x \ln x \, dx$, which function is chosen as '$u$' for Integration by Parts?
Correct!
Incorrect. Correct: $\ln x$
4
The value of $\int \sec^2(3x+2) dx$ is:
Correct!
Incorrect. Correct: $\frac{1}{3} \tan(3x+2) + C$
5
What is $\int \frac{f'(x)}{f(x)} dx$?
Correct!
Incorrect. Correct: $\ln|f(x)| + C$
6
$\int \frac{dx}{\sqrt{9-x^2}}$ equals:
Correct!
Incorrect. Correct: $\sin^{-1}(x/3) + C$
7
The derivative of the first function in Integration by Parts is:
Correct!
Incorrect. Correct: Differentiated
8
Evaluate $\int \frac{dx}{x \ln x}$:
Correct!
Incorrect. Correct: $\ln|\ln x| + C$
9
$\int e^x ( \sin x + \cos x ) dx$ is:
Correct!
Incorrect. Correct: $e^x \sin x + C$
10
If $y = x^2$, then $dy$ is:
Correct!
Incorrect. Correct: $2x \, dx$
Short Questions (2 Marks Each)
1
Evaluate $\int \frac{e^{\sqrt{x}}}{\sqrt{x}} \, dx$.
[2 marks]
2
Find $\int \tan x \, dx$.
[2 marks]
3
Evaluate $\int x e^{x^2} dx$.
[2 marks]
4
Find $\int \frac{x}{1+x^4} dx$.
[2 marks]
5
Evaluate $\int \ln x \, dx$.
[2 marks]
6
Evaluate $\int \frac{dx}{\sqrt{1-4x^2}}$.
[2 marks]
7
Find $\int x \cos(x^2+5) dx$.
[2 marks]
8
Evaluate $\int \frac{1}{x(\ln x)^2} dx$.
[2 marks]
9
Find $\int \frac{\sin(\tan^{-1} x)}{1+x^2} dx$.
[2 marks]
10
Evaluate $\int e^x \sec^2(e^x) dx$.
[2 marks]
Long Questions (4 Marks Each)
1
Evaluate $\int \sqrt{a^2-x^2} \, dx$.
[4 marks]
2
Evaluate $\int e^x \cos x \, dx$.
[4 marks]
3
Evaluate $\int \frac{x^2}{\sqrt{1-x^2}} \, dx$.
[4 marks]
4
Evaluate $\int \sec^3 x \, dx$.
[4 marks]
5
Evaluate $\int x^2 \ln x \, dx$.
[4 marks]
6
Evaluate $\int \frac{e^x+1}{e^x-1} \, dx$.
[4 marks]
7
Evaluate $\int \tan^4 \theta \, d\theta$.
[4 marks]
8
Evaluate $\int \frac{x^3}{\sqrt{a^2-x^2}} \, dx$.
[4 marks]
9
Evaluate $\int \sin^{-1} x \, dx$.
[4 marks]
10
Evaluate $\int x^2 e^{2x} \, dx$.
[4 marks]
Chapter Test — Full Mixed Paper
Attempt in 45 minutes without notes. This mixed diagnostic paper consists of sections aligning with NEB board examinations.
1
Section A — MCQs (1 Mark Each)
Mixed Level — MCQ
1
$\int \frac{1}{x} \, dx$ is:
Correct!
Incorrect. Correct: $\ln x$
2
The correct trigonometric substitution for $\sqrt{x^2-9}$ is:
Correct!
Incorrect. Correct: $3\sec\theta$
3
In the ILATE hierarchy, 'E' stands for:
Correct!
Incorrect. Correct: Exponential
2
Section B — Short Questions (2 Marks Each)
1
Evaluate $\int \frac{\sin \sqrt{x}}{\sqrt{x}} \, dx$.
[2 marks]
2
Evaluate $\int x \cos x \, dx$.
[2 marks]
3
Find $\int \frac{e^x}{1+e^x} \, dx$.
[2 marks]
3
Section C — Long Questions (8 Marks Each)
1
Evaluate $\int e^{3x} \sin 2x \, dx$.
[8 marks]
2
Evaluate $\int \frac{dx}{x^2 \sqrt{1+x^2}}$.
[8 marks]
One-Page Revision Cheat Sheet
1
Antiderivative: The operations of differentiation and integration are mathematical inverses.
2
Substitution Method: Select $y = f(x)$ such that the derivative $f'(x) \, dx$ matches another active component in your integrand.
3
Trig Substitutions: Let $x = a\sin\theta$ for $\sqrt{a^2-x^2}$, let $x = a\tan\theta$ for $\sqrt{a^2+x^2}$, and let $x = a\sec\theta$ for $\sqrt{x^2-a^2}$.
4
Integration by Parts: Use the pattern $\int u \, dv = u v - \int v \, du$. Prioritize term selection for $u$ using the ILATE order.
5
Product priority (ILATE): Inverse Trig (I) > Logarithmic (L) > Algebraic (A) > Trigonometric (T) > Exponential (E).
6
Self-Check Strategy: Take the derivative of your final expression. It must match the original function inside your integral to prove correctness.