Question
Evaluate: (a) ∫−π/2π/2sin3xdx and (b) ∫0π/2sinx+cosxsinxdx
Solution — Step by Step
f(x)=sin3x. Check: f(−x)=sin3(−x)=−sin3x=−f(x).
Since sin3x is an odd function and the limits are symmetric about 0:
∫−aaf(x)dx=0 when f(−x)=−f(x)
∫−π/2π/2sin3xdx=0
No computation needed at all.
King’s property: ∫abf(x)dx=∫abf(a+b−x)dx
Let I=∫0π/2sinx+cosxsinxdx
Apply King’s property (replace x with π/2−x):
I=∫0π/2sin(π/2−x)+cos(π/2−x)sin(π/2−x)dx=∫0π/2cosx+sinxcosxdx
Add both expressions:
2I=∫0π/2sinx+cosxsinx+cosxdx=∫0π/21dx=2π
I=4π
Why This Works
graph TD
A["Definite Integral: Which property?"] --> B["Symmetric limits -a to a?"]
B --> C["Is integrand odd? → Answer is 0"]
B --> D["Is integrand even? → 2 × integral from 0 to a"]
A --> E["Limits 0 to a?"]
E --> F["f x + f a-x simplifies? → King's property"]
A --> G["Limits 0 to 2a?"]
G --> H["f 2a-x = f x? → 2 × integral from 0 to a"]
G --> I["f 2a-x = -f x? → Answer is 0"]
A --> J["Variable upper limit?"]
J --> K["Leibniz rule: d/dx ∫ f t dt = f x"]
These properties are pattern-recognition shortcuts. The odd/even function property works because on symmetric intervals, the positive and negative areas cancel (odd) or double (even). King’s property works by reflecting the integration variable — the integral does not change, but the integrand transforms.
JEE Main asks 1-2 definite integral questions every paper. At least one of them can be solved using these properties without actually computing any antiderivative. The King’s property is especially powerful for integrals of the form ∫0π/2f(sinx)+f(cosx)f(sinx)dx — the answer is always π/4.
Alternative Method
Walli’s formula for ∫0π/2sinnxdx:
- If n is even: n(n−2)...2(n−1)(n−3)...1⋅2π
- If n is odd: n(n−2)...1(n−1)(n−3)...2
Example: ∫0π/2sin4xdx=4⋅23⋅1⋅2π=163π
This formula is a massive time-saver for JEE and appears almost every year.
Common Mistake
Applying King’s property with wrong substitution. The property says replace x with a+b−x where a and b are the limits. Students sometimes replace x with b−x or a−x instead. For limits [0,π/2], the replacement is x→π/2−x. For limits [0,π], it is x→π−x. Always use a+b−x where a is the lower limit and b is the upper limit.
∫abf(x)dx=−∫baf(x)dx
∫−aaf(x)dx=0 if f is odd; =2∫0af(x)dx if f is even
King’s property: ∫abf(x)dx=∫abf(a+b−x)dx
Leibniz rule: dxd∫a(x)b(x)f(t)dt=f(b(x))⋅b′(x)−f(a(x))⋅a′(x)