This lesson works through Exercise 7.10, evaluating definite integrals over symmetric limits by applying property P7: the rule for integrals of odd and even functions. The key idea is to test the symmetry of the function first, which often turns a hard integral into a simple one.
Property P7: odd and even functions
For limits running from −a to a, the symmetry of f decides the answer.
If f is even, meaning f(−x)=f(x), then
∫−aaf(x)dx=2∫0af(x)dx.
If f is odd, meaning f(−x)=−f(x), then
∫−aaf(x)dx=0.
So whenever the limits have the form −a to a, first check whether the function is odd or even, and only fall back to direct integration if neither applies.
Example 1: ∫−π/2π/2sin2xdx
Let I=∫−π/2π/2sin2xdx, with f(x)=sin2x.
Check the symmetry. Replacing x with −x:
f(−x)=(sin(−x))2=(−sinx)2=sin2x=f(x).
So f is even, and by P7
I=2∫0π/2sin2xdx.
Finishing with the double-angle identity
Write sin2x in terms of a multiple angle using sin2x=21−cos2x:
I=2∫0π/221−cos2xdx=2⋅21[∫0π/21dx−∫0π/2cos2xdx].
The factor of 2 and the 21 cancel. Integrating, ∫1dx=x and ∫cos2xdx=2sin2x:
I=[x]0π/2−21[sin2x]0π/2.
Applying the limits:
I=(2π−0)−21(sinπ−sin0)=2π−21(0−0)=2π.
Example 2: ∫−11sin5xcos4xdx
The limits are again of the form −a to a, so test the symmetry of f(x)=sin5xcos4x.
f(−x)=(sin(−x))5(cos(−x))4=(−sinx)5(cosx)4=−sin5xcos4x=−f(x).
Since f(−x)=−f(x), the function is odd, so by P7
∫−11sin5xcos4xdx=0.
Example 3: ∫04∣x−1∣dx
Here the limits are not symmetric, so integrate directly. Using ∫∣u∣du=2u∣u∣ with u=x−1:
I=[2(x−1)∣x−1∣]04.
Applying the limits:
I=21[(4−1)∣4−1∣−(0−1)∣0−1∣]=21[3⋅∣3∣−(−1)⋅∣−1∣].
I=21[3⋅3−(−1)⋅1]=21(9+1)=21⋅10=5.
Key takeaways
- For limits −a to a, test symmetry first: an even function gives 2∫0af(x)dx, an odd function gives 0.
- sin2x is even and integrates cleanly once rewritten as 21−cos2x, giving 2π over −2π to 2π.
- A modulus integral over non-symmetric limits is evaluated directly using ∫∣u∣du=2u∣u∣.