Chapter 7 · Topic 04

Definite Integrals

From the limit-of-sum definition to the Fundamental Theorem of Calculus — understand, apply, and master all eight properties of definite integrals for Class 12 boards.

Definition Fundamental Theorem 8 Properties Worked Examples
01

Definition of Definite Integral

Definite Integral — As a Number

Unlike the indefinite integral, a definite integral has specific lower and upper limits \(a\) and \(b\), and evaluates to a real number (not a family of functions).

NOTATION
\[ \int_a^b f(x)\,dx = \Big[F(x)\Big]_a^b = F(b) - F(a) \]

where \(F(x)\) is any antiderivative of \(f(x)\), i.e., \(F'(x)=f(x)\).

Definition as Limit of a Sum (First Principles)

The definite integral is formally defined as the limit of a Riemann sum — the area under the curve approximated by \(n\) rectangles as \(n \to \infty\).

RIEMANN SUM DEFINITION
\[ \int_a^b f(x)\,dx = \lim_{n\to\infty} h\sum_{r=1}^{n} f(a+rh), \quad h = \frac{b-a}{n} \]

Here \(h\) is the width of each rectangle, and \(f(a+rh)\) is the height of the \(r\)-th rectangle.

💡

Useful Summation Formulas (needed for limit-of-sum method):
\(\displaystyle\sum_{r=1}^{n}r = \frac{n(n+1)}{2}\)   \(\displaystyle\sum_{r=1}^{n}r^2 = \frac{n(n+1)(2n+1)}{6}\)   \(\displaystyle\sum_{r=1}^{n}r^3 = \left[\frac{n(n+1)}{2}\right]^2\)

02

Fundamental Theorem of Calculus

Part I — Integral as a Function

If \(f\) is continuous on \([a,b]\), define \(g(x) = \displaystyle\int_a^x f(t)\,dt\). Then \(g\) is differentiable and:

FTC — PART 1
\[ \frac{d}{dx}\int_a^x f(t)\,dt \;=\; f(x) \]

This says: differentiation and integration are inverse operations.

Part II — Evaluation Theorem

If \(F\) is any antiderivative of \(f\) on \([a,b]\), then:

FTC — PART 2 (MOST USED IN CLASS 12)
\[ \int_a^b f(x)\,dx = F(b) - F(a) \]

This is the key result used for evaluating all definite integrals in the board exam.

Evaluation — Step by Step
1
Find the antiderivative \(F(x)\)

Evaluate \(\int f(x)\,dx\) (without \(+C\) — the constant cancels out).

2
Apply the limits

Compute \(F(b) - F(a)\) where \(b\) is the upper limit and \(a\) is the lower limit.

3
Simplify

Simplify the result. The answer is a real number, not a function.

WORKED EXAMPLE
\[ \int_1^3 x^2\,dx = \left[\frac{x^3}{3}\right]_1^3 = \frac{27}{3} - \frac{1}{3} = 9 - \frac{1}{3} = \frac{26}{3} \]
03

Properties of Definite Integrals

These 8 properties are the backbone of definite integration — they let you simplify, flip, and evaluate difficult integrals without computing them directly.

Prop
P₁
Reversing Limits

Swapping the upper and lower limits changes the sign of the integral.

\[ \int_a^b f(x)\,dx = -\int_b^a f(x)\,dx \]
Prop
P₂
Zero Width Interval

When both limits are equal, the integral is zero.

\[ \int_a^a f(x)\,dx = 0 \]
Prop
P₃
Splitting the Interval (Additivity)

The integral can be split at any interior point \(c\) between \(a\) and \(b\).

\[ \int_a^b f(x)\,dx = \int_a^c f(x)\,dx + \int_c^b f(x)\,dx \]

Useful when \(f(x)\) has different expressions on sub-intervals (e.g., modulus functions).

Prop
P₄
Dummy Variable Property

The value of a definite integral is independent of the variable of integration.

\[ \int_a^b f(x)\,dx = \int_a^b f(t)\,dt = \int_a^b f(u)\,du \]
Prop
P₅
King's Property ⭐ (Most Important)

Replace \(x\) by \((a+b-x)\) — the value of the integral does not change.

\[ \int_a^b f(x)\,dx = \int_a^b f(a+b-x)\,dx \]

★ Most frequently used property in CBSE/JEE exams. Used to prove many results.

Prop
P₆
Half-Interval Property

For integrals from \(0\) to \(2a\):

\[ \int_0^{2a} f(x)\,dx = \int_0^a f(x)\,dx + \int_0^a f(2a-x)\,dx \]
Prop
P₇
Even/Odd Function Property

For a symmetric interval \([-a, a]\):

\[ \int_{-a}^{a} f(x)\,dx = \begin{cases} 2\displaystyle\int_0^a f(x)\,dx & \text{if } f \text{ is even} \quad [f(-x)=f(x)]\\[8pt] 0 & \text{if } f \text{ is odd} \quad [f(-x)=-f(x)] \end{cases} \]
Prop
P₈
Periodic Function Property

If \(f\) is periodic with period \(T\) [i.e., \(f(x+T)=f(x)\)], then:

\[ \int_0^{nT} f(x)\,dx = n\int_0^T f(x)\,dx, \quad n \in \mathbb{Z}^+ \]
04

Worked Examples Using Properties

Example 1 — Using King's Property (P₅)

Evaluate \(\displaystyle I = \int_0^{\pi/2} \frac{\sin x}{\sin x + \cos x}\,dx\)

Apply P₅ with \(a=0,\; b=\pi/2\): replace \(x \to \frac{\pi}{2}-x\)

\[ I = \int_0^{\pi/2} \frac{\cos x}{\cos x + \sin x}\,dx \]

Adding the two expressions for \(I\):

\[ 2I = \int_0^{\pi/2} \frac{\sin x + \cos x}{\sin x + \cos x}\,dx = \int_0^{\pi/2} 1\,dx = \frac{\pi}{2} \;\implies\; \boxed{I = \frac{\pi}{4}} \]
Example 2 — Even/Odd Property (P₇)

Evaluate \(\displaystyle\int_{-2}^{2} x^3\,dx\)

Since \(f(x)=x^3\) is an odd function (because \(f(-x) = -x^3 = -f(x)\)) and the interval is symmetric:

\[ \int_{-2}^{2} x^3\,dx = 0 \]
Example 3 — Modulus / Splitting (P₃)

Evaluate \(\displaystyle\int_{-1}^{2} |x|\,dx\)

Since \(|x| = -x\) for \(x < 0\) and \(|x|=x\) for \(x \geq 0\), split at \(0\):

\[ = \int_{-1}^{0}(-x)\,dx + \int_{0}^{2} x\,dx = \left[-\frac{x^2}{2}\right]_{-1}^{0} + \left[\frac{x^2}{2}\right]_{0}^{2} = \frac{1}{2} + 2 = \frac{5}{2} \]
Example 4 — Substitution in Definite Integrals

Evaluate \(\displaystyle\int_0^1 \frac{2x}{1+x^2}\,dx\)

Let \(t = 1+x^2 \Rightarrow dt = 2x\,dx\). Change limits: \(x=0 \Rightarrow t=1;\; x=1 \Rightarrow t=2\)

\[ = \int_1^2 \frac{dt}{t} = \Big[\ln t\Big]_1^2 = \ln 2 - \ln 1 = \ln 2 \]
📌

Key Rule: When you substitute in a definite integral, always change the limits of integration to match the new variable — do not back-substitute.

05

Properties — Quick Reference

PropNameStatement
P₁ Reverse Limits \(\displaystyle\int_a^b f(x)\,dx = -\int_b^a f(x)\,dx\)
P₂ Zero Width \(\displaystyle\int_a^a f(x)\,dx = 0\)
P₃ Additivity \(\displaystyle\int_a^b = \int_a^c + \int_c^b\)
P₄ Dummy Variable \(\displaystyle\int_a^b f(x)\,dx = \int_a^b f(t)\,dt\)
P₅ ⭐ King's Property \(\displaystyle\int_a^b f(x)\,dx = \int_a^b f(a+b-x)\,dx\)
P₆ Half-Interval \(\displaystyle\int_0^{2a} f(x)\,dx = \int_0^a [f(x)+f(2a-x)]\,dx\)
P₇ Even / Odd \(\displaystyle\int_{-a}^{a} f\,dx = \begin{cases}2\int_0^a f\,dx & \text{even}\\0 & \text{odd}\end{cases}\)
P₈ Periodic \(\displaystyle\int_0^{nT} f(x)\,dx = n\int_0^T f(x)\,dx\)

Board Exam Strategy: P₅ (King's Property) is the single most tested property — it appears in at least one 5-mark question every year. Whenever you see \(\sin\)/\(\cos\) or \(\ln\) in the integrand with symmetric limits, try P₅ first. P₇ (Even/Odd) can save you from long calculations on \([-a,a]\) type problems.