MHT-CET Maths · Indefinite Integration

Foundations — Antiderivatives, the +C, and Standard Formulae

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, you need three reflexes: recognise that an indefinite integral is a FAMILY of functions (the +C), recall the standard-formula table cold, and pre-process the integrand with algebra (factor, divide, split) before reaching for a method. 5 PYQs sit directly here — boundary-value problems where a constant must be solved for, and 'reconstruct the function then integrate' shapes — but these reflexes underpin all 121 questions in the chapter.

Concept 1 of 7

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 — you need an extra condition (a boundary value) 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 x22+5\dfrac{x^2}{2} + 5 and x223\dfrac{x^2}{2} - 3 are both antiderivatives of f(x)=xf(x) = x.
  1. Differentiate the first: ddx ⁣(x22+5)=x+0=x\dfrac{d}{dx}\!\left(\dfrac{x^2}{2} + 5\right) = x + 0 = x. ✓
  2. Differentiate the second: ddx ⁣(x223)=x+0=x\dfrac{d}{dx}\!\left(\dfrac{x^2}{2} - 3\right) = x + 0 = x. ✓
  3. Both give back f(x)=xf(x) = x; they differ only by a constant. So xdx=x22+C\int x\,dx = \dfrac{x^2}{2} + C.
Answer:Both are valid antiderivatives — xdx=x22+C\int x\,dx = \dfrac{x^2}{2} + C.

Never drop the +C on an indefinite integral

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

Concept 2 of 7

The Standard-Formula Table

Intuition

Roughly 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.

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=logx+C\int \dfrac{1}{x}\,dx = \log|x| + C
  • exdx=ex+C\int e^x\,dx = e^x + C, and axdx=axloga+C\int a^x\,dx = \dfrac{a^x}{\log 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
  • 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=logx\int x^{-1} = \log|x| a separate row

Worked example

Integrate (3x2+1x+ex)dx\displaystyle\int\left(3x^2 + \dfrac{1}{x} + e^x\right)dx.
  1. Apply the table term by term (linearity — see the next concept).
  2. 3x2dx=x3\int 3x^2\,dx = x^3; 1xdx=logx\int \dfrac{1}{x}\,dx = \log|x|; exdx=ex\int e^x\,dx = e^x.
  3. Add and attach one constant.
Answer:x3+logx+ex+Cx^3 + \log|x| + e^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=logx+C\int \dfrac{1}{x}\,dx = \log|x| + C. This exclusion is tested directly.

Concept 3 of 7

The Linear-Argument Rule (replace x with ax + b)

Intuition

Every formula in the standard table is written for a bare xx. If the inside is a LINEAR expression ax+bax+b instead, the same formula still works — you just divide the whole answer by aa. It is the cheapest substitution in the chapter, done by eye.

Definition

If f(x)dx=F(x)+C\int f(x)\,dx = F(x) + C, then for a linear inner argument f(ax+b)dx=1aF(ax+b)+C\int f(ax+b)\,dx = \dfrac{1}{a}\,F(ax+b) + C. The 1a\dfrac{1}{a} is the leftover from d(ax+b)=adxd(ax+b) = a\,dx. This covers the whole table at once:

  • (ax+b)ndx=(ax+b)n+1a(n+1)+C\int (ax+b)^n\,dx = \dfrac{(ax+b)^{n+1}}{a(n+1)} + C
  • dxax+b=1alogax+b+C\int \dfrac{dx}{ax+b} = \dfrac{1}{a}\log|ax+b| + C
  • eax+bdx=1aeax+b+C\int e^{ax+b}\,dx = \dfrac{1}{a}e^{ax+b} + C, sin(ax+b)dx=1acos(ax+b)+C\int \sin(ax+b)\,dx = -\dfrac{1}{a}\cos(ax+b) + C

Linear-argument rule

f(ax+b)dx=1aF(ax+b)+Cwheref(x)dx=F(x)+C\int f(ax+b)\,dx = \dfrac{1}{a}\,F(ax+b) + C \quad\text{where}\quad \int f(x)\,dx = F(x)+C
  • acoefficient of xx inside — you divide by it
  • ax+bthe argument; must be LINEAR for the shortcut to hold

Worked example

Evaluate (3x+2)5dx\displaystyle\int (3x+2)^5\,dx.
  1. The bare formula is x5dx=x66\int x^5\,dx = \dfrac{x^6}{6}. The inside is the linear 3x+23x+2, so apply the rule with a=3a = 3.
  2. Write the bare answer at 3x+23x+2, then divide by a=3a = 3: 13(3x+2)66\dfrac{1}{3}\cdot\dfrac{(3x+2)^6}{6}.
  3. Simplify the constant.
Answer:(3x+2)618+C\dfrac{(3x+2)^6}{18} + C
Practice this conceptself-check · 4 quick reps

Only LINEAR insides get the 1/a shortcut

The rule holds because ddx(ax+b)=a\dfrac{d}{dx}(ax+b) = a is a constant. For a non-linear inside like x2+1x^2+1 or x\sqrt{x}, the derivative is not constant — you must do a full substitution, not just divide by a number.

Concept 4 of 7

Linearity and Algebraic Pre-processing

Intuition

Most integrands look hard only because they are written badly. Factor, divide out, split a fraction, or use an identity FIRST — and a 'hard' integral often collapses to the standard table. Always simplify before choosing a method.

Definition

Integration is linear: [af(x)+bg(x)]dx=af(x)dx+bg(x)dx\int [a\,f(x) + b\,g(x)]\,dx = a\int f(x)\,dx + b\int g(x)\,dx. Pre-processing moves that pay off repeatedly:

  • Improper fraction (degree of top \geq bottom): do polynomial division first.
  • Factorable numerator: cancel against the denominator.
  • Split a single fraction into a sum of simpler ones.

Linearity of integration

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

Worked example

Evaluate x41x2+1dx\displaystyle\int \dfrac{x^4 - 1}{x^2 + 1}\,dx.
  1. Factor the numerator: x41=(x21)(x2+1)x^4 - 1 = (x^2 - 1)(x^2 + 1).
  2. Cancel the denominator: the integrand becomes x21x^2 - 1.
  3. Integrate term by term: (x21)dx=x33x+C\int (x^2 - 1)\,dx = \dfrac{x^3}{3} - x + C.
Answer:x33x+C\dfrac{x^3}{3} - x + C
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 4Indefinite IntegrationMODERATE
x4+x2+1x2x+1dx\int\frac{x^4+x^2+1}{x^2-x+1}\,dx is equal to

[Q131 · 9th May Shift 1 · 2023]

Divide before you integrate an improper fraction

If the numerator's degree is \geq the denominator's, you cannot jump to a log or arctan form. Polynomial-divide first; the remainder term is what carries the log/arctan.

Concept 5 of 7

Finding C from a Boundary Condition

Intuition

When a question gives you f(x)f'(x) AND one value like f(1)=4f(1) = 4, it wants the ONE specific antiderivative, not the family. Integrate to get F(x)+CF(x) + C, then plug in the known point to solve for CC.

Definition

Given f(x)f'(x) and a single value f(a)=kf(a) = k: integrate to obtain f(x)=F(x)+Cf(x) = F(x) + C; substitute x=ax = a and set equal to kk to solve C=kF(a)C = k - F(a). The boundary condition removes the ambiguity of the constant.

Solving for the constant

f(x)=F(x)+C,C=f(a)F(a)f(x) = F(x) + C,\qquad C = f(a) - F(a)
  • f(a) = kthe given boundary value
  • F(a)antiderivative evaluated at the boundary point

Worked example

If f(x)=3x2+2x3f'(x) = 3x^2 + \dfrac{2}{x^3} and f(1)=2f(1) = 2, find f(x)f(x).
  1. Integrate:  ⁣(3x2+2x3)dx=x3+2x22+C=x31x2+C\int\!\left(3x^2 + 2x^{-3}\right)dx = x^3 + 2\cdot\dfrac{x^{-2}}{-2} + C = x^3 - \dfrac{1}{x^2} + C.
  2. Apply f(1)=2f(1) = 2: 11+C=21 - 1 + C = 2.
  3. So C=2C = 2.
Answer:f(x)=x31x2+2f(x) = x^3 - \dfrac{1}{x^2} + 2
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 5Indefinite IntegrationMODERATE
If f(x)=x5x5f'(x) = x - \dfrac{5}{x^5} and f(1)=4f(1) = 4, then f(x)f(x) is

[Q109 · 9th May Shift 2 · 2024]

Solve for C only AFTER integrating

The boundary value applies to ff, not ff'. Integrate fully first, keep the CC, then substitute the known point. Substituting into ff' does nothing.

Concept 6 of 7

Reconstruct the Function, Then Integrate

Intuition

Some questions hide the integrand: they give a composition like (ff)(x)(f\circ f)(x) or define ff implicitly through f(something)=expressionf(\text{something}) = \text{expression}. Build the explicit function FIRST, simplify, and only then integrate.

Definition

Two recurring shapes: (1) composition — compute (ff)(x)=f(f(x))(f\circ f)(x) = f(f(x)) and simplify before integrating; (2) implicit definition — if f(g(x))=h(x)f(g(x)) = h(x), substitute t=g(x)t = g(x), express xx in terms of tt, and read off f(t)f(t). Then integrate the resulting explicit function using the table.

Composition of a function with itself

(ff)(x)=f(f(x))(f\circ f)(x) = f\big(f(x)\big)

Worked example

If f(x)=11xf(x) = \dfrac{1}{1 - x} and (ff)(x)=F(x)(f\circ f)(x) = F(x), find F(x)dx\displaystyle\int F(x)\,dx.
  1. Compute f(f(x))=1111x=11x11x=1xx=x1xf(f(x)) = \dfrac{1}{1 - \frac{1}{1-x}} = \dfrac{1}{\frac{1-x-1}{1-x}} = \dfrac{1-x}{-x} = \dfrac{x-1}{x}.
  2. Rewrite for integration: x1x=11x\dfrac{x-1}{x} = 1 - \dfrac{1}{x}.
  3. Integrate:  ⁣(11x)dx=xlogx+C\int\!\left(1 - \dfrac{1}{x}\right)dx = x - \log|x| + C.
Answer:xlogx+Cx - \log|x| + C
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 6Indefinite IntegrationMODERATE
If f(x)=xx+1,x1f(x)=\frac{x}{x+1},\, x\neq -1 and (ff)(x)=F(x)(f\circ f)(x) = F(x), then F(x)dx\int F(x)\,dx is

[Q144 · 15th May Shift 2 · 2023]

Build f explicitly before integrating

You cannot integrate f(g(x))f(g(x)) until you know ff. Substitute to find the explicit rule first; integrating the composition blind is the most common error on these.

Concept 7 of 7

Trigonometric Simplification Toolkit

Intuition

Across calculus a 'hard' integral is often just an unsimplified trig expression. Before reaching for a method, scan for these standard forms and collapse them first — a root disappears, a quotient becomes a single tangent, a product becomes one angle.

Definition

Keep these collapses in reflex memory:

  • **Half-angle of 1±cosx1\pm\cos x:** 1cosx=2sin2x21-\cos x = 2\sin^2\tfrac{x}{2}, 1+cosx=2cos2x21+\cos x = 2\cos^2\tfrac{x}{2}; so 1cosx1+cosx=tan2x2\dfrac{1-\cos x}{1+\cos x}=\tan^2\tfrac{x}{2}, 11cosx=12csc2x2\dfrac{1}{1-\cos x}=\tfrac12\csc^2\tfrac{x}{2}, 11+cosx=12sec2x2\dfrac{1}{1+\cos x}=\tfrac12\sec^2\tfrac{x}{2}.
  • Power-reduction (double angle): 1cos2x=2sin2x1-\cos 2x = 2\sin^2 x, 1+cos2x=2cos2x1+\cos 2x = 2\cos^2 x, sin2x=2sinxcosx\sin 2x = 2\sin x\cos x.
  • Perfect square under a root: 1±sin2x=(sinx±cosx)21\pm\sin 2x=(\sin x\pm\cos x)^2 and 1±sinθ=(cosθ2±sinθ2)21\pm\sin\theta=\left(\cos\tfrac\theta2\pm\sin\tfrac\theta2\right)^2, so 1±sin2x=sinx±cosx\sqrt{1\pm\sin 2x}=|\sin x\pm\cos x|keep the modulus; its sign depends on the interval.
  • **sec±tan\sec\pm\tan:** secx+tanx=1+sinxcosx=tan ⁣(π4+x2)\sec x+\tan x=\dfrac{1+\sin x}{\cos x}=\tan\!\left(\tfrac\pi4+\tfrac x2\right), secxtanx=tan ⁣(π4x2)\sec x-\tan x=\tan\!\left(\tfrac\pi4-\tfrac x2\right).
  • Harmonic form: asinx+bcosx=a2+b2sin(x+α)a\sin x+b\cos x=\sqrt{a^2+b^2}\,\sin(x+\alpha), so its extreme values are ±a2+b2\pm\sqrt{a^2+b^2}.
  • **Weierstrass t=tanx2t=\tan\tfrac{x}{2}:** sinx=2t1+t2\sin x=\dfrac{2t}{1+t^2}, cosx=1t21+t2\cos x=\dfrac{1-t^2}{1+t^2}, dx=2dt1+t2dx=\dfrac{2\,dt}{1+t^2} — turns any rational function of sinx,cosx\sin x,\cos x into a rational function of tt.

The collapses you reach for most

1+cosx=2cos2x2,1cosx=2sin2x2,1±sin2x=sinx±cosx1+\cos x = 2\cos^2\tfrac{x}{2},\quad 1-\cos x = 2\sin^2\tfrac{x}{2},\quad \sqrt{1\pm\sin 2x}=|\sin x\pm\cos x|
  • \tfrac{x}{2}half-angle — appears whenever you collapse 1±cosx1\pm\cos x
  • |\cdots|the root of a perfect square is a MODULUS; fix the sign on the given interval

Worked example

Evaluate dx1+cosx\displaystyle\int \dfrac{dx}{1+\cos x}.
  1. Collapse the denominator with the half-angle form: 1+cosx=2cos2x21+\cos x = 2\cos^2\tfrac{x}{2}.
  2. So 11+cosx=12sec2x2\dfrac{1}{1+\cos x} = \tfrac12\sec^2\tfrac{x}{2}, and 12sec2x2dx=12tanx21/2\int \tfrac12\sec^2\tfrac{x}{2}\,dx = \tfrac12\cdot\dfrac{\tan\tfrac{x}{2}}{1/2}.
  3. The 12\tfrac12 cancels the 12\tfrac12 from differentiating x2\tfrac{x}{2}.
Answer:tanx2+C\tan\tfrac{x}{2} + C
Practice this conceptself-check · 4 quick reps

1±cosx1\pm\cos x (half-angle) vs 1±cos2x1\pm\cos 2x (power-reduction)

Different collapses: 1cosx=2sin2x21-\cos x = 2\sin^2\tfrac{x}{2} but 1cos2x=2sin2x1-\cos 2x = 2\sin^2 x. Read the angle inside the cosine before choosing the factor — the wrong one halves or doubles the argument.

The root of a perfect square is a MODULUS

(sinxcosx)2=sinxcosx\sqrt{(\sin x-\cos x)^2} = |\sin x-\cos x|, not sinxcosx\sin x-\cos x. Resolve the sign on the given interval: on (π4,π2)(\tfrac\pi4,\tfrac\pi2) it is +(sinxcosx)+(\sin x-\cos x); on (0,π4)(0,\tfrac\pi4) it is (sinxcosx)-(\sin x-\cos x). Dropping the modulus is the most common error on 1±sin2x\sqrt{1\pm\sin 2x} problems.

sec±tan\sec\pm\tan — mind which way the half-angle shifts

secx+tanx=tan ⁣(π4+x2)\sec x+\tan x=\tan\!\left(\tfrac\pi4+\tfrac x2\right) but secxtanx=tan ⁣(π4x2)\sec x-\tan x=\tan\!\left(\tfrac\pi4-\tfrac x2\right). Useful check: (secx+tanx)(secxtanx)=sec2xtan2x=1(\sec x+\tan x)(\sec x-\tan x)=\sec^2x-\tan^2x=1.

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

  • 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)
  • The Linear-Argument Rule (replace x with ax + b)

    Linear-argument rule

    f(ax+b)dx=1aF(ax+b)+Cwheref(x)dx=F(x)+C\int f(ax+b)\,dx = \dfrac{1}{a}\,F(ax+b) + C \quad\text{where}\quad \int f(x)\,dx = F(x)+C
  • Linearity and Algebraic Pre-processing

    Linearity of integration

    [af(x)+bg(x)]dx=a ⁣f(x)dx+b ⁣g(x)dx\int [a\,f(x) + b\,g(x)]\,dx = a\!\int f(x)\,dx + b\!\int g(x)\,dx
  • Finding C from a Boundary Condition

    Solving for the constant

    f(x)=F(x)+C,C=f(a)F(a)f(x) = F(x) + C,\qquad C = f(a) - F(a)
  • Reconstruct the Function, Then Integrate

    Composition of a function with itself

    (ff)(x)=f(f(x))(f\circ f)(x) = f\big(f(x)\big)
  • Trigonometric Simplification Toolkit

    The collapses you reach for most

    1+cosx=2cos2x2,1cosx=2sin2x2,1±sin2x=sinx±cosx1+\cos x = 2\cos^2\tfrac{x}{2},\quad 1-\cos x = 2\sin^2\tfrac{x}{2},\quad \sqrt{1\pm\sin 2x}=|\sin x\pm\cos x|

Watch out for (9)

Drill every past-year question on this subtopic

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