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 m≤f(x)≤M for all x∈[a,b], then m(b−a)≤∫abf(x)dx≤M(b−a).
How to find m and M:
For a continuous f on [a,b], m is the minimum and M the maximum of f on that interval.
Check:
Critical points where f′(x)=0.
Endpoints f(a) and f(b).
Monotonicity if f′ does not change sign.
Example: Estimate I=∫01e−x2dx.
On [0,1], e−x2 decreases, so M=e0=1, m=e−1=1/e.
Thus: e1≤I≤1.
A sharper lower bound: e−x2≥1−x2 gives I≥∫01(1−x2)dx=32.
2. Comparison Theorem
If f(x)≤g(x) on [a,b], then ∫abf(x)dx≤∫abg(x)dx.
Example: Show ∫011+xx99dx<1001.
Since 1+xx99<x99 for x>0, ∫011+xx99dx<∫01x99dx=1001.
3. Cauchy–Schwarz Inequality for Integrals
Statement: For integrable functions f,g on [a,b], (∫abf(x)g(x)dx)2≤(∫abf(x)2dx)(∫abg(x)2dx).
Equality holds iff f=λg for some constant λ.
Proof: Consider ϕ(λ)=∫ab(f+λg)2dx≥0 for all λ. Expanding gives a quadratic in λ that must have non‑positive discriminant.
Example: Prove (∫0πxsinxdx)2≤6π4.
By Cauchy‑Schwarz with f(x)=x,g(x)=sinx: (∫0πxsinxdx)2≤∫0πx2dx∫0πsin2xdx=3π3⋅2π=6π4.
(Actually ∫0πxsinxdx=π, so LHS =π2, and π2<6π4 for π>6, which is true.)
4. Absolute‑Value Inequality
∫abf(x)dx≤∫ab∣f(x)∣dx.
Example: For I=∫0π/21+sinxcosxsinx−cosxdx,
using ∣sinx−cosx∣≤2 and 1+sinxcosx≥1, we get ∣I∣≤2⋅2π.
5. Mean Value Theorem for Integrals
If f is continuous on [a,b], there exists c∈(a,b) such that ∫abf(x)dx=f(c)(b−a).
Corollary – Average value: favg=b−a1∫abf(x)dx.
6. Worked JEE‑Style Examples
Example 1 (Basic Bounds)
Show 21<∫011+x2+x4dx<1.
Solution: Let f(x)=1+x2+x41.
On [0,1], denominator increases, so f decreases. f(0)=1,f(1)=31. Hence: 31⋅1<I<1⋅1.
For a better lower bound, note 1+x2+x4≤1+x2+x2=1+2x2, so f(x)≥1+2x21.
Then I≥∫011+2x2dx=21tan−12≈0.615>21.
Thus 21<I<1.
Example 2 (Cauchy‑Schwarz Application)
Prove (∫01exsinxdx)2<2e2−1⋅41−cos2.
Solution: Take f(x)=ex,g(x)=sinx. Then: (∫01exsinxdx)2≤∫01e2xdx∫01sin2xdx.
Now ∫01e2xdx=2e2−1, ∫01sin2xdx=21∫01(1−cos2x)dx=21(1−2sin2).
Since ex and sinx are not proportional, the inequality is strict.
Example 3 (JEE Advanced 2012 – Multiple Correct)
Let S=∫01e−x2dx. Which are true?
(A) S≥e1
(B) S≥1−e1
(C) S≤41(1+e1)
(D) S≤21+e1(1−21).
Analysis:
For (A): On [0,1], e−x2≥e−1, so S≥e1. ✓
For (B): Since x2≤x on [0,1], e−x2≥e−x, so S≥∫01e−xdx=1−e1. ✓
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π/43+sin2xsinx+cosxdx lies in:
(A) [0,16π]
(B) [16π,8π]
(C) [8π,4π]
(D) [4π,2π].
Solution: Let f(x)=3+sin2xsinx+cosx.
On [0,π/4]: sin2x increases from 0 to 1, so denominator ∈ [3,4].
Numerator: sinx+cosx=2sin(x+π/4) ∈ [1,2].
Thus 41≤f(x)≤32. Multiply by interval length π/4: 16π≤I≤122π≈0.37.
Since π/8≈0.39, we have I∈[π/16,π/8].
Answer: (B).
7. Quick‑Reference Summary
Inequality
Statement
Typical Use
Basic bounds
m(b−a)≤∫abf≤M(b−a)
Simple min‑max estimates
Comparison
f≤g⇒∫f≤∫g
Compare with simpler integrand
Cauchy‑Schwarz
(∫fg)2≤(∫f2)(∫g2)
Products inside integrals
Absolute value
$ \left
\int f\right
Mean value
∫abf=f(c)(b−a)
Relate integral to function value
8. Tips for JEE Problems
Identify monotonicity – if f′ has constant sign, the extremes occur at endpoints.
Use known inequalities like sinx<x<tanx for 0<x<π/2, ex≥1+x, etc.
For Cauchy‑Schwarz, look for products ∫f(x)g(x)dx; choose f,g cleverly.
Break the interval – sometimes bounds on subintervals give sharper estimates.
Check special points – endpoints, midpoints, and points where derivative vanishes.
9. Practice Problems with Hints
Prove1<∫011+x2dx<2. Hint:1+x2 is increasing.
Show8π<∫0π/4tanxdx<4π. Hint: Use tanx>x on (0,π/4) and tanx<1.
Using Cauchy‑Schwarz, prove ∫01f(x)2dx≥1 if ∫01f(x)dx=1. Hint: Take g(x)=1.
Estimate∫0π/2xsinxdx. Hint: On (0,π/2], π2≤xsinx≤1.