PYQ Vault

MHT-CET Maths · Definite Integration

Odd and Even Integrands — Symmetric Limits

Over limits symmetric about 0, an odd integrand integrates to 0 and an even one to twice the half — so the first thing to do with limits −a to a is test f(−x), before any antiderivative.

Why this matters

11 PYQs at 55% HARD, and the fastest marks in the chapter when the test is applied first: five of the eleven are answered by writing f(−x) = −f(x) and nothing else. The HARD ones hide the symmetry — a polynomial that becomes odd only after the variable is shifted, a log term that is odd while the rest is even, or a substitution x → 1/x that plays the role of x → −x. One recurring stem is a trap in the other direction: an even integrand whose integral does not exist at all, keyed to a formal value the exam accepts.

Concept 1 of 4

The Odd/Even Test on Symmetric Limits

Intuition

An odd function's graph on [−a,0][-a, 0] is the upside-down mirror of its graph on [0,a][0, a]: the two signed areas cancel exactly. An even function's two halves are identical, so the whole is twice one half.

Definition

  • ff is even if f(−x)=f(x)f(-x) = f(x); odd if f(−x)=−f(x)f(-x) = -f(x). Test by replacing xx with −x-x and simplifying.
  • ∫−aaf(x) dx=0\int_{-a}^{a} f(x)\,dx = 0 for odd ff; =2∫0af(x) dx= 2\int_0^a f(x)\,dx for even ff.
  • Products: odd × odd = even, even × even = even, odd × even = odd. sin⁡7xcos⁡16x\sin^7x\cos^{16}x is odd (sin⁡\sin to an odd power); x2cos⁡xx^2\cos x is even.
  • f(x)+f(−x)f(x) + f(-x) is always even and g(x)−g(−x)g(x) - g(-x) is always odd, whatever ff and gg are — so their product is odd and integrates to 00 over any symmetric interval.
  • Symmetric limits that do not look symmetric: log⁡12\log\frac12 to log⁡2\log 2 is −log⁡2-\log 2 to log⁡2\log 2. And sin⁡(ex−1ex+1)\sin\left(\dfrac{e^x - 1}{e^x + 1}\right) is odd because e−x−1e−x+1=−ex−1ex+1\dfrac{e^{-x} - 1}{e^{-x} + 1} = -\dfrac{e^x - 1}{e^x + 1}.

Symmetric-limit rule

∫−aaf(x) dx={0,f(−x)=−f(x)2∫0af(x) dx,f(−x)=f(x)\int_{-a}^{a} f(x)\,dx = \begin{cases} 0, & f(-x) = -f(x) \\[2pt] 2\displaystyle\int_0^a f(x)\,dx, & f(-x) = f(x) \end{cases}

Worked example

Evaluate ∫−22(x3cos⁡x+x2)dx\int_{-2}^{2}\left(x^3\cos x + x^2\right)dx.
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 1Definite IntegrationEASY
The value of ∫−33sin⁡7xcos⁡16x dx\int_{- 3}^{3} \sin^{7}x\cos^{16}x\text{ }dx is

[Q134 · 19 April Shift II · 2025]

Testing the limits instead of the function

Symmetric limits are necessary, not sufficient. ∫−11x2 dx\int_{-1}^{1}x^2\,dx is 23\frac23, not 00: the integrand must be odd for the integral to vanish. Write f(−x)f(-x) explicitly every time.

Concept 2 of 4

Split a Mixed Integrand into Its Odd and Even Parts

Intuition

17x5−x4+29x3−31x+1x2+1\dfrac{17x^5 - x^4 + 29x^3 - 31x + 1}{x^2 + 1} looks hopeless, but every odd-power term over the even denominator is odd and vanishes on [−1,1][-1, 1]; only 1−x4x2+1=1−x2\dfrac{1 - x^4}{x^2 + 1} = 1 - x^2 survives. Split, discard, integrate what is left.

Definition

  • Any integrand splits as (odd part) + (even part). On [−a,a][-a, a] the odd part contributes 00; integrate only the even part, doubled from 00 to aa.
  • log⁡π−xπ+x\log\dfrac{\pi - x}{\pi + x}, log⁡1+x1−x\log\dfrac{1 + x}{1 - x} and tan⁡−1x\tan^{-1}x are odd; multiplied by an even function (cos⁡x\cos x) they stay odd and drop out. What remains is typically x2cos⁡xx^2\cos x, which needs by parts twice: ∫0π/2x2cos⁡x dx=π24−2\int_0^{\pi/2}x^2\cos x\,dx = \dfrac{\pi^2}{4} - 2.
  • Shift the variable when the interval is symmetric about a point other than 00: on [−2,0][-2, 0] put t=x+1t = x + 1; then x3+3x2+3x+5=(x+1)3+4=t3+4x^3 + 3x^2 + 3x + 5 = (x + 1)^3 + 4 = t^3 + 4 and (x+1)cos⁡(x+1)=tcos⁡t(x + 1)\cos(x + 1) = t\cos t, both odd except the constant 44, so the integral is 4×2=84\times 2 = 8.
  • A greatest-integer term is neither odd nor even: ∫−1/21/2[x] dx=∫−1/20(−1) dx+0=−12\int_{-1/2}^{1/2}[x]\,dx = \int_{-1/2}^{0}(-1)\,dx + 0 = -\dfrac12, evaluated by splitting, while the odd log beside it vanishes.

Odd part vanishes

∫−aa[odd(x)+even(x)]dx=2∫0aeven(x) dx∫0π/2x2cos⁡x dx=π24−2\int_{-a}^{a}\big[\text{odd}(x) + \text{even}(x)\big]dx = 2\int_0^a \text{even}(x)\,dx \qquad \int_0^{\pi/2}x^2\cos x\,dx = \frac{\pi^2}{4} - 2

Worked example

Evaluate ∫−11x3+x2+x+1x2+1 dx\int_{-1}^{1}\dfrac{x^3 + x^2 + x + 1}{x^2 + 1}\,dx.
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 2Definite IntegrationHARD
The value of ∫−1117x5−x4+29x3−31x+1x2+1 dx\int_{-1}^{1}\frac{17x^5 - x^4 + 29x^3 - 31x + 1}{x^2+1}\,dx

[Q123 · May Shift 1 · 2021]

Discarding the constant with the odd terms

t3+4+tcos⁡tt^3 + 4 + t\cos t over [−1,1][-1, 1]: the t3t^3 and tcos⁡tt\cos t vanish, but the 44 integrates to 88. Zero is the answer for the ODD part, not for the question.

Concept 3 of 4

Symmetry Under x → 1/x on [1/2, 2]

Intuition

On an interval like [12,2]\left[\frac12, 2\right], the substitution x=1tx = \dfrac1t maps the interval onto itself and flips the sign of x−1xx - \dfrac1x. If the integrand is 1x\dfrac1x times an odd function of x−1xx - \dfrac1x, the integral equals its own negative — so it is 00.

Definition

  • With x=1tx = \dfrac1t: dx=−dtt2dx = -\dfrac{dt}{t^2}, dxx=−dtt\dfrac{dx}{x} = -\dfrac{dt}{t}, and x−1x=−(t−1t)x - \dfrac1x = -\left(t - \dfrac1t\right). Limits 12→2\frac12 \to 2 become 2→122 \to \frac12, and flipping them back cancels the minus from dxdx.
  • So I=∫1/221x g ⁣(x−1x)dxI = \int_{1/2}^{2}\dfrac1x\,g\!\left(x - \dfrac1x\right)dx becomes ∫1/221t g ⁣(−(t−1t))dt\int_{1/2}^{2}\dfrac1t\,g\!\left(-\left(t - \dfrac1t\right)\right)dt; for odd gg this is −I-I, hence I=0I = 0.
  • csc⁡101\csc^{101} is odd (odd power of an odd function), so ∫1/221xcsc⁡101 ⁣(x−1x)dx=0\int_{1/2}^{2}\dfrac1x\csc^{101}\!\left(x - \dfrac1x\right)dx = 0.
  • The interval must be of the form [1a,a]\left[\frac1a, a\right] and the 1x\dfrac1x factor must be present; without it the trick fails.

The reciprocal symmetry

x=1t:∫1/aa1x g ⁣(x−1x)dx=−∫1/aa1t g ⁣(t−1t)dt  for odd g ⇒ I=0x = \tfrac1t:\quad \int_{1/a}^{a}\frac{1}{x}\,g\!\left(x - \frac1x\right)dx = -\int_{1/a}^{a}\frac{1}{t}\,g\!\left(t - \frac1t\right)dt \ \text{ for odd } g \ \Rightarrow\ I = 0

Worked example

Evaluate ∫1/331xsin⁡ ⁣(x−1x)dx\int_{1/3}^{3}\dfrac{1}{x}\sin\!\left(x - \dfrac1x\right)dx.
Practice this conceptself-check

From the bank · past-year question

Example 3Definite IntegrationHARD
∫1221xcsc⁡101(x−1x)dx=\int_{\frac{1}{2}}^{2} \frac{1}{x}\csc^{101}\left( x-\frac{1}{x} \right)dx=

[Q142 · 26 April Shift I · 2025]

Applying it without the 1/x

∫1/22sin⁡ ⁣(x−1x)dx\int_{1/2}^{2}\sin\!\left(x - \frac1x\right)dx is NOT zero: without the 1x\dfrac1x the substitution produces an extra 1t2\dfrac{1}{t^2} and the symmetry breaks. Check for the factor before claiming the cancellation.

Concept 4 of 4

Even Does Not Mean Convergent: the csc⁴x Trap

Intuition

csc⁡4x\csc^4x is even, and doubling the half-integral is the natural move — but csc⁡4x\csc^4x blows up at x=0x = 0, which sits inside [−π4,π4]\left[-\frac{\pi}{4}, \frac{\pi}{4}\right]. The integral does not exist; what the exam key reports is the antiderivative evaluated end to end.

Definition

  • Before applying any property, check the integrand is defined and finite on the whole interval. csc⁡x\csc x, sec⁡x\sec x, tan⁡x\tan x, 1x\dfrac1x and log⁡x\log x each have points where they blow up.
  • ∫−π/4π/4csc⁡4x dx\int_{-\pi/4}^{\pi/4}\csc^4x\,dx: the antiderivative is −cot⁡x−cot⁡3x3-\cot x - \dfrac{\cot^3x}{3}; evaluated formally from −π4-\frac{\pi}{4} to π4\frac{\pi}{4} it gives (−1−13)−(1+13)=−83\left(-1 - \frac13\right) - \left(1 + \frac13\right) = -\dfrac83 — a NEGATIVE number for a positive integrand, which is the tell that something is wrong. The true integral diverges.
  • This question has been set twice (2023 and 2025) with the official key −83-\dfrac83; on the paper, mark the key. In your understanding, know why it is meaningless.
  • The same care applies to ∫0π/2dx1−cos⁡x\int_0^{\pi/2}\dfrac{dx}{1 - \cos x} (blows up at 00) and to any ∫dxx2\int\dfrac{dx}{x^2} across 00.

Check the domain first

∫−π/4π/4csc⁡4x dx diverges;[−cot⁡x−cot⁡3x3]−π/4π/4=−83 is the exam’s formal key\int_{-\pi/4}^{\pi/4}\csc^4x\,dx \text{ diverges}; \quad \left[-\cot x - \tfrac{\cot^3x}{3}\right]_{-\pi/4}^{\pi/4} = -\tfrac83 \text{ is the exam's formal key}

Worked example

Does ∫−11dxx2\int_{-1}^{1}\dfrac{dx}{x^2} exist? What does the formal evaluation give?
Practice this concept4 quick reps

From the bank · past-year question

Example 4Definite IntegrationHARD
∫−π/4π/4(sin⁡x)−4 dx\int_{-\pi/4}^{\pi/4}(\sin x)^{-4}\,dx has the value

[Q131 · 10th May Shift 2 · 2023]

Marking the mathematically honest option

There is no honest option — the integral diverges and the key is −83-\frac83. On this paper choose the key; on any paper, a negative value for a positive integrand should make you re-read the interval for a blow-up.

Summary — formulas & gotchas at a glance

A revision cheat-sheet for the formulas and gotchas above. Click any concept name to jump back to its full explanation.

Formulas (4)

  • The Odd/Even Test on Symmetric Limits

    Symmetric-limit rule

    ∫−aaf(x) dx={0,f(−x)=−f(x)2∫0af(x) dx,f(−x)=f(x)\int_{-a}^{a} f(x)\,dx = \begin{cases} 0, & f(-x) = -f(x) \\[2pt] 2\displaystyle\int_0^a f(x)\,dx, & f(-x) = f(x) \end{cases}
  • Split a Mixed Integrand into Its Odd and Even Parts

    Odd part vanishes

    ∫−aa[odd(x)+even(x)]dx=2∫0aeven(x) dx∫0π/2x2cos⁡x dx=π24−2\int_{-a}^{a}\big[\text{odd}(x) + \text{even}(x)\big]dx = 2\int_0^a \text{even}(x)\,dx \qquad \int_0^{\pi/2}x^2\cos x\,dx = \frac{\pi^2}{4} - 2
  • Symmetry Under x → 1/x on [1/2, 2]

    The reciprocal symmetry

    x=1t:∫1/aa1x g ⁣(x−1x)dx=−∫1/aa1t g ⁣(t−1t)dt  for odd g ⇒ I=0x = \tfrac1t:\quad \int_{1/a}^{a}\frac{1}{x}\,g\!\left(x - \frac1x\right)dx = -\int_{1/a}^{a}\frac{1}{t}\,g\!\left(t - \frac1t\right)dt \ \text{ for odd } g \ \Rightarrow\ I = 0
  • Even Does Not Mean Convergent: the csc⁴x Trap

    Check the domain first

    ∫−π/4π/4csc⁡4x dx diverges;[−cot⁡x−cot⁡3x3]−π/4π/4=−83 is the exam’s formal key\int_{-\pi/4}^{\pi/4}\csc^4x\,dx \text{ diverges}; \quad \left[-\cot x - \tfrac{\cot^3x}{3}\right]_{-\pi/4}^{\pi/4} = -\tfrac83 \text{ is the exam's formal key}

Watch out for (4)

Drill every past-year question on this subtopic

11 questions from the bank — paginated, with cart and Word-export support.

Related notes