Integral Calculus
Indefinite and definite integrals, area under curves, and reduction formulas — the highest-weightage topic in JEE Mathematics with questions appearing every year.
Mastering integration techniques is essential. JEE tests substitution, partial fractions, integration by parts, and recognition of standard forms.
- \(\int x^n\,dx = \frac{x^{n+1}}{n+1} + C\) (\(n \neq -1\))
- \(\int \frac{dx}{x} = \ln|x| + C\), \(\int e^x\,dx = e^x + C\), \(\int a^x\,dx = \frac{a^x}{\ln a} + C\)
- \(\int \sin x\,dx = -\cos x + C\), \(\int \cos x\,dx = \sin x + C\)
- \(\int \sec^2 x\,dx = \tan x + C\), \(\int \csc^2 x\,dx = -\cot x + C\)
- \(\int \frac{dx}{\sqrt{a^2-x^2}} = \sin^{-1}\frac{x}{a} + C\), \(\int \frac{dx}{a^2+x^2} = \frac{1}{a}\tan^{-1}\frac{x}{a} + C\)
Let \(u = x+2\): \(\int \frac{du}{u^2 + 9} = \frac{1}{3}\tan^{-1}\frac{u}{3} + C = \frac{1}{3}\tan^{-1}\frac{x+2}{3} + C\).
- Distinct linear factors: \(\frac{P(x)}{(x-a)(x-b)} = \frac{A}{x-a} + \frac{B}{x-b}\)
- Repeated linear: \(\frac{P(x)}{(x-a)^2} = \frac{A}{x-a} + \frac{B}{(x-a)^2}\)
- Irreducible quadratic: \(\frac{P(x)}{(x-a)(x^2+bx+c)} = \frac{A}{x-a} + \frac{Bx+C}{x^2+bx+c}\)
\(\int \left(\frac{1}{x+1} + \frac{1}{x+2}\right)dx = \ln|x+1| + \ln|x+2| + C = \ln|(x+1)(x+2)| + C\).
By the special formula: \(\int e^x\left(\frac{1}{x} - \frac{1}{x^2}\right)dx = \frac{e^x}{x} + C\).
Properties of definite integrals drastically simplify JEE problems. Leibniz rule and Walli's formula are must-know tools.
- \(\displaystyle\int_a^b f(x)\,dx = \int_a^b f(a+b-x)\,dx\) (King's Rule)
- \(\displaystyle\int_0^{2a} f(x)\,dx = \int_0^a f(x)\,dx + \int_0^a f(2a-x)\,dx\)
- If \(f(-x) = f(x)\) (even): \(\displaystyle\int_{-a}^a f(x)\,dx = 2\int_0^a f(x)\,dx\)
- If \(f(-x) = -f(x)\) (odd): \(\displaystyle\int_{-a}^a f(x)\,dx = 0\)
- \(\displaystyle\int_0^{nT} f(x)\,dx = n\int_0^T f(x)\,dx\) if \(f\) is periodic with period \(T\)
Using King's rule (\(x \to \frac{\pi}{2} - x\)): \(I = \int_0^{\pi/2}\frac{\cos^3 x}{\cos^3 x + \sin^3 x}\,dx\).
Adding: \(2I = \int_0^{\pi/2} 1\,dx = \frac{\pi}{2}\).
\(I = \frac{\pi}{4}\).
Finding areas bounded by curves is a staple of JEE. Sketch the region first, identify intersection points, then set up the integral carefully.
- Between \(f(x)\) and \(g(x)\): \(A = \int_a^b |f(x) - g(x)|\,dx\)
- Between \(x = f(y)\) and \(x = g(y)\): \(A = \int_c^d |f(y) - g(y)|\,dy\)
- Key: Always identify which curve is "above" in the interval. Split the integral if curves cross.
On \([0,1]\): \(x \geq x^2\). So:
\(A = \int_0^1(x - x^2)\,dx = \left[\frac{x^2}{2} - \frac{x^3}{3}\right]_0^1 = \frac{1}{2} - \frac{1}{3} = \frac{1}{6}\).
- Area of ellipse \(\frac{x^2}{a^2}+\frac{y^2}{b^2}=1\): \(\pi ab\)
- Area between parabola \(y^2=4ax\) and its latus rectum: \(\frac{8a^2}{3}\)
- Area enclosed by \(|x|+|y| \leq a\): \(2a^2\)
Reduction formulas express an integral in terms of a simpler integral of the same type, reducing the power or complexity step by step.
- \(I_n = \int \sin^n x\,dx = -\frac{\sin^{n-1}x\cos x}{n} + \frac{n-1}{n}I_{n-2}\)
- \(I_n = \int \cos^n x\,dx = \frac{\cos^{n-1}x\sin x}{n} + \frac{n-1}{n}I_{n-2}\)
- \(I_n = \int \tan^n x\,dx = \frac{\tan^{n-1}x}{n-1} - I_{n-2}\)
- \(I_n = \int x^n e^x\,dx = x^n e^x - nI_{n-1}\)
\(I_0 = \int_0^{\pi/2}1\,dx = \frac{\pi}{2}\).
\(I_6 = \frac{5 \cdot 3 \cdot 1}{6 \cdot 4 \cdot 2} \cdot \frac{\pi}{2} = \frac{15}{48} \cdot \frac{\pi}{2} = \frac{5\pi}{32}\).
(Matches Walli's formula for even \(n\).)
Volume of solids of revolution using disk/washer method appears in JEE Advanced.
- Disk method (rotation about x-axis): \(V = \pi\int_a^b [f(x)]^2\,dx\)
- Washer method: \(V = \pi\int_a^b \left([R(x)]^2 - [r(x)]^2\right)dx\)
- Shell method (rotation about y-axis): \(V = 2\pi\int_a^b x\,f(x)\,dx\)
- The \(e^x[f(x)+f'(x)]\) formula saves enormous time — spot it quickly in JEE problems.
- King's Rule \(\int_a^b f(x)\,dx = \int_a^b f(a+b-x)\,dx\) is the single most useful property of definite integrals.
- For area problems, always sketch the curves and find all intersection points before integrating.
- Walli's formula gives instant answers for \(\int_0^{\pi/2}\sin^n x\,dx\) without any computation.
- Leibniz rule is essential for differentiating integrals with variable limits — appears frequently in JEE Advanced.