8 methods Β· 9 questions
β Signature method unlocked: the technique this chapter rewards most often, with 2 worked questions.
The full chapter (8 methods Β· 9 worked questions) comes with Platform Access. See pricing
Before integrating a polynomial over symmetric limits [βa,a], check the parity of the terms. Even powers integrate to twice the integral over [0,a], and odd powers integrate to 0 and disappear entirely, cutting the computation in half and avoiding sign errors at the lower limit.
Trigger: a definite integral with symmetric limits β«βaaβ, often after a coordinate shift.
Instances:
(i) for an even integrand f(x)=f(βx), replace β«βaaβf(x)dx with 2β«0aβf(x)dx;
(ii) for an odd term like x or x3, cross it out before integrating;
(iii) constant denominators can be factored out before exploiting the symmetry.
Linked questions (2)
NSAA 2018 Section 1, Part E (Mathematics questions) Β· Q73
Answer:A
ENGAA 2023 Section 1, Part B (Mathematics questions) Β· Q31
Answer:E
