๐Ÿ“ Mathematics โ€” Class XII ยท Calculus

Integrals

The reverse of differentiation โ€” finding areas, volumes, and accumulated quantities

๐Ÿ“– Chapter 7 โฑ ~120 min read ๐Ÿท Calculus

In this chapter

  1. Introduction
  2. Integration as Inverse of Differentiation
  3. Methods of Integration
  4. Integrals of Some Particular Functions
  5. Integration by Partial Fractions
  6. Integration by Parts
  7. Definite Integral
  8. Fundamental Theorem of Calculus
  9. Evaluation by Substitution
  10. Properties of Definite Integrals
  11. Summary

7.1 Introduction

Differential calculus deals with rates of change. Integral calculus is its reverse โ€” it finds the function whose derivative is known, and computes accumulated quantities like area under curves. Together, they form the two pillars of calculus.

7.2 Integration as Inverse of Differentiation

Integration concept
Figure 7.1 โ€” Integration as antiderivative and area under curve
๐Ÿ“ Definition โ€” Indefinite Integral

A function F(x) is called an antiderivative (or primitive) of f(x) if F'(x) = f(x).

The indefinite integral is written as:
โˆซf(x) dx = F(x) + C

where C is the constant of integration โ€” an arbitrary constant added because differentiation eliminates constants.

7.3 Methods of Integration

Integration methods
Figure 7.2 โ€” Three primary methods: substitution, partial fractions, and by parts
๐Ÿ”„

Substitution

Put t = g(x) when derivative of inner function is present. Simplifies the integral.

โœ‚๏ธ

Partial Fractions

Split rational functions P(x)/Q(x) into simpler fractions when deg(P) < deg(Q).

๐Ÿ”—

By Parts

โˆซuยทv dx = uโˆซv dx โˆ’ โˆซ(u'โˆซv dx)dx. Use LIATE rule to choose u.

๐Ÿ“

Special Forms

Memorize standard integrals for 1/(xยฒยฑaยฒ), 1/โˆš(xยฒยฑaยฒ), etc.

7.4 Integrals of Some Particular Functions

Special integral formulas
Figure 7.3 โ€” Standard integral formulas that must be memorized
โš ๏ธ Key Technique โ€” Completing the Square

For integrals involving axยฒ + bx + c in the denominator:
1. Factor out 'a' from the first two terms
2. Complete the square inside the parentheses
3. Substitute to reduce to standard forms like โˆซdx/(xยฒยฑaยฒ) or โˆซdx/โˆš(xยฒยฑaยฒ)

7.5 Integration by Partial Fractions

For rational functions P(x)/Q(x) where deg(P) < deg(Q), decompose into simpler fractions:

Partial Fraction Decomposition Distinct linear factors: P(x)/[(xโˆ’a)(xโˆ’b)] = A/(xโˆ’a) + B/(xโˆ’b)

Repeated linear: P(x)/(xโˆ’a)ยฒ = A/(xโˆ’a) + B/(xโˆ’a)ยฒ

Irreducible quadratic: P(x)/[(xโˆ’a)(xยฒ+bx+c)] = A/(xโˆ’a) + (Bx+C)/(xยฒ+bx+c)
๐Ÿ“ Algorithm

Step 1: If deg(P) โ‰ฅ deg(Q), divide first
Step 2: Factor Q(x) completely
Step 3: Write partial fraction form
Step 4: Clear denominators and equate coefficients
Step 5: Solve for A, B, C...
Step 6: Integrate each simple fraction

7.6 Integration by Parts

Integration by Parts Formula โˆซu ยท v dx = u ยท โˆซv dx โˆ’ โˆซ(u' ยท โˆซv dx) dx
๐Ÿ’ก LIATE Rule โ€” Choosing u

Pick u as the function that comes first in:

Logarithmic โ†’ Inverse trig โ†’ Algebraic โ†’ Trigonometric โ†’ Exponential

The one earlier in this list becomes u; the other becomes v.

7.7 Definite Integral

A definite integral has limits โ€” it computes the net signed area between the curve and x-axis from a to b.

Notation โˆซโ‚แต‡ f(x) dx = F(b) โˆ’ F(a) where F'(x) = f(x)

7.8 Fundamental Theorem of Calculus

Definite integral and FTC
Figure 7.4 โ€” FTC connects differentiation and integration; definite integral as signed area
โ‘ 

FTC Part 1

d/dx [โˆซโ‚หฃ f(t) dt] = f(x). Differentiating an integral returns the original function.

โ‘ก

FTC Part 2

โˆซโ‚แต‡ f(x) dx = F(b) โˆ’ F(a). Evaluate at endpoints and subtract.

7.9 Evaluation by Substitution

For definite integrals, when substituting t = g(x), also change the limits: when x = a, t = g(a); when x = b, t = g(b). This avoids back-substitution.

7.10 Properties of Definite Integrals

Properties of definite integrals
Figure 7.5 โ€” Essential properties including King's Property for competitive exams
โญ King's Property (Most Important)

โˆซโ‚แต‡ f(x) dx = โˆซโ‚แต‡ f(a + b โˆ’ x) dx

Replace every x with (a + b โˆ’ x). This is the single most powerful trick for definite integrals.

7.11 Summary

โœ… Key Takeaways

โ€ข Integration is the reverse of differentiation โ€” โˆซf(x)dx = F(x) + C where F' = f

โ€ข Three methods: substitution, partial fractions, integration by parts

โ€ข LIATE rule for choosing u in integration by parts

โ€ข Standard integrals: memorize โˆซdx/(xยฒยฑaยฒ), โˆซdx/โˆš(xยฒยฑaยฒ), etc.

โ€ข Completing the square reduces quadratics to standard forms

โ€ข FTC Part 2: โˆซโ‚แต‡ f(x)dx = F(b) โˆ’ F(a)

โ€ข King's Property: โˆซโ‚แต‡ f(x)dx = โˆซโ‚แต‡ f(a+bโˆ’x)dx

โ€ข Signed area: area above x-axis is positive, below is negative

Ch 6 โ€” Application of Derivatives Ch 8 โ€” Application of Integrals