Definitions [6]
If the derivative of a function F(x) is f(x), then F(x) is called an antiderivative or integral of f(x). The set of all such antiderivatives is written as:
where C is an arbitrary constant called the constant of integration.
Integration by substitution is a method in which we replace a part of the integral by a new variable to simplify the integration.
General Formula:
If \[x = g(t), \ dx = g'(t) dt\] then \[\int f(x) dx = \int f(g(t))g'(t) dt\]
If two functions are written in the form uu and dvdv, then integration by parts is based on the product rule of differentiation.
\[\int\left(\mathrm{u.v}\right)\mathrm{dx}=\mathrm{u}\int\mathrm{v}\mathrm{dx}-\int\left(\frac{\mathrm{du}}{\mathrm{dx}}\right).\left(\int\mathrm{v}\mathrm{dx}\right)\mathrm{dx}\]
Integration by partial fractions is a method used to integrate rational functions, that is, functions of the form
Integration using trigonometric identities means converting a trigonometric expression into an easier form with the help of standard identities before integrating.
If a function f is continuous on an interval, the area function is defined by
This means that A(x) gives the area accumulated from x = a to a variable point x.

Formulae [2]
| No. | Derivatives | Integrals (Anti-derivatives) |
|---|---|---|
| (i) | \[\frac{d}{dx} \left( \frac{x^{n+1}}{n+1} \right) = x^n\]; | \[\int x^n dx = \frac{x^{n+1}}{n+1} + \text{C}, n \neq -1\] |
| \[\frac{d}{dx} (x) = 1\]; | \[\int dx = x + \text{C}\] | |
| (ii) | \[\frac{d}{dx} (\sin x) = \cos x\]; | \[\int \cos x dx = \sin x + \text{C}\] |
| (iii) | \[\frac{d}{dx} (-\cos x) = \sin x\]; | \[\int \sin x dx = -\cos x + \text{C}\] |
| (iv) | \[\frac{d}{dx} (\tan x) = \sec^2 x\]; | \[\int \sec^2 x dx = \tan x + \text{C}\] |
| (v) | \[\frac{d}{dx} (-\cot x) = \text{cosec}^2 x\]; | \[\int \text{cosec}^2 x dx = -\cot x + \text{C}\] |
| (vi) | \[\frac{d}{dx} (\sec x) = \sec x \tan x\]; | \[\int \sec x \tan x dx = \sec x + \text{C}\] |
| (vii) | \[\frac{d}{dx} (-\text{cosec} x) = \text{cosec} x \cot x\]; | \[\int \text{cosec} x \cot x dx = -\text{cosec} x + \text{C}\] |
| (viii) | \[\frac{d}{dx} (\sin^{-1} x) = \frac{1}{\sqrt{1-x^2}}\]; | \[\int \frac{dx}{\sqrt{1-x^2}} = \sin^{-1} x + \text{C}\] |
| (ix) | \[\frac{d}{dx} (-\cos^{-1} x) = \frac{1}{\sqrt{1-x^2}}\]; | \[\int \frac{dx}{\sqrt{1-x^2}} = -\cos^{-1} x + \text{C}\] |
| (x) | \[\frac{d}{dx} (\tan^{-1} x) = \frac{1}{1+x^2}\]; | \[\int \frac{dx}{1+x^2} = \tan^{-1} x + \text{C}\] |
| (xi) | \[\frac{d}{dx} (e^x) = e^x\]; | \[\int e^x dx = e^x + \text{C}\] |
| (xii) | \[\frac{d}{dx}\left(\log|x|\right)=\frac{1}{x};\] | \[\int\frac{1}{x}dx=\log|x|+\mathrm{C}\] |
| (xiii) | \[\frac{d}{dx} \left( \frac{a^x}{\log a} \right) = a^x\]; | \[\int a^x dx = \frac{a^x}{\log a} + \text{C}\] |
-
\[\int \frac{dx}{x^2 - a^2} = \frac{1}{2a} \log \left| \frac{x - a}{x + a} \right| + C\]
-
\[\int \frac{dx}{a^2 - x^2} = \frac{1}{2a} \log \left| \frac{a + x}{a - x} \right| + C\]
-
\[\int \frac{dx}{x^2 + a^2} = \frac{1}{a} \tan^{-1} \left(\frac{x}{a}\right) + C\]
-
\[\int \frac{dx}{\sqrt{x^2 - a^2}} = \log \left| x + \sqrt{x^2 - a^2} \right| + C\]
-
\[\int \frac{dx}{\sqrt{a^2 - x^2}} = \sin^{-1} \left(\frac{x}{a}\right) + C\]
-
\[\int \frac{dx}{\sqrt{x^2 + a^2}} = \log \left| x + \sqrt{x^2 + a^2} \right| + C\]
Theorems and Laws [3]
Prove that: `int sqrt(a^2 - x^2) * dx = x/2 * sqrt(a^2 - x^2) + a^2/2 * sin^-1(x/a) + c`
Let I = `int sqrt(a^2 - x^2) dx`
= `int sqrt(a^2 - x^2)*1 dx`
= `sqrt(a^2 - x^2)* int 1 dx - int [d/dx (sqrt(a^2 - x^2))* int 1 dx]dx`
= `sqrt(a^2 - x^2)*x - int [1/(2sqrt(a^2 - x^2))*d/dx (a^2 - x^2)*x]dx`
= `sqrt(a^2 - x^2)*x - int 1/(2sqrt(a^2 - x^2))(0 - 2x)*x dx`
= `sqrt(a^2 - x^2)*x - int (-x)/sqrt(a^2 - x^2)*x dx`
= `xsqrt(a^2 - x^2) - int (a^2 - x^2 - a^2)/sqrt(a^2 - x^2)dx`
= `xsqrt(a^2 - x^2) - int sqrt(a^2 - x^2)dx + a^2 int dx/sqrt(a^2 - x^2)`
= `xsqrt(a^2 - x^2) - I + a^2sin^-1(x/a) + c_1`
∴ 2I = `xsqrt(a^2 - x^2) + a^2sin^-1(x/a) + c_1`
∴ I = `x/2 sqrt(a^2 - x^2) + a^2/2 sin^-1(x/a) + c_1/2`
∴ `int sqrt(a^2 - x^2)dx = x/2 sqrt(a^2 - x^2) + a^2/2sin^-1(x/a) + c`, where `c = c_1/2`.
If f is continuous on [a, b] and
If f is continuous on [a, b] and F is any antiderivative of f, then
This is the formula most often used in exams to evaluate definite integrals.
Key Points
-
Integration is the inverse process of differentiation.
-
The result of indefinite integration is called the antiderivative or primitive.
-
General form: ∫f(x) dx = F(x) + C.
-
The constant CC must always be added in indefinite integrals.
-
Integration by substitution is the reverse process of the chain rule.
-
Choose the substitution so that the integral becomes simpler, not more complicated.
-
Always rewrite both the function and \(dx\) in terms of the new variable.
-
For indefinite integrals, back-substitute and add \(C\).
-
For definite integrals, limits should also be changed if the solution is continued in the new variable.
-
Trigonometric substitution is mainly used for radicals involving \(a^2-x^2\), \(x^2+a^2\), and \(x^2-a^2\).
-
Formula:
\[\int u dv = uv - \int v du\] -
Choose u by LIATE
-
For log x and inverse trig, multiply by 1
-
Repeated parts may be needed for \[e^x \sin x\], \[e^x \cos x\].
-
First check whether the rational function is proper or improper.
-
Use long division before decomposition if the fraction is improper.
-
Factorise the denominator completely before choosing partial fractions.
-
For each distinct linear factor, use a constant numerator such as A, B, or C.
-
For a repeated linear factor, include every power separately.
-
For an irreducible quadratic factor, use a linear numerator of the form Bx + C.
-
After decomposition, integrate each term separately using standard formulas.
-
First inspect the pattern in the integrand.
-
Do not integrate complicated trigonometric expressions directly if an identity can simplify them first.
-
After simplification, integrate term by term carefully.
-
Always add the constant of integration, \(C\).
-
Convert the integrand into a known standard form before integrating.
-
For \[x^2 - a^2\], factorize and use partial fractions.
-
For \[x^2 + a^2\], the answer usually involves \[\tan^{-1}\].
-
For \[\sqrt{a^2 - x^2}\], the answer usually involves \[\sin^{-1}\].
-
For general quadratics, complete the square first.
-
For \[px + q\] in the numerator, relate it to the derivative of the denominator.
-
Always write the constant of integration C in the final answer.
-
The theorem connects differentiation and integration.
-
If \[A(x) = \int_{a}^{x} f(t) \, dt\], then \[A'(x) = f(x)\].
-
If F'(x) = f(x), then \[\int_{a}^{b} f(x) \, dx = F(b) - F(a)\].
-
The result is used to evaluate definite integrals quickly.
-
The function should be continuous on the interval for direct use of the theorem.
-
Look for an inner function and its derivative.
-
Choose substitution carefully.
-
Change the limits immediately.
-
Integrate in the new variable.
-
Do not add +C in a definite integral.
- A = ∫ (upper − lower) dx
- Find intersection points → solve f(x) = g(x)
- If the graph crosses → split into parts
- Final area = sum of all parts
| Case | Standard Form | Area Formula |
| Region above x-axis | y = f(x) | \[A = \int_{a}^{b} y \, dx\] |
| Region bounded by y-axis | x = g(y) | \[A = \int_{c}^{d} x \, dy\] |
| Curve below x-axis | y = f(x) < 0 | \[A = \left\vert \int_{a}^{b} f(x) \, dx \right\vert\] |
| Curve crossing x-axis | Mixed signs | \[A = \vert A_1 \vert + A_2\] |
Concepts [19]
- Integration
- Integration as an Inverse Process of Differentiation
- Fundamental Integrals Involving Algebraic Functions
- Fundamental Integrals Involving Trigonometric Functions
- Fundamental Integrals Involving Exponential Functions
- Fundamental Integrals Involving Logarithms Functions
- Methods of Integration> Integration by Substitution
- Methods of Integration> Integration by Parts
- Methods of Integration> Integration Using Partial Fraction
- Methods of Integration>Integration Using Trigonometric Identities
- Integrals of Some Particular Functions
- Definite Integral as the Limit of a Sum
- Fundamental Theorem of Integral Calculus
- Properties of Definite Integrals
- Evaluation of Definite Integrals by Substitution
- Area Bounded by Two Curves
- Area Under Simple Curves
- Integration of Some Special Irrational Algebraic Functions
- Summation of Series by Integration
