NDA Maths · Indefinite Integration

Foundations & Standard Forms

Integration is differentiation run backwards: given a rate of change, recover the function — plus an unknown constant C that no derivative can pin down.

Why this matters

Before any technique, three reflexes carry the whole chapter: an indefinite integral is a FAMILY of functions (the +C), the standard-formula table must be instant recall, and most NDA integrands are simplified with exponent/log laws BEFORE a formula applies. 13 PYQs sit directly here — exponential bases, the eˡⁿ-collapse trick, completing the square, the eˣ[f+f′] pattern, and the paired eˣ·trig integrals — and these reflexes underpin all 40 questions in the chapter.

Concept 1 of 9

Antiderivative and the Constant of Integration

Intuition

Differentiation turns a function into its slope. Integration runs that backwards — given the slope everywhere, find the function. But a constant has zero slope, so ANY vertical shift of a correct answer is also correct. That unknown shift is the +C.

Definition

A function FF is an antiderivative of ff if F(x)=f(x)F'(x) = f(x). The indefinite integral f(x)dx=F(x)+C\int f(x)\,dx = F(x) + C denotes the whole family of antiderivatives, where CC is an arbitrary constant. Because ddx[F(x)+C]=f(x)\dfrac{d}{dx}[F(x) + C] = f(x) for every constant CC, the constant can never be recovered from ff alone — an extra condition (a boundary value) is needed to fix it.

Indefinite integral

f(x)dx=F(x)+CwhereF(x)=f(x)\int f(x)\,dx = F(x) + C \quad\text{where}\quad F'(x) = f(x)
  • F(x)any one antiderivative of ff
  • Carbitrary constant of integration

Visualization · the +C family of antiderivatives

xyy = x²/2 + C

Every curve is an antiderivative of f(x) = x. They differ only by the constant C — a vertical shift. At x = 1 the red tangents are all parallel (slope = f(1) = 1): same derivative, infinitely many curves. That is why every indefinite integral carries a + C.

Worked example

Verify that both sinx+7\sin x + 7 and sinx2\sin x - 2 are antiderivatives of cosx\cos x, and write the indefinite integral.
  1. Differentiate the first: ddx(sinx+7)=cosx+0=cosx\dfrac{d}{dx}(\sin x + 7) = \cos x + 0 = \cos x. ✓
  2. Differentiate the second: ddx(sinx2)=cosx\dfrac{d}{dx}(\sin x - 2) = \cos x. ✓
  3. They differ only by a constant, so the whole family is sinx+C\sin x + C.
Answer:cosxdx=sinx+C\displaystyle\int \cos x\,dx = \sin x + C

Never drop the +C on an indefinite integral

An indefinite integral with no +C+C is incomplete. NDA options are written so the 'no constant' version and a wrong-constant version both appear — only the form carrying +C+C (or +k+k) is correct.

Concept 2 of 9

The Standard-Formula Table

Intuition

About a dozen integrals are the alphabet of the whole chapter. Every technique — substitution, parts, partial fractions — exists only to REDUCE a hard integral to one of these. Know them as reflexes, not look-ups.

Definition

The integrals you must recall instantly:

  • xndx=xn+1n+1+C\int x^n\,dx = \dfrac{x^{n+1}}{n+1} + C for n1n \neq -1
  • 1xdx=lnx+C\int \dfrac{1}{x}\,dx = \ln|x| + C
  • exdx=ex+C\int e^x\,dx = e^x + C, and axdx=axlna+C\int a^x\,dx = \dfrac{a^x}{\ln a} + C
  • sinxdx=cosx+C\int \sin x\,dx = -\cos x + C, cosxdx=sinx+C\int \cos x\,dx = \sin x + C
  • sec2xdx=tanx+C\int \sec^2 x\,dx = \tan x + C, csc2xdx=cotx+C\int \csc^2 x\,dx = -\cot x + C
  • secxtanxdx=secx+C\int \sec x\tan x\,dx = \sec x + C, tanxdx=lnsecx+C\int \tan x\,dx = \ln|\sec x| + C
  • dx1+x2=tan1x+C\int \dfrac{dx}{1+x^2} = \tan^{-1}x + C, dx1x2=sin1x+C\int \dfrac{dx}{\sqrt{1-x^2}} = \sin^{-1}x + C

Power rule (the most-used row)

xndx=xn+1n+1+C(n1)\int x^n\,dx = \dfrac{x^{n+1}}{n+1} + C \quad (n \neq -1)
  • n \neq -1the exclusion that makes x1=lnx\int x^{-1} = \ln|x| a separate row

Worked example

Evaluate (x+sec2x)dx\displaystyle\int\left(\sqrt{x} + \sec^2 x\right)dx.
  1. Write x=x1/2\sqrt{x} = x^{1/2} and apply the power rule: x1/2dx=x3/23/2=23x3/2\int x^{1/2}\,dx = \dfrac{x^{3/2}}{3/2} = \dfrac{2}{3}x^{3/2}.
  2. From the table, sec2xdx=tanx\int \sec^2 x\,dx = \tan x.
  3. Add and attach one constant.
Answer:23x3/2+tanx+C\dfrac{2}{3}x^{3/2} + \tan x + C

The power rule excludes n=1n=-1

x1dx\int x^{-1}\,dx is NOT x00\dfrac{x^0}{0} — that is undefined. It is the special row 1xdx=lnx+C\int \dfrac{1}{x}\,dx = \ln|x| + C.

Concept 3 of 9

Linearity — Integrate Term by Term

Intuition

Integration is linear: a constant multiplier slides out, and a sum integrates piece by piece. This lets you break any polynomial or sum into table look-ups.

Definition

For constants a,ba, b:

(af(x)+bg(x))dx=af(x)dx+bg(x)dx.\int\big(a\,f(x) + b\,g(x)\big)\,dx = a\int f(x)\,dx + b\int g(x)\,dx.
Only ONE constant of integration is needed for the whole expression — collect the separate constants into a single CC at the end. Linearity does NOT extend to products or quotients: fgfg\int f g \neq \int f \cdot \int g.

Linearity of the integral

(af(x)+bg(x))dx=a ⁣ ⁣f(x)dx+b ⁣ ⁣g(x)dx\int\big(a\,f(x)+b\,g(x)\big)\,dx = a\!\int\! f(x)\,dx + b\!\int\! g(x)\,dx

Worked example

Evaluate 2x23xdx\displaystyle\int\dfrac{2x^2 - 3}{x}\,dx.
  1. Split the quotient first (NOT a product rule): 2x23x=2x3x\dfrac{2x^2-3}{x} = 2x - \dfrac{3}{x}.
  2. Integrate term by term: 2xdx=x2\int 2x\,dx = x^2 and 3xdx=3lnx\int \dfrac{3}{x}\,dx = 3\ln|x|.
  3. Combine with one constant.
Answer:x23lnx+Cx^2 - 3\ln|x| + C

You cannot split a product or a quotient like a sum

1x(x2+1)dx1xdx1x2+1dx\int \dfrac{1}{x(x^2+1)}\,dx \neq \int\dfrac{1}{x}\,dx \cdot \int\dfrac{1}{x^2+1}\,dx. Linearity is for SUMS only — products need substitution or partial fractions.

Concept 4 of 9

Simplify the Integrand First

Intuition

Many NDA integrals look terrifying until you apply one exponent or log law — then they collapse to a table form. Before reaching for a method, ask: can algebra make this a standard integral?

Definition

The collapsing identities the NDA tests most:

  • elnu=ue^{\ln u} = u — the exponential and natural log undo each other, so eln(tanx)dx=tanxdx\int e^{\ln(\tan x)}\,dx = \int \tan x\,dx.
  • ln(uk)=klnu\ln(u^k) = k\ln u, so eklnx=xke^{k\ln x} = x^k — a stacked log/exponent becomes a power.
  • A quotient like P(x)x\dfrac{P(x)}{x} splits into powers (linearity), and the 1x\dfrac{1}{x} term is exactly what forces a ln\ln (or must vanish for a rational answer).

The collapse identity

elnu=ueklnx=xke^{\ln u} = u \qquad e^{k\ln x} = x^{k}

Worked example

Evaluate e3lnxdx\displaystyle\int e^{3\ln x}\,dx.
  1. Use 3lnx=ln(x3)3\ln x = \ln(x^3), so e3lnx=eln(x3)=x3e^{3\ln x} = e^{\ln(x^3)} = x^3.
  2. The integral is now a power: x3dx=x44\int x^3\,dx = \dfrac{x^4}{4}.
  3. Attach the constant.
Answer:x44+C\dfrac{x^4}{4} + C

From the bank · past-year question

Example 4Indefinite IntegrationEASY
What is eln(tanx)dx\int e^{\ln(\tan x)}\,dx equal to?

[Q84 · Sep · 2018]

Resolve the exponent/log BEFORE you integrate

Students who integrate eln(tanx)e^{\ln(\tan x)} as if the exponent were a variable get nonsense. eln(tanx)e^{\ln(\tan x)} is just tanx\tan x — simplify, then integrate.

Concept 5 of 9

Exponential Bases — a to the x

Intuition

Any constant raised to the x integrates with the same a-to-the-x on top and a ln of the base on the bottom. The whole skill is recognising the base, even when it is disguised as e to the (x ln a) or as a product like (4e) to the 2x.

Definition

The base-aa rule:

axdx=axlna+C(a>0, a1).\int a^x\,dx = \dfrac{a^x}{\ln a} + C \quad (a>0,\ a\neq 1).
Disguises to unmask: exlna=axe^{x\ln a} = a^x; and (kc)mx=((kc)m)x(kc)^{mx} = \big((kc)^m\big)^x, so (4e)2x=(16e2)x(4e)^{2x} = \big(16e^2\big)^x integrates as a base-16e216e^2 exponential.

Exponential base rule

axdx=axlna+C\int a^x\,dx = \dfrac{a^x}{\ln a} + C
  • athe constant base, a>0, a1a>0,\ a\neq 1
  • \ln anatural log of the base — the divisor

Worked example

Evaluate 5xdx\displaystyle\int 5^{x}\,dx and exln7dx\displaystyle\int e^{x\ln 7}\,dx.
  1. First is the rule directly: 5xdx=5xln5+C\int 5^x\,dx = \dfrac{5^x}{\ln 5} + C.
  2. For the second, exln7=(eln7)x=7xe^{x\ln 7} = (e^{\ln 7})^x = 7^x.
  3. So exln7dx=7xdx=7xln7+C\int e^{x\ln 7}\,dx = \int 7^x\,dx = \dfrac{7^x}{\ln 7} + C.
Answer:5xln5+C\dfrac{5^x}{\ln 5} + C and 7xln7+C\dfrac{7^x}{\ln 7} + C

From the bank · past-year question

Example 5Indefinite IntegrationEASY
What is exlnadx\displaystyle\int e^{x\ln a}\,dx equal to?

[Q94 · Apr · 2019]

Divide by lna\ln a, not by aa

axdx=axlna\int a^x\,dx = \dfrac{a^x}{\ln a}, never axa\dfrac{a^x}{a} and never axlnaa^x\ln a (that is the derivative). The lna\ln a lives in the denominator.

Concept 6 of 9

Completing the Square for Quadratic Denominators

Intuition

When the denominator is an irreducible quadratic with no helpful numerator, force it into the (something)-squared-plus-constant shape. That instantly matches the arctan standard form.

Definition

Drive any ax2+bx+cax^2+bx+c into the form (xh)2+k2(x-h)^2 + k^2 by completing the square, then use:

dxx2+k2=1ktan1 ⁣(xk)+C.\int \dfrac{dx}{x^2 + k^2} = \dfrac{1}{k}\tan^{-1}\!\Big(\dfrac{x}{k}\Big) + C.
If the leading coefficient is not 1, factor it out of the whole denominator first so the x2x^2 coefficient is 1 before completing the square.

Arctan standard form

dxx2+k2=1ktan1 ⁣(xk)+C\int \dfrac{dx}{x^2+k^2} = \dfrac{1}{k}\tan^{-1}\!\Big(\dfrac{x}{k}\Big) + C

Worked example

Evaluate dxx2+4x+13\displaystyle\int \dfrac{dx}{x^2 + 4x + 13}.
  1. Complete the square: x2+4x+13=(x+2)2+9=(x+2)2+32x^2+4x+13 = (x+2)^2 + 9 = (x+2)^2 + 3^2.
  2. Substitute t=x+2t = x+2 (so dt=dxdt = dx): the integral is dtt2+32\int \dfrac{dt}{t^2 + 3^2}.
  3. Apply the arctan form with k=3k=3: 13tan1 ⁣(t3)\dfrac{1}{3}\tan^{-1}\!\big(\tfrac{t}{3}\big), then put t=x+2t = x+2 back.
Answer:13tan1 ⁣(x+23)+C\dfrac{1}{3}\tan^{-1}\!\Big(\dfrac{x+2}{3}\Big) + C

From the bank · past-year question

Example 6Indefinite IntegrationMODERATE
What is dx2x22x+1\displaystyle\int \dfrac{dx}{2x^{2} - 2x + 1} equal to ?

[Q81 · Sep · 2019]

Factor out the leading coefficient first

For dx2x22x+1\int\dfrac{dx}{2x^2-2x+1}, pull the 2 out: 2(x2x+12)2\big(x^2 - x + \tfrac12\big), THEN complete the square inside. Skipping this gives the wrong kk and a wrong coefficient.

Concept 7 of 9

The e-to-the-x Times f-plus-f-prime Pattern

Intuition

Whenever an integrand is e to the x multiplied by a function PLUS its own derivative, the answer is simply e to the x times that function. It is the product rule run backwards, and the NDA hides it inside long bracketed expressions.

Definition

The pattern:

ex(f(x)+f(x))dx=exf(x)+C.\int e^x\big(f(x) + f'(x)\big)\,dx = e^x f(x) + C.
It works because ddx(exf(x))=exf(x)+exf(x)=ex(f+f)\dfrac{d}{dx}\big(e^x f(x)\big) = e^x f(x) + e^x f'(x) = e^x\big(f + f'\big). The skill is spotting the split — group the bracket into a function and its derivative. A related trick: when two integrals are easier to ADD than to do alone (I1+I2I_1 + I_2), combine the integrands first.

Reverse product rule

ex(f(x)+f(x))dx=exf(x)+C\int e^x\big(f(x)+f'(x)\big)\,dx = e^x f(x) + C

Worked example

Evaluate ex(tanx+sec2x)dx\displaystyle\int e^x\big(\tan x + \sec^2 x\big)\,dx.
  1. Spot the split: let f(x)=tanxf(x) = \tan x. Then f(x)=sec2xf'(x) = \sec^2 x.
  2. The integrand is exactly ex(f+f)e^x\big(f + f'\big).
  3. Apply the pattern: the answer is exf(x)e^x f(x).
Answer:extanx+Ce^x \tan x + C

From the bank · past-year question

Example 7Indefinite IntegrationMODERATE
What is ex{1+lnx+xlnx}dx\int e^x\{1+\ln x + x\ln x\}\,dx equal to?

[Q75 · Sep · 2022]

The whole bracket must be f+ff + f'

Identify ff so that the LEFTOVER terms are exactly ff'. If they are not, the shortcut does not apply and you fall back to substitution or parts. Check by differentiating your proposed exf(x)e^x f(x).

Concept 8 of 9

Cyclic and Paired Integrals of e-to-the-x Times Trig

Intuition

Integrals of e to the x times sine or cosine come back to themselves after two by-parts steps, so they are best memorised as a matched pair. NDA passages then ask you to ADD, SUBTRACT, or READ these results rather than re-derive them.

Definition

The two standard results (each provable by parts — see Integration by Parts):

excosxdx=ex(cosx+sinx)2+C,\int e^x\cos x\,dx = \dfrac{e^x(\cos x + \sin x)}{2} + C,
exsinxdx=ex(sinxcosx)2+C.\int e^x\sin x\,dx = \dfrac{e^x(\sin x - \cos x)}{2} + C.
Verify either by differentiating the right side — a tool you already have. With u=excosxdxu = \int e^x\cos x\,dx and v=exsinxdxv = \int e^x\sin x\,dx, note dudx=excosx\dfrac{du}{dx} = e^x\cos x and dvdx=exsinx\dfrac{dv}{dx} = e^x\sin x by the fundamental theorem — so u+v=exsinx=dvdxu+v = e^x\sin x = \dfrac{dv}{dx}. Passages on a given antiderivative form (e.g. U(x)V(x)3lnU+V)\big(\text{e.g. } U(x)V(x) - 3\ln|U+V|\big) are solved by integrating, then matching the result piece-by-piece to read off UU and VV.

The matched pair

excosxdx=ex(cosx+sinx)2+C,exsinxdx=ex(sinxcosx)2+C\int e^x\cos x\,dx = \tfrac{e^x(\cos x+\sin x)}{2}+C,\quad \int e^x\sin x\,dx = \tfrac{e^x(\sin x-\cos x)}{2}+C

Worked example

Using the standard pair, find ex(cosxsinx)dx\displaystyle\int e^x(\cos x - \sin x)\,dx.
  1. By linearity, this is excosxdxexsinxdx\int e^x\cos x\,dx - \int e^x\sin x\,dx.
  2. Subtract the pair: ex(cosx+sinx)2ex(sinxcosx)2=ex(2cosx)2\dfrac{e^x(\cos x+\sin x)}{2} - \dfrac{e^x(\sin x-\cos x)}{2} = \dfrac{e^x(2\cos x)}{2}.
  3. Simplify.
Answer:excosx+Ce^x \cos x + C

From the bank · past-year question

Example 8Indefinite IntegrationMODERATE
For the following two (02) items: Let u=excosxdxu=\int e^x\cos x\,dx and v=exsinxdxv=\int e^x\sin x\,dx.
What is u+vu+v equal to?

[Q85 · Sep · 2025]

du/dx is the integrand, not the other integral

If u=excosxdxu = \int e^x\cos x\,dx, then dudx=excosx\dfrac{du}{dx} = e^x\cos x (you undo the integral), NOT v-v or any other integral. Differentiation cancels the integral sign directly.

Concept 9 of 9

Properties of an Antiderivative

Intuition

Some NDA items are reasoning questions: they ask whether an antiderivative inherits a property of its integrand — most often periodicity. The key fact is that integrating ADDS a linear term, which can destroy periodicity even when the integrand is periodic.

Definition

A function gg is periodic with period pp if g(x+p)=g(x)g(x+p) = g(x). Integrating a periodic function need NOT give a periodic result. Example: sin2x=1cos2x2\sin^2 x = \dfrac{1-\cos 2x}{2} is periodic, but sin2xdx=x2sin2x4+C\int \sin^2 x\,dx = \dfrac{x}{2} - \dfrac{\sin 2x}{4} + C carries a x2\dfrac{x}{2} term that grows without bound. So 'the integrand is periodic' is true, while 'the antiderivative is periodic' is false — two statements that look linked but are not.

Worked example

Is (1+cos2x)dx\displaystyle\int(1+\cos 2x)\,dx a periodic function of xx?
  1. Integrate: 1dx+cos2xdx=x+sin2x2+C\int 1\,dx + \int \cos 2x\,dx = x + \dfrac{\sin 2x}{2} + C.
  2. The sin2x/2\sin 2x / 2 part is periodic, but the bare xx term is not — it increases forever.
  3. A sum of a periodic and a non-periodic (unbounded) term is not periodic.
Answer:No — the linear xx term destroys periodicity, even though the integrand 1+cos2x1+\cos 2x is periodic.

From the bank · past-year question

Example 9Indefinite IntegrationMODERATE
Let f(x)f(x) be an indefinite integral of sin2x\sin^2 x. Consider the following statements: Statement 1: The function f(x)f(x) satisfies f(x+π)=f(x)f(x+\pi)=f(x) for all real xx. Statement 2: sin2(x+π)=sin2x\sin^2(x+\pi)=\sin^2 x for all real xx. Which one of the following is correct in respect of the above statements?

[Q85 · Apr · 2017]

Two true facts can still give a false link

'sin2(x+π)=sin2x\sin^2(x+\pi)=\sin^2 x' is true and 'the integrand is periodic' is true — but neither makes the ANTIDERIVATIVE periodic. Judge the statement about f(x)f(x), not the one about the integrand, on its own.

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 (8)

  • Antiderivative and the Constant of Integration

    Indefinite integral

    f(x)dx=F(x)+CwhereF(x)=f(x)\int f(x)\,dx = F(x) + C \quad\text{where}\quad F'(x) = f(x)
  • The Standard-Formula Table

    Power rule (the most-used row)

    xndx=xn+1n+1+C(n1)\int x^n\,dx = \dfrac{x^{n+1}}{n+1} + C \quad (n \neq -1)
  • Linearity — Integrate Term by Term

    Linearity of the integral

    (af(x)+bg(x))dx=a ⁣ ⁣f(x)dx+b ⁣ ⁣g(x)dx\int\big(a\,f(x)+b\,g(x)\big)\,dx = a\!\int\! f(x)\,dx + b\!\int\! g(x)\,dx
  • Simplify the Integrand First

    The collapse identity

    elnu=ueklnx=xke^{\ln u} = u \qquad e^{k\ln x} = x^{k}
  • Exponential Bases — a to the x

    Exponential base rule

    axdx=axlna+C\int a^x\,dx = \dfrac{a^x}{\ln a} + C
  • Completing the Square for Quadratic Denominators

    Arctan standard form

    dxx2+k2=1ktan1 ⁣(xk)+C\int \dfrac{dx}{x^2+k^2} = \dfrac{1}{k}\tan^{-1}\!\Big(\dfrac{x}{k}\Big) + C
  • The e-to-the-x Times f-plus-f-prime Pattern

    Reverse product rule

    ex(f(x)+f(x))dx=exf(x)+C\int e^x\big(f(x)+f'(x)\big)\,dx = e^x f(x) + C
  • Cyclic and Paired Integrals of e-to-the-x Times Trig

    The matched pair

    excosxdx=ex(cosx+sinx)2+C,exsinxdx=ex(sinxcosx)2+C\int e^x\cos x\,dx = \tfrac{e^x(\cos x+\sin x)}{2}+C,\quad \int e^x\sin x\,dx = \tfrac{e^x(\sin x-\cos x)}{2}+C

Watch out for (9)

Mastery check — 5 interleaved questions

Try each one before clicking. Questions are interleaved across the concepts above, not grouped — interleaving sharpens transfer.

Example 1Indefinite IntegrationEASY
What is the value of kk such that integration of 3x2+84kx\frac{3x^2+8-4k}{x} with respect to xx, may be a rational function?

[Q90 · Apr · 2020]

Example 2Indefinite IntegrationMODERATE
If p(x)=(4e)2xp(x)=(4e)^{2x}, then what is p(x)dx\int p(x)\,dx equal to?

[Q78 · Apr · 2020]

Example 3Indefinite IntegrationMODERATE
If I1=exdxex+exI_1=\int\frac{e^x\,dx}{e^x+e^{-x}} and I2=dxe2x+1I_2=\int\frac{dx}{e^{2x}+1}, then what is I1+I2I_1+I_2 equal to?

[Q63 · Apr · 2022]

Example 4Indefinite IntegrationHARD
Let 2x21x2+1dx=U(x)V(x)3ln{U(x)+V(x)}+c2\displaystyle\int\dfrac{x^2-1}{\sqrt{x^2+1}}\,dx = U(x)V(x)-3\ln\{U(x)+V(x)\}+c.
What is U2(x)V2(x)|U^2(x)-V^2(x)| equal to?

[Q99 · Sep · 2024]

Example 5Indefinite IntegrationMODERATE
What is e(2lnx+lnx2)dx\int e^{(2\ln x+\ln x^2)}\,dx equal to?

[Q100 · Apr · 2021]

Drill every past-year question on this subtopic

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