• NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • Class 6-10
      • Class 6th
      • Class 7th
      • Class 8th
      • Class 9th
      • Class 10th
    • View All Options
      • Online Courses
      • Offline Courses
      • Distance Learning
      • Hindi Medium Courses
      • International Olympiad
    • NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE (Main+Advanced)
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE Main
      • Class 11th
      • Class 12th
      • Class 12th Plus
  • NEW
    • JEE 2025
    • NEET
      • 2024
      • 2023
      • 2022
    • Class 6-10
    • JEE Main
      • Previous Year Papers
      • Sample Papers
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • JEE Advanced
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NEET
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NCERT Solutions
      • Class 6
      • Class 7
      • Class 8
      • Class 9
      • Class 10
      • Class 11
      • Class 12
    • CBSE
      • Notes
      • Sample Papers
      • Question Papers
    • Olympiad
      • NSO
      • IMO
      • NMTC
    • TALLENTEX
    • AOSAT
    • ALLEN e-Store
    • ALLEN for Schools
    • About ALLEN
    • Blogs
    • News
    • Careers
    • Request a call back
    • Book home demo
JEE PhysicsJEE Chemistry
Home
JEE Maths
Integral Calculus

Integral Calculus

Integral Calculus is the branch of calculus focused on accumulation, such as finding areas under curves, volumes, and total changes. It involves indefinite integrals (antiderivatives) and definite integrals (numerical values over intervals). Integral calculus essentially reverses differentiation, helping us reconstruct a function from its rate of change. Widely used in physics, engineering, and economics, it allows us to analyze continuous change and solve real-world problems involving motion, growth, and distribution.

1.0What is Integral Calculus?

Integral Calculus is the branch of calculus concerned with accumulation—how small pieces add up to make a whole. If differential calculus is about breaking things down (derivatives), then integral calculus is about putting things back together (integrals).

It primarily deals with:

  • Indefinite Integrals: Represent antiderivatives of functions.
  • Definite Integrals: Represent actual values, like area or total change.

2.0Indefinite Integrals

An indefinite integral is the reverse process of differentiation. It gives a general form of all antiderivatives of a function and includes an arbitrary constant of integration C, since derivatives of constants are zero.

∫f(x)dx=F(x)+C

Here:

  • f(x) is the integrand,
  • F(x) is any function such that F'(x) = f(x),
  • C is the constant of integration.

Example:

∫2xdx=x2+C

Indefinite integrals are functions, not numbers. They're used when you're looking for a general formula rather than a specific value.

3.0Definite Integrals

A definite integral gives the net accumulation of a quantity over an interval [a, b]. It produces a numerical value and has direct geometric meaning—like the area under a curve.

∫ab​f(x)dx=F(b)−F(a)

Where:

  • F(x) is the antiderivative of f(x),
  • a and b are the limits of integration.

Key Properties:

∫aa​f(x)dx=0

∫ab​f(x)dx=−∫ba​f(x)dx

  • If f(x) ≥ 0, the integral represents area.

Example:

∫02​x2dx=[3x3​]02​=38​

Definite integrals are numbers, often used to compute areas, volumes, and total change.

4.0The Core Idea: Summing Infinitesimally Small Quantities

To find the area under a curve y = f(x), we slice it into thin rectangles and add their areas. As we take more slices, we get closer to the true area. This infinite sum leads us to a definite integral:

∫ab​f(x)dx

Where:

  • f(x): the function
  • a, b: the limits of integration
  • dx: an infinitesimally small width

5.0The Fundamental Theorem of Calculus

This theorem connects differentiation and integration:

∫ab​f(x)dx=F(b)−F(a)

Here, F(x) is an antiderivative of f(x), meaning F'(x) = f(x).

6.0Common Integration Techniques

1. Substitution (u-substitution):
Use when an integral looks like a chain rule in reverse.

∫f(g(x))g′(x)dx=∫f(u)du

2. Integration by Parts:
\int u \, dv = uv - \int v \, du

3. Partial Fractions:
Break complex rational expressions into simpler terms.

4. Trigonometric Identities:
Useful for integrating sin²x, cos²x, etc.

5. Special Integrals:
Learn standard forms like:

∫1+x21​dx=tan−1x+C

7.0Applications of Integral Calculus

  • Area under curves
  • Volume of solids of revolution
  • Displacement and distance from velocity
  • Center of mass and moment of inertia
  • Probability distributions (in stats)

8.0Solved Examples on Integral Calculus

Example 1: Evaluate: ∫1+x2​x​dx

Solution:
Let u = 1+x2⇒du=2xdx

So,

2du​=xdx 

∫1+x2​x​dx=∫u​1​⋅2du​=21​∫u−1/2du 

=21​⋅1/2u1/2​=u​=1+x2​+C

Example 2: Evaluate: ∫0π​1+cos2xxsinx​dx

Solution:

Use the property:

∫0a​f(x)dx=∫0a​f(a−x)dx

Let:

I=∫0π​1+cos2xxsinx​dx

Apply the property:

I=∫0π​1+cos2x(π−x)sinx​dx

Add both:

2I=∫0π​1+cos2xxsinx+(π−x)sinx​dx=∫0π​1+cos2xπsinx​dx 

2I=π∫0π​1+cos2xsinx​dx

Let u=cosx⇒du=−sinxdx

Change limits:
When x = 0 ⇒u=1,
When x=π⇒u=−1

So:

2I=−π∫1−1​1+u21​du=π∫−11​1+u21​du

This is a standard integral:

π[tan−1u]−11​=π(tan−11−tan−1(−1))=π(4π​+4π​)=π⋅2π​ ⇒2I=2π2​⇒I=4π2​

Example 3: Evaluate: ∫03​[x]dx(where [x] is the greatest integer function)

Solution:

Break it at integers:

∫03​[x]dx=∫01​0dx+∫12​1dx+∫23​2dx = 0 + 1 + 2 = 3

Example 4: Evaluate:

∫xlnxdx

Solution:

Use integration by parts:
Let u = lnx,dv=xdx
Then du=x1​dx,v=2x2​

∫xlnxdx=2x2​lnx−∫2x2​⋅x1​dx=2x2​lnx−∫2x​dx =2x2​lnx−4x2​+C

9.0Practice Questions

1. Find the integral: ∫(3x2+2x+1)dx

2. Evaluate:∫02​x2dx

3. Find the area under the curve y=sinx from x = 0 to x =π.

4. Solve using substitution: ∫xx2+1​dx

5. Evaluate using integration by parts: ∫xexdx

Table of Contents


  • 1.0What is Integral Calculus?
  • 2.0Indefinite Integrals
  • 3.0Definite Integrals
  • 4.0The Core Idea: Summing Infinitesimally Small Quantities
  • 5.0The Fundamental Theorem of Calculus
  • 6.0Common Integration Techniques
  • 7.0Applications of Integral Calculus
  • 8.0Solved Examples on Integral Calculus
  • 9.0Practice Questions

Frequently Asked Questions

Indefinite integrals give the general form of a function’s antiderivative and always include an arbitrary constant C, reflecting the family of possible solutions. Definite integrals compute a specific numerical value over a given interval, such as area or total change, and do not include the constant C.

Yes, knowing standard integration formulas and how to apply techniques like substitution or parts is crucial—especially for exams like JEE.

Forgetting the constant of integration C in indefinite integrals. Incorrect substitution or wrong limits after substitution. Choosing incorrect u and dv in integration by parts.

Physics: motion, forces, electricity Engineering: structural analysis, fluid dynamics Biology: population models, drug dosage modeling Economics: profit and cost functions

Practice different types of problems, Master substitution, parts, and standard forms, Use mock tests and past-year papers and Understand, don’t memorize

Join ALLEN!

(Session 2025 - 26)


Choose class
Choose your goal
Preferred Mode
Choose State
  • About
    • About us
    • Blog
    • News
    • MyExam EduBlogs
    • Privacy policy
    • Public notice
    • Careers
    • Dhoni Inspires NEET Aspirants
    • Dhoni Inspires JEE Aspirants
  • Help & Support
    • Refund policy
    • Transfer policy
    • Terms & Conditions
    • Contact us
  • Popular goals
    • NEET Coaching
    • JEE Coaching
    • 6th to 10th
  • Courses
    • Online Courses
    • Distance Learning
    • Online Test Series
    • NEET Test Series
    • JEE Test Series
    • JEE Main Test Series
    • CUET Test Series
  • Centers
    • Kota
    • Bangalore
    • Indore
    • Delhi
    • More centres
  • Exam information
    • JEE Main
    • JEE Advanced
    • NEET UG
    • CBSE
    • NCERT Solutions
    • NEET Mock Test
    • CUET
    • Olympiad
    • JEE Main 2 Solved Papers

ALLEN Career Institute Pvt. Ltd. © All Rights Reserved.

ISO