You're offline — cached pages and worlds still work
Drishti Innovations logo
Drishti Innovations

Definite Integrals — FTC and Properties

Application of Integrals: Definite Integrals — FTC and Properties

Definite Integrals — FTC and Properties

Definite Integrals: Fundamental Theorem & Properties

What you'll learn

  • State both parts of the Fundamental Theorem of Calculus and use them
  • Apply the seven standard properties of definite integrals
  • Use the King's property to evaluate integrals that are otherwise hard
  • Evaluate integrals of even and odd functions over symmetric limits efficiently
  • Recognize when to apply the splitting and substitution properties

Key concepts

Level 1 — Foundations

A definite integral ∫ₐᵇ f(x)dx represents the signed area between the curve y=f(x) and the x-axis from x=a to x=b.

Unlike an indefinite integral, the result is a number, not a function.

Fundamental Theorem of Calculus (FTC), Part 2: If F is an antiderivative of f on [a,b], then: abf(x)dx=F(b)F(a)=[F(x)]ab\int_a^b f(x)\,dx = F(b) - F(a) = \Big[F(x)\Big]_a^b

This is how we evaluate definite integrals in practice — find the antiderivative, then substitute limits.

Level 2 — JEE depth

FTC Part 1 (Leibniz Rule): ddx[axf(t)dt]=f(x)\frac{d}{dx}\left[\int_a^x f(t)\,dt\right] = f(x)

Extension (chain rule form): ddx[g(x)h(x)f(t)dt]=f(h(x))h(x)f(g(x))g(x)\frac{d}{dx}\left[\int_{g(x)}^{h(x)} f(t)\,dt\right] = f(h(x))\cdot h'(x) - f(g(x))\cdot g'(x)

Properties of Definite Integrals:

P1 (Reversal): abf(x)dx=baf(x)dx\displaystyle\int_a^b f(x)\,dx = -\int_b^a f(x)\,dx

P2 (Zero width): aaf(x)dx=0\displaystyle\int_a^a f(x)\,dx = 0

P3 (Additivity): abf(x)dx+bcf(x)dx=acf(x)dx\displaystyle\int_a^b f(x)\,dx + \int_b^c f(x)\,dx = \int_a^c f(x)\,dx

P4 (Dummy variable): abf(x)dx=abf(t)dt\displaystyle\int_a^b f(x)\,dx = \int_a^b f(t)\,dt

P5 (Translation): abf(x)dx=abf(a+bx)dx\displaystyle\int_a^b f(x)\,dx = \int_a^b f(a+b-x)\,dxKing's Property

P6 (Half-period): 02af(x)dx={20af(x)dxif f(2ax)=f(x)0if f(2ax)=f(x)\int_0^{2a} f(x)\,dx = \begin{cases} 2\int_0^a f(x)\,dx & \text{if } f(2a-x) = f(x) \\ 0 & \text{if } f(2a-x) = -f(x) \end{cases}

P7 (Even/Odd over symmetric limits): aaf(x)dx={20af(x)dxif f is even [f(x)=f(x)]0if f is odd [f(x)=f(x)]\int_{-a}^{a} f(x)\,dx = \begin{cases} 2\int_0^a f(x)\,dx & \text{if } f \text{ is even } [f(-x)=f(x)] \\ 0 & \text{if } f \text{ is odd } [f(-x)=-f(x)] \end{cases}

King's Property in use: Add the original integral I to I with King's substitution to find 2I, then divide. Classic template: I=0πxsinx1+cos2xdxKing’sI=0π(πx)sinx1+cos2xdxI = \int_0^{\pi} \frac{x\,\sin x}{1+\cos^2 x}\,dx \xrightarrow{\text{King's}} I = \int_0^{\pi} \frac{(\pi-x)\sin x}{1+\cos^2 x}\,dx 2I=π0πsinx1+cos2xdx\Rightarrow 2I = \pi\int_0^{\pi} \frac{\sin x}{1+\cos^2 x}\,dx

Worked example

Evaluate I = ∫₀^(π/2) ln(sin x) dx

Step 1: Apply King's property with a=π/2:
  f(π/2 − x) = ln(sin(π/2 − x)) = ln(cos x)
  So I = ∫₀^(π/2) ln(cos x) dx   (same value by King's)

Step 2: Add original and King's version:
  2I = ∫₀^(π/2) [ln(sin x) + ln(cos x)] dx
     = ∫₀^(π/2) ln(sin x · cos x) dx
     = ∫₀^(π/2) ln(sin 2x / 2) dx
     = ∫₀^(π/2) ln(sin 2x) dx − ∫₀^(π/2) ln 2 dx

Step 3: Substitute u = 2x in first integral:
  ∫₀^(π/2) ln(sin 2x) dx = (1/2)∫₀^π ln(sin u) du
  By half-period property (sin(π−u) = sin u, so f is symmetric):
  = (1/2) · 2 · ∫₀^(π/2) ln(sin u) du = I

Step 4: 2I = I − (π/2)ln 2
  I = −(π/2)ln 2

Answer: ∫₀^(π/2) ln(sin x) dx = −(π ln 2)/2

Common mistakes

MistakeWhy it happensFix
Applying King's property incorrectly (wrong substitution)Using x→a−x instead of x→a+b−x for general limitsFor ∫ₐᵇ, King's is x→(a+b−x); for ∫₀ᵃ, it reduces to x→(a−x)
Forgetting to check even/odd before integrating over [−a,a]Not testing f(−x)Always check f(−x) first: if odd → 0 (saves the whole calculation)
Dropping absolute value when applying P3 (splitting)Treating signed area as unsignedWhen splitting for evaluation, the algebra is fine; issues arise only when computing geometric area
Misapplying Leibniz: forgetting chain rule on limitsd/dx[∫ₐˣ² f(t)dt] = f(x²), not f(x²)·2xThe derivative of the upper limit (by chain rule) multiplies f at that limit

Board exam drill

  • Evaluate ∫₀^π x/(1+sin x) dx using King's property
  • Show that ∫₋₂² x³ cos x dx = 0 (odd function)
  • Evaluate ∫₋₁¹ (x² + |x| + 1)/(x²+1) dx (split into even + odd parts)
  • Use FTC Part 1 to find d/dx[∫₁^(x²) sin t dt]
  • Evaluate ∫₀^(π/2) (sin x)/(sin x + cos x) dx

NCERT diagrams to know

  • Fig 7.1: Area as the limit of Riemann sums — geometric motivation for FTC
  • The standard result ∫₀^(π/2) sin x dx = ∫₀^(π/2) cos x dx = 1 (follows from King's)

Quick check

  • ∫₀^π sin x dx = ? → 2
  • Is x⁵ + x³ even or odd? → Odd; so ∫₋₁¹ (x⁵+x³)dx = 0
  • ∫ₐᵇ f(x)dx + ∫ᵦᵃ f(x)dx = ? → 0
  • FTC Part 1: d/dx[∫₃^x t² dt] = ? → x²
  • Stretch: Prove that ∫₀¹ xⁿ(1−x)ⁿ dx = ∫₀¹ xⁿ(1−x)ⁿ dx using the substitution x→1−x, and comment on what this tells you.

NCERT Chapter 7 link: Integrals — definite integrals start at section 7.7; properties in section 7.10 with solved examples 35–40 and Exercise 7.11
Exam connections: Properties are used heavily in JEE problems involving log-trig integrals, inverse trig integrals, and Gamma function style problems; also links to area (Chapter 8)
Study strategy: King's property solves roughly 30% of JEE definite integral questions. Drill 10 King's problems; then practice even/odd problems. Only after that move to area applications.

Interactive Exploration Suggestions (Drishti Live Worlds)

  • Use the platform-native live simulation or PhET-style tool for this topic (number line, Venn, physics playground, molecule builder, sensor dashboard, etc.).
  • Mirror / body / home activity: physically do the concept (count objects, measure, role-play) and photograph or describe for portfolio.
  • Voice or text reflection with AI Mentor: explain the concept to a younger student or family member.

AI Mentor Prompts (Socratic, Board-Adaptive)

  • "Explain this concept to a Class 6 student using one real example from an Indian home, school, market, or festival."
  • "What is one common mistake students make here, and how would you catch yourself making it?"
  • Stretch: "How does this connect to coding, robotics, money, health, environment, or a future career?"

Gamification, Portfolio & Parent Visibility

  • Complete the core practice + one extension activity (photo, table, short reflection, or mini-project) for base XP + topic badge.
  • 5-7 day streak or family discussion note = multiplier + visible artifact in parent/principal dashboard.
  • Best real-world application stories (anonymised) featured on class or national leaderboard.

Robotics, STEM & Future Skills Bridges

  • One hands-on project or measurement using the Drishti kit or household items that makes the concept physical.
  • Direct link to at least one Future Skill track (Money Management, Green Tech, Cyber Defenders, Micro-Entrepreneurship, AI Mastery, Sustainable Living, Personality Development).
  • Coding extension where relevant (simple script, simulation, or data logging).

NEP 2020 & Full Education OS Alignment

This material emphasises experiential "learning by doing", competency (apply/create/analyse), vocational exposure, critical thinking, and multidisciplinary connections. Designed to feed live worlds, AI Mentor (with memory), gamification, robotics, parent analytics, and future skills — not just exam prep.

Portfolio Evidence Idea: Your photo/table/reflection/project + one sentence on "How this helps me in real life or a possible future path."

Open the Practice tab for aligned questions (easy/medium/hard + case-based) with full AI scaffolding.

See curriculum for cross-links and the full future-skills/robotics chapters.

Key Takeaways (TL;DR)

  • What you'll learn
  • Key concepts
  • Worked example
  • Common mistakes

Master this topic with Drishti OS

Get unlimited mock tests, AI-powered mentorship, and complete video courses when you join.

Start Free Practice