Two Big Problems, One New Calculus

Differential calculus grew out of one geometric problem: finding the tangent to a curve. Integral calculus grows out of two:

  1. The reverse problem: given the derivative f′f' of a function at every point, can we recover the function itself? (Given the velocity of a car at every instant, can we find its position?)
  2. The area problem: how do we compute the area of a region bounded by the graph of a function?

The first leads to the indefinite integral, the second to the definite integral — and the miracle of this chapter is that the two are connected by the Fundamental Theorem of Calculus (Section 6), which turns area computations into anti-differentiation.

A function FF whose derivative is the given function ff is called an anti-derivative (or primitive) of ff; the formula that captures all the anti-derivatives is the indefinite integral, and the process of finding them is integration.

Key Point: This chapter is differentiation played backwards. Every derivative formula you memorised in Chapter 5 is about to become an integration formula read right-to-left.

[JEE Tip] Integral calculus (this chapter + the next two) is consistently among the heaviest-weighted units in JEE Main mathematics — the techniques you build here are used again in Areas, Differential Equations, and even Probability. Invest here once, harvest four chapters long.

The Anti-Derivative and the Constant CC

Start from three derivative facts:

ddx(sin⁡x)=cos⁡x,ddx(x33)=x2,ddx(ex)=ex\frac{d}{dx}(\sin x) = \cos x, \qquad \frac{d}{dx}\left(\frac{x^3}{3}\right) = x^2, \qquad \frac{d}{dx}(e^x) = e^x

So sin⁡x\sin x is an anti-derivative of cos⁡x\cos x, x33\frac{x^3}{3} of x2x^2, and exe^x of itself. But they are not the only ones! Since the derivative of any constant is zero,

ddx(sin⁡x+C)=cos⁡xfor every real C\frac{d}{dx}(\sin x + C) = \cos x \quad \text{for every real } C

Each function therefore has infinitely many anti-derivatives, differing from each other by constants. Conversely — and this is the key theorem — functions with the same derivative on an interval differ by a constant: if g′=h′g' = h' on II, then (g−h)′=0(g - h)' = 0, so g−hg - h is constant.

Hence the family {F+C, C∈R}\{F + C,\ C \in \mathbb{R}\} captures ALL anti-derivatives of ff, and we write

∫f(x) dx=F(x)+C\int f(x)\,dx = F(x) + C

read as "the indefinite integral of ff with respect to xx". Here f(x)f(x) is the integrand, xx the variable of integration, and CC the constant of integration.

Parallel curves of one antiderivative family shifted vertically by constant C

Geometrically, y=F(x)+Cy = F(x) + C is a family of parallel curves — vertical shifts of one another. At any fixed xx, every curve in the family has the same slope f(x)f(x): the tangents are parallel. Choosing CC selects one member of the family.

Key Point: Never drop the +C+C. An indefinite integral is a family of functions, not one function — and Boards deduct a mark for a missing constant of integration.

[Board Important] When a question supplies an extra condition like F(0)=3F(0) = 3, that condition exists precisely to pin down CC — compute the general anti-derivative first, then solve for CC.

The Standard Integrals Table

Every derivative formula, read in reverse, is an integration formula. This table is the foundation of the whole chapter — it must become reflex:

Integral Result
∫xn dx\int x^n\,dx xn+1n+1+C\dfrac{x^{n+1}}{n+1} + C, valid for n≠−1n \neq -1
∫dx\int dx x+Cx + C
∫cos⁡x dx\int \cos x\,dx sin⁡x+C\sin x + C
∫sin⁡x dx\int \sin x\,dx −cos⁡x+C-\cos x + C
∫sec⁡2x dx\int \sec^2 x\,dx tan⁡x+C\tan x + C
∫cosec2 x dx\int \text{cosec}^2\, x\,dx −cot⁡x+C-\cot x + C
∫sec⁡xtan⁡x dx\int \sec x \tan x\,dx sec⁡x+C\sec x + C
∫cosec xcot⁡x dx\int \text{cosec}\, x \cot x\,dx −cosec x+C-\text{cosec}\, x + C
∫dx1−x2\int \dfrac{dx}{\sqrt{1 - x^2}} sin⁡−1x+C\sin^{-1} x + C (or −cos⁡−1x+C-\cos^{-1}x + C)
∫dx1+x2\int \dfrac{dx}{1 + x^2} tan⁡−1x+C\tan^{-1} x + C
∫ex dx\int e^x\,dx ex+Ce^x + C
∫1x dx\int \dfrac{1}{x}\,dx log⁡∣x∣+C\log\lvert x \rvert + C
∫ax dx\int a^x\,dx axlog⁡a+C\dfrac{a^x}{\log a} + C

Three entries deserve special attention:

  • The power rule excludes n=−1n = -1 — that missing case is exactly what the log⁡\log formula covers.
  • The modulus in log⁡∣x∣\log\lvert x \rvert makes the formula valid on both sides of zero: for x<0x < 0, ddxlog⁡(−x)=1x\frac{d}{dx}\log(-x) = \frac{1}{x} too.
  • sin⁡−1x\sin^{-1}x and −cos⁡−1x-\cos^{-1}x are both correct answers for ∫dx1−x2\int \frac{dx}{\sqrt{1-x^2}} — they differ by the constant π2\frac{\pi}{2}, which the +C+C absorbs. Two correct-looking different answers can both be right in integration!

Key Point: If two answers to the same integral look different, differentiate both — if each gives back the integrand, they differ only by a constant and both are correct.

[JEE Tip] JEE options exploit the "answers differing by a constant" fact: your correct answer may not literally match any option. Differentiate the options or rewrite yours (e.g. using trig identities) before concluding you made an error.

Properties of the Indefinite Integral

Diagram of differentiation and integration as inverse processes between functions

(I) Differentiation and integration undo each other:

ddx∫f(x) dx=f(x)and∫f′(x) dx=f(x)+C\frac{d}{dx}\int f(x)\,dx = f(x) \qquad \text{and} \qquad \int f'(x)\,dx = f(x) + C

Note the asymmetry: differentiating an integral gives back ff exactly, but integrating a derivative recovers ff only up to a constant — differentiation destroyed the constant's information.

(II) Equivalence: two indefinite integrals with the same derivative represent the same family of curves, and we treat them as equal (the constants absorb any difference).

(III) Sum rule: ∫[f(x)+g(x)] dx=∫f(x) dx+∫g(x) dx\int [f(x) + g(x)]\,dx = \int f(x)\,dx + \int g(x)\,dx

(IV) Constant multiple rule: ∫kf(x) dx=k∫f(x) dx\int k f(x)\,dx = k\int f(x)\,dx for any real kk

(V) Linearity (the working form):

∫[k1f1(x)+⋯+knfn(x)] dx=k1∫f1(x) dx+⋯+kn∫fn(x) dx\int [k_1 f_1(x) + \cdots + k_n f_n(x)]\,dx = k_1\int f_1(x)\,dx + \cdots + k_n\int f_n(x)\,dx

Linearity is what lets you integrate any polynomial (and much more) term by term.

Key Point: There is NO product rule or quotient rule for integration. ∫fg dx≠∫f dx⋅∫g dx\int f g\,dx \neq \int f\,dx \cdot \int g\,dx — products need substitution (Section 2) or integration by parts (Section 5). Splitting is legal only across + and −.

[Board Important] When you split an integral into several pieces, each piece technically gets its own constant — but they merge into one. Write a single +C+C in the final answer; that is the accepted convention.

Integration by Inspection — and Preparing the Integrand

The most basic method: stare at the integrand and guess a function whose derivative it is, then adjust constants. Examples:

  • For cos⁡2x\cos 2x: we know ddxsin⁡2x=2cos⁡2x\frac{d}{dx}\sin 2x = 2\cos 2x — twice too big — so the anti-derivative is 12sin⁡2x\frac{1}{2}\sin 2x.
  • For 3x2+4x33x^2 + 4x^3: recognise it as ddx(x3+x4)\frac{d}{dx}(x^3 + x^4) directly.
  • For (ax+b)n(ax+b)^n: since ddx(ax+b)n+1=a(n+1)(ax+b)n\frac{d}{dx}(ax+b)^{n+1} = a(n+1)(ax+b)^n, we get ∫(ax+b)ndx=(ax+b)n+1a(n+1)+C\int (ax+b)^n dx = \frac{(ax+b)^{n+1}}{a(n+1)} + C — the "divide by the inner coefficient" reflex.

Often the real work is algebra before integration. Split fractions, expand squares, use identities — until each term is a standard form:

∫x3−1x2 dx=∫(x−x−2)dx=x22+1x+C\int \frac{x^3 - 1}{x^2}\,dx = \int \left(x - x^{-2}\right)dx = \frac{x^2}{2} + \frac{1}{x} + C

∫1−sin⁡xcos⁡2x dx=∫(sec⁡2x−sec⁡xtan⁡x) dx=tan⁡x−sec⁡x+C\int \frac{1 - \sin x}{\cos^2 x}\,dx = \int (\sec^2 x - \sec x\tan x)\,dx = \tan x - \sec x + C

Two closing remarks from the NCERT:

  1. Not every function has an elementary anti-derivative. For example ∫e−x2dx\int e^{-x^2} dx cannot be expressed using polynomials, trig, exponentials or logs — no method in this chapter (or any chapter) will produce a closed form. Recognising these saves exam time.
  2. The variable name is irrelevant: ∫y4 dy=y55+C\int y^4\,dy = \frac{y^5}{5} + C — the same formulas apply with any letter.

Key Point: Before reaching for heavy machinery, always try 10 seconds of algebraic simplification. A large fraction of "hard" NCERT integrals are one identity away from the standard table.

[JEE Tip] Verify any inspection answer instantly by differentiating it in your head. Differentiation is mechanical and fast; integration is creative and slow — always check in the cheap direction.

Solved Examples

Example 1: Anti-derivatives by inspection

Write an anti-derivative for each by the method of inspection: (i) cos⁡2x\cos 2x (ii) 3x2+4x33x^2 + 4x^3 (iii) 1x\frac{1}{x}, x≠0x \neq 0.

Solution:

  1. (i) ddxsin⁡2x=2cos⁡2x\frac{d}{dx}\sin 2x = 2\cos 2x, so cos⁡2x=ddx(12sin⁡2x)\cos 2x = \frac{d}{dx}\left(\frac{1}{2}\sin 2x\right): an anti-derivative is 12sin⁡2x\frac{1}{2}\sin 2x.
  2. (ii) ddx(x3+x4)=3x2+4x3\frac{d}{dx}(x^3 + x^4) = 3x^2 + 4x^3: an anti-derivative is x3+x4x^3 + x^4.
  3. (iii) For x>0x > 0: ddxlog⁡x=1x\frac{d}{dx}\log x = \frac{1}{x}; for x<0x < 0: ddxlog⁡(−x)=1x\frac{d}{dx}\log(-x) = \frac{1}{x}. Combining: an anti-derivative is log⁡∣x∣\log|x|.

Final Answer: 12sin⁡2x\frac{1}{2}\sin 2x; x3+x4x^3 + x^4; log⁡∣x∣\log|x|.

Takeaway: Inspection = recall the nearest derivative formula, then fix the constant factor. Part (iii) is why the modulus appears in the log formula.

Example 2: Split the fraction first

Find ∫x3−1x2 dx\int \frac{x^3 - 1}{x^2}\,dx.

Solution:

  1. Simplify the integrand: x3−1x2=x−x−2\frac{x^3 - 1}{x^2} = x - x^{-2}.
  2. Integrate term by term (linearity): ∫x dx−∫x−2dx=x22−x−1−1+C\int x\,dx - \int x^{-2}dx = \frac{x^2}{2} - \frac{x^{-1}}{-1} + C.
  3. Tidy up: x22+1x+C\frac{x^2}{2} + \frac{1}{x} + C.

Final Answer: x22+1x+C\frac{x^2}{2} + \frac{1}{x} + C.

Takeaway: Division by x2x^2 turned the fraction into two power-rule terms. Note only ONE constant CC is written at the end.

Example 3: Fractional powers

Find ∫(x2/3+1)dx\int \left(x^{2/3} + 1\right)dx.

Solution:

  1. Power rule on each term: ∫x2/3dx=x5/35/3=35x5/3\int x^{2/3}dx = \frac{x^{5/3}}{5/3} = \frac{3}{5}x^{5/3}; and ∫dx=x\int dx = x.
  2. Combine: 35x5/3+x+C\frac{3}{5}x^{5/3} + x + C.

Final Answer: 35x5/3+x+C\frac{3}{5}x^{5/3} + x + C.

Takeaway: The power rule works for every real exponent except −1-1: add 1 to the power, divide by the new power — fractions included.

Example 4: A three-term mix

Find ∫(x3/2+2ex−1x)dx\int \left(x^{3/2} + 2e^x - \frac{1}{x}\right)dx.

Solution:

  1. Apply linearity: integrate the three terms separately.
  2. Power term: ∫x3/2dx=x5/25/2=25x5/2\int x^{3/2}dx = \frac{x^{5/2}}{5/2} = \frac{2}{5}x^{5/2}.
  3. Exponential term: ∫2exdx=2ex\int 2e^x dx = 2e^x.
  4. Reciprocal term: ∫1xdx=log⁡∣x∣\int \frac{1}{x}dx = \log|x|.

Final Answer: 25x5/2+2ex−log⁡∣x∣+C\frac{2}{5}x^{5/2} + 2e^x - \log|x| + C.

Takeaway: Three different table entries in one integral — the table, not cleverness, does all the work.

Example 5: Trigonometric sums

Find (i) ∫(sin⁡x+cos⁡x) dx\int (\sin x + \cos x)\,dx (ii) ∫cosec x (cosec x+cot⁡x) dx\int \text{cosec}\, x\,(\text{cosec}\, x + \cot x)\,dx.

Solution:

  1. (i) ∫sin⁡x dx+∫cos⁡x dx=−cos⁡x+sin⁡x+C\int \sin x\,dx + \int \cos x\,dx = -\cos x + \sin x + C.
  2. (ii) Expand first: ∫cosec2x dx+∫cosec xcot⁡x dx\int \text{cosec}^2 x\,dx + \int \text{cosec}\, x\cot x\,dx.
  3. Table entries: −cot⁡x+(−cosec x)+C=−cot⁡x−cosec x+C-\cot x + (-\text{cosec}\, x) + C = -\cot x - \text{cosec}\, x + C.

Final Answer: (i) sin⁡x−cos⁡x+C\sin x - \cos x + C; (ii) −cot⁡x−cosec x+C-\cot x - \text{cosec}\, x + C.

Takeaway: Expand products into sums of table entries. Watch the minus signs on the "co-" integrals — they are the most common slip in this section.

Example 6: Rewrite with identities

Find ∫1−sin⁡xcos⁡2x dx\int \frac{1 - \sin x}{\cos^2 x}\,dx.

Solution:

  1. Split the fraction: 1cos⁡2x−sin⁡xcos⁡2x=sec⁡2x−sin⁡xcos⁡x⋅1cos⁡x\frac{1}{\cos^2 x} - \frac{\sin x}{\cos^2 x} = \sec^2 x - \frac{\sin x}{\cos x}\cdot\frac{1}{\cos x}.
  2. Recognise standard forms: =sec⁡2x−tan⁡xsec⁡x= \sec^2 x - \tan x \sec x.
  3. Integrate from the table: tan⁡x−sec⁡x+C\tan x - \sec x + C.

Final Answer: tan⁡x−sec⁡x+C\tan x - \sec x + C.

Takeaway: The two-step rhythm of this whole section: rewrite into table forms, then read off the answer.

Example 7: Pinning down the constant

Find the anti-derivative FF of f(x)=4x3−6f(x) = 4x^3 - 6 satisfying F(0)=3F(0) = 3.

Solution:

  1. General anti-derivative: F(x)=∫(4x3−6) dx=x4−6x+CF(x) = \int (4x^3 - 6)\,dx = x^4 - 6x + C.
  2. Apply the condition: F(0)=0−0+C=3⇒C=3F(0) = 0 - 0 + C = 3 \Rightarrow C = 3.
  3. Write the specific function: F(x)=x4−6x+3F(x) = x^4 - 6x + 3.

Final Answer: F(x)=x4−6x+3F(x) = x^4 - 6x + 3.

Takeaway: An initial condition converts the family of anti-derivatives into a unique function — the standard two-step: integrate generally, then solve for CC.

Example 8: A general quadratic

Find ∫(ax2+bx+c) dx\int (ax^2 + bx + c)\,dx.

Solution:

  1. Linearity: a∫x2dx+b∫x dx+c∫dxa\int x^2 dx + b\int x\,dx + c\int dx.
  2. Power rule: =ax33+bx22+cx+C= \frac{ax^3}{3} + \frac{bx^2}{2} + cx + C.

Final Answer: ax33+bx22+cx+C\frac{ax^3}{3} + \frac{bx^2}{2} + cx + C.

Takeaway: Symbolic coefficients change nothing — they ride along like the constants they are.

Example 9: Divide before integrating

Find ∫x3+5x2−4x2 dx\int \frac{x^3 + 5x^2 - 4}{x^2}\,dx.

Solution:

  1. Split the fraction: x3x2+5x2x2−4x2=x+5−4x−2\frac{x^3}{x^2} + \frac{5x^2}{x^2} - \frac{4}{x^2} = x + 5 - 4x^{-2}.
  2. Integrate term by term: x22+5x−4⋅x−1−1+C\frac{x^2}{2} + 5x - 4\cdot\frac{x^{-1}}{-1} + C.
  3. Tidy: x22+5x+4x+C\frac{x^2}{2} + 5x + \frac{4}{x} + C.

Final Answer: x22+5x+4x+C\frac{x^2}{2} + 5x + \frac{4}{x} + C.

Takeaway: When the denominator is a single power of xx, term-wise division is always faster than any formal method.

Example 10: Factor and cancel

Find ∫x3−x2+x−1x−1 dx\int \frac{x^3 - x^2 + x - 1}{x - 1}\,dx.

Solution:

  1. Factor the numerator by grouping: x2(x−1)+1(x−1)=(x2+1)(x−1)x^2(x - 1) + 1(x - 1) = (x^2 + 1)(x - 1).
  2. Cancel: the integrand is x2+1x^2 + 1 (for x≠1x \neq 1).
  3. Integrate: ∫(x2+1) dx=x33+x+C\int (x^2 + 1)\,dx = \frac{x^3}{3} + x + C.

Final Answer: x33+x+C\frac{x^3}{3} + x + C.

Takeaway: A polynomial-over-polynomial integrand should trigger one question first: does it divide exactly? Here grouping made the division instant.

Example 11: A secant product

Find ∫sec⁡x (sec⁡x+tan⁡x) dx\int \sec x\,(\sec x + \tan x)\,dx.

Solution:

  1. Expand: ∫sec⁡2x dx+∫sec⁡xtan⁡x dx\int \sec^2 x\,dx + \int \sec x\tan x\,dx.
  2. Both are table entries: tan⁡x+sec⁡x+C\tan x + \sec x + C.

Final Answer: tan⁡x+sec⁡x+C\tan x + \sec x + C.

Takeaway: This exact integrand returns in Section 3 as the key trick for evaluating ∫sec⁡x dx\int \sec x\,dx — remember the pattern sec⁡x(sec⁡x+tan⁡x)\sec x(\sec x + \tan x).

Example 12: Hidden tan⁡2x\tan^2 x

Find ∫sec⁡2xcosec2x dx\int \frac{\sec^2 x}{\text{cosec}^2 x}\,dx.

Solution:

  1. Rewrite in sines and cosines: sec⁡2xcosec2x=1/cos⁡2x1/sin⁡2x=sin⁡2xcos⁡2x=tan⁡2x\frac{\sec^2 x}{\text{cosec}^2 x} = \frac{1/\cos^2 x}{1/\sin^2 x} = \frac{\sin^2 x}{\cos^2 x} = \tan^2 x.
  2. Use the identity tan⁡2x=sec⁡2x−1\tan^2 x = \sec^2 x - 1: the integral becomes ∫(sec⁡2x−1) dx\int (\sec^2 x - 1)\,dx.
  3. Integrate: tan⁡x−x+C\tan x - x + C.

Final Answer: tan⁡x−x+C\tan x - x + C.

Takeaway: tan⁡2\tan^2 and cot⁡2\cot^2 are never integrated directly — always convert via sec⁡2x−1\sec^2 x - 1 or cosec2x−1\text{cosec}^2 x - 1.

Example 13: One more identity workout

Find ∫2−3sin⁡xcos⁡2x dx\int \frac{2 - 3\sin x}{\cos^2 x}\,dx.

Solution:

  1. Split: ∫2cos⁡2xdx−∫3sin⁡xcos⁡2xdx=2∫sec⁡2x dx−3∫tan⁡xsec⁡x dx\int \frac{2}{\cos^2 x}dx - \int \frac{3\sin x}{\cos^2 x}dx = 2\int \sec^2 x\,dx - 3\int \tan x\sec x\,dx.
  2. Table entries: 2tan⁡x−3sec⁡x+C2\tan x - 3\sec x + C.

Final Answer: 2tan⁡x−3sec⁡x+C2\tan x - 3\sec x + C.

Takeaway: sin⁡xcos⁡2x\frac{\sin x}{\cos^2 x} should instantly parse as tan⁡xsec⁡x\tan x \sec x — train the eye to see products of standard derivatives inside fractions.