Definite integral properties — even/odd functions, King's property, Leibniz rule

hard CBSE JEE-MAIN 3 min read

Question

Evaluate: (a) π/2π/2sin3xdx\int_{-\pi/2}^{\pi/2} \sin^3 x \, dx and (b) 0π/2sinxsinx+cosxdx\int_0^{\pi/2} \frac{\sin x}{\sin x + \cos x} \, dx


Solution — Step by Step

f(x)=sin3xf(x) = \sin^3 x. Check: f(x)=sin3(x)=sin3x=f(x)f(-x) = \sin^3(-x) = -\sin^3 x = -f(x).

Since sin3x\sin^3 x is an odd function and the limits are symmetric about 0:

aaf(x)dx=0 when f(x)=f(x)\int_{-a}^{a} f(x) \, dx = 0 \text{ when } f(-x) = -f(x) π/2π/2sin3xdx=0\int_{-\pi/2}^{\pi/2} \sin^3 x \, dx = \mathbf{0}

No computation needed at all.

King’s property: abf(x)dx=abf(a+bx)dx\int_a^b f(x) \, dx = \int_a^b f(a + b - x) \, dx

Let I=0π/2sinxsinx+cosxdxI = \int_0^{\pi/2} \frac{\sin x}{\sin x + \cos x} \, dx

Apply King’s property (replace xx with π/2x\pi/2 - x):

I=0π/2sin(π/2x)sin(π/2x)+cos(π/2x)dx=0π/2cosxcosx+sinxdxI = \int_0^{\pi/2} \frac{\sin(\pi/2 - x)}{\sin(\pi/2 - x) + \cos(\pi/2 - x)} \, dx = \int_0^{\pi/2} \frac{\cos x}{\cos x + \sin x} \, dx

Add both expressions:

2I=0π/2sinx+cosxsinx+cosxdx=0π/21dx=π22I = \int_0^{\pi/2} \frac{\sin x + \cos x}{\sin x + \cos x} \, dx = \int_0^{\pi/2} 1 \, dx = \frac{\pi}{2} I=π4I = \mathbf{\frac{\pi}{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(sinx)+f(cosx)dx\int_0^{\pi/2} \frac{f(\sin x)}{f(\sin x) + f(\cos x)} dx — the answer is always π/4\pi/4.


Alternative Method

Walli’s formula for 0π/2sinnxdx\int_0^{\pi/2} \sin^n x \, dx:

  • If nn is even: (n1)(n3)...1n(n2)...2π2\frac{(n-1)(n-3)...1}{n(n-2)...2} \cdot \frac{\pi}{2}
  • If nn is odd: (n1)(n3)...2n(n2)...1\frac{(n-1)(n-3)...2}{n(n-2)...1}

Example: 0π/2sin4xdx=3142π2=3π16\int_0^{\pi/2} \sin^4 x \, dx = \frac{3 \cdot 1}{4 \cdot 2} \cdot \frac{\pi}{2} = \frac{3\pi}{16}

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 xx with a+bxa + b - x where aa and bb are the limits. Students sometimes replace xx with bxb - x or axa - x instead. For limits [0,π/2][0, \pi/2], the replacement is xπ/2xx \to \pi/2 - x. For limits [0,π][0, \pi], it is xπxx \to \pi - x. Always use a+bxa + b - x where aa is the lower limit and bb is the upper limit.


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

aaf(x)dx=0\int_{-a}^{a} f(x) \, dx = 0 if ff is odd; =20af(x)dx= 2\int_0^a f(x) \, dx if ff is even

King’s property: abf(x)dx=abf(a+bx)dx\int_a^b f(x) \, dx = \int_a^b f(a+b-x) \, dx

Leibniz rule: ddxa(x)b(x)f(t)dt=f(b(x))b(x)f(a(x))a(x)\frac{d}{dx}\int_{a(x)}^{b(x)} f(t) \, dt = f(b(x)) \cdot b'(x) - f(a(x)) \cdot a'(x)

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →