ISC • STD. XII • 2027Mathematics — Complete Self-Explanatory Learning Hub
The current CISCE Class XII Mathematics syllabus has a 100-mark paper. Section A is compulsory for 80 marks; students choose either Section B or Section C for 20 marks. Section A covers Relations & Functions, Algebra, Calculus and Probability. Section B covers Vectors, Three-Dimensional Geometry and Applications of Integrals; Section C covers Application of Calculus, Linear Regression and Linear Programming.
01 • Relations & Functions
Function
A function assigns exactly one output to every input in its domain. Domain, codomain and range must be distinguished carefully.
Composition
(f∘g)(x)=f(g(x)) means apply g first and then f. Composition is generally not commutative.
Inverse
An inverse reverses a one-one mapping. For a bijection, the inverse exists as a function.
Binary operation
A binary operation combines two members of a set and gives a result within that set; closure is essential.
OMEGA EDUCARE: A formula is never presented alone. Understand every symbol, the conditions under which the result applies, the method and how to verify the answer.
02 • Algebra — Matrices & Determinants
Matrix
A matrix is a rectangular arrangement of numbers in rows and columns. Its order is rows × columns.
Multiplication
AB exists when columns of A equal rows of B. Matrix multiplication is generally not commutative.
Determinant
For a 2×2 matrix, |A|=ad−bc. A non-zero determinant indicates an invertible square matrix.
Inverse
A⁻¹=adj(A)/|A| when |A|≠0, and AA⁻¹=I.
Applications
Matrices and determinants provide systematic methods for solving simultaneous linear equations.
OMEGA EDUCARE: A formula is never presented alone. Understand every symbol, the conditions under which the result applies, the method and how to verify the answer.
03 • Calculus — Continuity & Differentiability
Continuity
At x=a, continuity requires the left-hand limit, right-hand limit and function value to agree.
Derivative
f′(a)=lim(h→0)[f(a+h)−f(a)]/h gives instantaneous rate of change.
Chain rule
If y=f(g(x)), then dy/dx=f′(g(x))·g′(x).
Implicit differentiation
Differentiate both sides with respect to x while treating y as a function of x.
Parametric differentiation
If x=x(t), y=y(t), then dy/dx=(dy/dt)/(dx/dt) when dx/dt≠0.
Higher derivatives
d²y/dx² describes the rate of change of the first derivative.
OMEGA EDUCARE: A formula is never presented alone. Understand every symbol, the conditions under which the result applies, the method and how to verify the answer.
04 • Calculus — Applications of Derivatives
Rate of change
The derivative represents instantaneous change. Define variables and their relationship before differentiating.
Increasing/decreasing
f′(x)>0 indicates increasing behaviour; f′(x)<0 indicates decreasing behaviour on the relevant interval.
Critical points
Candidates for maxima/minima occur where f′=0 or f′ is undefined, provided the point belongs to the domain.
Second derivative test
At f′(a)=0, f″(a)<0 indicates a local maximum and f″(a)>0 a local minimum when the test applies.
Mean Value Theorem
Under its conditions, the theorem connects average rate of change with an instantaneous derivative inside the interval.
Tangents and normals
The tangent slope is dy/dx. A normal is perpendicular to the tangent.
OMEGA EDUCARE: A formula is never presented alone. Understand every symbol, the conditions under which the result applies, the method and how to verify the answer.
05 • Calculus — Integrals
Indefinite integral
If F′(x)=f(x), then ∫f(x)dx=F(x)+C.
Substitution
Replace a complicated inner expression with a new variable when its derivative is also present.
Integration by parts
∫u dv=uv−∫v du. Choose u and dv so the remaining integral becomes simpler.
Partial fractions
Decompose a rational expression into simpler fractions before integrating.
Definite integral
A definite integral gives signed accumulated quantity and represents area directly when the function is non-negative.
Fundamental theorem
Differentiation and definite integration are inverse operations under the required conditions.
OMEGA EDUCARE: A formula is never presented alone. Understand every symbol, the conditions under which the result applies, the method and how to verify the answer.
06 • Applications of Integrals
Area under a curve
Integrating a non-negative function over an interval gives the area between the curve and the x-axis.
Area between curves
Find intersections first, then integrate upper minus lower over the correct interval.
Simple curves
The ISC syllabus includes areas involving lines, circles/parabolas/ellipses, polynomial, modulus, trigonometric, exponential and logarithmic curves.
Signed area
If a curve crosses an axis, split the interval when actual geometric area is required.
OMEGA EDUCARE: A formula is never presented alone. Understand every symbol, the conditions under which the result applies, the method and how to verify the answer.
07 • Differential Equations
Meaning
A differential equation contains derivatives of a dependent variable. Order is the highest derivative present.
General solution
A general solution contains arbitrary constants; initial conditions produce a particular solution.
Variable separable
Rewrite as g(y)dy=f(x)dx and integrate both sides.
Homogeneous equation
A first-order homogeneous equation can often be reduced using a substitution such as y=vx.
Linear equation
For dy/dx+Py=Q, the integrating factor is IF=e^(∫Pdx).
Formation
Differentiate a family containing arbitrary constants and eliminate those constants.
OMEGA EDUCARE: A formula is never presented alone. Understand every symbol, the conditions under which the result applies, the method and how to verify the answer.
08 • Vector Algebra
Vector
A vector has magnitude and direction; a scalar has magnitude only.
Components
a=a₁i+a₂j+a₃k represents a vector through rectangular components.
Magnitude
|a|=√(a₁²+a₂²+a₃²).
Dot product
a·b=|a||b|cosθ; it is zero for perpendicular vectors.
Cross product
|a×b|=|a||b|sinθ; its direction is perpendicular to both.
Section formula
Internal division in ratio m:n gives (ma+nb)/(m+n).
OMEGA EDUCARE: A formula is never presented alone. Understand every symbol, the conditions under which the result applies, the method and how to verify the answer.
09 • Three-Dimensional Geometry
Direction cosines
If direction cosines are l,m,n, then l²+m²+n²=1.
Line in space
A line can be written as r=a+λb, where a fixes a point and b gives direction.
Angles
For direction vectors a,b, cosθ=(a·b)/(|a||b|).
Plane
A plane is determined by a point and a normal vector.
Applications
Use vectors for parallelism, perpendicularity, angles, distances and intersections in space.
OMEGA EDUCARE: A formula is never presented alone. Understand every symbol, the conditions under which the result applies, the method and how to verify the answer.
10 • Probability
Conditional probability
P(A|B)=P(A∩B)/P(B) when P(B)>0.
Multiplication theorem
P(A∩B)=P(A)P(B|A).
Independent events
For independent events, P(A∩B)=P(A)P(B).
Total probability
For a suitable partition, P(A)=ΣP(Bᵢ)P(A|Bᵢ).
Bayes theorem
P(Bᵢ|A)=P(Bᵢ)P(A|Bᵢ)/ΣP(Bⱼ)P(A|Bⱼ).
Random variable
For discrete X, E(X)=Σxᵢpᵢ and Var(X)=E(X²)−[E(X)]².
OMEGA EDUCARE: A formula is never presented alone. Understand every symbol, the conditions under which the result applies, the method and how to verify the answer.
11 • Section B — Vectors, 3D & Applications of Integrals
Section choice
Section B is the 20-mark alternative to Section C. It is not an additional compulsory section.
Applications of integrals
Use definite integration to calculate geometric areas after identifying intersections, limits and upper/lower curves.
Vectors & 3D
These topics extend coordinate methods into space for angles, lines, planes and distances.
OMEGA EDUCARE: A formula is never presented alone. Understand every symbol, the conditions under which the result applies, the method and how to verify the answer.
12 • Section C — Application of Calculus, Linear Regression & Linear Programming
Section choice
Section C is the 20-mark alternative to Section B. Students should follow the option selected by their school/course.
Application of calculus
Use differentiation and integration to model rates, optimisation and accumulated quantities.
Linear regression
Regression describes a best-fitting linear relationship and is used for estimation and prediction.
Linear programming
Optimise a linear objective function subject to linear constraints. The feasible region contains all permitted solutions.
OMEGA EDUCARE: A formula is never presented alone. Understand every symbol, the conditions under which the result applies, the method and how to verify the answer.