Skip to main content
Definite Integration7 min read

Inequalities and Estimation Techniques for Definite Integrals

When exact evaluation of an integral is difficult, inequalities provide bounds and comparisons that can answer multiple‑choice questions efficiently. These techniques are frequently tested in JEE Main and Advanced.

definite-integrationinequalitiesestimationbounds

Inequalities and Estimation Techniques for Definite Integrals

Introduction

When exact evaluation of an integral is difficult, inequalities provide bounds and comparisons that can answer multiple‑choice questions efficiently. These techniques are frequently tested in JEE Main and Advanced.


1. Basic Bounding Inequality

Theorem: If mf(x)Mm \le f(x) \le M for all x[a,b]x \in [a, b], then
m(ba)abf(x)dxM(ba).m(b-a) \le \int_a^b f(x)\,dx \le M(b-a).

How to find mm and MM:
For a continuous ff on [a,b][a,b], mm is the minimum and MM the maximum of ff on that interval.
Check:

  1. Critical points where f(x)=0f'(x)=0.
  2. Endpoints f(a)f(a) and f(b)f(b).
  3. Monotonicity if ff' does not change sign.

Example: Estimate I=01ex2dx\displaystyle I = \int_0^1 e^{-x^2} dx.
On [0,1][0,1], ex2e^{-x^2} decreases, so M=e0=1M = e^0 = 1, m=e1=1/em = e^{-1} = 1/e.
Thus:
1eI1.\frac{1}{e} \le I \le 1.
A sharper lower bound: ex21x2e^{-x^2} \ge 1 - x^2 gives
I01(1x2)dx=23.I \ge \int_0^1 (1-x^2)dx = \frac{2}{3}.


2. Comparison Theorem

If f(x)g(x)f(x) \le g(x) on [a,b][a,b], then
abf(x)dxabg(x)dx.\int_a^b f(x)dx \le \int_a^b g(x)dx.

Example: Show 01x991+xdx<1100\displaystyle \int_0^1 \frac{x^{99}}{1+x} dx < \frac{1}{100}.
Since x991+x<x99\frac{x^{99}}{1+x} < x^{99} for x>0x>0,
01x991+xdx<01x99dx=1100.\int_0^1 \frac{x^{99}}{1+x} dx < \int_0^1 x^{99} dx = \frac{1}{100}.


3. Cauchy–Schwarz Inequality for Integrals

Statement: For integrable functions f,gf,g on [a,b][a,b],
(abf(x)g(x)dx)2(abf(x)2dx)(abg(x)2dx).\boxed{\left(\int_a^b f(x)g(x)\,dx\right)^2 \le \left(\int_a^b f(x)^2 dx\right)\left(\int_a^b g(x)^2 dx\right)}.
Equality holds iff f=λgf = \lambda g for some constant λ\lambda.

Proof: Consider ϕ(λ)=ab(f+λg)2dx0\phi(\lambda) = \int_a^b (f + \lambda g)^2 dx \ge 0 for all λ\lambda. Expanding gives a quadratic in λ\lambda that must have non‑positive discriminant.

Corollary (taking square roots):
abf(x)g(x)dxabf(x)2dx  abg(x)2dx.\left|\int_a^b f(x)g(x)dx\right| \le \sqrt{\int_a^b f(x)^2 dx} \; \sqrt{\int_a^b g(x)^2 dx}.

Example: Prove (0πxsinxdx)2π46\displaystyle \left(\int_0^\pi x\sin x\,dx\right)^2 \le \frac{\pi^4}{6}.
By Cauchy‑Schwarz with f(x)=x,  g(x)=sinxf(x)=x,\; g(x)=\sin x:
(0πxsinxdx)20πx2dx  0πsin2xdx=π33π2=π46.\left(\int_0^\pi x\sin x\,dx\right)^2 \le \int_0^\pi x^2 dx \;\int_0^\pi \sin^2 x\,dx = \frac{\pi^3}{3} \cdot \frac{\pi}{2} = \frac{\pi^4}{6}.
(Actually 0πxsinxdx=π\int_0^\pi x\sin x\,dx = \pi, so LHS =π2= \pi^2, and π2<π46\pi^2 < \frac{\pi^4}{6} for π>6\pi > \sqrt{6}, which is true.)


4. Absolute‑Value Inequality

abf(x)dxabf(x)dx.\left|\int_a^b f(x)dx\right| \le \int_a^b |f(x)| dx.

Example: For I=0π/2sinxcosx1+sinxcosxdx\displaystyle I = \int_0^{\pi/2} \frac{\sin x - \cos x}{1+\sin x \cos x} dx,
using sinxcosx2|\sin x - \cos x| \le \sqrt{2} and 1+sinxcosx11+\sin x\cos x \ge 1, we get I2π2|I| \le \sqrt{2} \cdot \frac{\pi}{2}.


5. Mean Value Theorem for Integrals

If ff is continuous on [a,b][a,b], there exists c(a,b)c \in (a,b) such that
abf(x)dx=f(c)(ba).\int_a^b f(x)dx = f(c)(b-a).

Corollary – Average value:
favg=1baabf(x)dx.f_{\text{avg}} = \frac{1}{b-a} \int_a^b f(x)dx.


6. Worked JEE‑Style Examples

Example 1 (Basic Bounds)

Show 12<01dx1+x2+x4<1\displaystyle \frac{1}{2} < \int_0^1 \frac{dx}{1+x^2+x^4} < 1.

Solution: Let f(x)=11+x2+x4f(x) = \frac{1}{1+x^2+x^4}.
On [0,1][0,1], denominator increases, so ff decreases.
f(0)=1,  f(1)=13f(0)=1,\; f(1)=\frac13. Hence:
131<I<11.\frac13 \cdot 1 < I < 1 \cdot 1.
For a better lower bound, note 1+x2+x41+x2+x2=1+2x21+x^2+x^4 \le 1+x^2+x^2 = 1+2x^2, so
f(x)11+2x2.f(x) \ge \frac{1}{1+2x^2}.
Then I01dx1+2x2=12tan120.615>12I \ge \int_0^1 \frac{dx}{1+2x^2} = \frac{1}{\sqrt2}\tan^{-1}\sqrt2 \approx 0.615 > \frac12.
Thus 12<I<1\frac12 < I < 1.


Example 2 (Cauchy‑Schwarz Application)

Prove (01exsinxdx)2<e2121cos24\displaystyle \left(\int_0^1 e^x\sin x\,dx\right)^2 < \frac{e^2-1}{2} \cdot \frac{1-\cos 2}{4}.

Solution: Take f(x)=ex,  g(x)=sinxf(x)=e^x,\; g(x)=\sin x. Then:
(01exsinxdx)201e2xdx  01sin2xdx.\left(\int_0^1 e^x\sin x\,dx\right)^2 \le \int_0^1 e^{2x}dx \;\int_0^1 \sin^2 x\,dx.
Now 01e2xdx=e212\int_0^1 e^{2x}dx = \frac{e^2-1}{2},
01sin2xdx=1201(1cos2x)dx=12(1sin22)\int_0^1 \sin^2 x\,dx = \frac12 \int_0^1 (1-\cos 2x)dx = \frac12\left(1 - \frac{\sin 2}{2}\right).
Since exe^x and sinx\sin x are not proportional, the inequality is strict.


Example 3 (JEE Advanced 2012 – Multiple Correct)

Let S=01ex2dxS = \int_0^1 e^{-x^2} dx. Which are true?
(A) S1eS \ge \frac1e
(B) S11eS \ge 1 - \frac1e
(C) S14(1+1e)S \le \frac14\left(1 + \frac1{\sqrt e}\right)
(D) S12+1e(112)S \le \frac1{\sqrt2} + \frac1{\sqrt e}\left(1 - \frac1{\sqrt2}\right).

Analysis:

  • For (A): On [0,1][0,1], ex2e1e^{-x^2} \ge e^{-1}, so S1eS \ge \frac1e. ✓
  • For (B): Since x2xx^2 \le x on [0,1][0,1], ex2exe^{-x^2} \ge e^{-x}, so
    S01exdx=11eS \ge \int_0^1 e^{-x}dx = 1 - \frac1e. ✓
  • For (C) & (D): Need careful upper‑bound estimates (trapezoidal rule on subintervals). Detailed checking shows (C) false, (D) true.

Answer: (A), (B), (D).


Example 4 (JEE Main Pattern)

The value of I=0π/4sinx+cosx3+sin2xdx\displaystyle I = \int_0^{\pi/4} \frac{\sin x + \cos x}{3 + \sin 2x} dx lies in:
(A) [0,π16][0, \frac{\pi}{16}]
(B) [π16,π8][\frac{\pi}{16}, \frac{\pi}{8}]
(C) [π8,π4][\frac{\pi}{8}, \frac{\pi}{4}]
(D) [π4,π2][\frac{\pi}{4}, \frac{\pi}{2}].

Solution: Let f(x)=sinx+cosx3+sin2xf(x) = \frac{\sin x + \cos x}{3 + \sin 2x}.
On [0,π/4][0,\pi/4]: sin2x\sin 2x increases from 0 to 1, so denominator ∈ [3,4][3,4].
Numerator: sinx+cosx=2sin(x+π/4)\sin x + \cos x = \sqrt2\sin(x+\pi/4)[1,2][1, \sqrt2].
Thus 14f(x)23\frac14 \le f(x) \le \frac{\sqrt2}{3}. Multiply by interval length π/4\pi/4:
π16I2π120.37.\frac{\pi}{16} \le I \le \frac{\sqrt2\,\pi}{12} \approx 0.37.
Since π/80.39\pi/8 \approx 0.39, we have I[π/16,π/8]I \in [\pi/16, \pi/8].

Answer: (B).


7. Quick‑Reference Summary

InequalityStatementTypical Use
Basic boundsm(ba)abfM(ba)m(b-a) \le \int_a^b f \le M(b-a)Simple min‑max estimates
Comparisonfgfgf \le g \Rightarrow \int f \le \int gCompare with simpler integrand
Cauchy‑Schwarz(fg)2(f2)(g2)\left(\int fg\right)^2 \le \left(\int f^2\right)\left(\int g^2\right)Products inside integrals
Absolute value$ \left\int f\right
Mean valueabf=f(c)(ba)\int_a^b f = f(c)(b-a)Relate integral to function value

8. Tips for JEE Problems

  1. Identify monotonicity – if ff' has constant sign, the extremes occur at endpoints.
  2. Use known inequalities like sinx<x<tanx\sin x < x < \tan x for 0<x<π/20<x<\pi/2, ex1+xe^x \ge 1+x, etc.
  3. For Cauchy‑Schwarz, look for products f(x)g(x)dx\int f(x)g(x)dx; choose f,gf,g cleverly.
  4. Break the interval – sometimes bounds on subintervals give sharper estimates.
  5. Check special points – endpoints, midpoints, and points where derivative vanishes.

9. Practice Problems with Hints

  1. Prove 1<011+x2dx<2\displaystyle 1 < \int_0^1 \sqrt{1+x^2}\,dx < \sqrt2.
    Hint: 1+x2\sqrt{1+x^2} is increasing.

  2. Show π8<0π/4tanxdx<π4\displaystyle \frac{\pi}{8} < \int_0^{\pi/4} \tan x\,dx < \frac{\pi}{4}.
    Hint: Use tanx>x\tan x > x on (0,π/4)(0,\pi/4) and tanx<1\tan x < 1.

  3. Using Cauchy‑Schwarz, prove 01f(x)2dx1\displaystyle \int_0^1 f(x)^2 dx \ge 1 if 01f(x)dx=1\int_0^1 f(x)dx = 1.
    Hint: Take g(x)=1g(x)=1.

  4. Estimate 0π/2sinxxdx\displaystyle \int_0^{\pi/2} \frac{\sin x}{x} dx.
    Hint: On (0,π/2](0,\pi/2], 2πsinxx1\frac{2}{\pi} \le \frac{\sin x}{x} \le 1.

  5. Prove 01xn1+xdx<1n+1\displaystyle \int_0^1 \frac{x^n}{1+x} dx < \frac{1}{n+1} for n>0n>0.
    Hint: 11+x<1\frac{1}{1+x} < 1.


10. Answers to Practice Problems

  1. f(0)=1,  f(1)=2f(0)=1,\; f(1)=\sqrt2; ff increasing ⇒ 11<I<211 \cdot 1 < I < \sqrt2 \cdot 1.
  2. tanx>x\tan x > x gives I>0π/4xdx=π2/32>π/8I > \int_0^{\pi/4} x\,dx = \pi^2/32 > \pi/8; tanx<1\tan x < 1 gives I<π/4I < \pi/4.
  3. By C‑S: 1=(011fdx)2011dx01f2dx=101f2dx1 = \left(\int_0^1 1\cdot f\,dx\right)^2 \le \int_0^1 1\,dx \cdot \int_0^1 f^2 dx = 1\cdot \int_0^1 f^2 dx.
  4. 2ππ2=1I1π2=π/2\frac{2}{\pi} \cdot \frac{\pi}{2} = 1 \le I \le 1 \cdot \frac{\pi}{2} = \pi/2; actual value ≈ 1.370.
  5. xn1+x<xn\frac{x^n}{1+x} < x^n; integrate: 01xndx=1/(n+1)\int_0^1 x^n dx = 1/(n+1).

Master these inequalities through practice. They allow you to bound integrals quickly, verify answers, and solve “comparison” questions common in JEE.

Ready to Apply These Techniques?

Practice with real JEE Main questions and see these methods in action.

Practice Definite Integration PYQs