Integrals: Speed-Solving Techniques (8)

medium 2 min read

Question

Evaluate 0π/2sinxsinx+cosxdx\displaystyle \int_0^{\pi/2} \frac{\sin x}{\sin x + \cos x}\, dx using a king’s-property shortcut.

Solution — Step by Step

For definite integrals on [0,a][0, a]:

0af(x)dx=0af(ax)dx\int_0^a f(x)\, dx = \int_0^a f(a - x)\, dx

With a=π/2a = \pi/2, replace xπ/2xx \to \pi/2 - x. Note sin(π/2x)=cosx\sin(\pi/2 - x) = \cos x and cos(π/2x)=sinx\cos(\pi/2 - x) = \sin x.

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

Let original I=0π/2sinxsinx+cosxdxI = \displaystyle \int_0^{\pi/2} \dfrac{\sin x}{\sin x + \cos x}\, dx and the new form I=0π/2cosxsinx+cosxdxI' = \displaystyle \int_0^{\pi/2} \dfrac{\cos x}{\sin x + \cos x}\, dx. By King’s property, I=II = I'. So:

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 = \frac{\pi}{4}

Final Answer: I=π4I = \dfrac{\pi}{4}.

Why This Works

King’s property exploits the symmetry f(x)+f(ax)f(x) + f(a - x) to collapse a complicated rational trig integral into a constant. The full method takes three lines once you spot the substitution; brute-force integration of sinx/(sinx+cosx)\sin x / (\sin x + \cos x) would take half a page using Weierstrass or partial-fraction tricks.

The key clue: whenever the denominator is symmetric in sin\sin and cos\cos but the numerator is asymmetric, King’s property usually closes the problem.

Alternative Method

Multiply numerator and denominator by 1/cosx1/\cos x to get tanxtanx+1\dfrac{\tan x}{\tan x + 1}. Substitute t=tanxt = \tan x — but the resulting integral tdt(t+1)(1+t2)\int \dfrac{t \, dt}{(t+1)(1+t^2)} requires partial fractions. King’s property is faster.

Forgetting to write down the new integral II' as a separate object before adding leads to confusion about which integral is which. Always label both forms; then 2I=I+I2I = I + I' falls out cleanly.

Memorize: any integral of the form 0π/2f(sinx)f(sinx)+f(cosx)dx=π4\displaystyle \int_0^{\pi/2} \dfrac{f(\sin x)}{f(\sin x) + f(\cos x)}\, dx = \dfrac{\pi}{4}. This pattern alone solves at least 3 JEE Main MCQs every year.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next