CBSE Class 12 Maths: Calculus — Integration & Differentiation Tricks (2027)
Tushar Parik
Author
Calculus Carries 35 Marks. Master It and You Master the Paper.
In the CBSE Class 12 Mathematics board exam, calculus alone accounts for 35 out of 80 marks — nearly 44% of the theory paper. It spans four chapters: Continuity & Differentiability, Applications of Derivatives, Integrals, and Applications of Integrals plus Differential Equations. The good news? Calculus rewards pattern recognition. Once you internalise the standard formulas and learn to spot which technique applies, even the trickiest integrals become routine. This guide gives you every formula, shortcut, and trick you need — from differentiation identities to integration by parts, partial fractions, definite integrals, area under curves, and differential equations — along with the common mistakes that cost students marks every year.
In This Article
- Calculus Marks Weightage (2025-26)
- Differentiation: Formulas & Speed Tricks
- Applications of Derivatives
- Integration: Master Formula Table
- Integration Techniques: Substitution, Partial Fractions & By Parts
- Definite Integrals & Properties
- Area Under Curves
- Differential Equations
- Common Mistakes That Cost Marks
- Frequently Asked Questions
Calculus Marks Weightage (2025-26)
Before diving into formulas, understand where calculus marks sit in the official CBSE blueprint. The Class 12 Maths theory paper carries 80 marks (plus 20 for internals). Here is how calculus chapters are distributed:
| Chapter | Marks | Question Types | Key Topics |
|---|---|---|---|
| Continuity & Differentiability | 8 | MCQ, SA, LA | Chain rule, implicit & logarithmic differentiation, second-order derivatives |
| Applications of Derivatives | 7 | MCQ, SA, LA | Rate of change, tangent/normal, maxima & minima |
| Integrals | 12 | MCQ, SA, LA | Substitution, partial fractions, by parts, definite integral properties |
| Applications of Integrals | 5 | LA (5-mark) | Area under curves, area between two curves |
| Differential Equations | 3 | MCQ, SA | Order & degree, variable separable, homogeneous, linear DE |
| Total Calculus | 35 | 44% of paper | — |
Key takeaway: Integrals alone carry 12 marks. Add Applications of Integrals (5 marks) and you have 17 marks from integration topics. If you master integration techniques, you secure over 20% of the entire paper from one skill set.
Differentiation: Formulas & Speed Tricks
Differentiation is the foundation of all calculus questions. You must be able to differentiate any function instantly — speed matters in the exam. Here are the essential formulas and tricks.
Standard Differentiation Formulas
| Function f(x) | Derivative f'(x) | Quick Tip |
|---|---|---|
| xn | nxn-1 | Works for all real n, including fractions and negatives |
| ex | ex | The only function that is its own derivative |
| ax | ax ln a | Don't forget the ln a factor |
| ln x | 1/x | For logax, derivative is 1/(x ln a) |
| sin x | cos x | Trig derivatives follow a cyclic pattern |
| cos x | −sin x | Note the negative sign |
| tan x | sec²x | Remember: tan → sec², cot → −cosec² |
| sin−1x | 1/√(1 − x²) | Inverse trig derivatives are exam favourites |
| tan−1x | 1/(1 + x²) | Appears in both differentiation and integration |
Differentiation Tricks That Save Time
1. Logarithmic Differentiation
When you see y = [f(x)]g(x) (variable base AND exponent), take log of both sides first. Example: y = xsin x. Take ln: ln y = sin x · ln x. Differentiate both sides. This technique is guaranteed to appear in the exam.
2. Implicit Differentiation
For equations like x² + y² = r², differentiate both sides with respect to x, treating y as a function of x. Every y term gets a dy/dx factor. Then isolate dy/dx. Don't expand — keep it clean.
3. Parametric Differentiation
When x = f(t) and y = g(t), use dy/dx = (dy/dt) ÷ (dx/dt). For second derivative: d²y/dx² = d(dy/dx)/dt ÷ (dx/dt). Common in questions involving trigonometric parametric equations.
4. Inverse Trig Substitution Shortcut
To differentiate sin−1(2x√(1−x²)), substitute x = sin θ. The expression simplifies to sin−1(sin 2θ) = 2θ = 2 sin−1x. Derivative: 2/√(1−x²). Always simplify before differentiating.
Applications of Derivatives
This chapter carries 7 marks and typically includes a 5-mark long-answer question on maxima/minima word problems. Here are the key application areas:
Rate of Change
- If y = f(x), then dy/dx gives the rate of change of y with respect to x
- For time-based problems, use the chain rule: dy/dt = (dy/dx) · (dx/dt)
- Trick: In problems involving spheres, cones, or cylinders, express volume/surface area in terms of one variable before differentiating
Tangent & Normal
- Slope of tangent at (x₁, y₁) = dy/dx evaluated at (x₁, y₁)
- Equation of tangent: y − y₁ = m(x − x₁)
- Slope of normal = −1/m (perpendicular to tangent)
- Trick: If the tangent is parallel to x-axis, set dy/dx = 0. If parallel to y-axis, set dx/dy = 0
Maxima & Minima (5-Mark Question Favourite)
- Step 1: Find f'(x) and set f'(x) = 0 to get critical points
- Step 2: Find f''(x). If f''(c) < 0, then x = c is a local maximum. If f''(c) > 0, then x = c is a local minimum
- Step 3: For closed interval [a, b], also evaluate f(a) and f(b). The absolute max/min is the largest/smallest among all values
- Trick: In word problems (fencing, box, cylinder), express the quantity to optimise in terms of one variable using the constraint, then differentiate. Always verify using the second derivative test.
- Common types: Maximum area with given perimeter, minimum surface area for given volume, most economical dimensions of a container
Integration: Master Formula Table
Integration is the reverse of differentiation, but it requires more technique. Memorise these standard integrals — they form the building blocks for every integration problem in the exam.
| Integral | Result | When to Use |
|---|---|---|
| ∫ xn dx | xn+1/(n+1) + C, n ≠ −1 | Power rule — most fundamental formula |
| ∫ 1/x dx | ln |x| + C | When denominator is x (or linear in x) |
| ∫ ex dx | ex + C | Exponential integral |
| ∫ ax dx | ax/ln a + C | General exponential base |
| ∫ sin x dx | −cos x + C | Note the negative sign |
| ∫ cos x dx | sin x + C | Direct integral |
| ∫ sec²x dx | tan x + C | Reverse of d/dx(tan x) |
| ∫ cosec²x dx | −cot x + C | Note the negative sign |
| ∫ 1/√(1 − x²) dx | sin−1x + C | Inverse trig result — very common |
| ∫ 1/(1 + x²) dx | tan−1x + C | Appears frequently in board exams |
| ∫ 1/(x² − a²) dx | (1/2a) ln |(x−a)/(x+a)| + C | Partial fractions result |
| ∫ 1/√(x² + a²) dx | ln |x + √(x² + a²)| + C | Standard form — memorise this |
| ∫ √(a² − x²) dx | (x/2)√(a²−x²) + (a²/2) sin−1(x/a) + C | Used in area under circle/ellipse |
Special Integration Formula: ex[f(x) + f'(x)]
Formula: ∫ ex[f(x) + f'(x)] dx = ex f(x) + C
This is an exam favourite. Whenever you see ex multiplied by two terms where one is the derivative of the other, apply this formula directly. Example: ∫ ex(tan x + sec²x) dx = ex tan x + C, because d/dx(tan x) = sec²x. CBSE asks this almost every year.
Integration Techniques: Substitution, Partial Fractions & By Parts
Knowing the formulas is necessary but not sufficient. You need to identify which technique to apply. Here is a decision framework followed by detailed tricks for each method.
Integration by Substitution
When to Use
- You spot a function and its derivative together in the integrand
- The integral contains a composite function like sin(3x+2), e5x, (2x+1)7
Common Substitutions
- √(a² − x²): Put x = a sin θ
- √(a² + x²): Put x = a tan θ
- √(x² − a²): Put x = a sec θ
- ∫ f'(x)/f(x) dx: Put t = f(x), then dt = f'(x)dx, result is ln|f(x)| + C
- ∫ [f(x)]n · f'(x) dx: Put t = f(x), result is [f(x)]n+1/(n+1) + C
- Trick: For ∫ dx/(a + b cos x) or ∫ dx/(a + b sin x), use the Weierstrass substitution t = tan(x/2)
Integration by Partial Fractions
When to Use
When the integrand is a rational function P(x)/Q(x) where the degree of P is less than the degree of Q, and Q can be factored into linear or quadratic factors.
Decomposition Rules
- Non-repeated linear factors: (px+q)/[(x−a)(x−b)] = A/(x−a) + B/(x−b)
- Repeated linear factor: (px+q)/(x−a)² = A/(x−a) + B/(x−a)²
- Irreducible quadratic factor: (px+q)/[(x−a)(x²+bx+c)] = A/(x−a) + (Bx+C)/(x²+bx+c)
Speed Trick: Cover-Up Method
For non-repeated linear factors, find A by "covering" (x−a) in the original fraction and substituting x = a. Example: For (3x+5)/[(x−1)(x+2)], cover (x−1) and put x = 1: A = (3+5)/(1+2) = 8/3. Cover (x+2) and put x = −2: B = (−6+5)/(−2−1) = 1/3. This is faster than solving simultaneous equations.
Integration by Parts (ILATE Rule)
Formula: ∫ u · v dx = u ∫v dx − ∫[du/dx · ∫v dx] dx
The ILATE rule tells you which function to choose as u (the first function). Choose in this priority order:
- I — Inverse trigonometric (sin−1x, tan−1x)
- L — Logarithmic (ln x, log x)
- A — Algebraic (x, x², polynomials)
- T — Trigonometric (sin x, cos x)
- E — Exponential (ex, ax)
Key Examples
- ∫ x ex dx: u = x (A), v = ex (E). Result: xex − ex + C
- ∫ x sin x dx: u = x (A), v = sin x (T). Result: −x cos x + sin x + C
- ∫ ln x dx: u = ln x (L), v = 1 (A). Result: x ln x − x + C
- ∫ x² ex dx: Apply by parts twice. u = x² first, then u = 2x in the second round
- Trick: For ∫ ex sin x dx or ∫ ex cos x dx, apply by parts twice and then solve the resulting equation for the integral. The integral reappears on the right side — bring it to the left and divide.
Decision Flowchart: Which Technique?
- Is the integrand a rational function (polynomial/polynomial)? → Partial Fractions
- Do you see a function and its derivative together? → Substitution
- Is it a product of two different types of functions? → By Parts (ILATE)
- Does it match a standard form like 1/√(a²−x²) or 1/(x²+a²)? → Direct formula
- Does it involve √(ax²+bx+c)? → Complete the square first, then use standard form or trig substitution
- Does it involve ex[f(x)+f'(x)]? → Special formula directly
Definite Integrals & Properties
Definite integrals carry significant marks and the properties can transform a difficult integral into a trivial one. Memorise these properties — they save enormous time in the exam.
| Property | Formula | When It Helps |
|---|---|---|
| Reversal of limits | ∫ab f(x) dx = −∫ba f(x) dx | Correcting limits after substitution |
| King Property | ∫ab f(x) dx = ∫ab f(a+b−x) dx | The most powerful property — simplifies symmetrical integrands |
| Zero to a | ∫0a f(x) dx = ∫0a f(a−x) dx | Special case of King Property with lower limit 0 |
| Even function | ∫−aa f(x) dx = 2∫0a f(x) dx if f(−x) = f(x) | Symmetric limits with even integrand (x², cos x, |x|) |
| Odd function | ∫−aa f(x) dx = 0 if f(−x) = −f(x) | Instant answer for odd functions over symmetric limits (x³, sin x, x cos x) |
| Period property | ∫02a f(x) dx = 2∫0a f(x) dx if f(2a−x) = f(x); = 0 if f(2a−x) = −f(x) | Trig integrals over 0 to π or 0 to 2π |
The King Property Trick — Exam Gold
Whenever you see ∫0π/2 with trig functions, try the King Property by replacing x with (π/2 − x). For example: ∫0π/2 sin x/(sin x + cos x) dx. Replace x with π/2−x: the integral becomes ∫0π/2 cos x/(cos x + sin x) dx. Add both: 2I = ∫0π/2 1 dx = π/2, so I = π/4. A 3-mark question solved in 4 lines.
Area Under Curves (5 Marks)
This is a guaranteed 5-mark long-answer question in every CBSE paper. The question typically asks for the area bounded by a curve and the x-axis, or the area between two curves.
Key Formulas
- Area under y = f(x) above x-axis: A = ∫ab f(x) dx
- Area under y = f(x) below x-axis: A = |∫ab f(x) dx| (take absolute value)
- Area between two curves: A = ∫ab |f(x) − g(x)| dx, where f(x) is the upper curve
- Area with respect to y-axis: A = ∫cd x dy (useful for parabolas of the form x² = 4ay)
Most Repeated Question Types
- Circle + Line: Area of the smaller region of x² + y² = a² cut off by a line x = b. Use ∫ √(a²−x²) dx
- Parabola + Line: Area bounded by y² = 4ax and the line y = mx. Find intersection points first
- Ellipse region: Area of the region x²/a² + y²/b² = 1 in the first quadrant. Area = πab/4
- Triangle vertices: Find area using integration when vertices are given
- Between parabola and line: y = x² and y = x or y = 2x − 1 type questions
Step-by-Step Strategy
- Draw a rough sketch of the curves (earns 1 mark)
- Find the intersection points by solving the equations simultaneously
- Identify which curve is on top in the given interval
- Set up the integral with correct limits
- Evaluate and box the final answer with correct units (square units)
Differential Equations
Differential equations carry 3 marks in the exam. While the weightage is lower, these are easy marks if you learn to identify the type of DE and apply the correct method.
| Type | Form | Method |
|---|---|---|
| Variable Separable | dy/dx = f(x) · g(y) | Separate: dy/g(y) = f(x) dx, then integrate both sides |
| Homogeneous DE | dy/dx = F(y/x) or each term has same degree | Substitute y = vx, then dy/dx = v + x(dv/dx), reduce to variable separable |
| Linear DE (in y) | dy/dx + P(x)y = Q(x) | IF = e∫P dx. Solution: y · IF = ∫ Q · IF dx + C |
| Linear DE (in x) | dx/dy + P(y)x = Q(y) | IF = e∫P dy. Solution: x · IF = ∫ Q · IF dy + C |
Quick Identification Tricks
- Order vs Degree: Order = highest derivative present. Degree = power of the highest-order derivative (only defined when DE is polynomial in derivatives)
- Trick for homogeneous check: Replace x with tx and y with ty. If you can factor out tn completely, it is homogeneous of degree n
- Trick for linear DE: If the equation has dy/dx + (something involving only x) × y = (function of x only), it is linear in y. Similarly check for linear in x
- Don't forget +C: In indefinite integrals and general solutions, the constant of integration must be included. Missing +C costs 1 mark every time
Common Mistakes That Cost Marks
CBSE examiners report that most students lose marks not because they don't know the method, but because of careless errors. Here are the top mistakes and how to avoid them.
1. Forgetting +C
In indefinite integration, missing the constant of integration costs 1 mark per question. Make it a habit to write + C the moment you finish integrating, before simplifying anything else.
2. Sign Errors in Trigonometry
The derivative of cos x is −sin x (not +sin x). The integral of sin x is −cos x. These negative signs propagate through multi-step problems. Circle every negative sign as you write it.
3. Wrong Substitution Limits
When using substitution in definite integrals, you MUST change the limits to the new variable. If x goes from 0 to 1 and you substitute x = sin θ, then θ goes from 0 to π/2. Alternatively, back-substitute and use original limits.
4. Partial Fractions Without Checking Degree
Partial fraction decomposition only works when degree of numerator < degree of denominator. If degree of numerator ≥ degree of denominator, perform polynomial long division first. Skipping this step gives a completely wrong answer.
5. Ignoring Absolute Value in ln
∫ 1/x dx = ln |x| + C, not ln x + C. The absolute value is necessary because x could be negative. In board exams, missing the absolute value bars costs half a mark.
6. Wrong ILATE Priority
Choosing the wrong first function in integration by parts leads to a more complicated integral instead of a simpler one. Follow ILATE strictly. If you find the integral getting harder after one step, you likely picked the wrong u.
7. Area Taken as Negative
When a curve lies below the x-axis, the integral gives a negative value, but area is always positive. Split the integration at the x-intercept and take the absolute value of the negative part. Forgetting this halves your area answer.
8. Not Sketching the Graph
In area under curve questions, CBSE awards 1 mark for the rough sketch. Even if your calculation is perfect, skipping the diagram loses a mark. Draw the curves, shade the required region, and mark the intersection points clearly.
Frequently Asked Questions
Q: How many marks does calculus carry in the CBSE Class 12 Maths board exam?
Calculus carries 35 out of 80 marks in the theory paper, which is approximately 44%. This includes Continuity & Differentiability (8 marks), Applications of Derivatives (7 marks), Integrals (12 marks), Applications of Integrals (5 marks), and Differential Equations (3 marks). Mastering calculus alone can secure nearly half your paper.
Q: What is the best way to decide which integration technique to use?
Follow this order: first check if it is a standard formula (direct answer). If it is a rational function, use partial fractions. If you see a function and its derivative together, use substitution. If it is a product of two different types of functions (like x·ex or x·sin x), use integration by parts with the ILATE rule. If it involves √(ax²+bx+c), complete the square first and then apply a standard form or trig substitution. With practice, technique selection becomes instinctive.
Q: What is the King Property and when should I use it?
The King Property states that ∫ab f(x) dx = ∫ab f(a+b−x) dx. Use it whenever the definite integral has trigonometric functions with symmetric limits (especially 0 to π/2 or 0 to π). The trick is to add the original integral and the transformed integral — often the complex parts cancel out and you get a simple integral. This property alone can solve 3-mark questions in under 2 minutes.
Q: Which types of area under curve questions are most commonly asked?
The three most repeated types are: (1) area bounded by a circle x²+y²=a² and a vertical line, (2) area between a parabola y²=4ax and a straight line, and (3) area of an ellipse or a part of an ellipse. These three types have appeared in 5 out of the last 6 CBSE papers. Always draw the sketch first (1 mark), find intersection points, set up the integral correctly, and evaluate step by step.
Q: How should I prepare differential equations in the least time?
Differential equations carry only 3 marks, so focus on efficiency. Learn to identify the three types: variable separable (separate and integrate), homogeneous (substitute y=vx), and linear (find integrating factor). Practise 5 questions of each type from NCERT. Most exam questions are straightforward once you identify the type correctly. Always remember to include the constant of integration in your general solution and apply the initial condition if given for a particular solution.
Q: Is NCERT enough for calculus in the CBSE board exam?
Yes, NCERT is sufficient for scoring 30+ out of 35 in calculus. Every board exam question is either directly from NCERT or is a minor variation. Solve all NCERT examples and exercises thoroughly. For the remaining 5 marks (usually the trickiest integration or area question), supplement with CBSE previous year papers from 2020-2025. You do not need any reference book beyond these two sources for board exam preparation.
Q: How do I avoid silly mistakes in integration problems?
Three habits will eliminate 90% of silly mistakes. First, always differentiate your answer to verify — if you integrated correctly, differentiating the result should give you the original integrand. Second, never forget +C in indefinite integrals and |x| in ln|x|. Third, in definite integrals, double-check that you substituted the upper limit first and then subtracted the lower limit value. Write each step on a separate line rather than cramming everything together.
Calculus Is the Highest-Scoring Section — Don't Leave Marks on the Table
With 35 marks at stake, calculus preparation should be your top priority. The formulas are finite, the techniques are learnable, and the question patterns are predictable. Use this guide as your revision companion: master the formula tables, practise the tricks, avoid the common mistakes, and you will walk into the exam room knowing that nearly half the paper is already in your pocket.
Need expert coaching for CBSE Class 12 Maths? Bright Tutorials offers chapter-wise calculus drills, timed mock tests, and personalised doubt-clearing sessions. Contact us today.
About Bright Tutorials
Bright Tutorials is a trusted coaching institute in Nashik, providing expert guidance for CBSE, ICSE, SSC, and competitive exam preparation since 2015.
Address: Shop No. 53-57, Business Signature, Hariom Nagar, Nashik Road, Nashik, Maharashtra 422101
Google Maps: Get Directions
Phone: +91 94037 81999 | +91 94047 81990
Email: info@brighttutorials.in | Website: brighttutorials.in
Read More on Bright Tutorials Blog
You May Also Like
- CBSE Class 12 Board Exam 2027: Subject-Wise Most Important Topics & Chapter Weightage
- CBSE Class 12 Chemistry: Organic Chemistry Reaction Mechanisms Simplified
- ISC vs CBSE for Class 11-12: Which Board Should You Choose After Class 10?
- How to Write a Perfect Project File: CBSE & ICSE Guidelines 2027
- Best Reference Books for CBSE Class 12 2027: Board Exam + JEE/NEET