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

  • 1Know when to hunt for an antiderivative — and when hunting is the trap
  • 2Turn any quadratic on the bottom into a standard result by completing the square
  • 3Spot the three shapes JEE repeats: the exponential pair, the returning integral, and a numerator that rearranges
  • 4Kill a definite integral with King's property without ever solving it
  • 5Split cleanly at every breakpoint for modulus and greatest-integer questions, negatives included
  • 6Find the area between two curves, and pick the strip direction that halves the work
💡
Why this chapter matters in JEE Main
JEE Main keeps setting definite integrals that have no antiderivative at all. If you were taught integration as one move — find the antiderivative, then subtract at the two limits — those questions stop you dead, and there is at least one in every paper. The way in is to treat the two limits as information rather than as instructions. Reflecting the integrand about the midpoint of the interval, which is King's property, collapses a whole family of them to a single line. Get that division right and the scariest-looking questions on the paper become the fastest marks on it.

Before you start — revise these

🔗
Differentiation rules — integration reverses them
🔗
Trigonometric identities: double angle and half angle
🔗
Partial fractions and polynomial division
🔗
Sketching parabolas, circles and lines

Integral Calculus

Look at a question JEE Main has set more than once, in one form or another:

There is no elementary antiderivative for this integrand. No substitution, no by-parts, no partial fractions will produce an . A candidate who has learnt integration as "find , then compute " cannot start.

It is worth , and the work takes four lines.

That gap is the chapter.

Indefinite integration asks you to produce an antiderivative, and every technique in it transforms the integrand into something you recognise.

Definite integration hands you two limits as extra information, and the powerful methods spend that information instead — exploiting symmetry about the midpoint, evenness, periodicity. They never find at all.

Across NTA papers from 2009 onwards, at least one definite-integral question every year falls to the midpoint symmetry known as King's property, without the integral being evaluated in full — a pattern visible in the year-by-year previous-paper collections listed under Sources below. That is not one technique among seven. It is the first thing to try on any definite integral with awkward limits.

midpoint (a+b)/2 a b f(x) f(a+b-x) sum the sum is constant 2I = constant x (b - a), and no antiderivative was ever needed King's property: reflect the integrand about the midpoint and add

This chapter is worth about 2 questions (8 marks) in JEE Main, and integration as a whole accounts for 2–4 questions per paper.


Part I — Indefinite Integration

1. The Antiderivative and the Constant

is an antiderivative of when . Since the derivative of a constant is zero, antiderivatives come in a family differing by a constant:

The is not bookkeeping. Two functions with the same derivative differ by a constant, so is the entire ambiguity, and a definite integral is exactly the operation that cancels it.

2. Standard Integrals

ResultResult
,

Two that carry weight later:

Check every antiderivative by differentiating it. Integration is the only topic in the syllabus where verification is free, and in a multiple-choice paper it is often faster to differentiate the four options than to integrate the question.

3. Substitution

Substitution reverses the chain rule. Put , so :

The skill is spotting that a factor of the integrand is the derivative of another part, up to a constant.

Three patterns cover most of what is set:

  • — the numerator is the derivative of the denominator.
  • .
  • Trigonometric substitution, driven by the surd present: suggests ; suggests ; suggests .

4. Integration by Parts

From the product rule , integrate both sides and rearrange:

The whole game is choosing which factor is — the one you will differentiate. Choose it so that differentiating simplifies things. ILATE orders the candidates:

Inverse trig → Logarithmic → Algebraic → Trigonometric → Exponential.

Take from as early in that list as appears. Inverse trigonometric and logarithmic functions have no easy integral but pleasant derivatives, so they must be the part you differentiate.

Two special forms worth recognising on sight

The pair. If the integrand is times a function plus its own derivative, the answer is immediate:

This is by parts done once, in general, and JEE sets it repeatedly in disguised form. The work is entirely in recognising and inside the bracket.

The returning integral. For , applying by parts twice reproduces the original integral on the right. Call it , solve the resulting equation for algebraically. Applying by parts a third time undoes the second and returns , which is the standard way this is lost.

Illustration 1 · By parts twice

Evaluate . (JEE previous-year question)

By ILATE, the algebraic is differentiated. Take , , so :

.

Apply by parts again to with , :

.

Differentiating confirms it: the terms cancel, as do the terms, leaving .

Illustration 2 · The returning integral

Evaluate . (JEE previous-year question)

Neither factor simplifies on differentiation, so expect the integral to return. Take , :

.

Apply by parts again to the new integral, keeping the same choice of which factor is exponential:

.

Substituting back: , so .

Had we swapped roles on the second application, we would have returned to and learnt nothing. Consistency is the whole technique.

Illustration 3 · Recognising

Evaluate . (AIEEE previous-year question)

Attacking this with by parts is painful. Test the pattern instead by rewriting the rational factor with :

.

Now set . Then , and the bracket is exactly .

Recognition cue: an multiplied by a sum of two terms whose powers differ by one, with opposite signs. Split the numerator to expose it.

Illustration 4 · The same pattern in trigonometric disguise

Evaluate . (JEE previous-year question)

Convert to half-angles: and .

.

With we get , so the bracket is once more.

5. Partial Fractions

For a rational integrand with , split into factors and decompose:

Factor in Contributes
irreducible

If , divide first. Skipping the division is the most common failure here.

Before decomposing, always check whether the numerator can be rearranged into the denominator's factors — it is frequently faster. For , writing splits it in one line with no unknowns to solve for.

Illustration 5 · Rearranging beats decomposing

Evaluate . (JEE previous-year question)

The standard route sets up and solves for three unknowns. Look at the numerator first:

.

The decomposition is now immediate:

.

Always inspect the numerator for the denominator's factors before setting up unknowns.

6. Trigonometric Identities

Powers and products of trigonometric functions are reduced by identity before integrating, never by force.

IntegrandUse
, ,
, odd powersSplit one factor, substitute for the other
Product-to-sum formulas
Write as with
Rational in , giving , ,

Illustration 6 · A linear combination of sine and cosine

Evaluate . (JEE previous-year question)

Write the denominator as a single sine. Since ,

.

The integral becomes , and :

The substitution also works but produces a quadratic denominator and several more lines.

7. The Standard Forms the Syllabus Specifies

The syllabus names a specific family of integrals. Every one of them reduces to a standard result by completing the square, and all ten are two techniques wearing different clothes.

Denominator formsSurd forms

Pure quadratic denominators. Complete the square to turn into , then read off the matching standard result.

Linear numerators. Split the numerator into a multiple of the denominator's derivative plus a constant:

The piece integrates to a logarithm (or a square root) by substitution; the piece is the pure-quadratic case above. One method, two halves, and it handles every form on the list.

The surd results come from by parts and are worth deriving once:


Illustration 7 · Completing the square

Evaluate .

The denominator has no real roots (), so partial fractions are unavailable. Complete the square:

.

With this is the standard with :

Illustration 8 · A linear numerator

Evaluate .

Split the numerator into a multiple of the denominator's derivative plus a constant. Here , so

.

The integral separates into two pieces we already know:

.

The first is . The second is Example 1.

No modulus is needed on the logarithm because the quadratic is positive definite. That is worth a mark.

Illustration 9 · Deriving a surd result

Show that .

Take and , so and . Write for the integral. By parts:

.

Now the trick: write in the remaining numerator.

.

The middle term is again. So , and dividing by gives the result.

This is the returning-integral idea applied to a surd, and the same manoeuvre derives and .

Part II — Definite Integration

8. The Fundamental Theorem

If on , then

The constant cancels, which is why definite integrals are unambiguous.

When substituting, change the limits. If , the new limits are and , and you never convert back to . Forgetting this is the most frequent mechanical error in the chapter.

Note that the syllabus no longer includes the integral as a limit of a sum.

9. Properties of Definite Integrals

These are the machinery. Ranked by how often JEE actually uses them:

P1 — King's property.

Proof. Substitute , so . When , ; when , . Then , and is a dummy name.

Geometrically it is a reflection about the midpoint , which leaves the area unchanged.

Why it is so powerful. Adding the two forms gives

and the bracket is very often a constant, even when itself has no antiderivative. When that happens the integral collapses to a length.

Two recurring JEE shapes make the bracket constant by construction:

  • gives , so .
  • with even and limits gives .

P2 — Even and odd.

Check parity before integrating anything symmetric about the origin. An odd integrand makes the answer with no work.

P3 — Splitting.

Essential whenever the integrand changes formula — a modulus, a greatest-integer function, a piecewise definition. Split at every point where the behaviour changes.

P4 — Periodicity. For of period :

P5.

which vanishes when and doubles when .

The decision procedure

On any definite integral, in this order:

  1. Is the integrand odd with symmetric limits? Answer is .
  2. Does simplify? Use King's property.
  3. Does the integrand contain , or a piecewise rule? Split.
  4. Only then look for an antiderivative.

Reaching step 4 first is what makes an unsolvable-looking problem unsolvable.

1. odd integrand with symmetric limits? answer is 0 2. does f(x) + f(a+b-x) simplify? use King 3. floor, modulus or piecewise inside? split at every breakpoint 4. only now, look for an antiderivative free 4 lines bookkeeping slow, and may not exist reaching step 4 first is what makes a solvable problem unsolvable

Illustration 10 · The integral with no antiderivative

Evaluate . (AIEEE 2011)

The integrand has no elementary antiderivative, so the limits must do the work.

The invites , giving and limits to :

.

Now apply King's property on , where . Write for the integral without the :

.

Evaluate that tangent using the subtraction formula:

.

So the new integrand is . Adding the two expressions for , the awkward term cancels:

.

Hence and

Nothing was ever integrated. The limits supplied the answer.

Illustration 11 · The shape

Evaluate . (JEE Main 2015)

First notice . Here , so King's reflection sends .

Under that reflection and — the two logarithms swap.

So if , then is the same fraction with numerator and the other log exchanged, and

.

Therefore , giving

Cue: whenever the integrand is one term over itself plus its reflection, the answer is half the interval length. Check for it before anything else.

Illustration 12 · The trick

Evaluate . (JEE Main 2018)

The limits are symmetric, but the integrand is neither even nor odd because of .

Apply King's property with , so :

,

using and multiplying numerator and denominator by .

Adding the two expressions, the denominators combine:

.

Now is even, so this is .

This works for any even and any base : . The exponential always cancels.

Illustration 13 · Greatest integer, killed by King

Evaluate . (AIEEE 2009)

The integrand jumps infinitely often, so splitting is hopeless. Use the symmetry of instead.

Here , and . So King's property gives

.

For any non-integer , . Since is an integer only at isolated points, which contribute nothing to an integral, adding the two forms gives

.

Illustration 14 · Greatest integer, killed by splitting

Evaluate .

Here no symmetry helps, so split wherever crosses an integer. On , falls from to , crossing at .

Interval rangeLengthContribution

Summing: .

Note on , not : the floor of a negative number moves away from zero. That single sign is what most attempts get wrong.

Illustration 15 · A functional equation

A polynomial satisfies for all , with and . Find . (AIEEE 2010)

You are not given , so no antiderivative is available even in principle.

By King's property on , . Adding:

.

Now use the given condition. Let . Differentiating, by hypothesis, so is constant.

Evaluate it anywhere, say at : .

, so

The chain — King's property, then differentiate the sum to show it is constant — is worth learning as a unit. It appears whenever a question gives a symmetry condition on rather than on .

Part III — Area Under Curves

The area between a curve and the -axis from to is , provided throughout. Where the curve dips below the axis the integral counts that stretch as negative, so:

Split at every crossing point and add the magnitudes. An answer of zero for a genuine region means the crossings were not split.

For the area between two curves, integrate the difference, upper minus lower:

The limits are the -coordinates of the intersections, so solve the curves simultaneously first.

Integrate along when the region is easier that way. For a region bounded by a rightward parabola and a line, horizontal strips need one integral where vertical strips need two. Choosing the wrong variable is the difference between three lines and a page.

vertical strips: two integrals horizontal strips: one integral top boundary changes here left and right boundaries never change choosing the wrong strip direction is the difference between three lines and a page
+ A1 - A2 + A3 split here and here the plain integral gives A1 - A2 + A3, which can even come out as zero the area is A1 + A2 + A3, so split at every crossing and add magnitudes a zero answer for a genuine region means the crossings were not split

Method

  1. Sketch both curves, however roughly.
  2. Solve simultaneously for the intersections.
  3. Decide strip direction; identify which curve is upper (or right).
  4. Integrate the difference between the intersection values.
  5. Report a positive number, with units of area.

Illustration 16 · Parabola and line, integrating along

Find the area bounded by and .

Intersections: substitute into :

,

so and , giving the points and .

      y
      4 |            o (8,4)
        |         / |
      0 +------o-----+---- x
        |    /(2,-2)
     -2 |  o
        parabola opens right; line cuts it twice

Vertical strips would need two integrals, because the parabola supplies both the upper and lower boundary to the left of . Horizontal strips need one.

For each between and , the strip runs from the parabola on the left, , to the line on the right, :

.

At : .

At : .

Illustration 17 · Curve, tangent and axis

Find the area bounded by , the tangent to it at , and the -axis.

The tangent first: at , so

.

Between and the parabola lies above the tangent — a tangent touches without crossing, and the parabola is concave up. So the height of a vertical strip is

.

That it factors as a perfect square is the check that the tangency was computed correctly: the difference must have a double root at the point of contact.


Summary

Indefinite integration produces an antiderivative; definite integration often should not.

Check any antiderivative by differentiating it — verification is free here and nowhere else.

Substitution reverses the chain rule; look for a factor that is the derivative of another part. is the most-used case.

By parts differentiates the factor chosen by ILATE. Two forms recur: , and the returning integral, which requires a consistent choice on the second application.

Divide before decomposing when the numerator's degree is not smaller, and inspect the numerator for the denominator's factors before setting up unknowns.

The syllabus's ten standard forms are two techniques: complete the square, and split a linear numerator into a multiple of the denominator's derivative plus a constant.

Change the limits when substituting in a definite integral, and never convert back.

On any definite integral, in order: check odd symmetry, then King's property, then split at breakpoints, and only then hunt for an antiderivative.

King's property reflects about the midpoint. Adding and often gives a constant, which collapses the integral to a length — and it works on integrands that have no antiderivative at all.

Two shapes recur: integrates to , and over integrates to of the even part.

For and , either exploit a symmetry or split at every breakpoint; remember for non-integer .

Area needs , split at every axis crossing; between curves, integrate upper minus lower after solving for the intersections.

Choose horizontal strips when the region is bounded left and right — it frequently turns two integrals into one.

Key formulas & results

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

The organising principle
indefinite integration must produce an antiderivative; definite integration very often must not
Definite limits are extra information, and the powerful methods spend it on symmetry rather than hunting for F. At least one JEE Main question a year since 2009 falls to that.
Antiderivative and the constant
if F' = f then the integral of f is F + C
The constant is not decoration: two antiderivatives of the same function differ by a constant, which is why answers found by different substitutions can look different and both be right.
Standard results worth instant recall
integral of 1/(x^2+a^2) is (1/a) arctan(x/a); integral of f'/f is log |f|
The second is why a linear numerator over a quadratic splits into a log piece plus an arctan piece: manufacture the derivative of the denominator, then handle the leftover constant.
Substitution
let u = g(x), so that du = g'(x) dx, and the integrand must contain that g'(x)
In a definite integral, change the limits to u values and never convert back. Forgetting to change the limits is the single most common definite-integral error.
Integration by parts
integral of u dv = uv minus integral of v du; choose u by the ILATE order
Inverse, logarithmic, algebraic, trigonometric, exponential. On a second application, keep the same factor in the role of u, or the two applications cancel and return the original integral.
The exponential pair form
integral of e^x [f(x) + f'(x)] dx = e^x f(x) + C
Whenever an exponential multiplies a bracket or a fraction, test whether the two pieces are a function and its derivative. It turns a hard-looking integral into one line.
The returning integral
if the integral reappears after two applications of by parts, solve for it algebraically
For e^x sin x, two applications give I on both sides; collecting them gives I = e^x (sin x minus cos x) over 2. Recognising the return is what stops an infinite loop.
Completing the square and surd forms
turn any quadratic under a root or in a denominator into a^2 plus or minus u^2 first
Every one of the syllabus's standard forms is reached this way. The arctan, log and inverse sine results are then read off directly rather than derived again.
Fundamental Theorem of Calculus
the definite integral from a to b of f equals F(b) minus F(a), where F' = f
Also, the derivative with respect to x of the integral from a to x of f is f(x). That second form answers functional-equation questions without evaluating anything.
King's property
the integral from a to b of f(x) dx equals the integral from a to b of f(a+b-x) dx
Reflect about the midpoint and add. Two shapes recur: g over (g plus its reflection) integrates to (b-a)/2, and an even function over 1 plus c to the x on symmetric limits halves to the integral of the even part.
Symmetry, splitting and periodicity
odd integrand on symmetric limits gives 0; even gives twice the half; a periodic integrand over a whole period repeats
These are free answers when they apply. Check them before any technique, because each replaces the whole computation rather than shortening it.
Floor and modulus integrals
split at every breakpoint; for non-integer y, floor(y) plus floor(-y) equals -1
The floor of a negative number goes DOWN, so floor of minus 1.4 is minus 2, not minus 1. That identity is what lets King's property kill some floor integrals outright.
Area under and between curves
area is the integral of the modulus of y; between curves, integrate upper minus lower between the intersections
Split at every axis crossing, or a genuine region can integrate to zero. Choose horizontal strips when the region is bounded left and right: it often turns two integrals into one.
⚠️

Traps JEE Main sets — and how to dodge them

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

WATCH OUT
Hunting for an antiderivative before checking symmetry
Run the three checks in order: odd integrand with symmetric limits, then whether f(x) plus f(a+b-x) simplifies, then whether a floor or modulus needs splitting. The integral of 8 log(1+x) over 1+x^2 from 0 to 1 has no elementary antiderivative and yields to King in four lines.
Why it happens: Indefinite integration is learnt first and its habit carries over unexamined.
WATCH OUT
Not changing the limits after substituting in a definite integral
Once you substitute u = g(x), the limits must become g(a) and g(b), and then there is nothing to convert back. Mixing old limits with a new variable produces a plausible wrong number that no later step will flag.
Why it happens: The indefinite routine ends by converting back to x, so the limits never come up.
WATCH OUT
Taking the floor of a negative number towards zero
The floor is the greatest integer NOT EXCEEDING the number, so it always goes down: floor of minus 1.4 is minus 2. The check identity is that for any non-integer y, floor(y) plus floor(minus y) equals minus 1.
Why it happens: Rounding towards zero is the everyday habit and the floor is read as chop off the decimals.
WATCH OUT
Swapping the roles of the two factors on a second application of by parts
Keep the same factor as u throughout. Swapping undoes the first application exactly and returns the original integral, which looks like a returning integral but is an empty identity rather than a solvable equation.
Why it happens: The ILATE choice is made once and then not re-examined.
WATCH OUT
Reporting the plain integral as the area when the curve crosses the axis
Below the axis the integral counts negatively, so a genuine region can integrate to zero. Find every crossing, split there, and add the magnitudes. An answer of zero for a visible region is proof that the crossings were missed.
Why it happens: Area is defined as the integral in every early example, where the curve stays above the axis.
WATCH OUT
Using vertical strips on a region bounded left and right
If the top boundary changes partway across, vertical strips need two integrals. Horizontal strips through the same region often have fixed left and right boundaries and need one. Sketch first and choose the direction before writing anything.
Why it happens: Integrating with respect to x is the default and the strip direction is never questioned.

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 Integral Calculus?

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

16 questions~11 min

5-minute revision

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

  • Indefinite must find F; definite very often must not
  • Check odd symmetry, then King, then splitting, and only then hunt for an antiderivative
  • King's property reflects about the midpoint; adding the two forms often gives a constant
  • Two recurring King shapes: g over g plus reflection, and even over 1 plus c to the x
  • Complete the square before reaching for any standard quadratic result
  • The integral of f'/f is log |f|, which is why a linear numerator splits into log plus arctan
  • ILATE picks u, and the same factor stays as u on a second application
  • An exponential times a bracket is worth testing as e^x times f plus f prime
  • If the integral returns after two by-parts, solve for it algebraically
  • Change the limits when you substitute, and never convert back
  • The floor of a negative number goes down; floor(y) plus floor(-y) is -1 for non-integers
  • Area is the integral of |y|, split at every crossing; pick the strip direction before integrating

JEE Main question blueprint

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

Typical weightage: 8

Question styleMarks eachTypical countWhat it tests
Indefinite integration techniques31
Definite integrals and properties31
Area under curves21

Exam-hall strategy

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

  1. Run three checks before looking for an antiderivative: odd symmetry, King's property, and whether a floor or modulus forces a split. Reaching the antiderivative step first is what makes a solvable problem look unsolvable.
  2. Add the two limits the moment you see an awkward definite integral. If a plus b is a familiar angle or a round number, the reflected form is almost certainly the intended route.
  3. On a multiple-choice indefinite integral, differentiate the four options instead of integrating the question. Differentiation is mechanical and fast, and it cannot be ambiguous about the constant.
  4. Mark every breakpoint on a number line for modulus and greatest-integer questions before writing a single integral sign, and check the sign of the expression in each interval separately.
  5. Sketch the region and choose the strip direction before writing any area integral. A region bounded left and right by fixed curves needs horizontal strips, and choosing wrongly doubles the work.

Beyond the exam

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

Signal processing measures the energy of a waveform as an…

Signal processing measures the energy of a waveform as an integral over a period, and the symmetry arguments in this chapter are what make those integrals tractable in closed form

Probability defines expectation and variance as integrals

Probability defines expectation and variance as integrals, where an odd integrand on symmetric limits vanishing is exactly why a symmetric distribution has zero skew

CT scanning reconstructs a slice of the body from line in…

CT scanning reconstructs a slice of the body from line integrals taken through it at many angles, so the whole imaging problem is inverting a family of definite integrals

Where else this topic is tested

Prepare once, score in every exam that asks it.

JEE Main
JEE Advanced
CBSE Class 12 Boards
BITSAT
WBJEE

Questions aspirants ask

Pulled from the Q&A community and mentor sessions.

You will not prove it in the exam, but you can recognise the shapes: a logarithm over a quadratic, an exponential sitting in the denominator, or a floor function anywhere. The practical rule is different though. Run the three checks first, every time — odd symmetry, King's property, splitting. Each takes ten seconds. If one fires you never needed an antiderivative, and if none fires you have lost half a minute and learnt the direct route is intended.

Because the reflection leaves the interval alone but changes the integrand, so the sum of the two can be simple even when neither half is. JEE sets integrands designed for this. A term over itself plus its reflection sums to one. An even function over one plus an exponential has the exponential cancel between the two forms. Once the sum is a constant, the integral is that constant times the interval length.

When the region is bounded left and right rather than above and below. The giveaway is a sideways parabola cut by a line. With vertical strips the parabola is both the top and the bottom over part of the range, so you need two integrals and a break. With horizontal strips every strip runs from one curve to the other, so you need one. Sketch first, then ask which direction gives a single strip type throughout.

The limits, and that is the whole point. Once you substitute, the new limits are the old ones fed through the substitution, and you finish in the new variable without ever going back. Converting back is not wrong but wastes time and invites sign errors on inverse-trigonometric substitutions. Write the new limits on the same line as the substitution. Also watch substitutions that are not one-to-one across the interval, such as squaring on a range straddling zero — split first.

Because floor is pictured as chopping off the decimal, which only matches the definition for positive numbers. Floor is the greatest integer not exceeding the value, so the floor of minus one point five is minus two, not minus one — it moves away from zero. In a greatest-integer integral this flips the sign of a whole sub-interval and changes the final answer. Test one negative value before you commit.
Sources and How These Solutions Were CheckedSyllabus scope, what was derived rather than quoted, and how every answer here was checked.

The previous-year questions in this chapter are drawn from published JEE Main and AIEEE papers, verified against these collections:

  • eSaral, Definite Integration — JEE Main previous-year questions with solutions (AIEEE 2009–2012, JEE Main 2013–2018)
  • BYJU'S, JEE Main definite integrals previous-year questions with solutions
  • BYJU'S, JEE Main indefinite integrals previous-year questions with solutions
  • BYJU'S, JEE Main applications of integration previous-year questions with solutions
  • Syllabus scope checked against the NTA JEE Main Mathematics syllabus, Unit 8

Every numerical answer on this page was recomputed independently before publication, rather than copied from the source. Each definite integral and each area was evaluated numerically (composite Simpson's rule, and a fine midpoint sum for the greatest-integer cases) and checked against the closed-form result quoted here. All thirteen agreed to six decimal places.

Where a problem is a drill written to practise a standard form rather than a past paper question, it carries no exam attribution. Only questions traced to a specific published paper are labelled with one.

Header Logo