CBSE Class 12 Mathematics Formula Sheet (2025-2026): Everything You Need in One Page
Mastering CBSE Class 12 Mathematics requires quick recall of fundamental formulas, theorems, and identities for the 2025-2026 board exam. Whether you are solving complex calculus problems, navigating three-dimensional geometry, or calculating conditional probabilities, having a consolidated, high-yield reference saves revision time and eliminates calculation errors. This comprehensive CBSE Class 12 Maths Formula Sheet: Everything You Need in One Page covers the entire NCERT syllabus, organized unit-by-unit for effective board exam preparation.
Unit 1: Relations, Functions & Inverse Trigonometric Functions
Understanding domains, principal value branches, and properties of binary operations and composite functions forms the bedrock of CBSE Mathematics.
1. Relations & Functions
- Reflexive Relation: (a, a) ∈ R for all a ∈ A.
- Symmetric Relation: (a, b) ∈ R ⇒ (b, a) ∈ R for all a, b ∈ A.
- Transitive Relation: (a, b) ∈ R and (b, c) ∈ R ⇒ (a, c) ∈ R for all a, b, c ∈ A.
- Equivalence Relation: A relation that is reflexive, symmetric, and transitive simultaneously.
- Injective (One-to-One): f(x1) = f(x2) ⇒ x1 = x2.
- Surjective (Onto): Range of f = Codomain of f. Every element y in codomain has a pre-image x such that f(x) = y.
- Bijective Function: A function that is both injective and surjective.
2. Inverse Trigonometric Functions (Principal Value Branches)
- sin-1(x): Domain = [-1, 1], Principal Value Range = [-π/2, π/2]
- cos-1(x): Domain = [-1, 1], Principal Value Range = [0, π]
- tan-1(x): Domain = R, Principal Value Range = (-π/2, π/2)
- cot-1(x): Domain = R, Principal Value Range = (0, π)
- sec-1(x): Domain = R - (-1, 1), Principal Value Range = [0, π] - {π/2}
- cosec-1(x): Domain = R - (-1, 1), Principal Value Range = [-π/2, π/2] - {0}
- Key Identity: sin-1(x) + cos-1(x) = π/2, tan-1(x) + cot-1(x) = π/2 (for x in respective domains).
Unit 2: Algebra (Matrices & Determinants)
Matrix algebra and determinant evaluations are consistent scoring sections in CBSE Class 12 board examinations.
1. Matrices
- Transpose Properties: (AT)T = A, (A + B)T = AT + BT, (AB)T = BTAT, (kA)T = kAT.
- Symmetric Matrix: AT = A; Skew-Symmetric Matrix: AT = -A (Diagonal elements are always zero).
- Any Square Matrix Decomposition: A = (1/2)(A + AT) + (1/2)(A - AT), where the first part is symmetric and the second is skew-symmetric.
2. Determinants & Inverses
- Determinant Properties: |AB| = |A||B|, |kA| = kn|A| (where n is the order of square matrix A), |AT| = |A|.
- Adjoint Property: A · (adj A) = (adj A) · A = |A| In.
- Determinant of Adjoint: |adj A| = |A|n-1, and |adj(adj A)| = |A|(n-1)2.
- Matrix Inverse: A-1 = (1 / |A|) · adj(A), valid if and only if |A| ≠ 0 (non-singular matrix).
- Solving Systems of Linear Equations (Matrix Method): AX = B ⇒ X = A-1B (for unique solution when |A| ≠ 0).
Unit 3: Calculus
Calculus carries the highest weightage in CBSE Class 12 Mathematics, spanning differentiation, definite integrals, and differential equations.
1. Continuity and Differentiability
- Continuity Condition: Function f(x) is continuous at x = c if limx→c- f(x) = limx→c+ f(x) = f(c).
- Product Rule: d/dx [u · v] = u · (dv/dx) + v · (du/dx).
- Quotient Rule: d/dx [u / v] = [v · (du/dx) - u · (dv/dx)] / v2.
- Chain Rule: dy/dx = (dy/du) · (du/dx).
- Logarithmic Differentiation: Applied for functions of type y = [u(x)]v(x) by taking ln on both sides.
- Parametric Differentiation: dy/dx = (dy/dt) / (dx/dt), where dx/dt ≠ 0.
2. Applications of Derivatives (AOD)
- Increasing/Decreasing Functions: Strictly increasing on (a, b) if f'(x) > 0; strictly decreasing if f'(x) < 0 for all x ∈ (a, b).
- Local Maxima and Minima (Second Derivative Test):
- Find critical points where f'(x) = 0. Let critical point be x = c.
- If f''(c) < 0, then x = c is a point of local maximum.
- If f''(c) > 0, then x = c is a point of local minimum.
- If f''(c) = 0, the test is inconclusive; apply the First Derivative Test.
3. Indefinite & Definite Integrals
- Standard Integrals:
- ∫ 1/(x2 + a2) dx = (1/a) tan-1(x/a) + C
- ∫ 1/(x2 - a2) dx = (1/2a) ln|(x - a)/(x + a)| + C
- ∫ 1/√(a2 - x2) dx = sin-1(x/a) + C
- ∫ 1/√(x2 ± a2) dx = ln|x + √(x2 ± a2)| + C
- ∫ √(a2 - x2) dx = (x/2)√(a2 - x2) + (a2/2) sin-1(x/a) + C
- Integration by Parts (ILATE rule): ∫ u · v dx = u ∫ v dx - ∫ [ (du/dx) ∫ v dx ] dx
- Special Exponential Form: ∫ ex [ f(x) + f'(x) ] dx = ex f(x) + C
- King's Property of Definite Integrals: ∫ab f(x) dx = ∫ab f(a + b - x) dx
- Symmetry Properties:
- ∫-aa f(x) dx = 2 ∫0a f(x) dx if f(-x) = f(x) (Even function).
- ∫-aa f(x) dx = 0 if f(-x) = -f(x) (Odd function).
4. Differential Equations
- Order & Degree: Order is the highest derivative present. Degree is the highest power of the highest order derivative after making the equation polynomial in derivatives.
- Linear Differential Equation (First Order): dy/dx + P(x)y = Q(x)
- Integrating Factor, I.F. = e∫ P(x) dx
- General Solution: y · (I.F.) = ∫ [ Q(x) · (I.F.) ] dx + C
- Homogeneous Differential Equation: dy/dx = F(y/x) ⇒ Substitute y = vx, dy/dx = v + x(dv/dx).
Unit 4: Vectors & Three-Dimensional Geometry
Vector algebra and 3D geometry involve direct formula substitutions in board exam 12 questions.
1. Vectors
- Dot Product (Scalar Product): a · b = |a||b| cos θ = a1b1 + a2b2 + a3b3.
- Cross Product (Vector Product): a × b = |a||b| sin θ n̂.
- Projection of Vector a on Vector b: Projection = (a · b) / |b|.
- Area of Triangle: (1/2) |a × b| where a and b are adjacent sides.
- Area of Parallelogram: |a × b| (adjacent sides) or (1/2) |d1 × d2| (diagonals).
2. Three-Dimensional Geometry
- Direction Cosines & Ratios: If direction cosines are l, m, n, then l2 + m2 + n2 = 1. If direction ratios are a, b, c, then l = ± a / √(a2 + b2 + c2).
- Vector Equation of Line passing through a point and parallel to b: r = a + λb.
- Cartesian Equation of Line: (x - x1)/a = (y - y1)/b = (z - z1)/c.
- Shortest Distance Between Skew Lines:
d = | ((a2 - a1) · (b1 × b2)) / |b1 × b2| |
- Distance Between Parallel Lines (r = a1 + λb and r = a2 + μb):
d = | (b × (a2 - a1)) / |b| |
Unit 5: Linear Programming & Probability
1. Linear Programming Problem (LPP)
- Feasible Region: The common region determined by all constraints including non-negativity restrictions (x ≥ 0, y ≥ 0).
- Corner Point Theorem: An optimal value (maximum or minimum) of the objective function Z = ax + by occurs at one of the corner points (vertices) of the feasible region.
- Bounded vs. Unbounded Region: If the feasible region is unbounded, an optimal value M is confirmed as maximum only if the open half-plane ax + by > M has no points in common with the feasible region.
2. Probability
- Conditional Probability: P(A|B) = P(A ∩ B) / P(B), provided P(B) > 0.
- Multiplication Theorem: P(A ∩ B) = P(B) · P(A|B) = P(A) · P(B|A).
- Independent Events: Events A and B are independent if and only if P(A ∩ B) = P(A) · P(B).
- Theorem of Total Probability: P(A) = ∑i=1n P(Ei) · P(A|Ei), where {E1, E2, ..., En} is a partition of sample space S.
- Bayes' Theorem:
P(Ek|A) = [ P(Ek) · P(A|Ek) ] / [ ∑i=1n P(Ei) · P(A|Ei) ]
Important CBSE Questions with Answers
Below are frequently asked NCERT exemplar and CBSE board questions demonstrating the direct application of standard formulas.
Question 1 (Calculus - Definite Integrals)
Question: Evaluate the definite integral ∫0π/2 (sin4x / (sin4x + cos4x)) dx.
Answer & Step-by-Step Solution:
- Let I = ∫0π/2 (sin4x / (sin4x + cos4x)) dx --- (Equation 1)
- Apply King's Property ∫0a f(x) dx = ∫0a f(a - x) dx:
I = ∫0π/2 [sin4(π/2 - x) / (sin4(π/2 - x) + cos4(π/2 - x))] dx
Since sin(π/2 - x) = cos x and cos(π/2 - x) = sin x, we get:
I = ∫0π/2 (cos4x / (cos4x + sin4x)) dx --- (Equation 2) - Adding Equations (1) and (2):
2I = ∫0π/2 [(sin4x + cos4x) / (sin4x + cos4x)] dx = ∫0π/2 1 dx = [x]0π/2 = π/2. - Therefore, I = π/4.
Question 2 (Vectors & 3D Geometry)
Question: Find the shortest distance between the lines r = (i + 2j + k) + λ(i - j + k) and r = (2i - j - k) + μ(2i + j + 2k).
Answer & Step-by-Step Solution:
- Identify position vectors and direction vectors:
- a1 = i + 2j + k, b1 = i - j + k
- a2 = 2i - j - k, b2 = 2i + j + 2k
- Calculate (a2 - a1) = (2 - 1)i + (-1 - 2)j + (-1 - 1)k = i - 3j - 2k.
- Compute cross product b1 × b2:
| i j k |
| 1 -1 1 | = i(-2 - 1) - j(2 - 2) + k(1 - (-2)) = -3i + 0j + 3k = -3i + 3k.
Magnitude |b1 × b2| = √((-3)2 + 02 + 32) = √(9 + 9) = 3√2. - Compute (a2 - a1) · (b1 × b2) = (1)(-3) + (-3)(0) + (-2)(3) = -3 - 6 = -9.
- Shortest distance d = | -9 / (3√2) | = 3/√2 = (3√2)/2 units.
Question 3 (Probability - Bayes' Theorem)
Question: An insurance company insured 2000 scooter drivers, 4000 car drivers, and 6000 truck drivers. The probability of an accident is 0.01, 0.03, and 0.15 respectively. One of the insured persons meets with an accident. What is the probability that he is a scooter driver?
Answer & Step-by-Step Solution:
- Total drivers = 2000 + 4000 + 6000 = 12000.
- P(E1) [Scooter] = 2000/12000 = 1/6
- P(E2) [Car] = 4000/12000 = 1/3
- P(E3) [Truck] = 6000/12000 = 1/2
- Probabilities of accident given driver category:
- P(A|E1) = 0.01 = 1/100
- P(A|E2) = 0.03 = 3/100
- P(A|E3) = 0.15 = 15/100
- Apply Bayes' Theorem for P(E1|A):
P(E1|A) = [ P(E1) · P(A|E1) ] / [ P(E1)P(A|E1) + P(E2)P(A|E2) + P(E3)P(A|E3) ]
Numerator = (1/6)(1/100) = 1/600
Denominator = (1/6)(1/100) + (1/3)(3/100) + (1/2)(15/100) = 1/600 + 6/600 + 45/600 = 52/600
P(E1|A) = (1/600) / (52/600) = 1/52.
How to Prepare and Memorize Formulas for Board Exam 12
Achieving a 100/100 score in CBSE Mathematics depends on precise recall and active formula application rather than passive reading. Follow these proven teacher-tested techniques:
- Derive Key Formulas Once: Memorizing becomes intuitive when you understand how standard integrals (e.g., integration by parts, partial fractions) and 3D shortest distance formulas originate geometrically.
- Active Recall Through Self-Quizzing: Dedicate 15 minutes each morning to writing down the core formulas of one unit (e.g., Matrix inverse properties, definite integral properties) without looking at notes.
- Maintain a Sign & Limit Warning List: Common mark deductions in board exam 12 occur from missing "+ C" in indefinite integrals, swapping direction ratios, or ignoring principal value branches in Inverse Trigonometric Functions.
- Solve 3 Step-by-Step Questions per Formula: Immediately after revising a formula block (such as Bayes' theorem or shortest distance between skew lines), solve 3 past-year board questions to reinforce the substitution patterns.
Where to Practice More
To master the application of this complete formula sheet under timed examination conditions, practice with official syllabus-aligned question banks, chapter-wise sample papers, and verified step-by-step marking schemes. Visit qptool.theorify.in to generate customized CBSE Class 12 Mathematics mock tests, practice papers, and previous year board questions with detailed answer keys.