By the end of this chapter you'll be able to…

  • 1State the hypotheses of the fundamental theorem and recognise when an antiderivative is not valid across an interval
  • 2Reach a standard form by completing the square, substituting inside a composite, splitting a linear numerator, or dividing through by a power of
  • 3Apply integration by parts with a sensible choice of factor, and recognise the and self-reproducing patterns
  • 4Evaluate definite integrals by the king property, parity and periodicity, without finding an antiderivative
  • 5Read a limit of a sum as a definite integral, and bound an integral that cannot be evaluated
  • 6Differentiate a function defined by an integral with variable limits, and compute areas by splitting the region at every crossing
💡
Why this chapter matters in JEE Advanced
Advanced sets integrals that cannot be finished by antidifferentiation at all, so the marks go to candidates who look for a symmetry, a bound or a substitution that is not visible on the page. The chapter also contains the most reliable trap on the paper: applying the fundamental theorem across a point where the integrand is undefined produces an answer whose sign is impossible, and the same blindness to sign changes turns an area question into zero. Everything here reappears in differential equations, in the area calculations of coordinate geometry and throughout the physics paper.

Before you start — revise these

🔗
Derivatives of all standard functions, and the chain and product rules
🔗
Partial fractions for linear, repeated and irreducible quadratic factors
🔗
Trigonometric identities including the double-angle and Pythagorean forms
🔗
Limits, including the meaning of a limit of a sum as the number of terms grows

Integrals

Evaluate .

The antiderivative of is , so the fundamental theorem seems to give

That answer is impossible. The integrand is positive wherever it is defined, so no reasonable value of the integral can be negative. The true situation is that the integral does not exist: the area under near the origin is unbounded on both sides.

The fundamental theorem is a conditional statement. It says that if is continuous on and there, then .

Here is not continuous on — it is not even defined at the origin — and is not an antiderivative on the whole interval, only on each side separately. Applying the formula across a point where the integrand blows up is the single most productive trap in the chapter, and the tell is always an answer whose sign is impossible.

-1 1 0 both shaded pieces have infinite area, so the sum cannot be a number at all the antiderivative is valid on each side, never across

1. Reaching a standard form

Almost every indefinite integral on the paper is one of a dozen standard forms after a substitution, and the skill tested is recognising which. The three moves that do most of the work are completing the square in a quadratic denominator, substituting for whatever appears inside a composite function, and dividing numerator and denominator by a power of to create a new variable.

Illustration 1

Evaluate .

Completing the square gives , so with this is the arctangent form:

The same completion handles , which becomes an inverse sine or a logarithm depending on the sign of the leading coefficient.

Illustration 2

Evaluate .

Nothing standard is visible, so divide numerator and denominator by :

Now has , which is exactly the numerator, and . So the integral is .

The companion integral with on top uses instead, and recognising which numerator calls for which substitution is the whole of this family.

Two further devices complete the toolkit for algebraic integrands. When a linear numerator sits over a quadratic, or over the square root of one, split it into a multiple of the derivative of the quadratic plus a constant:

The first part integrates to a logarithm or a square root immediately, and the second reduces to a completed-square standard form. Matching the coefficient of gives and the constant term gives , so the split costs one line.

When a square root of a quadratic resists, a trigonometric substitution removes it outright. The three cases are for , for , and for ; in each the Pythagorean identity turns the radical into a single trigonometric function. A quadratic that is not already in one of these forms is completed to a square first.

Illustration 3

Evaluate .

The derivative of the quadratic is , so write . The first piece integrates directly to . The second is , a standard logarithmic form. So

For a rational function of and there is one substitution that always works, even when nothing else does. Putting gives

which converts the whole integrand into a rational function of , to be finished by partial fractions. It is the last resort rather than the first, because it usually produces a messier expression than a well-chosen alternative, but it never fails on that family.

2. Integration by parts, and two patterns worth knowing

The formula is only as good as the choice of , and the usual ordering — inverse trigonometric, logarithmic, algebraic, trigonometric, exponential — ranks functions by how much simpler they become on differentiation.

Two patterns recur often enough to be recognised rather than derived. The first is

which is just the product rule read backwards. The second is the integral that reproduces itself after two applications of parts, as with , where the original integral reappears and is solved for algebraically.

Illustration 4

Evaluate .

Split the fraction looking for . Taking gives , so

The answer is therefore , with no integration performed at all. Spotting the pattern is worth several minutes on a question that is otherwise a long partial-fraction exercise.

Illustration 5

Evaluate .

Two applications of parts give , so and

The essential point is to differentiate the same factor both times. Swapping roles on the second application returns the trivial identity and wastes the work.

3. Rational functions

A rational function is integrated by reducing the degree of the numerator below that of the denominator, factorising the denominator, and splitting into partial fractions. A linear factor contributes , a repeated factor contributes an extra , and an irreducible quadratic contributes .

Illustration 6

Evaluate .

Write . Multiplying out and setting gives ; comparing coefficients of and of the constant gives and . So

Substituting a root to find one coefficient and then comparing two coefficients is faster than expanding everything, and it leaves fewer places to slip.

4. Definite integrals and their symmetries

A definite integral has properties an indefinite one does not, all of them consequences of substituting a reflection or a shift. The most productive is the king property:

obtained by substituting . Adding the two forms often collapses an intractable integrand into a constant.

Alongside it, an odd integrand over a symmetric interval gives zero and an even one gives twice the half-integral; a function of period satisfies ; and when , and zero when .

a b f(x) a b f(a + b - x) = reflecting about the midpoint leaves the area unchanged

Illustration 7

Show that for every real .

Call the integral and apply the king property with . Since ,

Adding the two expressions, the integrands sum to , so and . The exponent never appears in the answer, which is the surprise the question is built around.

Illustration 8

Evaluate .

Substituting leaves and unchanged but turns into . Adding the two forms,

so . The general pattern is that , and it is worth recognising rather than rederiving each time.

One more property is used whenever an integral cannot be evaluated at all. If throughout then , and in particular a bound gives

Advanced sets questions asking to place an integral between two numbers, and the intended method is always to bound the integrand rather than to find an antiderivative. To estimate , note that on , so the integrand lies between and . Integrating the two bounds gives

and a sharper bound comes from a sharper estimate of the denominator, not from more integration. The same idea shows that an integral of a strictly positive function over an interval of positive length is strictly positive, which is the sanity check that exposed the opening example.

5. A definite integral as a limit of a sum

Dividing into equal parts and letting ,

Reading a limit as an integral requires spotting the factor and rewriting the rest as a function of alone. Advanced sets this in the direction that is harder: a sum is given and the integral must be found.

0 1 each width is 1/n and each height is f(r/n)

Illustration 9

Evaluate .

Factor out of the denominator to expose the pattern:

The first step is always to force the leading into view; everything else then has to be a function of , and if it is not, the sum is not a Riemann sum on .

The same reading handles a sum written out in full. In every term is with the prefactor already present, so the limit is .

6. Differentiating an integral

When the limits themselves depend on , the derivative is given by Leibniz's rule:

The integration variable is , not , which is why the answer contains no integral at all. Advanced uses this to define a function by an integral and then ask for its monotonicity or extrema.

Illustration 10

If for , find .

Applying the rule with and ,

Since makes both parts positive, is increasing — a conclusion reached without ever evaluating the integral, which in fact has no elementary form.

7. Areas, and why the region must be split

The area between two curves is , and the words "upper" and "lower" can swap at a crossing. An integral run straight through such a point subtracts one piece from the other instead of adding them.

cubic above line line above cubic running one integral across the crossing gives zero, not the total area

Illustration 11

Find the area enclosed between and for .

The curves meet at . On the line is above the cubic; on the cubic is above the line. So

Running a single integral of from to gives , because the integrand is odd. A zero answer to an area question is always a signal that a crossing was ignored.

Illustration 12

Find the area bounded by and the line .

Integrating with respect to avoids splitting: the parabola gives and the line gives , meeting where , that is and . Then

Choosing the variable of integration so that one curve is a single function of it is usually worth more than any algebraic simplification.

8. Reduction and the standard trigonometric integrals

Integrals of over a quarter period satisfy a reduction formula, and iterating it gives Wallis's result:

with the chain terminating at for even and at for odd . The same value holds with , by the king property.

Illustration 13

Evaluate and .

For the even case, .

For the odd case, .

The factor of appears only for even powers, which is the one detail to keep straight.

Illustration 14

Evaluate .

The integrand has period , not , so the integral is . Dropping the modulus and integrating over gives , which is the same failure as the area question above: a sign change inside the interval.

Illustration 15

Evaluate .

Test the parity. The factor is even and is odd, so the product is odd and the integral over a symmetric interval is . No antiderivative exists in elementary terms, so parity is not merely the quick route — it is the only one.

Summary

The fundamental theorem needs the integrand continuous on the whole interval. Applying an antiderivative across a point where the function blows up produces an answer that is often impossible on sight, as with appearing to be negative.

The corresponding check is worth running on every definite integral before the answer is written down: compare the sign of the result with the sign of the integrand, and compare its size with the crude bound given by the length of the interval.

Indefinite integrals are exercises in recognition: complete the square for a quadratic denominator, substitute for whatever sits inside a composite, and divide through by a power of to create . In integration by parts, choose the factor that simplifies on differentiation, and recognise the two standard patterns — the product rule read backwards for , and the integral that reappears after two applications.

A linear numerator over a quadratic, or over its square root, is split into a multiple of the derivative of that quadratic plus a constant. A surviving square root is removed by a sine, tangent or secant substitution, and any rational function of and yields to , which is slow but never fails.

Definite integrals carry symmetries that indefinite ones do not. The king property replaces by and, added to the original, often collapses the integrand to a constant; parity kills an odd integrand over a symmetric interval; and periodicity converts a long interval into a multiple of one period.

When an integral cannot be evaluated, it can still be bounded: replace the integrand by constants above and below it and multiply by the length of the interval. That is the intended route whenever a question asks you to place an integral between two numbers, and the same reasoning is what makes an impossible sign impossible.

A limit of a sum becomes an integral once the factor is visible and everything else is a function of . Leibniz's rule differentiates an integral with variable limits without evaluating it, which is how a function defined by an integral is analysed. For areas, find every crossing first and integrate each piece with the correct order of subtraction; an answer of zero means a crossing was missed.

Key formulas & results

Everything to memorise for the exam hall, in one card. Screenshot this for revision.

Fundamental theorem, with its hypothesis
The condition is not decoration. Applied across the singularity of $x^{-2}$ on $[-1,1]$ it returns $-2$ for a positive integrand, which is impossible.
Completing the square
Turns any quadratic denominator into an arctangent or logarithm form, and any quadratic under a root into an inverse sine or a logarithm.
Splitting a linear numerator
The first part integrates to a logarithm or a square root at once; the second reduces to a completed-square standard form. Match the $x$ coefficient for $\lambda$ and the constant for $\mu$.
Trigonometric substitutions
For $\sqrt{a^{2}-x^{2}}$, $\sqrt{a^{2}+x^{2}}$ and $\sqrt{x^{2}-a^{2}}$ respectively. Complete the square first if the quadratic is not already in one of these forms.
The $x\pm\tfrac1x$ family
For integrands like $\dfrac{x^{2}\pm1}{x^{4}+1}$: divide numerator and denominator by $x^{2}$, and the numerator becomes exactly $dt$.
Half-angle substitution
Converts any rational function of $\sin x$ and $\cos x$ into a rational function of $t$. Slow, but it never fails on that family.
Integration by parts
Choose $u$ to be whatever simplifies most on differentiation, ranking inverse trigonometric, logarithmic, algebraic, trigonometric and exponential in that order.
The product rule reversed
Recognising this pattern replaces a long partial-fraction exercise with a single line. Look for a fraction that splits as $f+f'$.
King property
From the substitution $x\mapsto a+b-x$. Adding the two forms often collapses the integrand to a constant, as in $\int_0^{\pi/2}\dfrac{dx}{1+\tan^{n}x}=\dfrac{\pi}{4}$.
Parity and periodicity
Parity is often the only route when no elementary antiderivative exists. For a periodic integrand, check the true period: $\left|\sin x\right|$ has period $\pi$, not $2\pi$.
Limit of a sum
Force the factor $\tfrac1n$ into view first; everything remaining must be a function of $\tfrac rn$ alone or the sum is not a Riemann sum on $[0,1]$.
Leibniz's rule
The answer contains no integral, because the integration variable is $t$. It analyses a function defined by an integral without evaluating it.
Bounding an integral
The intended method whenever a question asks you to place an integral between two numbers. Sharpen the answer by sharpening the bound on the integrand, not by integrating.
⚠️

Traps JEE Advanced sets — and how to dodge them

These are the exact option-traps and misreads that cost marks under negative marking.

WATCH OUT
Applying an antiderivative across a discontinuity of the integrand
Check that the integrand is defined and continuous on the whole interval before using the fundamental theorem. Split at any singularity and treat each piece separately.
Why it happens: The antiderivative is a valid formula on each side, so nothing on the page signals that the interval was crossed illegitimately.
WATCH OUT
Integrating straight through a crossing when finding an area
Find every intersection first, then integrate upper minus lower on each piece separately and add the positive results.
Why it happens: The formula "area equals the integral of the difference" is remembered without the qualification that the difference must keep its sign.
WATCH OUT
Using the wrong period for a periodic integrand
Determine the fundamental period before applying . has period .
Why it happens: The period of the function inside the modulus is the number in view, and taking the modulus halves it without changing anything visible in the formula.
WATCH OUT
Swapping the roles of the two factors on the second application of parts
Differentiate the same factor both times. Swapping returns the trivial identity and discards the work.
Why it happens: After one application the integrand looks new, so the choice is made afresh instead of being continued.
WATCH OUT
Attempting to antidifferentiate an integrand with no elementary antiderivative
Test parity, try the king property, or bound the integrand. Advanced sets such integrands deliberately.
Why it happens: Every earlier exercise had an antiderivative, so the possibility that none exists is not part of the candidate's method.
WATCH OUT
Treating a sum as a Riemann sum without checking the form
Extract the factor and confirm that every remaining occurrence of appears only as .
Why it happens: The limit looks like an integral as soon as a sum and a large appear together, so the structural check is skipped.

Exam-pattern practice

PYQ-style questions with full solutions. Work through them as a readiness check — mark yourself honestly and get your gap report at the end.

Readiness check

Are you exam-ready for Integrals?

12 problems from this chapter. Try each one, reveal the worked solution, mark yourself honestly — get your gap report at the end.

12 questions~8 min worth ~12 marks in JEE Advanced exams

5-minute revision

The whole chapter, distilled. Read this the night before the exam.

  • The fundamental theorem needs continuity on the whole interval; an impossible sign is the tell that it was misapplied.
  • Complete the square for any quadratic denominator or radical.
  • Split a linear numerator into a multiple of the derivative of the quadratic plus a constant.
  • Divide by to create for integrands of the form .
  • converts any rational function of sine and cosine into a rational function; use it last.
  • Recognise before attempting partial fractions.
  • When parts is applied twice, differentiate the same factor both times or the work cancels.
  • The king property replaces by ; adding the two forms often leaves a constant.
  • Parity kills an odd integrand over a symmetric interval, often when no antiderivative exists.
  • Check the true period before using .
  • For a limit of a sum, extract and confirm the rest depends only on .
  • Split every area at each crossing; a zero answer means a crossing was missed.

JEE Advanced question blueprint

How this topic is asked, tier by tier — so you can prep to the pattern.

Typical weightage: ~2-3 questions (roughly 8-12 marks) across the two papers combined, out of the ~120 marks of Mathematics

Question styleMarks eachTypical countWhat it tests
Indefinite integration: substitution, parts and partial fractions41Standard forms after completing the square, numerator splitting, trigonometric and half-angle substitutions, integration by parts and its two patterns, and partial fractions
Definite integrals, symmetry and limits of sums41The king property, parity and periodicity, definite integrals with no elementary antiderivative, and limits of sums read as integrals
Areas, bounds and functions defined by integrals41Areas requiring the region to be split at crossings, choice of integration variable, bounding an integral, and Leibniz's rule for functions defined by integrals

Exam-hall strategy

Battle-tested tips from mentors and toppers for this topic under the sectional clock.

  1. Before evaluating any definite integral, check the integrand for a singularity inside the limits and check its parity. Both take seconds and either can finish the question.
  2. If the integrand contains an arbitrary exponent or an unspecified function, reach for the king property immediately; such integrals are set to be done that way.
  3. For an indefinite integral, spend a moment looking for the pattern or an structure before starting a long method.
  4. In area questions, find every intersection first and mark which curve is above on each interval. Doing this before integrating prevents the commonest loss of marks.
  5. If an antiderivative refuses to appear, switch to bounding the integrand. A question asking to place an integral between two numbers never wants an antiderivative.

Beyond the exam

Where this skill shows up in the job you're competing for — and in life.

Signal energy is a definite integral of a squared amplitude

Signal energy is a definite integral of a squared amplitude, and the periodicity property is why an engineer measures one cycle and multiplies rather than integrating over a whole recording.

Probability densities are integrated to give probabilities

Probability densities are integrated to give probabilities, and the requirement that the total integral be one is what normalises every distribution used in statistics.

Numerical methods such as the trapezium and Simpson rules…

Numerical methods such as the trapezium and Simpson rules are limits of sums truncated early, and their error estimates come from bounding the integrand's derivatives exactly as this chapter bounds integrals.

Where else this topic is tested

Prepare once, score in every exam that asks it.

JEE Advanced
JEE Main
BITSAT
ISI Admission Test
CUET (Mathematics)

Questions aspirants ask

Pulled from the Q&A community and mentor sessions.

Look for a point inside the interval where the integrand is undefined or unbounded, which usually means a zero of a denominator or the argument of a logarithm reaching zero. If one exists, the fundamental theorem does not apply to the whole interval at all, and the integral must be examined on each side separately. A quick sanity check is to compare the sign of your answer with the sign of the integrand: a positive integrand cannot produce a negative integral.

Whenever the integrand contains a structure that the substitution will interchange, such as and on , or a factor of on where the rest depends only on . It is also the first thing to try when the integrand contains an arbitrary exponent or an arbitrary function, since such integrals are almost never evaluated directly.

Because that factor is the width of each subinterval, and without it the expression is not a Riemann sum at all. Once it is extracted, everything remaining must depend on and only through the ratio , which is the sample point. If some survives on its own, the sum corresponds to a different interval or is not an integral at all, and forcing it into one gives a wrong answer.

Yes, whenever the two curves change places. The integral of a difference computes a signed area, so a region below the axis or a stretch where the order swaps contributes negatively and cancels part of the answer. The reliable procedure is to find every intersection, decide which curve is above on each resulting interval, and add the pieces. If the region is symmetric, computing one piece and multiplying is both faster and a check.

Ask three questions in order. Is the integrand odd over a symmetric interval, so the answer is zero? Does the king property or a periodicity relation collapse it? Can the integrand be bounded between two constants to place the answer in an interval? Advanced sets such integrands deliberately, and all three routes appear on the paper. Leibniz's rule also analyses a function defined by such an integral without evaluating it.
Sources and How This Chapter Was CheckedSyllabus scope, what was derived rather than quoted, and how every answer here was checked.

Scope follows the JEE Advanced syllabus for 2026 (Mathematics, Integral Calculus): integration as the inverse of differentiation, indefinite integrals of standard functions, definite integrals and their properties, the fundamental theorem of integral calculus, integration by parts, integration by the methods of substitution and partial fractions, and the application of definite integrals to areas bounded by simple curves.

The treatment concentrates on what Advanced adds to Main. Main asks for a standard indefinite integral and for an area under a single curve; Advanced asks for a substitution that is not visible, for a definite integral evaluated by symmetry rather than by antidifferentiation, for a limit of a sum read as an integral, for the derivative of a function defined by an integral, and for an area whose region changes order at a crossing.

Results were derived rather than quoted. The king property came from the substitution , the pattern from the product rule reversed, the value in Illustration 6 from adding the integral to its reflected form, and the reduction formula from one application of integration by parts to .

Every illustration was checked a second way. The opening integral was tested for sign, which alone rules out the naive answer; the area in Illustration 11 was confirmed by symmetry, since the two halves are congruent; the parabola-and-line area was checked by the alternative route of integrating in with a split at the vertex; and the Wallis values were verified against the direct evaluations for and .

The illustrations are teaching problems written for this chapter, not previous-year questions, and are not labelled as such.

Header Logo