If differentiation asks “how fast is this changing?”, integration asks “how much has accumulated?” These two questions are mirror images of each other — and that relationship is the entire foundation of calculus.
Think of it this way: if you know a car’s velocity at every instant, integration tells you the total distance covered. If you know how quickly a tank fills, integration gives you total volume. The geometric picture is the area under a curve — but the deeper idea is accumulation.
We have two flavours to work with. A definite integral gives a number — the actual area between x=a and x=b. An indefinite integral gives a family of functions — all possible antiderivatives, differing by a constant.
∫f(x)dx=F(x)+Cwhere F′(x)=f(x)
That +C is not optional. Every time you write an indefinite integral without it, you’re technically wrong — and board examiners notice.
The reason Class 12 students find integrals harder than derivatives is simple: differentiation has mechanical rules that always work. Integration is more like solving a puzzle — you have to recognise the pattern first, then choose the technique. The good news? JEE Main repeats patterns. Once you’ve seen enough of them, you’ll start recognising the puzzle pieces.
Key Terms and Definitions
Antiderivative (Primitive): A function F(x) such that F′(x)=f(x). Integration finds antiderivatives.
Indefinite Integral:∫f(x)dx=F(x)+C. No limits, gives a general function.
Definite Integral:∫abf(x)dx=F(b)−F(a). Has limits a (lower) and b (upper), gives a number.
Integrand: The function being integrated — the f(x) part.
Variable of Integration: The dx part. It tells us with respect to what we’re integrating. Don’t treat it as decoration — it’s crucial in substitution.
Constant of Integration (C): Added to all indefinite integrals because differentiating any constant gives zero. The general solution is a family of curves.
Area Under a Curve: Geometrically, ∫abf(x)dx is the signed area between the curve y=f(x) and the x-axis from a to b. Area below the x-axis contributes negatively.
Core Methods
Standard Formulas (Non-Negotiable)
Memorise these cold. Every technique eventually reduces to one of these.
The most important technique. The idea: if you see a function and its derivative inside the same integral, substitute.
When to use: When the integrand has a composite function like f(g(x))⋅g′(x).
Process:
Identify a substitution u=g(x)
Compute du=g′(x)dx, so dx=g′(x)du
Rewrite everything in terms of u
Integrate, then substitute back
Worked Example:∫2x⋅ex2dx
Let u=x2, so du=2xdx.
∫eudu=eu+C=ex2+C
The “tell” for substitution: look for a function and something that looks like its derivative sitting together. In ∫xlnxdx, you see lnx and x1 (derivative of lnx) — classic substitution signal.
Method 2: Integration by Parts
Formula:
∫udv=uv−∫vdu
ILATE rule for choosing u (pick whichever comes first in this order):
I — Inverse trig (sin−1x, tan−1x)
L — Logarithmic (lnx, logx)
A — Algebraic (x2, x3, polynomials)
T — Trigonometric (sinx, cosx)
E — Exponential (ex, 2x)
Worked Example:∫xcosxdx
By ILATE: u=x (Algebraic), dv=cosxdx
du=dx, v=sinx
∫xcosxdx=xsinx−∫sinxdx=xsinx+cosx+C
The formula ∫ex[f(x)+f′(x)]dx=exf(x)+C appears almost every year in JEE Main. Recognise it on sight — don’t rederive it in the exam.
Method 3: Partial Fractions
Use when the integrand is a rational function (polynomial divided by polynomial) where the degree of numerator < degree of denominator.
These are high-weightage in both CBSE and JEE. Knowing properties often reduces a 5-step problem to 2 steps.
∫abf(x)dx=∫abf(a+b−x)dx(King Property)∫0af(x)dx=∫0af(a−x)dx∫−aaf(x)dx={2∫0af(x)dx0if f is evenif f is odd∫02af(x)dx={2∫0af(x)dx0if f(2a−x)=f(x)if f(2a−x)=−f(x)
The King Property is the most powerful. When you see ∫0π/2sinx+cosxsinxdx, don’t try to integrate directly — apply King.
Solved Examples
Example 1 — CBSE Level
Evaluate:∫x2−1x2+1dx
Degree of numerator = degree of denominator, so first do polynomial division:
x2−1x2+1=1+x2−12
Now apply partial fractions to (x−1)(x+1)2=x−11−x+11
∫(1+x−11−x+11)dx=x+ln∣x−1∣−ln∣x+1∣+C
Example 2 — JEE Main Level
Evaluate:∫0π/2sinx+cosxsinxdx
Let I=∫0π/2sinx+cosxsinxdx
By King Property (replace x with 2π−x):
I=∫0π/2cosx+sinxcosxdx
Adding both expressions:
2I=∫0π/2sinx+cosxsinx+cosxdx=∫0π/21dx=2πI=4π
This exact question appeared in JEE Main 2023 Session 1. The trap is trying to simplify the integrand directly — always check if a property applies first.
Example 3 — JEE Advanced Level
Evaluate:∫tanxdx
Let t=tanx, so t2=tanx, 2tdt=sec2xdx=(1+t4)dx
∫tanxdx=∫1+t42t2dt
Split: 1+t42t2=1+t4(t2+1)+(t2−1)
Divide numerator and denominator by t2:
∫t2+1/t21+1/t2dt+∫t2+1/t21−1/t2dt
Each becomes a standard form by completing the square. This problem tests whether you can reduce to ∫u2±k2dt form.
Exam-Specific Tips
CBSE Class 12: Integration carries about 20 marks across the paper (integrals + applications). The 3-mark questions almost always test substitution or by-parts. The 5-mark question typically combines a method with evaluation of a definite integral. Writing intermediate steps matters — partial credit is real.
JEE Main: Expect 2-3 questions from integrals per session. High-frequency topics: definite integral using properties (King property especially), integrals of the form ∫ex[f(x)+f′(x)]dx, and integrals reducible to tan−1 or ln form. Time per question: roughly 2 minutes. If a question isn’t yielding in 90 seconds, skip and return.
JEE Advanced: Integration appears in longer, multi-part problems. Expect integration combined with differential equations, or definite integrals where you need to estimate bounds. The tanx family, Walli’s formula applications, and bounded area problems are recurring themes. Walli’s formula (∫0π/2sinnxdx) saves significant time in Paper 2.
Common Mistakes to Avoid
Dropping the constant C in indefinite integrals. In CBSE, this costs you marks on every single indefinite integral. Make it automatic.
Power rule on x−1. Students write ∫x−1dx=0x0+C. Division by zero. The correct answer is ln∣x∣+C — this is a separate formula to memorise, not a special case of the power rule.
Forgetting the modulus in ln∣x∣. When the argument of a logarithm comes from integration, it needs the modulus sign because ln is only defined for positive numbers, but x could be negative. Write ln∣x−1∣, not ln(x−1).
Wrong ILATE order. Students often pick the exponential as u when there’s a polynomial present. By ILATE, Algebraic beats Exponential — so in ∫x2exdx, let u=x2, not ex.
Signed area vs. actual area.∫−11x3dx=0 because x3 is odd. But the area enclosed between the curve and x-axis is not zero — it’s 2 times the area from 0 to 1. For “find the area” problems, integrate ∣f(x)∣, not f(x) directly. Split the integral at zeros of f.
What is the difference between definite and indefinite integrals?
An indefinite integral gives a function (family of antiderivatives) with a +C. A definite integral evaluates between two limits and gives a specific number. The Fundamental Theorem of Calculus connects them: the definite integral is computed using the antiderivative evaluated at the limits.
Why do we add +C in indefinite integration?
Because differentiation destroys constants — dxd(x2+5)=2x and dxd(x2+100)=2x. So ∫2xdx could be x2+5 or x2+100 or any constant. We write x2+C to capture the entire family.
Which integration method should I try first?
Check in this order: (1) Is it a standard formula directly? (2) Can substitution simplify it — do I see a function and its derivative? (3) Is it a product that fits IBP/ILATE? (4) Is it a rational function needing partial fractions? (5) Does a trig identity simplify first?
How do I handle area problems when the curve goes below the x-axis?
Find where f(x)=0 in the interval. Split the integral at those zeros. Take the absolute value (or negate) the portions where f(x) < 0. Total area =∫∣f(x)∣dx.
What is Walli’s Formula and do I need it for JEE?
For JEE Advanced, yes. ∫0π/2sinnxdx=∫0π/2cosnxdx. For even n: n!!(n−1)!!⋅2π. For odd n: n!!(n−1)!!. It saves 3-4 minutes on problems with high powers of sin or cos.
How many marks does integration carry in CBSE Class 12?
Roughly 20-22 marks across the paper — including the integrals chapter directly (around 10 marks) plus applications of integrals (area, another 6 marks) and differential equations which use integration (another 5 marks). It’s the single highest-weightage topic in Class 12 Maths.