Definite integrals satisfy several powerful properties that often simplify evaluation without explicitly finding an anti-derivative.
Property 0: Dummy Variable Property
∫abf(x)dx=∫abf(t)dt
The value of a definite integral depends on the function and the limits, not on the name of the variable of integration.
Property 1: Reversal of Limits
∫abf(x)dx=−∫baf(x)dx
If the upper and lower limits are interchanged, the sign of the integral changes.
A direct consequence is:
∫aaf(x)dx=0
Property 2: Splitting Property / Additivity
If c lies between a and b, then
∫abf(x)dx=∫acf(x)dx+∫cbf(x)dx
This is especially useful for piecewise functions, modulus functions, and functions whose sign changes at some point x=c.
The King's Rule and its Variations
One of the most useful properties of definite integrals is the following substitution symmetry:
Property 3: King's Rule
∫abf(x)dx=∫abf(a+b−x)dx
This follows from the substitution t=a+b−x.
A very important special case is when the lower limit is 0.
Property 4: Special Case
∫0af(x)dx=∫0af(a−x)dx
This is heavily used in trigonometric integrals, especially when a=π/2, because then complementary-angle identities can be used:
sin(2π−x)=cosx,cos(2π−x)=sinx.
Properties for Symmetric Limits and Even/Odd Functions
When limits are symmetric, additional simplifications become available.
Property 5
∫02af(x)dx=∫0af(x)dx+∫0af(2a−x)dx
This is obtained by splitting at x=a and then applying the substitution x=2a−t in the second part.
Property 6: Symmetry about x=a
From Property 5,
∫02af(x)dx={2∫0af(x)dx,0,if f(2a−x)=f(x),if f(2a−x)=−f(x)
So if the function is symmetric about the midpoint x=a, the integral doubles; if it is antisymmetric about x=a, the total integral is zero.
Property 7: Even and Odd Functions
For symmetric limits [−a,a],
∫−aaf(x)dx={2∫0af(x)dx,0,if f(−x)=f(x) (even),if f(−x)=−f(x) (odd)
Examples:
Even functions: x2, cosx, ∣x∣
Odd functions: x, x3, sinx
For odd functions, the positive and negative contributions cancel over symmetric intervals.
Example 1: Splitting Property with Modulus Function
Evaluate: ∫−12∣x3−x∣dx
Solution:
Step 1: Find the points where the expression inside the modulus is zero.
x3−x=x(x2−1)=x(x−1)(x+1)
So the zeros are x=−1,0,1.
Step 2: Determine the sign of x3−x on the relevant intervals.
On (−1,0), take x=−21:
(−21)3−(−21)=−81+21=83>0
So x3−x>0 here.
On (0,1), take x=21:
(21)3−21=81−21=−83<0
So x3−x<0 here.
On (1,2), take x=23:
(23)3−23>0
So x3−x>0 here.
Step 3: Split the integral.
∫−12∣x3−x∣dx=∫−10(x3−x)dx+∫01−(x3−x)dx+∫12(x3−x)dx
Step 4: Use the anti-derivative
∫(x3−x)dx=4x4−2x2.
Hence,
I=[4x4−2x2]−10−[4x4−2x2]01+[4x4−2x2]12.
Step 5: Compute each part.
First part:
(0)−(41−21)=41
Second part:
−(41−21−0)=41
Third part:
(416−24)−(41−21)=(4−2)−(−41)=2+41=49
Step 6: Add them.
I=41+41+49=411
Answer:411
Example 2: King's Rule on [0,π/2]
Evaluate: I=∫0π/2sinx+cosxsinxdx
Solution:
Step 1: Let
I=∫0π/2sinx+cosxsinxdx.
Step 2: Apply Property 4:
∫0π/2f(x)dx=∫0π/2f(2π−x)dx.
Then
I=∫0π/2sin(π/2−x)+cos(π/2−x)sin(π/2−x)dx.
Using complementary-angle identities,
sin(2π−x)=cosx,cos(2π−x)=sinx.
So,
I=∫0π/2cosx+sinxcosxdx.
Step 3: Add the two expressions for I.
2I=∫0π/2sinx+cosxsinx+cosxdx=∫0π/21dx.
Step 4: Evaluate.
2I=[x]0π/2=2π.
Hence,
I=4π.
Answer:4π
Example 3: General King's Rule
Evaluate: I=∫π/6π/31+tanx1dx
Solution:
Step 1: Rewrite the integrand in a symmetric form.
1+tanx1=1+cosxsinx1=cosx+sinxcosx.
Thus,
I=∫π/6π/3cosx+sinxcosxdx.
Step 2: Here,
a=6π,b=3π,a+b=2π.
By King's Rule,
I=∫π/6π/3cos(π/2−x)+sin(π/2−x)cos(π/2−x)dx.
Using complementary-angle identities,
I=∫π/6π/3sinx+cosxsinxdx.
Step 3: Add the two forms.
2I=∫π/6π/31dx=[x]π/6π/3=3π−6π=6π.
Therefore,
I=12π.
Answer:12π
Example 4: Even and Odd Function Property
Evaluate: ∫−11sin5xcos4xdx
Solution:
Step 1: Let
f(x)=sin5xcos4x.
Check parity:
f(−x)=sin5(−x)cos4(−x)=(−sinx)5(cosx)4=−sin5xcos4x=−f(x).
So f(x) is an odd function.
Step 2: Since the limits are symmetric, by Property 7,
∫−11f(x)dx=0.
Hence,
∫−11sin5xcos4xdx=0.