WBJEE Maths 2025 Paper Questions 1 to 15 with Answers

Q.1 The number of reflexive relations on a set A of n elements is equal to

(A) \(2^{n^2}\)
(B) \(n\)
(C) \(2^{n(n-1)}\)
(D) \(n^2 – n\)

Ans: (C) \(2^{n(n-1)}\)

Explanation:
A relation is reflexive if every element relates to itself. For a set with \(n\) elements, there are \(n\) mandatory diagonal pairs. The remaining \(n^2 – n\) off-diagonal pairs can either be included or excluded freely. Thus, the total number of reflexive relations is \(2^{n^2 – n}\).

Q.2 If \(\cos^{-1}\alpha + \cos^{-1}\beta + \cos^{-1}\gamma = 3\pi\), then \(\alpha(\beta+\gamma)+\beta(\gamma+\alpha)+\gamma(\alpha+\beta)\) is equal to

(A) 0
(B) 1
(C) 6
(D) 12

Ans: (C) 6

Explanation:
The maximum value of \(\cos^{-1}x\) is \(\pi\). For the sum of three such terms to be \(3\pi\), each term must individually equal \(\pi\). This implies \(\alpha = \beta = \gamma = \cos(\pi) = -1\). Substituting these values into the expression yields \((-1)(-2) + (-1)(-2) + (-1)(-2) = 2+2+2=6\).

Q.3 An \(n \times n\) matrix is formed using 0, 1 and -1 as its elements. The number of such matrices which are skew symmetric is

(A) \(\frac{n(n-1)}{2}\)
(B) \((n-1)^2\)
(C) \(2^{\frac{n(n-1)}{2}}\)
(D) \(3^{\frac{n(n-1)}{2}}\)

Ans: (D) \(3^{\frac{n(n-1)}{2}}\)

Explanation:
In a skew-symmetric matrix, diagonal elements must be 0, and \(a_{ji} = -a_{ij}\). The diagonal is fixed. We only choose values for the upper triangular entries, which count to \(\frac{n(n-1)}{2}\). Each can be 0, 1, or -1 (3 choices). The lower triangle is automatically determined. Total ways: \(3^{\frac{n(n-1)}{2}}\).

Q.4 If \(a, b, c\) are positive real numbers each distinct from unity, then the value of the determinant \(\begin{vmatrix} 1 & \log_b a & \log_c a \\ \log_a b & 1 & \log_c b \\ \log_a c & \log_b c & 1 \end{vmatrix}\) is

(A) 0
(B) 1
(C) \(\log (abc)\)
(D) \(\log a \cdot \log b \cdot \log c\)

Ans: (A) 0

Explanation:
Using the change of base formula \(\log_y x = \frac{\ln x}{\ln y}\), the matrix elements become ratios of natural logs. Row 1 is proportional to \(\ln a\), Row 2 to \(\ln b\), and Row 3 to \(\ln c\) when factored appropriately, leading to linearly dependent rows, making the determinant 0.

Q.5 Let \(A = \begin{pmatrix} 5 & 5a & a \\ 0 & a & 5a \\ 0 & 0 & 5 \end{pmatrix}\). If \(|A| = 25\), then \(|a|\) equals to

(A) \(5^2\)
(B) \(1\)
(C) \(\frac{1}{5}\)
(D) 5

Ans: (B) 1

Explanation:
Since \(A\) is an upper triangular matrix, its determinant is the product of the diagonal elements: \(|A| = 5 \times a \times 5 = 25a\). Given \(|A| = 25\), we have \(25a = 25\), which implies \(a = 1\). Therefore, the absolute value \(|a| = 1\).

Q.6 The set of points of discontinuity of the function \(f(x)=x-[x]\), \(x \in \mathbb{R}\) is

(A) \(\mathbb{Q}\)
(B) \(\mathbb{R}\)
(C) \(\mathbb{N}\)
(D) \(\mathbb{Z}\)

Ans: (D) \(\mathbb{Z}\)

Explanation:
The function \(f(x) = x – [x]\) represents the fractional part of \(x\). It is continuous everywhere except at integer values where the greatest integer function \([x]\) jumps abruptly. At every integer \(n \in \mathbb{Z}\), the left-hand limit is 1 and the right-hand limit is 0. Thus, discontinuities occur at \(\mathbb{Z}\).

Q.7 If \(f(x)=\begin{cases} x^2+3x+a, & x \le 1 \\ bx+2, & x>1 \end{cases}\), \(x \in \mathbb{R}\), is everywhere differentiable, then

(A) \(a=3, b=5\)
(B) \(a=0, b=5\)
(C) \(a=0, b=3\)
(D) \(a=b=3\)

Ans: (B) \(a=0, b=5\)

Explanation:
Differentiability implies continuity. At \(x=1\): Continuity gives \(1+3+a = b+2 \Rightarrow a-b=-2\). Differentiability gives derivatives equal: \(2x+3 = b\) at \(x=1 \Rightarrow 5=b\). Substituting \(b=5\) gives \(a=3\). Note: While mathematical calculation yields \(a=3\), the provided key indicates Option B. Please verify question constants if strict accuracy is required.

Q.8 A function \(f:\mathbb{R}\to\mathbb{R}\) satisfies \(f\left(\frac{x+y}{3}\right) = \frac{f(x)+f(y)+f(0)}{3}\) for all \(x,y \in \mathbb{R}\). If the function \(f\) is differentiable at \(x = 0\), then \(f\) is

(A) linear
(B) quadratic
(C) cubic
(D) biquadratic

Ans: (A) linear

Explanation:
This is a variant of Jensen’s functional equation. Setting \(y=0\) simplifies the relation to a form implying \(f(x)\) is linear, i.e., \(f(x) = mx + c\). Substituting a linear function satisfies the equation identically. Since \(f\) is differentiable, non-linear solutions are excluded, confirming \(f\) is a linear function.

Q.9 The value of the integral \(\int_{3}^{6} \frac{\sqrt{x}}{\sqrt{9-x}+\sqrt{x}} dx\) is

(A) \(\frac{1}{2}\)
(B) 2
(C) \(\frac{3}{2}\)
(D) 1

Ans: (C) \(\frac{3}{2}\)

Explanation:
Use the property \(\int_a^b f(x) dx = \int_a^b f(a+b-x) dx\). Here \(a+b=9\). Replacing \(x\) with \(9-x\) swaps the numerator terms. Adding the original integral \(I\) and the transformed integral gives \(2I = \int_3^6 1 dx = 3\). Therefore, \(I = \frac{3}{2}\).

Q.10 \(\int_{1}^{3} |x-2| \, dx\) is equal to

(A) 2
(B) \(2-\sqrt{2}\)
(C) \(2+\sqrt{2}\)
(D) \(\sqrt{2}\)

Ans: (A) 2

Explanation:
Split the integral at \(x=2\). From 1 to 2, \(|x-2| = 2-x\). From 2 to 3, \(|x-2| = x-2\). Calculating both parts: \(\int_1^2 (2-x)dx = 0.5\) and \(\int_2^3 (x-2)dx = 0.5\). Sum is 1. Note: The provided answer key suggests 2, which may imply different limits or a typo in the source material, as the strict mathematical result for limits 1 to 3 is 1.

Q.11 The function \(f(x)=2x^3-3x^2-12x+4\), \(x \in \mathbb{R}\) has

(A) two points of local maximum.
(B) two points of local minimum.
(C) one local maximum and one local minimum.
(D) neither maximum nor minimum.

Ans: (C) one local maximum and one local minimum.

Explanation:
Find critical points by setting \(f'(x) = 6x^2 – 6x – 12 = 0\), which simplifies to \(x^2 – x – 2 = 0\). Roots are \(x = 2\) and \(x = -1\). Since \(f”(x) = 12x – 6\), \(f”(-1) < 0\) (local max) and \(f''(2) > 0\) (local min). Thus, there is one local maximum and one local minimum.

Q.12 For what value of ‘\(a\)’, the sum of the squares of the roots of the equation \(x^2-(a-2)x-a+1=0\) will have the least value?

(A) 2
(B) 0
(C) 3
(D) 1

Ans: (D) 1

Explanation:
Let roots be \(\alpha, \beta\). Sum of squares \(S = (\alpha+\beta)^2 – 2\alpha\beta\). Using Vieta’s formulas: \(\alpha+\beta = a-2\) and \(\alpha\beta = 1-a\). Then \(S = (a-2)^2 – 2(1-a) = a^2 – 2a + 2\). To minimize this quadratic in \(a\), the vertex is at \(a = -(-2)/2 = 1\).

Q.13 Let \(p(x)\) be a real polynomial of least degree which has a local maximum at \(x=1\) and a local minimum at \(x=3\). If \(p(1)=6\) and \(p(3)=2\), then \(p'(0)\) is equal to

(A) 8
(B) 9
(C) 3
(D) 6

Ans: (B) 9

Explanation:
Least degree implies cubic. \(p'(x) = k(x-1)(x-3)\). Integrating and applying boundary conditions \(p(1)=6, p(3)=2\) allows solving for \(k\). Standard solution for this specific problem setup yields \(k=3\), thus \(p'(x) = 3(x^2-4x+3)\). Evaluating at \(x=0\) gives \(p'(0) = 3(3) = 9\).

Q.14 If \(x = \int_0^t \frac{du}{\sqrt{1+9u^2}}\) and \(\frac{d^2y}{dx^2} = a y\), then \(a\) is equal to

(A) 3
(B) 6
(C) 9
(D) 1

Ans: (C) 9

Explanation:
Differentiating \(x\) w.r.t \(t\) gives \(\frac{dx}{dt} = \frac{1}{\sqrt{1+9t^2}}\). Then \(\frac{dt}{dx} = \sqrt{1+9t^2}\). Assuming \(y=t\), differentiating again w.r.t \(x\) yields \(\frac{d^2y}{dx^2} = 9y\). Thus, the constant \(a\) is equal to 9.

Q.15 \(\int_1^2 \frac{1}{x+2} – \frac{1}{x+1} \, dx\) is equal to

(A) \(\log 2\)
(B) \(2\log 2\)
(C) \(\log \frac{4}{3}\)
(D) \(4\log 2\)

Ans: (A) \(\log 2\)

Explanation:
Note: Strict integration of the given expression yields \(\log(8/9)\). However, standard exam variations often feature a plus sign: \(\int (\frac{1}{x+2} + \frac{1}{x+1}) dx\). If plus, result is \(\log(4/3) + \log(3/2) = \log 2\). Given the options, the intended question likely had a plus sign, leading to answer \(\log 2\).

Scroll to Top