This guide covers the CBSE Class 11 and 12 Mathematics syllabus (NCERT). It is structured by
topic with definitions, key results, worked examples, and exam-focused advice.
The CBSE Class 12 board exam carries 80 marks (theory) + 20 marks (internal assessment). The
paper consists of objective questions (MCQs), short-answer questions (2-3 marks), and long-answer
questions (5-6 marks).
1. Sets and Functions
1.1 Sets and Set Notation
A set is a well-defined collection of distinct objects. Sets are denoted by capital letters
(A,B,C) and elements by lowercase letters (a,b,c).
Notation.
a∈A: a is an element of A
a∈/A: a is not an element of A
A⊆B: A is a subset of B (every element of A is also in B)
A⊂B: A is a proper subset of A=B
∅: the empty set
∣A∣ or n(A): the cardinality (number of elements) of A
Set operations.
Operation
Notation
Meaning
Union
A∪B
All elements in A or B or both
Intersection
A∩B
All elements in both A and B
Complement
A′ or Aˉ
All elements in the universal set U not in A
Difference
A−B
Elements in A but not in B
Laws.
Commutative:A∪B=B∪A; A∩B=B∩A
Associative:(A∪B)∪C=A∪(B∪C)
Distributive:A∪(B∩C)=(A∪B)∩(A∪C)
De Morgan:(A∪B)′=A′∩B′ and (A∩B)′=A′∪B′
1.2 Venn Diagrams
Venn diagrams represent sets as overlapping circles inside a rectangle (the universal set).
Area:Δ=21absinC=s(s−a)(s−b)(s−c) where s=2a+b+c
6. Probability and Statistics
6.1 Measures of Central Tendency
Mean (arithmetic):xˉ=∑fi∑fixi
Median: the middle value when data is arranged in order
Mode: the most frequently occurring value
For grouped data, the median and mode use interpolation formulas from the cumulative frequency distribution.
6.2 Variance and Standard Deviation
Variance:
σ2=∑fi∑fi(xi−xˉ)2=∑fi∑fixi2−xˉ2
Standard deviation:σ=variance
For combined data from two groups of sizes n1,n2 with means xˉ1,xˉ2 and variances σ12,σ22:
xˉcombined=n1+n2n1xˉ1+n2xˉ2
6.3 Probability
Rules:
P(A∪B)=P(A)+P(B)−P(A∩B)
P(A′)=1−P(A)
P(A∩B)=P(A)⋅P(B∣A) (multiplication rule)
Independent events:P(A∩B)=P(A)⋅P(B)
Conditional probability:P(A∣B)=P(B)P(A∩B)
Bayes’ theorem:P(A∣B)=P(B)P(B∣A)⋅P(A)
6.4 Binomial Distribution
A binomial experiment has n independent trials, each with probability p of success.
P(X=r)=(rn)pr(1−p)n−r
Mean:μ=np
Variance:σ2=np(1−p)
7. Key Formulas
Topic
Formula
Quadratic roots
x=2a−b±b2−4ac
Distance between points
d=(x2−x1)2+(y2−y1)2
Sum of AP
Sn=2n[2a+(n−1)d]
Sum of GP
Sn=r−1a(rn−1)
nth derivative of eax
aneax
∫eaxdx
a1eax+C
∫1+x21dx
tan−1x+C
Binomial coefficient
(rn)=r!(n−r)!n!
Circle equation
(x−h)2+(y−k)2=r2
Euler’s formula
eiθ=cosθ+isinθ
8. Exam Tips
Show all working. CBSE awards method marks even if the final answer is wrong. Never skip steps.
Manage time carefully. The paper is 3 hours; spend roughly 1 minute per mark. Attempt all questions.
Memorise the NCERT formulas. Most exam questions are directly based on NCERT textbook derivations and formulas.
Draw clean diagrams. In coordinate geometry and trigonometry, a well-labelled diagram often earns partial marks.
Check the domain of inverse trigonometric functions. Marks are frequently lost by giving values outside the principal range.
Use step-marking strategy. For 6-mark questions, write each step on a new line. Examiners look for specific intermediate results.
Practise previous-year papers. CBSE tends to repeat question patterns. At minimum, solve the last 5 years’ papers.
Common Pitfalls
Forgetting the constant of integration+C in indefinite integrals — this is penalised in almost every paper.
Incorrect domain for inverse trig functions. Remember: sin−1 maps to [−π/2,π/2]; cos−1 maps to [0,π].
Confusing range and codomain. The range is the set of actual outputs, not the entire codomain.
Arithmetic errors in determinants. Sign errors in cofactor expansion are extremely common — double-check (−1)i+j.
Applying L’Hôpital’s rule to non-indeterminate forms. Always verify the limit is 0/0 or ∞/∞ first.
Missing absolute values in ∫x1dx=ln∣x∣+C and in area calculations.
Incorrectly applying the second derivative test. When f′′(x0)=0, you must use the first derivative test — do not conclude “no max/min”.
Worked Examples
Example 1: Finding the Area Under a Curve
Problem: Find the area enclosed by y = x^2, the x-axis, and the lines x = 0 and x = 2.
Solution: Area = integral from 0 to 2 of x^2 dx = [x^3/3] from 0 to 2 = 8/3 - 0 = 8/3 square units. Since y >= 0 on this interval, no absolute value is needed.
Example 2: Solving a System Using Matrices
Problem: Solve: 2x + y = 5, x - y = 1.
Solution: In matrix form AX = B, where A = [[2,1],[1,-1]], B = [[5],[1]]. |A| = (2)(-1) - (1)(1) = -3. Since |A| != 0, unique solution exists. A^{-1} = (1/-3)[[-1,-1],[-1,2]] = (1/3)[[1,1],[1,-2]]. X = A^{-1}B = (1/3)[[1,1],[1,-2]][[5],[1]] = (1/3)[[6],[3]] = [[2],[1]]. So x = 2, y = 1.
Example 3: Probability Using Bayes’ Theorem
Problem: A disease affects 1% of a population. A test has 99% sensitivity (true positive rate) and 95% specificity (true negative rate). A person tests positive. What is the probability they actually have the disease?
Solution: Let D = disease, T = positive test. P(D) = 0.01, P(D’) = 0.99. P(T|D) = 0.99, P(T|D’) = 1 - 0.95 = 0.05. P(T) = P(T|D)P(D) + P(T|D’)P(D’) = 0.99(0.01) + 0.05(0.99) = 0.0099 + 0.0495 = 0.0594. P(D|T) = P(T|D)P(D)/P(T) = 0.0099/0.0594 = 0.1667 or approximately 16.7%. Despite a positive test, the probability of having the disease is only about 1/6 due to the low prior probability.
Summary
CBSE Mathematics covers sets and functions, algebra (matrices, determinants, complex numbers, quadratics), calculus (limits, derivatives, integration, applications), coordinate geometry (straight lines, conic sections), trigonometry (identities, equations, inverse functions, properties of triangles), and probability and statistics (measures of central tendency, variance, binomial distribution, Bayes’ theorem). The theory paper is 80 marks and the internal assessment is 20 marks. Key exam strategies include showing all working, managing time, memorising NCERT formulas, and practising previous-year papers.