Updated: Mar 2026
Mock 1 - 100% FREE

CUET PG Mathematics Mock Tests

Practice CUET PG Mathematics mock tests with 10 full-length tests and 750+ questions. Real exam interface, All India ranking, and detailed analytics. First mock FREE!

10
Mock Tests
750+
Questions
FREE
First Mock
AIR
Ranking
Start Free Mock Test →

Available Mock Tests

FREE

Mock Test 2

55 Questions • 3 Hours • Full Analytics
Start Free →

Mock Test 7

55 Questions • 3 Hours • Full Analytics
Unlock

Mock Test 3

55 Questions • 3 Hours • Full Analytics
Unlock

Mock Test 4

55 Questions • 3 Hours • Full Analytics
Unlock

Mock Test 1

55 Questions • 3 Hours • Full Analytics
Unlock

Mock Test 5

55 Questions • 3 Hours • Full Analytics
Unlock

Mock Test 6

55 Questions • 3 Hours • Full Analytics
Unlock

Mock Test 8

55 Questions • 3 Hours • Full Analytics
Unlock

Mock Test 9

55 Questions • 3 Hours • Full Analytics
Unlock

Mock Test 10

55 Questions • 3 Hours • Full Analytics
Unlock

Free Mock Preview

1 Single Choice
Let R=M2(Z)R = M_2(\mathbb{Z}) be the ring of 2×22 \times 2 matrices with integer entries, under standard matrix addition and multiplication. Which of the following subsets of RR is a subring?
A
The set of all invertible matrices in M2(Z)M_2(\mathbb{Z}).
B
The set of all matrices in M2(Z)M_2(\mathbb{Z}) whose entries are all multiples of 3.
C
The set of all matrices in M2(Z)M_2(\mathbb{Z}) with determinant 0.
D
The set of all matrices in M2(Z)M_2(\mathbb{Z}) whose diagonal entries are zero.
View Solution
To determine if a non-empty subset SS of a ring RR is a subring, we must verify two conditions: 1. Closure under subtraction: For any A,BSA, B \in S, ABSA-B \in S. 2. Closure under multiplication: For any A,BSA, B \in S, ABSA \cdot B \in S. (The additive identity 0R0_R being in SS is implicitly covered by the first condition if SS is non-empty, as AA=0RA-A=0_R.) Let's examine each option: **1.** **The set of all invertible matrices in M2(Z)M_2(\mathbb{Z}).** The additive identity of M2(Z)M_2(\mathbb{Z}) is the zero matrix:
0=[0000]0 = \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix}
The det\det of the zero matrix is 00, so it is not invertible. A subring must contain the additive identity. Therefore, this set is not a subring. **2.** **The set of all matrices in M2(Z)M_2(\mathbb{Z}) whose entries are all multiples of 3.** Let SS be this set. We can write SS as:
S={[3a3b3c3d]|a,b,c,dZ}S = \left\{ \begin{bmatrix} 3a & 3b \\ 3c & 3d \end{bmatrix} \middle| a, b, c, d \in \mathbb{Z} \right\}
* **Non-empty:** The zero matrix 0=[0000]0 = \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix} has all entries (0) as multiples of 3, so 0S0 \in S. * **Closure under subtraction:** Let A,BSA, B \in S.
A=[3a13b13c13d1]andB=[3a23b23c23d2]A = \begin{bmatrix} 3a_1 & 3b_1 \\ 3c_1 & 3d_1 \end{bmatrix} \quad \text{and} \quad B = \begin{bmatrix} 3a_2 & 3b_2 \\ 3c_2 & 3d_2 \end{bmatrix}
Then their difference is:
AB=[3a13a23b13b23c13c23d13d2]A-B = \begin{bmatrix} 3a_1-3a_2 & 3b_1-3b_2 \\ 3c_1-3c_2 & 3d_1-3d_2 \end{bmatrix}
AB=[3(a1a2)3(b1b2)3(c1c2)3(d1d2)]A-B = \begin{bmatrix} 3(a_1-a_2) & 3(b_1-b_2) \\ 3(c_1-c_2) & 3(d_1-d_2) \end{bmatrix}
All entries of ABA-B are multiples of 3, so ABSA-B \in S. * **Closure under multiplication:** Let A,BSA, B \in S.
A=[3a13b13c13d1]andB=[3a23b23c23d2]A = \begin{bmatrix} 3a_1 & 3b_1 \\ 3c_1 & 3d_1 \end{bmatrix} \quad \text{and} \quad B = \begin{bmatrix} 3a_2 & 3b_2 \\ 3c_2 & 3d_2 \end{bmatrix}
Their product is:
AB=[(3a1)(3a2)+(3b1)(3c2)(3a1)(3b2)+(3b1)(3d2)(3c1)(3a2)+(3d1)(3c2)(3c1)(3b2)+(3d1)(3d2)]A \cdot B = \begin{bmatrix} (3a_1)(3a_2)+(3b_1)(3c_2) & (3a_1)(3b_2)+(3b_1)(3d_2) \\ (3c_1)(3a_2)+(3d_1)(3c_2) & (3c_1)(3b_2)+(3d_1)(3d_2) \end{bmatrix}
AB=[9a1a2+9b1c29a1b2+9b1d29c1a2+9d1c29c1b2+9d1d2]A \cdot B = \begin{bmatrix} 9a_1a_2+9b_1c_2 & 9a_1b_2+9b_1d_2 \\ 9c_1a_2+9d_1c_2 & 9c_1b_2+9d_1d_2 \end{bmatrix}
AB=[3(3a1a2+3b1c2)3(3a1b2+3b1d2)3(3c1a2+3d1c2)3(3c1b2+3d1d2)]A \cdot B = \begin{bmatrix} 3(3a_1a_2+3b_1c_2) & 3(3a_1b_2+3b_1d_2) \\ 3(3c_1a_2+3d_1c_2) & 3(3c_1b_2+3d_1d_2) \end{bmatrix}
Each entry in the product is a multiple of 3. So ABSA \cdot B \in S. Since all conditions are satisfied, this set is a subring. **3.** **The set of all matrices in M2(Z)M_2(\mathbb{Z}) with determinant 0.** Consider:
A=[1000]andB=[0001]A = \begin{bmatrix} 1 & 0 \\ 0 & 0 \end{bmatrix} \quad \text{and} \quad B = \begin{bmatrix} 0 & 0 \\ 0 & 1 \end{bmatrix}
Both AA and BB have det(A)=0\det(A) = 0 and det(B)=0\det(B) = 0. However, their sum is:
A+B=[1001]A+B = \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix}
The det(A+B)=1\det(A+B) = 1. Since A+BA+B is not in the set, the set is not closed under addition (and thus not under subtraction). Therefore, it is not a subring. **4.** **The set of all matrices in M2(Z)M_2(\mathbb{Z}) whose diagonal entries are zero.** Let SS be this set. We can write SS as:
S={[0bc0]|b,cZ}S = \left\{ \begin{bmatrix} 0 & b \\ c & 0 \end{bmatrix} \middle| b, c \in \mathbb{Z} \right\}
Consider:
A=[0120]andB=[0340]A = \begin{bmatrix} 0 & 1 \\ 2 & 0 \end{bmatrix} \quad \text{and} \quad B = \begin{bmatrix} 0 & 3 \\ 4 & 0 \end{bmatrix}
Both AA and BB are in SS. Their product is:
AB=[0120][0340]A \cdot B = \begin{bmatrix} 0 & 1 \\ 2 & 0 \end{bmatrix} \cdot \begin{bmatrix} 0 & 3 \\ 4 & 0 \end{bmatrix}
AB=[(0)(0)+(1)(4)(0)(3)+(1)(0)(2)(0)+(0)(4)(2)(3)+(0)(0)]A \cdot B = \begin{bmatrix} (0)(0)+(1)(4) & (0)(3)+(1)(0) \\ (2)(0)+(0)(4) & (2)(3)+(0)(0) \end{bmatrix}
AB=[4006]A \cdot B = \begin{bmatrix} 4 & 0 \\ 0 & 6 \end{bmatrix}
The diagonal entries of ABA \cdot B are 44 and 66, which are not zero. Since ABA \cdot B is not in SS, the set is not closed under multiplication. Therefore, it is not a subring. The final answer is The set of all matrices in M2(Z) whose entries are all multiples of 3.\boxed{\text{The set of all matrices in } M_2(\mathbb{Z}) \text{ whose entries are all multiples of 3.}}
2 Single Choice
The integrating factor for the differential equation (2x2+y)dx+(x2yx)dy=0(2x^2 + y)dx + (x^2y - x)dy = 0 is:
A
1x2\frac{1}{x^2}
B
x2x^2
C
1x\frac{1}{x}
D
e2xe^{-2x}
View Solution
1. The given differential equation is of the form
M(x,y)dx+N(x,y)dy=0M(x, y) dx + N(x, y) dy = 0
where:
M(x,y)=2x2+yM(x, y) = 2x^2 + y
N(x,y)=x2yxN(x, y) = x^2y - x
2. First, we check for exactness by calculating the partial derivatives:
My=y(2x2+y)=1\frac{\partial M}{\partial y} = \frac{\partial}{\partial y}(2x^2 + y) = 1
Nx=x(x2yx)=2xy1\frac{\partial N}{\partial x} = \frac{\partial}{\partial x}(x^2y - x) = 2xy - 1
Since MyNx\frac{\partial M}{\partial y} \neq \frac{\partial N}{\partial x}, the equation is not exact. 3. Next, we look for an integrating factor. We check the two standard cases: **Case 1:** If MyNxN\frac{\frac{\partial M}{\partial y} - \frac{\partial N}{\partial x}}{N} is a function of xx only, say f(x)f(x). We calculate the expression:
MyNxN=1(2xy1)x2yx=22xyx(xy1)=2(xy1)x(xy1)\begin{aligned}\frac{\frac{\partial M}{\partial y} - \frac{\partial N}{\partial x}}{N} & = \frac{1 - (2xy - 1)}{x^2y - x} \\ & = \frac{2 - 2xy}{x(xy - 1)} \\ & = \frac{-2(xy - 1)}{x(xy - 1)}\end{aligned}
Assuming xy10xy - 1 \neq 0, this simplifies to:
f(x)=2xf(x) = -\frac{2}{x}
This is a function of xx only. Therefore, an integrating factor exists and is given by ef(x)dxe^{\int f(x) dx}. Integrating factor (IF) calculation:
IF=e2xdx=e2lnx=elnx2=x2=1x2\begin{aligned}\text{IF} & = e^{\int -\frac{2}{x} dx} \\ & = e^{-2 \ln|x|} \\ & = e^{\ln|x|^{-2}} \\ & = x^{-2} \\ & = \frac{1}{x^2}\end{aligned}
**Case 2:** If NxMyM\frac{\frac{\partial N}{\partial x} - \frac{\partial M}{\partial y}}{M} is a function of yy only, say g(y)g(y). We calculate the expression:
NxMyM=(2xy1)12x2+y=2xy22x2+y\frac{\frac{\partial N}{\partial x} - \frac{\partial M}{\partial y}}{M} = \frac{(2xy - 1) - 1}{2x^2 + y} = \frac{2xy - 2}{2x^2 + y}
This is not a function of yy only. Thus, the integrating factor is 1x2\frac{1}{x^2}. Answer: 1x2\boxed{\frac{1}{x^2}}
3 Single Choice
Which of the following sequences is divergent?
A
sin(n)n\left\langle \frac{\sin(n)}{n} \right\rangle
B
n1/n\left\langle n^{1/n} \right\rangle
C
(1+1n)n\left\langle \left(1 + \frac{1}{n}\right)^n \right\rangle
D
(n!)1/n\left\langle (n!)^{1/n} \right\rangle
View Solution
1. For the sequence sin(n)n\left\langle \frac{\sin(n)}{n} \right\rangle: We know that
1sin(n)1-1 \le \sin(n) \le 1
for all nNn \in \mathbb{N}. Dividing by nn (which is positive for nNn \in \mathbb{N}), we get:
1nsin(n)n1n-\frac{1}{n} \le \frac{\sin(n)}{n} \le \frac{1}{n}
As nn \to \infty, we have
limn(1n)=0\lim_{n \to \infty} \left(-\frac{1}{n}\right) = 0
and
limn(1n)=0\lim_{n \to \infty} \left(\frac{1}{n}\right) = 0
By the Squeeze Theorem,
limnsin(n)n=0\lim_{n \to \infty} \frac{\sin(n)}{n} = 0
Thus, this sequence converges to 00. 2. For the sequence n1/n\left\langle n^{1/n} \right\rangle: Let
L=limnn1/nL = \lim_{n \to \infty} n^{1/n}
Consider the natural logarithm:
lnL=limnln(n1/n)=limnlnnn\ln L = \lim_{n \to \infty} \ln(n^{1/n}) = \lim_{n \to \infty} \frac{\ln n}{n}
This is an indeterminate form of type \frac{\infty}{\infty}. We can apply L'Hôpital's Rule (considering x1/xx^{1/x} as a continuous function):
limxlnxx=limx1x1=limx1x=0\lim_{x \to \infty} \frac{\ln x}{x} = \lim_{x \to \infty} \frac{\frac{1}{x}}{1} = \lim_{x \to \infty} \frac{1}{x} = 0
So, lnL=0\ln L = 0, which implies L=e0=1L = e^0 = 1. Thus, this sequence converges to 11. 3. For the sequence (1+1n)n\left\langle \left(1 + \frac{1}{n}\right)^n \right\rangle: This is a standard limit definition of the mathematical constant ee.
limn(1+1n)n=e\lim_{n \to \infty} \left(1 + \frac{1}{n}\right)^n = e
Thus, this sequence converges to ee. 4. For the sequence (n!)1/n\left\langle (n!)^{1/n} \right\rangle: We can use Cauchy's second theorem on limits (also known as the Root Test for sequences), which states that if limnan+1an=L\lim_{n \to \infty} \frac{a_{n+1}}{a_n} = L for a sequence an\langle a_n \rangle with an>0a_n > 0, then limn(an)1/n=L\lim_{n \to \infty} (a_n)^{1/n} = L. Let an=n!a_n = n!. Then we consider the limit of the ratio:
limnan+1an=limn(n+1)!n!=limn(n+1)\lim_{n \to \infty} \frac{a_{n+1}}{a_n} = \lim_{n \to \infty} \frac{(n+1)!}{n!} = \lim_{n \to \infty} (n+1)
As nn \to \infty, (n+1)(n+1) \to \infty. Therefore, by Cauchy's second theorem on limits,
limn(n!)1/n=\lim_{n \to \infty} (n!)^{1/n} = \infty
Since the limit is \infty, the sequence is divergent. Therefore, the divergent sequence is (n!)1/n\left\langle (n!)^{1/n} \right\rangle. Answer: \boxed{\left\langle (n!)^{1/n} \right\rangle}
4 Single Choice
Consider the limit limx2x2=4\lim_{x \to 2} x^2 = 4. According to the formal ϵδ\epsilon-\delta definition, if ϵ=0.05\epsilon = 0.05, what is the largest possible value of δ\delta that can be chosen such that for all xx satisfying 0<x2<δ0 < |x - 2| < \delta, we have x24<ϵ|x^2 - 4| < \epsilon? Assume that the initial choice for δ\delta must satisfy δ1\delta \le 1 to bound the term x+2|x+2|.
A
0.05
B
0.01
C
0.025
D
0.1
View Solution
**Step 1: Start with the inequality f(x)L<ϵ|f(x) - L| < \epsilon.** We are given f(x)=x2f(x) = x^2, L=4L = 4, and ϵ=0.05\epsilon = 0.05. So, we need to satisfy:
x24<0.05|x^2 - 4| < 0.05
**Step 2: Factor the expression.** The left side can be factored as a difference of squares:
(x2)(x+2)<0.05|(x - 2)(x + 2)| < 0.05
This can be written as:
x2x+2<0.05|x - 2| |x + 2| < 0.05
**Step 3: Bound the term x+2|x + 2|.** In the ϵδ\epsilon - \delta definition, we are looking for a δ\delta such that if 0<x2<δ0 < |x - 2| < \delta, then x24<ϵ|x^2 - 4| < \epsilon. To bound x+2|x + 2|, we typically restrict δ\delta with an initial choice. The problem statement guides us to choose δ1\delta \le 1. If x2<δ1|x - 2| < \delta \le 1, then:
1<x2<1-1 < x - 2 < 1
Adding 2 to all parts of the inequality gives:
1<x<31 < x < 3
Now, we need to find bounds for x+2x + 2. Adding 2 to all parts of the inequality 1<x<31 < x < 3:
1+2<x+2<3+21 + 2 < x + 2 < 3 + 2
3<x+2<53 < x + 2 < 5
From this, we can conclude that:
x+2<5|x + 2| < 5
**Step 4: Substitute the bound back into the inequality.** We have x2x+2<0.05|x - 2| |x + 2| < 0.05. Using x+2<5|x + 2| < 5, we can write:
x25<0.05|x - 2| \cdot 5 < 0.05
**Step 5: Isolate x2|x - 2|.** Divide by 5:
x2<0.055|x - 2| < \frac{0.05}{5}
x2<0.01|x - 2| < 0.01
**Step 6: Determine the value of δ\delta.** From the previous step, we see that if x2<0.01|x - 2| < 0.01, then x24<0.05|x^2 - 4| < 0.05, provided our initial assumption that x+2<5|x + 2| < 5 holds. This assumption holds if δ1\delta \le 1. Therefore, we choose δ\delta to be the minimum of our initial bound (1) and the value derived from ϵ\epsilon (0.01):
δ=min(1,0.01)\delta = \min(1, 0.01)
δ=0.01\delta = 0.01
Thus, the largest possible value for δ\delta is 0.010.01. Answer: 0.01\boxed{0.01}
5 Single Choice
Let CC be the boundary of the region RR in the xyxy-plane bounded by the curves y=xy=x and y=x2y=x^2, oriented counter-clockwise. Evaluate the line integral
C(y2dx+x2dy)\oint_C (y^2\,dx + x^2\,dy)
A
130\frac{1}{30}
B
130-\frac{1}{30}
C
00
D
115\frac{1}{15}
View Solution
**Step 1: Identify PP and QQ from the line integral.** Given the line integral in the form C(Pdx+Qdy)\oint_C (P\,dx + Q\,dy), we identify the functions P(x,y)P(x,y) and Q(x,y)Q(x,y):
P(x,y)=y2P(x,y) = y^2
Q(x,y)=x2Q(x,y) = x^2
**Step 2: Compute the partial derivatives required for Green's Theorem.** Green's Theorem states that for a positively oriented simple closed curve CC bounding a region RR:
C(Pdx+Qdy)=R(QxPy)dA\oint_C (P\,dx + Q\,dy) = \iint_R \left(\frac{\partial Q}{\partial x} - \frac{\partial P}{\partial y}\right)\,dA
We calculate the necessary partial derivatives:
Qx=x(x2)=2x\frac{\partial Q}{\partial x} = \frac{\partial}{\partial x}(x^2) = 2x
Py=y(y2)=2y\frac{\partial P}{\partial y} = \frac{\partial}{\partial y}(y^2) = 2y
**Step 3: Apply Green's Theorem.** Substitute the partial derivatives into the Green's Theorem formula:
C(y2dx+x2dy)=R(2x2y)dA\oint_C (y^2\,dx + x^2\,dy) = \iint_R (2x - 2y)\,dA
**Step 4: Define the region RR and set up the double integral.** The region RR is bounded by the curves y=xy=x and y=x2y=x^2. To find the points of intersection, we set the equations equal to each other:
x=x2x = x^2
x2x=0x^2 - x = 0
x(x1)=0x(x-1) = 0
This gives intersection points at x=0x=0 and x=1x=1. For x[0,1]x \in [0,1], the line y=xy=x is above the parabola y=x2y=x^2. Thus, the region RR can be described by the inequalities:
0x10 \le x \le 1
x2yxx^2 \le y \le x
Now, we can set up the double integral:
01x2x(2x2y)dydx\int_0^1 \int_{x^2}^x (2x - 2y)\,dy\,dx
**Step 5: Evaluate the inner integral with respect to yy.**
x2x(2x2y)dy=[2xyy2]y=x2y=x\intertextSubstitutethelimitsofintegration:=(2x(x)x2)(2x(x2)(x2)2)=(2x2x2)(2x3x4)=x22x3+x4\begin{aligned}\int_{x^2}^x (2x - 2y)\,dy & = \left[ 2xy - y^2 \right]_{y=x^2}^{y=x} \\ \intertext{Substitute the limits of integration:} & = (2x(x) - x^2) - (2x(x^2) - (x^2)^2) \\ & = (2x^2 - x^2) - (2x^3 - x^4) \\ & = x^2 - 2x^3 + x^4\end{aligned}
**Step 6: Evaluate the outer integral with respect to xx.** Now, integrate the result from Step 5 with respect to xx from 00 to 11:
01(x22x3+x4)dx=[x332x44+x55]01=[x33x42+x55]01\intertextSubstitutethelimitsofintegration:=(133142+155)(033042+055)=1312+15\intertextTocombinethesefractions,findacommondenominator,whichis30:=10301530+630=1015+630=130\begin{aligned}\int_0^1 (x^2 - 2x^3 + x^4)\,dx & = \left[ \frac{x^3}{3} - \frac{2x^4}{4} + \frac{x^5}{5} \right]_0^1 \\ & = \left[ \frac{x^3}{3} - \frac{x^4}{2} + \frac{x^5}{5} \right]_0^1 \\ \intertext{Substitute the limits of integration:} & = \left( \frac{1^3}{3} - \frac{1^4}{2} + \frac{1^5}{5} \right) - \left( \frac{0^3}{3} - \frac{0^4}{2} + \frac{0^5}{5} \right) \\ & = \frac{1}{3} - \frac{1}{2} + \frac{1}{5} \\ \intertext{To combine these fractions, find a common denominator, which is 30:} & = \frac{10}{30} - \frac{15}{30} + \frac{6}{30} \\ & = \frac{10 - 15 + 6}{30} \\ & = \frac{1}{30}\end{aligned}
Thus, the value of the line integral is 130\frac{1}{30}. Answer: 130\boxed{\frac{1}{30}}

Frequently Asked Questions

How many CUET PG Mathematics mock tests are available?

We offer 10 full-length mock tests with 750+ questions, designed to simulate the actual CUET PG exam experience.

Is the first mock test free?

Yes! Mock Test 1 is completely FREE. You can attempt it with full features including detailed solutions and performance analytics.

Do mock tests have the same pattern as CUET PG?

Yes, our mock tests follow the exact CUET PG exam pattern with MCQ, MSQ, and NAT questions, same marking scheme, and 3-hour duration.

Will I get All India Ranking?

Yes! After completing any mock test, you'll see your All India Rank compared to other students who attempted the same test.

More CUET PGMathematics Resources

Why Choose MastersUp?

🎯

AI-Powered Plans

Personalized study schedules based on your exam date and learning pace

📚

15,000+ Questions

Verified questions with detailed solutions from past papers

📊

Smart Analytics

Track your progress with subject-wise performance insights

🔖

Bookmark & Revise

Save important questions for quick revision before exams

Start Your Free Preparation →

No credit card required • Free forever for basic features