🇮🇳 MHT CET · subject
MHT CET Mathematics Syllabus
Every chapter and topic of Mathematics examined in MHT CET — 5 chapters, 18 topics and 41 sub-topics, plus 60 flashcards written against it.
Mathematics syllabus — full chapter and topic list
Expand any chapter to see its topics and sub-topics. This is the whole examinable outline for Mathematics in MHT CET, not a summary of it.
-
Algebra
4 topics- Matrices and Determinants
- Operations and types of matrices
- Adjoint and inverse of a matrix
- Solution of linear equations by matrix methods
- Complex Numbers
- Algebra of complex numbers and Argand diagram
- Polar form and De Moivre's theorem
- Cube roots of unity
- Sequences and Series
- Arithmetic, geometric and harmonic progressions
- Sum to n terms and special series
- Permutations, Combinations and Binomial Theorem
- Fundamental principle of counting
- Binomial theorem for positive integral index
- General and middle terms
- Matrices and Determinants
-
Trigonometry
3 topics- Trigonometric Functions and Identities
- Compound, multiple and submultiple angles
- Transformation formulae
- Trigonometric Equations
- General solutions
- Properties of triangles, sine and cosine rules
- Inverse Trigonometric Functions
- Domain, range and principal values
- Properties and equations
- Trigonometric Functions and Identities
-
Coordinate Geometry and Vectors
4 topics- Straight Line and Circle
- Forms of equation of a line and angle between lines
- Equation of circle and tangent
- Conic Sections
- Parabola, ellipse and hyperbola
- Standard equations and properties
- Vectors
- Scalar and vector products
- Scalar triple product and applications
- Three Dimensional Geometry
- Direction cosines and direction ratios
- Line and plane in space
- Straight Line and Circle
-
Calculus
4 topics- Limits, Continuity and Differentiability
- Evaluation of limits and standard forms
- Continuity and differentiability of functions
- Differentiation and Applications
- Derivatives of composite, implicit and parametric functions
- Tangents, normals, maxima and minima
- Rate of change and approximations
- Integration
- Methods of integration and standard integrals
- Definite integrals and properties
- Applications of Integrals and Differential Equations
- Area under curves
- Formation and solution of differential equations
- Limits, Continuity and Differentiability
-
Probability and Statistics
3 topics- Probability
- Conditional probability and Bayes' theorem
- Random variables and probability distributions
- Bernoulli trials and binomial distribution
- Mathematical Logic
- Statements, logical connectives and truth tables
- Tautology, contradiction and quantifiers
- Linear Programming
- Formulation of LPP
- Graphical solution and feasible region
- Probability
Mathematics flashcards for MHT CET
21 of 60 cards from the Mathematics deck — real questions with worked answers.
In a 3x3 determinant, what is a cofactor C_ij and how does it relate to the minor M_ij?
The cofactor C_ij = (-1)^(i+j) * M_ij, where M_ij is the minor (determinant of the 2x2 matrix left after deleting row i and column j).
What is the formula for the inverse of a non-singular square matrix A?
A^(-1) = (1/|A|) * adj(A), where adj(A) is the adjoint (transpose of the cofactor matrix). It exists only when |A| ≠ 0.
For a square matrix A of order n, what is the relation between |adj A| and |A|?
|adj A| = |A|^(n-1).
State the condition for a system of linear equations AX = B to have a unique solution (Cramer's Rule context).
A unique solution exists when the coefficient determinant D = |A| ≠ 0. Then x_i = D_i / D, where D_i replaces the i-th column of D with the constants.
What is the value of i^n for n giving remainders 0,1,2,3 when divided by 4?
i^0=1, i^1=i, i^2=-1, i^3=-i; the powers of i cycle with period 4 (use n mod 4).
For a complex number z = a + bi, what is its modulus |z| and conjugate z̄?
|z| = √(a² + b²); conjugate z̄ = a - bi. Also z·z̄ = |z|² = a² + b².
State De Moivre's Theorem for (cosθ + i sinθ)^n.
(cosθ + i sinθ)^n = cos(nθ) + i sin(nθ), valid for all integers n (and rational n giving one of the values).
What are the cube roots of unity and one key property they satisfy?
The cube roots of unity are 1, ω, ω², where ω = (-1 + i√3)/2. They satisfy 1 + ω + ω² = 0 and ω³ = 1.
What is the nth term and sum of the first n terms of an Arithmetic Progression (AP)?
nth term: t_n = a + (n-1)d. Sum: S_n = (n/2)[2a + (n-1)d] = (n/2)(a + l), where l is the last term.
What is the nth term and sum of n terms of a Geometric Progression (GP)?
nth term: t_n = a·r^(n-1). Sum (r≠1): S_n = a(r^n - 1)/(r - 1). Infinite sum (|r|<1): S = a/(1 - r).
Give the formulas for the sum of the first n natural numbers, their squares, and their cubes.
Σn = n(n+1)/2; Σn² = n(n+1)(2n+1)/6; Σn³ = [n(n+1)/2]².
What is the relationship between the Arithmetic Mean (A) and Geometric Mean (G) of two positive numbers, and their geometric link?
A ≥ G (with equality iff the numbers are equal). For two numbers, G² = A·H (the GM is the geometric mean of AM and HM).
What is the formula for the number of permutations of n distinct objects taken r at a time?
nPr = n! / (n - r)!
What is the formula for combinations nCr, and what is the relation between nCr and nP r?
nCr = n! / [r!(n - r)!]; and nPr = nCr · r!.
State Pascal's rule relating combinations.
nCr + nC(r-1) = (n+1)Cr.
What is the general (r+1)th term in the binomial expansion of (a + b)^n?
T_(r+1) = nCr · a^(n-r) · b^r, for r = 0, 1, ..., n.
How many terms are there in the expansion of (a + b)^n and what is the sum of all binomial coefficients?
There are (n + 1) terms; the sum of all binomial coefficients nC0 + nC1 + ... + nCn = 2^n.
State the three Pythagorean trigonometric identities.
sin²θ + cos²θ = 1; 1 + tan²θ = sec²θ; 1 + cot²θ = cosec²θ.
State the formulas for sin(A ± B) and cos(A ± B).
sin(A±B) = sinA cosB ± cosA sinB; cos(A±B) = cosA cosB ∓ sinA sinB.
State the double angle formulas for cos 2θ (three forms).
cos2θ = cos²θ - sin²θ = 1 - 2sin²θ = 2cos²θ - 1. Also sin2θ = 2 sinθ cosθ and tan2θ = 2tanθ/(1 - tan²θ).
What are the product-to-sum formulas for 2 sinA cosB and 2 cosA cosB?
2 sinA cosB = sin(A+B) + sin(A-B); 2 cosA cosB = cos(A+B) + cos(A-B).
Planning Mathematics for MHT CET
Mathematics is about 23% of the MHT CET syllabus by topic count — 18 of 77 topics, spread over 5 chapters. At roughly 45 minutes per topic plus 12 minutes per sub-topic, a first pass runs to about 20 hours.
The heaviest chapters are Algebra (4 topics), Coordinate Geometry and Vectors (4 topics), Calculus (4 topics) . Front-load those while your energy is high; the short chapters are better revision filler later.
Work top-down: read the chapter, then tick topics off individually rather than marking the whole chapter done. Sub-topics are where silent gaps hide.
Mathematics (MHT CET) FAQ
What is in the MHT CET Mathematics syllabus?
Mathematics is split into 5 chapters — Algebra, Trigonometry, Coordinate Geometry and Vectors, Calculus and Probability and Statistics, containing 18 topics and 41 sub-topics in total.
How many chapters are there in Mathematics for MHT CET?
5 chapters. Mathematics accounts for about 23% of the topics in the whole MHT CET syllabus (18 of 77).
How long should I spend on Mathematics for MHT CET?
Budget around 20 hours for a first pass through Mathematics — about 45 minutes per topic plus 12 minutes per sub-topic across its 18 topics. Add revision cycles on top.
Are there flashcards for MHT CET Mathematics?
Yes — a 60-card Mathematics deck. Sample cards are printed on this page, and the full deck is free in the Examius app with spaced repetition scheduling.