India's #1 AI Tutortopic article · Mathematics
Integrals for Class 12: The Complete CBSE Guide (2026-27)
Integrals class 12 forms the backbone of calculus in the CBSE mathematics curriculum, bridging derivative concepts learned in Class 11 with applications in physics, engineering, and economics. The 2024-25 NCERT textbook organizes this chapter into indefinite integrals—where you find the family of anti-derivatives—and definite integrals, which yield a numerical value representing area under curves. Mastery of integration techniques (substitution, by parts, partial fractions) and properties of definite integrals is non-negotiable for scoring full marks. This guide walks you through every formula, theorem, and problem type you will encounter, grounded entirely in NCERT and recent CBSE board patterns.
Your child's private AI tutor — trained on NCERT.
3-day free trial · ₹1 to start · Cancel anytime.
Start 3-day free trial →Why Integrals Class 12 Matters: Weightage and Board Exam Pattern
In the CBSE Class 12 Mathematics Term-II paper (2024-25 annual scheme), integrals class 12 commands approximately 15–18 marks out of 80, distributed across 1–2 long-answer questions (5–6 marks each) and 2–3 short-answer or very short-answer questions (2–4 marks each). The chapter tests both procedural fluency—can you integrate a rational function using partial fractions?—and conceptual depth, such as applying the fundamental theorem of calculus or using symmetry properties to simplify definite integrals. Historically, Question 10 or 11 in Section C is a 5-mark integration problem involving substitution or by-parts, while Section B contains a 3-mark definite integral evaluation. Because integrals also underpin the Applications of Integrals chapter (area under curves, volumes), weak integration skills cascade into lost marks elsewhere. Competitive exams like JEE Main and Advanced allocate even higher weightage, making integrals class 12 a dual investment for board and entrance preparation.
- Typical 5-mark question: Evaluate ∫ (x² + 1) / (x⁴ + x² + 1) dx using substitution or partial fractions.
- Typical 3-mark question: Evaluate ∫₀^(π/2) sin²x dx using reduction formulas or properties.
- Very short 2-mark question: Find ∫ e^(2x) cos(3x) dx using integration by parts.
- The 2023 board paper carried three questions totaling 17 marks from integrals class 12 alone.
Indefinite Integrals: Concepts and Standard Forms
An indefinite integral, written ∫ f(x) dx, represents the most general anti-derivative of f(x). The result is a family of functions differing by a constant C. NCERT introduces standard integrals such as ∫ xⁿ dx = (xⁿ⁺¹)/(n+1) + C (n ≠ -1), ∫ sin x dx = –cos x + C, and ∫ eˣ dx = eˣ + C. Students must memorize these forms because every advanced integral reduces to combinations of standard forms through algebraic manipulation or substitution. A common pitfall is omitting the constant C; in board exams, omitting C in the final answer of an indefinite integral costs you 1 mark. The NCERT textbook Chapter 7, Section 7.2, lists eighteen standard integrals. Practice involves recognizing which standard form applies after rewriting the integrand. For example, ∫ dx/(a² + x²) = (1/a) tan⁻¹(x/a) + C is a direct formula, but ∫ dx/(4 + x²) requires identifying a = 2.
- ∫ 1/x dx = ln|x| + C (note absolute value to ensure domain correctness)
- ∫ sec²x dx = tan x + C; ∫ cosec²x dx = –cot x + C
- ∫ sec x tan x dx = sec x + C; ∫ cosec x cot x dx = –cosec x + C
- ∫ dx/√(a² – x²) = sin⁻¹(x/a) + C; ∫ dx/√(x² – a²) = ln|x + √(x² – a²)| + C
Integration by Substitution (Change of Variable)
Substitution is the reverse of the chain rule. When the integrand is a composite function or contains a function and its derivative, set u = g(x), compute du = g'(x) dx, and rewrite the integral in terms of u. NCERT Section 7.3 demonstrates this with examples like ∫ 2x cos(x²) dx: substitute u = x², du = 2x dx, yielding ∫ cos u du = sin u + C = sin(x²) + C. Substitution also handles integrals of the form ∫ f'(x)/f(x) dx = ln|f(x)| + C. A strategic substitution can transform a complicated rational function into a standard form. For instance, ∫ dx/(x² + 2x + 5) completes the square: x² + 2x + 5 = (x + 1)² + 4, then substitute u = x + 1, reducing to ∫ du/(u² + 4) = (1/2) tan⁻¹(u/2) + C = (1/2) tan⁻¹((x+1)/2) + C. Board examiners test recognition: which substitution simplifies the integrand fastest?
- Standard pattern: ∫ f(g(x)) g'(x) dx = ∫ f(u) du where u = g(x).
- Trigonometric substitutions: for √(a² – x²) use x = a sin θ; for √(x² + a²) use x = a tan θ; for √(x² – a²) use x = a sec θ.
- Algebraic trick: if denominator is quadratic, complete the square before substituting.
- Always back-substitute to express the final answer in terms of the original variable x.
Integration by Parts: The Product Rule Reversed
Integration by parts applies to integrals of products: ∫ u dv = uv – ∫ v du. The ILATE rule (Inverse trigonometric, Logarithmic, Algebraic, Trigonometric, Exponential) guides which function to choose as u. For example, in ∫ x eˣ dx, choose u = x (algebraic) and dv = eˣ dx. Then du = dx, v = eˣ, yielding x eˣ – ∫ eˣ dx = x eˣ – eˣ + C = eˣ(x – 1) + C. NCERT Section 7.6 presents several worked examples, including ∫ x cos x dx and ∫ ln x dx (here u = ln x, dv = dx). A tricky case is ∫ eˣ sin x dx, requiring two successive applications of by-parts that loop back to the original integral, which you then solve algebraically. Board papers frequently test by-parts with a twist: ∫ x² eˣ dx needs two iterations. Common mistakes include sign errors when subtracting ∫ v du and forgetting to add C.
- ILATE priority: Inverse trig > Log > Algebraic > Trig > Exponential for choosing u.
- Check if the integral simplifies after one application; if not, apply by-parts again or recognize a reduction formula.
- For ∫ eᵃˣ cos(bx) dx or ∫ eᵃˣ sin(bx) dx, two by-parts yield a linear equation in the original integral.
- Always verify your answer by differentiating; the derivative should return the integrand.
Integration of Rational Functions Using Partial Fractions
When the integrand is a rational function P(x)/Q(x) with degree of P < degree of Q, decompose it into partial fractions. NCERT Section 7.5 covers four cases: (i) Q(x) has distinct linear factors, (ii) repeated linear factors, (iii) irreducible quadratic factors, (iv) combination. For example, (3x + 5)/((x – 1)(x + 2)) = A/(x – 1) + B/(x + 2). Solve for A and B by equating coefficients or substituting convenient x-values (cover-up method). Once decomposed, each term integrates to a standard form, typically ln|x – a| or tan⁻¹. If degree of P ≥ degree of Q, first perform polynomial long division. A 5-mark board question often gives a cubic denominator with one repeated root: Q(x) = (x – a)²(x – b). The partial fraction setup is A/(x – a) + B/(x – a)² + C/(x – b). Students frequently err in setting up the correct number of terms or in solving the system of equations for coefficients.
- Case I (distinct linear): 1/((x – a)(x – b)) = A/(x – a) + B/(x – b)
- Case II (repeated linear): 1/(x – a)² = A/(x – a) + B/(x – a)²
- Case III (irreducible quadratic): (Ax + B)/(x² + bx + c) when x² + bx + c has no real roots
- After decomposition, integrate term-by-term: ∫ 1/(x – a) dx = ln|x – a| + C
Definite Integrals and the Fundamental Theorem of Calculus
A definite integral ∫ₐᵇ f(x) dx yields a number representing the net signed area between f(x) and the x-axis from x = a to x = b. The fundamental theorem of calculus (NCERT Section 7.8) states: if F(x) is an anti-derivative of f(x), then ∫ₐᵇ f(x) dx = F(b) – F(a). Note that the constant C cancels, so you never write C in definite integrals. The theorem has two parts: Part 1 asserts that d/dx [∫ₐˣ f(t) dt] = f(x), and Part 2 provides the evaluation formula. CBSE board questions test both: Part 1 appears in 2-mark 'find derivative' problems, Part 2 in 4–5 mark evaluation problems. A key insight is that definite integrals do not require you to solve the indefinite integral if symmetry or properties apply (see next section). Geometrically, if f(x) is negative on [a, b], the integral is negative; total area is |∫ₐᵇ f(x) dx|.
- Notation: ∫ₐᵇ f(x) dx = [F(x)]ₐᵇ = F(b) – F(a), where F'(x) = f(x).
- If a = b, then ∫ₐᵃ f(x) dx = 0 for any integrable f.
- If you reverse limits, ∫ₐᵇ f(x) dx = –∫ᵇₐ f(x) dx.
- Linearity: ∫ₐᵇ [c₁f(x) + c₂g(x)] dx = c₁∫ₐᵇ f(x) dx + c₂∫ₐᵇ g(x) dx.
Properties of Definite Integrals: Symmetry and the King Rule
NCERT Section 7.9 lists seven properties that drastically simplify evaluation. Property P₁: ∫ₐᵇ f(x) dx = ∫ₐᵇ f(t) dt (dummy variable). Property P₂: ∫ₐᵇ f(x) dx = –∫ᵇₐ f(x) dx. Property P₃: ∫ₐᵇ f(x) dx = ∫ₐᶜ f(x) dx + ∫ᶜᵇ f(x) dx (additivity). Property P₄: ∫ₐᵇ f(x) dx = ∫ₐᵇ f(a + b – x) dx (King's rule or reflection property). Property P₅: ∫₀ᵃ f(x) dx = ∫₀ᵃ f(a – x) dx. Property P₆ (even/odd): If f is even, ∫₋ₐᵃ f(x) dx = 2∫₀ᵃ f(x) dx; if f is odd, ∫₋ₐᵃ f(x) dx = 0. Property P₇ (periodic): ∫₀ⁿᵃ f(x) dx = n ∫₀ᵃ f(x) dx if f has period a. Mastering these properties can reduce a 5-mark problem to two lines. For instance, ∫₀^π x sin x dx: use King's rule I = ∫₀^π (π – x) sin(π – x) dx = ∫₀^π (π – x) sin x dx. Adding I to itself yields 2I = π ∫₀^π sin x dx, so I = π [–cos x]₀^π = π(1 – (–1)) = 2π; hence I = π².
- King's rule ∫ₐᵇ f(x) dx = ∫ₐᵇ f(a + b – x) dx is tested almost every year in CBSE boards.
- Even function (f(–x) = f(x)): ∫₋ₐᵃ f(x) dx = 2∫₀ᵃ f(x) dx saves half the work.
- Odd function (f(–x) = –f(x)): ∫₋ₐᵃ f(x) dx = 0 instantly; check this before integrating.
- Combine properties: ∫₀^(2a) f(x) dx = ∫₀ᵃ f(x) dx + ∫₀ᵃ f(2a – x) dx, useful for piecewise or symmetric integrands.
Integrals Class 12 Notes: Organizing Formulas for Quick Revision
Effective integrals class 12 notes consolidate standard forms, substitution patterns, by-parts templates, and property statements onto 2–3 pages. Students should create a two-column table: left column lists the integral form (e.g., ∫ dx/(x² + a²)), right column gives the result (1/a tan⁻¹(x/a) + C) and any conditions (a > 0). Include worked examples for each technique. Annotate common errors: forgetting absolute value in ln, sign flip in by-parts, incorrect partial-fraction setup. Many toppers color-code their notes—blue for indefinite, green for definite, red for properties. Digital note-takers can use apps that render LaTeX, making formula review faster. CBSETUTOR.ai allows students to snap a photo of any integral problem from their worksheet or previous-year paper and receive an instant step-by-step solution aligned with NCERT methods, effectively creating personalized integrals class 12 notes on demand. The AI tutor costs ₹999/month for unlimited questions across all subjects and classes 6–12, with a 3-day free trial (no card required).
- Section 1: Standard integrals (18 formulas from NCERT 7.2)
- Section 2: Substitution checklist (when to use u = g(x), trigonometric substitutions)
- Section 3: By-parts ILATE table with 5 worked examples
- Section 4: Partial fractions cases (distinct, repeated, irreducible quadratic)
- Section 5: Definite integral properties with at least 3 examples per property
- Section 6: Common mistakes and examiner tips
Important Questions on Integrals Class 12 from CBSE Board Papers
Analyzing past five years of CBSE board papers reveals recurring question types. (1) Evaluate ∫ (px + q)/√(ax² + bx + c) dx (5 marks, 2019, 2022): complete the square in the denominator, split numerator into derivative of denominator plus constant, then integrate. (2) Prove that ∫₀^(π/2) f(sin x) dx = ∫₀^(π/2) f(cos x) dx using properties (3 marks, 2020, 2023). (3) Integrate rational functions with cubic denominators via partial fractions (5 marks, 2018, 2021). (4) Use integration by parts to find ∫ x² cos x dx or ∫ (ln x)² dx (4 marks, 2019). (5) Evaluate ∫₋ₐᵃ xⁿ f(x²) dx by checking even/odd symmetry (2 marks, 2020, 2022). Practicing these question types from NCERT Miscellaneous Exercise and Exemplar ensures 80–90% coverage of board exam patterns. CBSETUTOR.ai's question bank includes every NCERT example, exercise problem, and exemplar question with video-style text walkthroughs, accessible 24×7 for ₹999/month.
- 2023 Delhi Set 1 Q11: Evaluate ∫₀^π x dx/(1 + sin x) using King's rule (5 marks).
- 2022 Term-II Q10: Integrate ∫ (x² + x + 1)/((x + 1)(x² + 1)) dx via partial fractions (5 marks).
- 2021 Q9: Find ∫ eˣ (1 + x)/(2 + x)² dx by substitution then by-parts (4 marks).
- 2020 Q8: Prove ∫₀^(2a) f(x) dx = 2∫₀ᵃ f(x) dx if f(2a – x) = f(x), then apply to specific function (3 marks).
Indefinite Integrals vs Definite Integrals: When to Use Which
Indefinite integrals yield a family of functions (include +C), whereas definite integrals yield a number (no C). Use indefinite integrals when the problem asks for the anti-derivative or general solution of a differential equation. Use definite integrals when computing area, distance, or any quantity over a specified interval. In practice, you often find the indefinite integral first, then apply limits if the problem is definite. However, properties of definite integrals can bypass finding the anti-derivative altogether. For example, evaluating ∫₀^(π) sin⁵x cos⁴x dx by first computing the indefinite integral is tedious; instead, recognize sin⁵x cos⁴x is an odd function in sin x and apply symmetry. Board exams test both: 3-mark questions may ask 'integrate...' (indefinite), while 4–5 mark questions say 'evaluate ∫ₐᵇ...' (definite). Always check the question wording—forgetting C in an indefinite integral answer loses 1 mark, writing C in a definite integral is technically incorrect but usually not penalized if the final numeric answer is right.
- Indefinite: answer is F(x) + C; verify by differentiating F(x) to recover f(x).
- Definite: answer is a real number F(b) – F(a); the constant C cancels out.
- Geometric interpretation: definite integral = net signed area; indefinite integral = slope field of anti-derivatives.
- Exam tip: if limits are 0 to a or –a to a, try properties before integrating; saves 2–3 minutes.
Common Errors in Integrals Class 12 and How to Avoid Them
Error 1: Omitting +C in indefinite integrals (costs 1 mark). Fix: write C immediately after integrating, before simplifying. Error 2: Incorrect substitution back to original variable—students forget to replace u everywhere, leaving mixed variables. Fix: after integrating in u, substitute u = g(x) in every term. Error 3: Sign mistakes in integration by parts, especially the – sign in ∫ u dv = uv – ∫ v du. Fix: write the formula at the top of your working, tick off terms as you substitute. Error 4: Partial fractions setup errors, such as using A/(x² + 1) instead of (Ax + B)/(x² + 1) for irreducible quadratics. Fix: memorize the four cases and practice 10 examples of each. Error 5: Forgetting absolute value in ∫ 1/x dx = ln|x| + C; writing ln x loses marks if domain includes negative x. Fix: always write ln|...| unless context guarantees positivity. Error 6: Applying definite integral properties incorrectly, e.g., claiming ∫₋₁¹ x² dx = 0 because 'it looks symmetric' (x² is even, not odd; integral = 2∫₀¹ x² dx = 2/3). Fix: test f(–x) = ±f(x) algebraically before applying even/odd rules.
- Review your solution: differentiate your indefinite integral answer to check.
- In definite integrals, plug limits carefully: F(b) – F(a), not F(a) – F(b).
- If an integral seems impossible, re-check if a substitution or property simplifies it first.
- Time management: if stuck for >3 minutes, mark the question and move on; come back if time permits.
Integrals Class 12 Formulas: The Master List for Boards and JEE
Below is the exhaustive formula sheet every Class 12 student must memorize. Standard integrals: ∫ xⁿ dx = xⁿ⁺¹/(n+1) + C (n≠–1); ∫ 1/x dx = ln|x| + C; ∫ eˣ dx = eˣ + C; ∫ aˣ dx = aˣ/ln a + C; ∫ sin x dx = –cos x + C; ∫ cos x dx = sin x + C; ∫ sec²x dx = tan x + C; ∫ cosec²x dx = –cot x + C; ∫ sec x tan x dx = sec x + C; ∫ cosec x cot x dx = –cosec x + C; ∫ tan x dx = ln|sec x| + C; ∫ cot x dx = ln|sin x| + C; ∫ sec x dx = ln|sec x + tan x| + C; ∫ cosec x dx = ln|cosec x – cot x| + C. Inverse trigonometric forms: ∫ dx/√(a²–x²) = sin⁻¹(x/a) + C; ∫ dx/√(x²+a²) = sinh⁻¹(x/a) + C or ln|x + √(x²+a²)| + C; ∫ dx/√(x²–a²) = cosh⁻¹(x/a) + C or ln|x + √(x²–a²)| + C; ∫ dx/(a²+x²) = (1/a) tan⁻¹(x/a) + C; ∫ dx/(x²–a²) = (1/(2a)) ln|(x–a)/(x+a)| + C. Keep this list on a flashcard and review daily.
- Reduction formulas (optional for CBSE but useful for JEE): ∫ sinⁿx dx and ∫ cosⁿx dx can be derived using by-parts.
- Special integrals: ∫ √(a²–x²) dx, ∫ √(x²+a²) dx, ∫ √(x²–a²) dx involve trigonometric substitution and yield expressions with inverse trig functions plus algebraic terms.
- Memorize the sign: ∫ sin x dx = –cos x (negative), ∫ cos x dx = sin x (positive).
- For rational functions, always check if the degree of numerator ≥ degree of denominator; if yes, divide first.
How CBSETUTOR.ai Helps You Master Integrals Class 12 in Half the Time
CBSETUTOR.ai is India's first 24×7 AI tutor built exclusively on the CBSE NCERT curriculum for Classes 6–12. Every integral formula, theorem proof, and NCERT example from Chapter 7 (Integrals) is embedded in the AI's knowledge base. Students can photograph any problem—whether from RD Sharma, RS Aggarwal, previous-year boards, or their school worksheet—and receive an instant, step-by-step solution that mirrors NCERT's methodology. The AI explains which technique to apply (substitution, by-parts, partial fractions, properties) and highlights common errors specific to that problem type. Parents appreciate the flat ₹999/month pricing that covers all subjects and classes 6–12, eliminating the need for multiple expensive tutors. A 3-day free trial (no credit card required) lets families test the platform on integrals class 12 problems before committing. Unlike passive video lectures, CBSETUTOR.ai is interactive: students can ask follow-up questions ('Why did you choose u = x here?') and get context-aware answers instantly. For integrals, where practice volume determines mastery, this on-demand support accelerates learning and builds exam confidence.
- Photo upload: snap any integral problem, get solution in <30 seconds aligned with NCERT steps.
- Unlimited questions: practice every NCERT exercise, exemplar, and board PYQ without restriction.
- Personalized hints: if stuck, ask for a hint rather than full solution to encourage active learning.
- ₹999/month for all classes 6–12, all subjects—no hidden fees, no per-question charges.
- 3-day free trial with no card required; cancel anytime within trial for zero cost.
Exam Strategy: Scoring Full Marks in Integrals Class 12 Board Questions
Step 1: Read the question twice. Identify if it is indefinite (find the anti-derivative) or definite (evaluate between limits). Step 2: Scan for keywords—'evaluate', 'prove using properties', 'hence find'—which signal the technique. Step 3: Write the relevant formula or property statement first (e.g., 'Using ∫ₐᵇ f(x) dx = ∫ₐᵇ f(a+b–x) dx'); this shows the examiner your method and earns partial marks even if calculation errors occur. Step 4: Show all algebraic steps—examiners deduct marks for unjustified leaps. For partial fractions, write the decomposition setup and show solving for coefficients. Step 5: Box or underline the final answer. For definite integrals, write the numeric answer clearly; for indefinite, ensure +C is present. Step 6: Verify if time permits: differentiate your indefinite integral or plug limits into a calculator for definite integrals. Step 7: Presentation matters—use standard mathematical notation, avoid overwriting, leave margins for examiner comments. Practicing 20–25 previous years' questions under timed conditions (5 marks in 12 minutes, 3 marks in 7 minutes) builds speed and accuracy.
- Allocate 12–14 minutes for a 5-mark integration question; do not exceed 15 minutes.
- If a property-based question, state the property explicitly to secure 1–2 method marks.
- Carry forward errors: if you make a substitution mistake but subsequent steps are correct, you lose only 1 mark, not all.
- Use neat fraction notation; avoid decimals unless the question specifies 'approximate to 2 decimal places'.