JEE · Mathematics

Definite Integrals

Interpret and evaluate definite integrals with fixed limits, apply the Fundamental Theorem and symmetry/property identities only under valid interval and integrability conditions, and avoid adding +C.

Subject
Mathematics
Syllabus unit
Integral Calculus
  • Explicit in both JEE Main 2026 Unit 8 and JEE Advanced 2026 Integral Calculus
  • A definite integral never carries +C
  • No invented weightage, question counts or trend percentages

Content status: draft. Verified academic content for this page has not been loaded yet, so the page is excluded from search indexing and the sitemap.

In short

A definite integral has fixed limits and represents oriented accumulation, not a family of antiderivatives.

Under standard continuity assumptions, compute it using an antiderivative F as F(b)-F(a). Do not add +C. Reversing limits changes the sign, and symmetry shortcuts are valid only after checking interval and integrand symmetry.

Syllabus mapping

  • Unit
    Integral Calculus
    Topics
    Fundamental Theorem of Calculus, Properties of definite integrals, Evaluation of definite integrals, Definite integrals as limits of sums

What this chapter contains and why it matters

  • Question
    What is the chapter about?
    Direct answer
    Evaluating definite integrals with the Fundamental Theorem and applying properties and symmetry under valid interval conditions.
  • Question
    What is the central method choice?
    Direct answer
    Choose between direct Fundamental Theorem evaluation and a proven property or symmetry shortcut.
  • Question
    Where do most mistakes begin?
    Direct answer
    Adding +C to a definite answer, reversing limits without a sign change, and applying symmetry on a nonsymmetric interval.
  • Question
    What should come before Definite Integrals?
    Direct answer
    Integration, for antiderivative technique and domain handling.
  • Question
    What comes after it?
    Direct answer
    Area Under Curves converts signed definite integrals into nonnegative geometric area; Differential Equations builds on integration technique separately.

Official JEE syllabus documents define content scope. They do not publish chapter weightage, so none is asserted here.

Official JEE syllabus mapping for Definite Integrals

Verified against the current JEE Main 2026 syllabus and JEE Advanced 2026 syllabus.

  • Concept group
    Fundamental Theorem and properties
    JEE Main 2026
    Explicitly includes the Fundamental Theorem of Calculus, properties of definite integrals and evaluation of definite integrals.
    JEE Advanced 2026
    Explicitly includes definite integrals as limits of sums, their properties and the Fundamental Theorem of Integral Calculus.
    Preparation note
    Advanced explicitly names the limit-of-sums construction; treat this as an Advanced-explicit detail.

Sources: official Main Unit 8 and official Advanced Integral Calculus documents linked in the sources section below.

Before this chapter

Prerequisites: what you should know before Definite Integrals

  • Prerequisite
    Indefinite integration
    You are ready if you can…
    Find an antiderivative for a standard integrand.
    If not, repair this first
    Revise standard integrals in Integration.
  • Prerequisite
    Even/odd functions
    You are ready if you can…
    Test whether f(-x)=f(x) or f(-x)=-f(x).
    If not, repair this first
    Revise function symmetry.
  • Prerequisite
    Substitution
    You are ready if you can…
    Transform limits along with the variable during substitution.
    If not, repair this first
    Revise substitution in Integration.

This is a readiness check, not a weightage or scoring-priority list.

Concepts in this chapter

1. Inspect the integrand on the entire interval

Do not use ordinary definite-integral rules across an unhandled singularity.

Inspect the integrand on the entire interval before applying any definite-integral rule, and do not apply ordinary rules across an unhandled singularity.

2. Record orientation from a to b

Reversing the limits changes the sign of the integral.

Definite integration is oriented: reversing the limits from a to b to b to a changes the sign of the result.

3. Decide between direct FTC evaluation and a property

Choose the simpler valid route: direct antiderivative evaluation or a proven property.

Decide whether direct Fundamental Theorem evaluation or a valid property, such as reflection or symmetry, is the simpler correct route.

4. Prove symmetry before using it

Even/odd or substitution symmetry must be proven, not assumed.

For symmetry shortcuts, prove even/odd behaviour or substitution symmetry first, rather than assuming it from the interval shape alone.

5. Evaluate with no +C

A definite integral is a number, not a family of functions.

Evaluate the definite integral as a specific number using F(b)-F(a); no constant of integration appears in the final answer.

6. Interpret sign separately from geometric area

A signed integral value is not automatically a geometric area.

Interpret the sign of the result separately from geometric area; a negative or zero signed integral does not mean zero geometric area.

Method selector for definite integrals

Match the question signal to the correct first approach.

  • Question signal
    Standard antiderivative available
    First approach
    Fundamental Theorem of Calculus
  • Question signal
    Symmetric interval
    First approach
    Test even/odd before integrating
  • Question signal
    Expression paired by x and a+b-x
    First approach
    Reflection property
  • Question signal
    Piecewise but integrable
    First approach
    Split at change points
  • Question signal
    Singularity inside interval
    First approach
    Do not apply ordinary rules blindly; this scope does not expand into improper-integral theory
  • Question signal
    Question asks geometric area
    First approach
    Route to Area Under Curves after sign analysis

Worked reasoning: direct Fundamental Theorem evaluation

Evaluate ∫_0^π sinx dx

Known: sinx is continuous and nonnegative on [0,π].

Method choice: direct FTC. An antiderivative is -cosx.

∫_0^π sinx dx = [-cosx]_0^π = -cosπ-(-cos0) = 1-(-1) = 2.

Validity check: the integrand is nonnegative on the interval, so a positive result is expected; no +C appears.

Definite-integral properties and conditions

  • Record
    Zero interval
    Expression
    ∫_a^a f(x)dx = 0
    Conditions
    Integral meaningful at the endpoint context
    Common trap
    Adding arbitrary constant
    Validation
    Orientation
  • Record
    Reverse limits
    Expression
    ∫_a^b f = -∫_b^a f
    Conditions
    Integral exists
    Common trap
    Forgetting sign
    Validation
    Reverse twice
  • Record
    Add intervals
    Expression
    ∫_a^b f + ∫_b^c f = ∫_a^c f
    Conditions
    Integrals exist on relevant intervals
    Common trap
    Using across unhandled singularity
    Validation
    Partition check
  • Record
    Linearity
    Expression
    ∫_a^b(αf+βg) = α∫f + β∫g
    Conditions
    f, g integrable
    Common trap
    Dropping limits
    Validation
    Recombine
  • Record
    FTC evaluation
    Expression
    ∫_a^b f(x)dx = F(b) - F(a)
    Conditions
    f continuous on [a,b] and F'=f there
    Common trap
    Adding +C
    Validation
    Different antiderivatives give same difference
  • Record
    Accumulation derivative
    Expression
    If G(x)=∫_a^x f(t)dt, then G'(x)=f(x)
    Conditions
    f continuous near x
    Common trap
    Confusing integration variable t with x
    Validation
    Differentiate
  • Record
    Reflection property
    Expression
    ∫_a^b f(x)dx = ∫_a^b f(a+b-x)dx
    Conditions
    f integrable; teaching form usually a<b
    Common trap
    Applying wrong transformed limits
    Validation
    Substitute u=a+b-x
  • Record
    Even symmetry
    Expression
    ∫_-a^a f = 2∫_0^a f
    Conditions
    a>0, f integrable and even
    Common trap
    Using without proving evenness
    Validation
    Check f(-x)=f(x)
  • Record
    Odd symmetry
    Expression
    ∫_-a^a f = 0
    Conditions
    a>0, f integrable and odd
    Common trap
    Calling geometric area zero
    Validation
    Check f(-x)=-f(x)

Common mistakes and what they actually indicate

  • Adding +C to a definite answer.

    Execution error

    Why it happens

    A definite integral evaluates to a specific number, not a family of functions.

    How it is corrected

    State the final answer as a number with no constant of integration.

  • Reversing limits without changing sign.

    Execution error

    Why it happens

    ∫_a^b f = -∫_b^a f; ignoring this relation silently changes the answer.

    How it is corrected

    Track orientation explicitly whenever limits are swapped.

  • Using odd symmetry and then calling geometric area zero.

    Knowledge gap

    Why it happens

    A zero signed integral from odd symmetry does not mean the geometric area of the region is zero.

    How it is corrected

    Keep the signed-integral result and the geometric-area question separate.

  • Applying even/odd symmetry on a nonsymmetric interval.

    Decision / selection error

    Why it happens

    Even/odd symmetry shortcuts require a symmetric interval such as [-a,a].

    How it is corrected

    Check the interval is symmetric about 0 before applying the shortcut.

  • Applying FTC across an unhandled singularity.

    Needs review

    Why it happens

    FTC evaluation requires continuity of f on the closed interval [a,b]; a singularity inside the interval invalidates the direct rule.

    How it is corrected

    Check continuity on the full interval before applying direct FTC evaluation.

  • Confusing the dummy integration variable with the upper-limit variable.

    Execution error

    Why it happens

    In G(x)=∫_a^x f(t)dt, t is a dummy variable and x is the limit; conflating them produces incorrect differentiation.

    How it is corrected

    Keep the integration variable and the limit variable notated separately.

FAQ

Definite Integrals — questions

Straight answers about how Rank Sarthi fits into serious exam preparation.

A definite integral evaluates to a specific number, F(b)-F(a); any constant of integration cancels in the subtraction.

Sources and provenance

Use only verified official-paper provenance for worked examples. Definite-integral properties are not converted into frequency or weightage claims.

Contributor requirements for this page

  • Written by: unassigned. Ideal author type: Calculus/Mathematical Analysis educator.
  • Academically reviewed by: unassigned. Reviewer specialisation: Fundamental Theorem assumptions, orientation identities, symmetry conditions, interval splitting. Minimum qualification: postgraduate degree in Mathematics or Applied Mathematics.
  • Review scope: FTC assumptions, orientation identities, symmetry conditions, interval splitting, no-+C rule and Main/Advanced scope.