Math Lab
Home/Class XII/Ch 7/Properties of definite integrals

Properties of definite integrals

Some definite integrals defeat direct antidifferentiation but yield easily to clever properties. Mastering these is essential for board exams and JEE alike , every year, a problem appears whose three-line solution depends on the right property.

The eight standard properties

P1 , Reversal. abf(x)dx=baf(x)dx\int_a^b f(x)\,dx = -\int_b^a f(x)\,dx.

P2 , Same limits. aaf(x)dx=0\int_a^a f(x)\,dx = 0.

P3 , Variable renaming. abf(x)dx=abf(t)dt\int_a^b f(x)\,dx = \int_a^b f(t)\,dt. The variable inside is "dummy" , only the function and the limits matter.

P4 , King's rule. abf(x)dx=abf(a+bx)dx\int_a^b f(x)\,dx = \int_a^b f(a + b - x)\,dx. Substitute u=a+bxu = a + b - x.

P5 , Zero to aa. 0af(x)dx=0af(ax)dx\int_0^a f(x)\,dx = \int_0^a f(a - x)\,dx. Special case of P4.

P6 , Splitting symmetric interval. 02af(x)dx=0af(x)dx+0af(2ax)dx\int_0^{2a} f(x)\,dx = \int_0^a f(x)\,dx + \int_0^a f(2a - x)\,dx.

P7 , Even/odd functions. aaf(x)dx={20af(x)dxf even0f odd\int_{-a}^a f(x)\,dx = \begin{cases} 2 \int_0^a f(x)\,dx & f \text{ even} \\ 0 & f \text{ odd}\end{cases}.

P8 , Periodic functions. If ff has period TT, then aa+Tf(x)dx=0Tf(x)dx\int_a^{a+T} f(x)\,dx = \int_0^T f(x)\,dx for any aa. And 0nTf(x)dx=n0Tf(x)dx\int_0^{nT} f(x)\,dx = n \int_0^T f(x)\,dx.

The king's-rule trick

Property P5 is the workhorse. The technique: if direct integration looks ugly, replace f(x)f(x) by f(ax)f(a-x) and add the two versions. The pieces often combine into a constant or a simpler function.

The classic example. Evaluate I=0π/2sinxsinx+cosxdxI = \int_0^{\pi/2} \dfrac{\sin x}{\sin x + \cos x}\,dx.

By P5, I=0π/2sin(π/2x)sin(π/2x)+cos(π/2x)dx=0π/2cosxcosx+sinxdxI = \int_0^{\pi/2} \dfrac{\sin(\pi/2 - x)}{\sin(\pi/2 - x) + \cos(\pi/2 - x)}\,dx = \int_0^{\pi/2} \dfrac{\cos x}{\cos x + \sin x}\,dx. Adding the two versions: 2I=0π/2sinx+cosxsinx+cosxdx=0π/21dx=π/22I = \int_0^{\pi/2} \dfrac{\sin x + \cos x}{\sin x + \cos x}\,dx = \int_0^{\pi/2} 1\,dx = \pi/2. So I=π/4I = \pi/4.

Even/odd shortcuts

A function is even if f(x)=f(x)f(-x) = f(x), odd if f(x)=f(x)f(-x) = -f(x). On a symmetric interval [a,a][-a, a]:

  • Odd \Rightarrow integral vanishes by cancellation.
  • Even \Rightarrow integral is twice the half-interval integral.

This makes integrals like 11x3cosxdx\int_{-1}^1 x^3 \cos x\,dx trivial: x3cosxx^3 \cos x is odd, so the answer is 00.

Periodicity

For 0nπsinxdx\int_0^{n\pi} |\sin x|\,dx: sinx|\sin x| has period π\pi, and 0πsinxdx=2\int_0^\pi \sin x\,dx = 2. So 0nπsinxdx=2n\int_0^{n\pi} |\sin x|\,dx = 2n.

A useful family

A frequent JEE setup. If f(a+bx)+f(x)=f(a + b - x) + f(x) = constant or has a known relation to f(x)f(x), then P4 with addition yields a closed form.

A special instance: when f(ax)=f(x)f(a - x) = f(x) (the function is symmetric about x=a/2x = a/2), then 0axf(x)dx=a20af(x)dx\int_0^a x f(x)\,dx = \dfrac{a}{2}\int_0^a f(x)\,dx. Proof: let I=0axf(x)dxI = \int_0^a x f(x)\,dx. Substitute xaxx \mapsto a - x: I=0a(ax)f(ax)dx=0a(ax)f(x)dx=a0af(x)dxII = \int_0^a (a-x)f(a-x)\,dx = \int_0^a (a-x)f(x)\,dx = a \int_0^a f(x)\,dx - I. Solve.

Worked examples

Example 1. π/2π/2sin7xdx\int_{-\pi/2}^{\pi/2} \sin^7 x\,dx.

sin7x\sin^7 x is odd on a symmetric interval. Answer: 00.

Example 2. I=0π/2log(tanx)dxI = \int_0^{\pi/2} \log(\tan x)\,dx.

By P5, I=0π/2log(tan(π/2x))dx=0π/2log(cotx)dx=0π/2log(tanx)dx=II = \int_0^{\pi/2} \log(\tan(\pi/2 - x))\,dx = \int_0^{\pi/2} \log(\cot x)\,dx = -\int_0^{\pi/2} \log(\tan x)\,dx = -I. So 2I=02I = 0, giving I=0I = 0.

Example 3. I=0πxsinx1+cos2xdxI = \int_0^\pi \dfrac{x \sin x}{1 + \cos^2 x}\,dx.

By P5 with a=πa = \pi: I=0π(πx)sin(πx)1+cos2(πx)dx=0π(πx)sinx1+cos2xdxI = \int_0^\pi \dfrac{(\pi - x)\sin(\pi - x)}{1 + \cos^2(\pi - x)}\,dx = \int_0^\pi \dfrac{(\pi - x)\sin x}{1 + \cos^2 x}\,dx. Add: 2I=0ππsinx1+cos2xdx2I = \int_0^\pi \dfrac{\pi \sin x}{1 + \cos^2 x}\,dx. Substitute u=cosxu = \cos x, du=sinxdxdu = -\sin x\,dx. Limits: u(0)=1u(0) = 1, u(π)=1u(\pi) = -1. So 2I=π11du1+u2=π2tan11=ππ22I = \pi \int_{-1}^1 \dfrac{du}{1 + u^2} = \pi \cdot 2 \tan^{-1}1 = \pi \cdot \dfrac{\pi}{2}. Therefore I=π2/4I = \pi^2/4.

Example 4. 0π/2dx1+tan3x\int_0^{\pi/2} \dfrac{dx}{1 + \tan^3 x}.

Let f(x)=11+tan3xf(x) = \dfrac{1}{1 + \tan^3 x}. Then f(π/2x)=11+cot3x=tan3x1+tan3xf(\pi/2 - x) = \dfrac{1}{1 + \cot^3 x} = \dfrac{\tan^3 x}{1 + \tan^3 x}. So f(x)+f(π/2x)=1f(x) + f(\pi/2 - x) = 1. Adding the two versions: 2I=0π/21dx=π/22I = \int_0^{\pi/2} 1\,dx = \pi/2, so I=π/4I = \pi/4.

Example 5. 02πcos2xdx\int_0^{2\pi} \cos^2 x\,dx.

cos2x\cos^2 x has period π\pi. So the integral is 20πcos2xdx=2π/2=π2 \int_0^\pi \cos^2 x\,dx = 2 \cdot \pi/2 = \pi.

Example 6. 01ln(1+x)1+x2dx\int_0^1 \dfrac{\ln(1 + x)}{1 + x^2}\,dx (Putnam-style; substitute x=tanθx = \tan\theta, θ[0,π/4]\theta \in [0, \pi/4]).

After substitution: 0π/4ln(1+tanθ)dθ\int_0^{\pi/4} \ln(1 + \tan\theta)\,d\theta. By P5 (with a=π/4a = \pi/4): replace θ\theta by π/4θ\pi/4 - \theta. We get ln(1+tan(π/4θ))=ln(21+tanθ)=ln2ln(1+tanθ)\ln(1 + \tan(\pi/4 - \theta)) = \ln\left(\dfrac{2}{1 + \tan\theta}\right) = \ln 2 - \ln(1 + \tan\theta). Adding: 2I=0π/4ln2dθ=πln242I = \int_0^{\pi/4}\ln 2\,d\theta = \dfrac{\pi \ln 2}{4}. So I=πln28I = \dfrac{\pi \ln 2}{8}.

Try it yourself

  1. 11(x5x3+x)dx\int_{-1}^1 (x^5 - x^3 + x)\,dx
  2. 0π/2cosxcosx+sinxdx\int_0^{\pi/2} \dfrac{\cos x}{\cos x + \sin x}\,dx
  3. 0πxdx1+sinx\int_0^{\pi} \dfrac{x\,dx}{1 + \sin x}
  4. 0axx+axdx\int_0^a \dfrac{\sqrt{x}}{\sqrt{x} + \sqrt{a - x}}\,dx
  5. 0π/4ln(1+tanx)dx\int_0^{\pi/4} \ln(1 + \tan x)\,dx
  6. 02πcosxdx\int_0^{2\pi} |\cos x|\,dx
  7. π/4π/4sin2xdx\int_{-\pi/4}^{\pi/4} \sin^2 x\,dx
  8. π/2π/2x3cosx1+x2dx\int_{-\pi/2}^{\pi/2} \dfrac{x^3 \cos x}{1 + x^2}\,dx
  9. 0πxsin3xdx\int_0^\pi x \sin^3 x\,dx
  10. 01x(1x)n\int_0^1 \dfrac{x(1-x)^n}{ } , wait, 01x(1x)ndx\int_0^1 x(1-x)^n\,dx. (Use x1xx \mapsto 1-x.)
  11. 0π/2sinnxsinnx+cosnxdx\int_0^{\pi/2} \dfrac{\sin^n x}{\sin^n x + \cos^n x}\,dx
  12. 11x2ex2dx\int_{-1}^1 x^2 e^{x^2}\,dx (use parity)
  13. 0nπsinxdx\int_0^{n\pi} |\sin x|\,dx where nNn \in \mathbb{N}
  14. 0π/2log(sinx)dx\int_0^{\pi/2} \log(\sin x)\,dx (a famous one , use P5 and combine with log(cosx)\log(\cos x) version)

Pitfalls and tricks

  • Spot symmetry first. Always check if the integrand is odd/even on a symmetric interval , saves time.
  • King's rule rewards persistence. Apply it, add the two versions, and look for cancellation or simplification.
  • For periodic functions, integrate over one period and multiply by the number of periods.
  • Don't forget to substitute the variable after using a property , it's just a rename, but mismatched variables cause confusion.
  • Absolute values demand splitting. abf(x)dx\int_a^b |f(x)|\,dx requires locating sign changes of ff and splitting the interval.

Practice quiz

Quick check on this topic.

Quiz
Quick check : Properties of definite integrals
6 questions · pick the best answer
Q1

If ff is odd, aaf(x)dx=\int_{-a}^a f(x)\,dx=

Q2

King's rule: 0af(x)dx=\int_0^a f(x)\,dx=

Q3

0π/2sin2xsin2x+cos2xdx=\int_0^{\pi/2}\frac{\sin^2 x}{\sin^2 x + \cos^2 x}\,dx=

Q4

If ff has period TT, then 0nTf=\int_0^{nT}f=

Q5

11xex2dx=\int_{-1}^1 x e^{x^2}\,dx=

Q6

0πcosxdx=\int_0^\pi |\cos x|\,dx=