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 →

Key takeaways

  • Integrals class 12 typically carries 15–18 marks in the CBSE board exam, split across indefinite and definite integrals.
  • The fundamental theorem of calculus links differentiation and integration, enabling evaluation of definite integrals without finding anti-derivatives explicitly.
  • Substitution, integration by parts, and partial fractions are three essential techniques tested in nearly every board paper.
  • Definite integrals possess special properties (additivity, symmetry, and the King rule) that reduce complex calculations dramatically.
  • NCERT exercise questions form the blueprint for 60–70% of board exam questions on integrals class 12, making them non-negotiable practice.
  • Common errors include sign mistakes in integration by parts, incorrect limits substitution, and forgetting the constant of integration in indefinite integrals.
  • CBSETUTOR.ai's 24×7 AI tutor has ingested every NCERT example and miscellaneous exercise for Class 12 Maths, offering instant step-by-step solutions at ₹999/month for all classes 6–12.

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'.

Frequently asked questions

How many marks does integrals class 12 carry in the CBSE board exam?+
Integrals class 12 typically carries 15–18 marks in the CBSE Class 12 Mathematics board exam (out of 80 total). This is distributed across 1–2 long-answer questions of 5–6 marks each and 2–3 short-answer questions of 2–4 marks each, covering both indefinite and definite integrals.
What is the difference between indefinite and definite integrals?+
An indefinite integral ∫ f(x) dx represents the family of all anti-derivatives and includes an arbitrary constant +C. A definite integral ∫ₐᵇ f(x) dx evaluates to a specific number representing the net signed area under f(x) from x=a to x=b, computed using the fundamental theorem as F(b)–F(a) without any constant C.
Which integration technique should I use for a given problem?+
Check the integrand form: if it is a composite function with its derivative present, use substitution. If it is a product of two unrelated functions, try integration by parts (apply ILATE to choose u). If it is a rational function (polynomial over polynomial), use partial fractions. For definite integrals, first check if symmetry or properties simplify the evaluation before attempting any technique.
Why do we add +C in indefinite integrals but not in definite integrals?+
The constant +C represents an infinite family of anti-derivatives that differ by a constant. When evaluating a definite integral F(b)–F(a), the constant cancels out: [F(b)+C]–[F(a)+C] = F(b)–F(a). Hence definite integrals yield a unique number without C, whereas indefinite integrals require C to represent all possible anti-derivatives.
How do I know when to use the King's rule property for definite integrals?+
Use the King's rule ∫ₐᵇ f(x) dx = ∫ₐᵇ f(a+b–x) dx when the integrand becomes simpler or cancels terms upon substitution. Typical cases: ∫₀^a x f(x) dx where adding the two forms isolates f(x) alone, or proving symmetric properties. If you see limits 0 to a or symmetric about a midpoint, try King's rule first—it often reduces 5-mark questions to 2–3 lines.
What are the most common mistakes students make in integrals class 12?+
Common errors include omitting the constant +C in indefinite integrals, incorrect substitution (forgetting to back-substitute u = g(x)), sign errors in integration by parts, wrong partial-fraction decomposition for repeated or irreducible factors, forgetting absolute value in ln integrals, and misapplying even/odd symmetry (e.g., treating x² as odd). Always verify by differentiating your answer.
Is NCERT enough for scoring full marks in integrals class 12 board exams?+
Yes, NCERT exercises and miscellaneous problems form the backbone of 60–70% of board questions. Solve every example, exercise, and miscellaneous question in NCERT Chapter 7. Supplement with NCERT Exemplar and 3–4 previous years' board papers. Reference books like RD Sharma are useful for additional practice but not mandatory if NCERT is mastered thoroughly.
How does the fundamental theorem of calculus link differentiation and integration?+
The fundamental theorem has two parts. Part 1 states that if F(x) = ∫ₐˣ f(t) dt, then F'(x) = f(x), meaning integration and differentiation are inverse operations. Part 2 provides the evaluation formula: ∫ₐᵇ f(x) dx = F(b) – F(a) where F is any anti-derivative of f. This theorem is the bridge enabling us to compute areas using anti-derivatives.
Can I use a calculator or formula sheet in the CBSE Class 12 Maths board exam?+
No, CBSE does not permit calculators or any external reference material in the board exam hall. You must memorize all standard integration formulas, properties, and techniques. Practice writing formulas from memory during revision. CBSETUTOR.ai's spaced-repetition quizzes can help reinforce formula recall before the exam.
How much time should I spend practicing integrals class 12 for boards vs JEE?+
For CBSE boards alone, dedicate 12–15 hours over 2 weeks: solve all NCERT examples and exercises (6 hours), miscellaneous problems (3 hours), and 5 previous-year board papers (6 hours). For JEE Main, add another 15–20 hours on advanced techniques (reduction formulas, trigonometric integrals, rationalization). JEE Advanced requires mastery of all substitution tricks and properties—allocate 25–30 hours total.
What is the ILATE rule in integration by parts?+
ILATE is a mnemonic for choosing which function to set as u in ∫ u dv: Inverse trigonometric, Logarithmic, Algebraic, Trigonometric, Exponential (in decreasing priority). For example, in ∫ x ln x dx, Logarithmic (ln x) has higher priority than Algebraic (x), so set u = ln x and dv = x dx. This rule minimizes complexity in the resulting integral ∫ v du.
How can CBSETUTOR.ai help if I am stuck on a difficult integral problem at midnight?+
CBSETUTOR.ai operates 24×7 with instant response. Upload a photo of the problem via the app or web interface, and the AI tutor provides a step-by-step solution in under 30 seconds, aligned with NCERT methodology. You can ask follow-up questions like 'Why this substitution?' or 'Can I use by-parts instead?' and receive context-aware explanations. At ₹999/month for unlimited questions across Classes 6–12, it is like having a personal maths tutor available around the clock.

Ready to give your Class 12 child the tutor that never sleeps?

CBSETUTOR.ai covers every chapter in the Class 12 NCERT syllabus — Maths, Science, Social Science, English, Hindi and more. 24×7. Patient. Unlimited. 3-day free trial.

Start your child's 3-day free trial →