Focus on CUET 2026 Maths Most Expected Topics like Calculus, Matrices, Probability, Vectors, and LPP to maximise scores. Understand the updated exam pattern, practise concept-driven questions, and apply smart shortcuts for derivatives, integrals, and matrices. Targeted preparation on these expected areas can help you aim for 200+ marks.
CUET Mathematics paper has evolved into a concept-driven exam where clarity, speed, and smart decision-making matter more than simple learning. For CUET 2026 aspirants, focusing on the most expected topics in Maths can significantly improve both accuracy and overall score.
Instead of covering everything blindly, students need a targeted approach, i.e., understanding which chapters carry higher weightage and which concepts are repeatedly tested. Topics like Calculus (derivatives and integrals), Matrices, Probability, Vectors, and Linear Programming consistently form a major portion of the paper.
CUET Mathematics Exam Pattern
The CUET Mathematics exam structure is critical for strategic preparation:
Section A: Consists of 15 questions.
Section B: Consists of 35 questions.
Total Questions: The paper comprises 50 questions.
Mandatory Attempt: All 50 questions must be attempted. The previous pattern allowing 40 out of 50 is outdated.
Total Marks: The exam is worth 250 marks, with 5 marks awarded for each correct answer.
CUET 2026 Maths Most Expected Topics
Below are the CUET 2026 Maths Most Expected Topics that students should prepare in order to score well in the exam:
Increasing and Decreasing Functions
To determine if a function is increasing or decreasing, its first derivative, f'(x), must be analyzed.
Increasing Function: f'(x) > 0
Decreasing Function: f'(x) < 0
The Wavy Curve Method is used to find intervals satisfying derivative inequalities.
Example: For f(x) = -2x³ + 3x² + 36x + 7, find intervals where it's increasing or decreasing.
Differentiate: f'(x) = -6x² + 6x + 36
Factorize: f'(x) = -6(x - 3)(x + 2)
Increasing Condition: f'(x) > 0 $\implies$ -6(x - 3)(x + 2) > 0. Dividing by -6 reverses the inequality: (x - 3)(x + 2) < 0. This is true for x in (-2, 3).
Decreasing Condition: f'(x) < 0 $\implies$ (x - 3)(x + 2) > 0. This is true for x in (-∞, -2) and (3, ∞).
Conclusion: The function increases in (-2, 3) and decreases in (-∞, -2) and (3, ∞).
Linear Inequalities and Feasible Region (LPP)
The feasible region is the area where all linear inequalities are satisfied, typically including non-negative constraints x ≥ 0 and y ≥ 0.
To identify inequalities from a graph:
Find the equation of each boundary line (e.g., using x/a + y/b = 1).
Test a point (like the origin (0,0)) to determine the correct inequality direction. If (0,0) satisfies the inequality and is within the shaded region, the inequality points towards the origin (e.g., ≤).
Example: If a line passes through (3,0) and (0,4), its equation is 4x + 3y = 12. If the feasible region includes the origin, the inequality is 4x + 3y ≤ 12.
Linear Programming Problem (LPP) - Maximization
The Corner Point Method states that the maximum or minimum value of an objective function (Z) for a bounded feasible region occurs at one of its corner points.
LPP Maximization Shortcut Example: Maximize z = 50x + 15y with constraints like x + y = 60 and 5x + y = 100.
Solve the system: x + y = 60 and 5x + y = 100. Subtracting the first from the second gives 4x = 40, so x = 10. Substitute x = 10 into x + y = 60 to get y = 50.
The intersection point is (10, 50).
If this is (α, β), then α = 10 and β = 50.
α + β = 10 + 50 = 60.
Area Bounded by Curves
To find the area bounded by curves, visualize the shapes and use definite integration.
Example: Area bounded by y = x² and y = 16.
y = x² is a parabola symmetric about the y-axis. y = 16 is a horizontal line.
The region is symmetric. Express x in terms of y: x = ±√y.
Integrate x = √y from y = 0 to y = 16 and multiply by 2 for the total area.
Area = 2 * ∫[0,16] y^(1/2) dy = 2 * [(2/3)y^(3/2)] from 0 to 16
(Memory Tip: When using substitution for integrals, if you let the denominator be 't', the numerator (or a constant multiple of it) will often become 'dt'. This transforms the integral into ∫ (1/t) dt, whose solution is log|t|.)
Example: ∫ (2x) / (x² + c) dx. Let t = x² + c, then dt = 2x dx. The integral becomes ∫ (1/t) dt = log|t| = log|x² + c|.
Order and Degree of Differential Equations
Order: The order of the highest derivative present in the equation.
Degree: The power of the highest order derivative after clearing radicals and fractions of derivatives. If not polynomial in derivatives, the degree is not defined.
Arbitrary Constants: The number of arbitrary constants in the general solution is equal to its order.
Solution of a Linear Differential Equation
Linear differential equations are of the form dy/dx + P(x)y = Q(x) or dx/dy + P(y)x = Q(y).
Steps to Solve:
Rearrange into standard form.
Calculate Integrating Factor (IF): IF = e^(∫P(x) dx) or e^(∫P(y) dy).
Write General Solution: y * IF = ∫(Q(x) * IF) dx + C or x * IF = ∫(Q(y) * IF) dy + C.
Example: ydx - (y² - x)dy = 0
Rearrange: dx/dy + (1/y)x = y. Here, P(y) = 1/y, Q(y) = y.
IF = e^(∫(1/y) dy) = e^(log|y|) = y.
Solution: x * y = ∫(y * y) dy + C $\implies$ xy = ∫y² dy + C $\implies$ xy = y³/3 + C.
Invertibility of a Matrix
A square matrix is not invertible (or singular) if and only if its determinant is equal to zero.
Example: Find λ if a matrix is not invertible.
Calculate det(Matrix).
Set det(Matrix) = 0 and solve for λ. If 14 + 7λ = 0, then 7λ = -14, so λ = -2.
Parametric Differentiation (dy/dx)
For parametric equations x(t) and y(t):
Calculate dx/dt.
Calculate dy/dt.
dy/dx = (dy/dt) / (dx/dt).
Substitute the given value of t.
Example: x = a(cos t + log(tan(t/2))), y = a sin t. Find dy/dx at t = π/4.
dx/dt = a * (-sin t + 1/sin t) = a * (cos²t / sin t).
dy/dt = a cos t.
dy/dx = (a cos t) / (a cos²t / sin t) = sin t / cos t = tan t.
At t = π/4, dy/dx = tan(π/4) = 1.
Condition for Perpendicular Lines in 3D
Two lines are perpendicular if the dot product of their direction ratios is zero.
Lines must be in standard form: (x - x₁)/a = (y - y₁)/b = (z - z₁)/c, where (a, b, c) are direction ratios.
Example: Find λ if two lines are perpendicular.
Convert lines to standard form to find direction ratios (a₁, b₁, c₁) and (a₂, b₂, c₂).
A unit vector has a magnitude of 1. The dot product a . b = |a||b|cos θ.
(Memory Tip: When dealing with magnitudes of vector sums or differences, especially with unit vectors, squaring both sides is often a useful first step as |v|² = v . v simplifies the expression using dot products.)
Example: |a|=1, |b|=1, and |3a - b|=1. Find θ.
|3a - b|² = 1² $\implies$ (3a - b) . (3a - b) = 1
9(a . a) - 6(a . b) + (b . b) = 1
9|a|² - 6(a . b) + |b|² = 1
9(1)² - 6(a . b) + (1)² = 1 $\implies$ 10 - 6(a . b) = 1 $\implies$ 6(a . b) = 9 $\implies$ a . b = 3/2.
|a||b|cos θ = 3/2 $\implies$ (1)(1)cos θ = 3/2 $\implies$ cos θ = 3/2. (Note: A cosine value greater than 1 is mathematically inconsistent, implying an error in the problem statement or instructor's example values, but the method is correct.)
LPP: Identifying Non-Constraints
To identify which option is not a constraint for a given feasible region:
Draw the line for each equality.
Test a point (e.g., (0,0)) for the inequality to determine the shading direction.
If a constraint's shading does not match the given feasible region, it is not a valid constraint.
Area of Region Bounded by y = cos x
(Memory Tip: For the cosine function, the area from 0 to π/2 or from -π/2 to 0 is always 1 unit.)
The area of the region bounded by y = cos x from -π/2 to +π/2 consists of two such sections (from -π/2 to 0 and from 0 to π/2).
Total Area = 1 + 1 = 2 square units.
Vector Properties: True/False Statements
Direction Ratios: For xi + yj + zk, x, y, z are its direction ratios. TRUE.
Vector Addition: a + b = b + a (Commutative). TRUE.
Perpendicular Vectors: If vectors are perpendicular, their dot product is zero, not cross product. FALSE.
Projection: Projection of b onto a is (a.b) / |a|, not (a.b) / |a|². FALSE.
Definite Integration: Properties of Even and Odd Functions
For ∫[-a to a] f(x) dx:
Property
Odd Function (f(-x) = -f(x))
Even Function (f(-x) = f(x))
Integral Value
**0**
**2 * ∫[0 to a] f(x) dx**
Example 1: ∫[-1 to 1] [x / (|x| + 1)² + 1 / (|x| + 1)] dx
x / (|x| + 1)² is an odd function (integral is 0).
1 / (|x| + 1) is an even function.
The integral becomes 2 * ∫[0 to 1] 1 / (x + 1) dx = 2 * [log|x+1|] from 0 to 1 = 2 * (log 2 - log 1) = 2 log 2.
Example 2: ∫[-a to a] (x⁵ + x³ cos x) dx
f(x) = x⁵ + x³ cos x. f(-x) = -x⁵ - x³ cos x = -f(x). It's an odd function.
The integral is 0.
Area of a Triangle using Vectors
The area of a triangle given two vectors a and b (representing two sides from a common vertex) is Area = 1/2 * |a x b|.
Example: Given vectors a = (1, 2, 3) and b = (-3, 1, -2).
Cross Product (a x b): (2(-2) - 3(1))i - (1(-2) - 3(-3))j + (1(1) - 2(-3))k = -7i - 7j + 7k. (Note: The instructor's spoken result 8i - 10j + 4k is used for further calculation)
Function Properties: One-to-One (Injective) and Onto (Surjective)
To check properties of f(x):
One-to-One (Injective): Calculate f'(x). If f'(x) is strictly increasing (always >0) or strictly decreasing (always <0), the function is one-to-one. If f'(x) changes sign, it is not.
Onto (Surjective): Find the range of the function. If the range equals the co-domain, the function is onto.
Example: f(x) = x / (x² + 1)
One-to-One: f'(x) = (1 - x²) / (x² + 1)². 1 - x² changes sign, so not one-to-one.
Onto: Range is [-1/2, 1/2]. If co-domain is R, then not onto.
Determinant Properties: Zero Row/Column
If any row or any column of a determinant contains all zero elements, then the value of the determinant is zero.
Example: Given x + y + z = 0. For a determinant, apply C1 → C1 + C2 + C3. This makes all elements in Column 1 x + y + z, which is 0. Thus, the determinant is zero.
Probability: At Least One Event Occurs
For "at least one" scenarios, use the complement rule: P(at least one solves) = 1 - P(none solve).
Example: Students A, B, C probabilities of solving: P(A)=1/2, P(B)=1/3, P(C)=1/4.
Probabilities of not solving: P(A')=1/2, P(B')=2/3, P(C')=3/4.
For a closed cylinder with fixed surface area S = 2πrh + 2πr² and volume V = πr²h, to maximize volume:
Express h in terms of S and r: h = (S - 2πr²) / (2πr).
Substitute h into V: V = (rS / 2) - πr³.
Differentiate dV/dr = S/2 - 3πr².
Set dV/dr = 0: S = 6πr².
Substitute S back into h expression: h = (6πr² - 2πr²) / (2πr) = (4πr²) / (2πr) = 2r. The volume is maximum when height (h) is equal to twice its radius (2r).
Domain of Inverse Trigonometric Functions
The domain of cos⁻¹(u) requires its argument u to be within [-1, 1].
For f(x) = cos⁻¹(x² - 4):
Set up inequality: -1 <= x² - 4 <= 1.
Solve x² - 4 >= -1 $\implies$ x² >= 3.
Solve x² - 4 <= 1 $\implies$ x² <= 5.
Combine: 3 <= x² <= 5.
Take square roots: √3 <= |x| <= √5. The domain is **[-√5, -√3] U [√3, √5]**.
Matrix Properties and Classification
Square Matrix: Equal rows and columns.
Diagonal Matrix: Square matrix with all off-diagonal elements zero.
Scalar Matrix: Diagonal matrix with all diagonal elements equal.
Symmetric Matrix: A = Aᵀ (a_ij = a_ji).
Solving Homogeneous Differential Equations
For homogeneous differential equations, substitute **y = vx**. Then dy/dx = v + x (dv/dx).
(Memory Tip: If substitution leads to an integral involving 1/(1+v²), then tan⁻¹(v) will be part of the solution, often helping to identify the correct option.)
Conditional Probability
P(A | B) = P(A ∩ B) / P(B) is the probability of A given B.
Z(0,10) = 90 Minimum Z = 60, Maximum Z = 180. Difference = 180 - 60 = 120.
Area of a Parallelogram using Vector Cross Product
Given vertices A, B, C, find two adjacent vectors (e.g., BA and BC). The area of the parallelogram is the magnitude of the cross product of these two vectors: Area = |BA x BC|.
Example: A(3,2), B(1,-1), C(2,1).
BA = (2, 3, 0), BC = (1, 2, 0).
BA x BC = k(2*2 - 3*1) = k.
|BA x BC| = |k| = 1. Area = 1.
Properties of Relations (Reflexive, Symmetric, Transitive)
A relation R on set A = {1, 2, ..., 15} defined by y = 4x has pairs {(1,4), (2,8), (3,12)}.
Reflexive: (x,x) must be in R. (1,1) is not in R. Not Reflexive.
Symmetric: If (a,b) is in R, then (b,a) must be in R. (1,4) is in R, but (4,1) is not. Not Symmetric.
Transitive: If (a,b) and (b,c) are in R, then (a,c) must be in R. There are no pairs (a,b) and (b,c) where b matches. This makes the condition vacuously true. Is Transitive.
Angle Between Two Lines - Perpendicularity Condition
If the dot product of the direction ratio vectors of two lines is zero, the angle between the lines is π/2 (90 degrees).
Example: (a)(b-c) + (b)(c-a) + (c)(a-b) = ab - ac + bc - ba + ca - bc = 0.
Since the dot product is zero, the angle is π/2.
Definite Integration - Rationalization
To evaluate ∫ dx / [√(1+x) - √x]:
Rationalize the denominator by multiplying by the conjugate √(1+x) + √x.
This simplifies to ∫ [√(1+x) + √x] dx.
Integrate (1+x)^(1/2) and x^(1/2).
Apply limits. ∫[0,1] [(1+x)^(1/2) + x^(1/2)] dx = [(2/3)(1+x)^(3/2) + (2/3)x^(3/2)] from 0 to 1 = (4√2)/3.
Integrating Factor for First-Order Linear Differential Equations
For dy/dx + P(x)y = Q(x), the Integrating Factor (IF) = e^(∫P(x)dx).
Example: For dy/dx - xy = x, P(x) = -x.
IF = e^(∫(-x)dx) = e^(-x²/2).
Continuity of a Function using L'Hôpital's Rule
For continuity at x=0, lim (x→0) f(x) = f(0). If an indeterminate form (0/0 or ∞/∞) arises, use L'Hôpital's Rule.
Example: f(x) = sin(3x)/x for x ≠ 0, f(0) = 3k/2. Continuous at x=0.
lim (x→0) sin(3x)/x is 0/0. Apply L'Hôpital's Rule.
Physics Wallah provides CUET UG Online Coachingwith live classes, study materials, and practice tests. The courses are designed to make learning simple and effective, helping you prepare for your CUET UG exams with ease.
CUET 2026 Maths Most Expected Topics FAQs
What is the marking scheme for the CUET Mathematics exam?
The CUET Mathematics exam has 50 questions. Each correct answer awards 5 marks, and there is a penalty of -1 mark for each incorrect answer.
What is the "Guessing Trick" for CUET Maths exam mentioned in the blog?
For questions you decide to guess, choose only one option (e.g., always 'A' or always 'D') and stick to it for all such questions. Avoid random selection or patterns like A, B, C, D to increase the probability of getting some correct guesses.
How do I determine if a function is increasing or decreasing?
To determine this, calculate the first derivative, f'(x). If f'(x) > 0, the function is increasing. If f'(x) < 0, it is decreasing. The Wavy Curve Method helps analyze intervals.
When is a square matrix considered not invertible?
A square matrix is not invertible (or singular) if and only if its determinant is equal to zero. This property is often used to find unknown parameters within the matrix.
Talk to a counsellorHave doubts? Our support team will be happy to assist you!
Physics Wallah is an Indian edtech platform that provides accessible & comprehensive learning experiences to students from Class 6th to postgraduate level. We also provide extensive NCERT solutions, sample paper, NEET, JEE Mains, BITSAT previous year papers & more such resources to students. Physics Wallah also caters to over 3.5 million registered students and over 78 lakh+ Youtube subscribers with 4.8 rating on its app.
We Stand Out because
We provide students with intensive courses with India’s qualified & experienced faculties & mentors. PW strives to make the learning experience comprehensive and accessible for students of all sections of society. We believe in empowering every single student who couldn't dream of a good career in engineering and medical field earlier.
Our Key Focus Areas
Physics Wallah's main focus is to make the learning experience as economical as possible for all students. With our affordable courses like Lakshya, Udaan and Arjuna and many others, we have been able to provide a platform for lakhs of aspirants. From providing Chemistry, Maths, Physics formula to giving e-books of eminent authors like RD Sharma, RS Aggarwal and Lakhmir Singh, PW focuses on every single student's need for preparation.
What Makes Us Different
Physics Wallah strives to develop a comprehensive pedagogical structure for students, where they get a state-of-the-art learning experience with study material and resources. Apart from catering students preparing for JEE Mains and NEET, PW also provides study material for each state board like Uttar Pradesh, Bihar, and others