Skip to main content
Back to Matrices & Determinants
JEE Main 2020
Matrices & Determinants
Matrices and Determinants
Hard

Question

Consider the matrices : A=[253m],B=[20m]A=\left[\begin{array}{cc}2 & -5 \\ 3 & m\end{array}\right], B=\left[\begin{array}{l}20 \\ m\end{array}\right] and X=[xy]X=\left[\begin{array}{l}x \\ y\end{array}\right]. Let the set of all mm, for which the system of equations AX=BA X=B has a negative solution (i.e., x<0x<0 and y<0y<0), be the interval (a,b)(a, b). Then 8 \int_\limits a^b|A| d m is equal to _________.

Answer: 2

Solution

Here's a detailed, step-by-step solution designed to be clear, elaborate, and educational for a JEE aspirant.


1. Understanding the System of Linear Equations from Matrix Form

The problem provides us with three matrices: A=[253m],B=[20m], and X=[xy]A=\left[\begin{array}{cc}2 & -5 \\ 3 & m\end{array}\right], B=\left[\begin{array}{l}20 \\ m\end{array}\right], \text{ and } X=\left[\begin{array}{l}x \\ y\end{array}\right] The system of equations is given by AX=BAX=B. To understand this, we first perform the matrix multiplication AXAX: AX=[253m][xy]=[2x+(5)y3x+my]=[2x5y3x+my]A X = \left[\begin{array}{cc}2 & -5 \\ 3 & m\end{array}\right] \left[\begin{array}{l}x \\ y\end{array}\right] = \left[\begin{array}{c}2x + (-5)y \\ 3x + my\end{array}\right] = \left[\begin{array}{c}2x - 5y \\ 3x + my\end{array}\right] Now, equating this to matrix BB: [2x5y3x+my]=[20m]\left[\begin{array}{c}2x - 5y \\ 3x + my\end{array}\right] = \left[\begin{array}{l}20 \\ m\end{array}\right] This gives us the following system of two linear equations in two variables xx and yy: (1)2x5y=20(1) \quad 2x - 5y = 20 (2)3x+my=m(2) \quad 3x + my = m

Key Concept: A matrix equation AX=BAX=B is a compact way to represent a system of linear equations. For a 2×22 \times 2 matrix AA and column vectors XX and BB, it translates to two linear equations.

2. Solving for xx and yy in terms of mm

Our goal is to find expressions for xx and yy solely in terms of mm. We can use either the substitution method or Cramer's rule. For this specific system, the substitution method seems straightforward.

Step 2.1: Express xx in terms of yy from equation (1) From equation (1), 2x=20+5y2x = 20 + 5y, so x=20+5y2x = \frac{20+5y}{2}.

Step 2.2: Substitute xx into equation (2) to find yy in terms of mm Substitute x=20+5y2x = \frac{20+5y}{2} into equation (2): 3(20+5y2)+my=m3\left(\frac{20+5y}{2}\right) + my = m Multiply by 2 to clear the denominator: 3(20+5y)+2my=2m3(20+5y) + 2my = 2m 60+15y+2my=2m60 + 15y + 2my = 2m Now, group terms containing yy: y(15+2m)=2m60y(15 + 2m) = 2m - 60 y=2m6015+2my = \frac{2m - 60}{15 + 2m} We can factor out 2 from the numerator: y=2(m30)15+2my = \frac{2(m - 30)}{15 + 2m}

Step 2.3: Express yy in terms of xx from equation (1) From equation (1), 5y=2x205y = 2x - 20, so y=2x205y = \frac{2x-20}{5}.

Step 2.4: Substitute yy into equation (2) to find xx in terms of mm Substitute y=2x205y = \frac{2x-20}{5} into equation (2): 3x+m(2x205)=m3x + m\left(\frac{2x-20}{5}\right) = m Multiply by 5 to clear the denominator: 15x+m(2x20)=5m15x + m(2x-20) = 5m 15x+2mx20m=5m15x + 2mx - 20m = 5m Group terms containing xx: x(15+2m)=5m+20mx(15 + 2m) = 5m + 20m x(15+2m)=25mx(15 + 2m) = 25m x=25m15+2mx = \frac{25m}{15 + 2m}

Tip: When solving systems of equations, always be mindful of potential denominators becoming zero. Here, 15+2m15+2m appears in both denominators. If 15+2m=015+2m=0 (i.e., m=15/2m = -15/2), the system might have no unique solution, or infinitely many. We will address this in the next step.

3. Applying the Negative Solution Condition (x<0x<0 and y<0y<0)

The problem states that the system has a negative solution, meaning x<0x<0 and y<0y<0. We will use the expressions for xx and yy derived in the previous step to find the range of mm that satisfies these conditions.

Step 3.1: Condition for y<0y<0 y=2(m30)15+2m<0y = \frac{2(m - 30)}{15 + 2m} < 0 To solve this rational inequality, we find the critical points by setting the numerator and denominator to zero:

  • Numerator: 2(m30)=0m=302(m-30) = 0 \Rightarrow m = 30
  • Denominator: 15+2m=0m=15215+2m = 0 \Rightarrow m = -\frac{15}{2}

Now, we use a sign table or test intervals on a number line:

  • If m<152m < -\frac{15}{2}: Let m=10m=-10. 2(1030)15+2(10)=2(40)1520=805=16>0\frac{2(-10-30)}{15+2(-10)} = \frac{2(-40)}{15-20} = \frac{-80}{-5} = 16 > 0.
  • If 152<m<30-\frac{15}{2} < m < 30: Let m=0m=0. 2(030)15+2(0)=6015=4<0\frac{2(0-30)}{15+2(0)} = \frac{-60}{15} = -4 < 0.
  • If m>30m > 30: Let m=40m=40. 2(4030)15+2(40)=2(10)15+80=2095>0\frac{2(40-30)}{15+2(40)} = \frac{2(10)}{15+80} = \frac{20}{95} > 0.

So, y<0y<0 when m(152,30)m \in \left(-\frac{15}{2}, 30\right).

Common Mistake: Never cross-multiply when solving inequalities involving variables, as the sign of the multiplied term might be negative, flipping the inequality direction. Always use critical points and sign analysis.

Step 3.2: Condition for x<0x<0 x=25m15+2m<0x = \frac{25m}{15 + 2m} < 0 Again, find the critical points:

  • Numerator: 25m=0m=025m = 0 \Rightarrow m = 0
  • Denominator: 15+2m=0m=15215+2m = 0 \Rightarrow m = -\frac{15}{2}

Using a sign table or test intervals:

  • If m<152m < -\frac{15}{2}: Let m=10m=-10. 25(10)15+2(10)=2501520=2505=50>0\frac{25(-10)}{15+2(-10)} = \frac{-250}{15-20} = \frac{-250}{-5} = 50 > 0.
  • If 152<m<0-\frac{15}{2} < m < 0: Let m=1m=-1. 25(1)15+2(1)=25152=2513<0\frac{25(-1)}{15+2(-1)} = \frac{-25}{15-2} = \frac{-25}{13} < 0.
  • If m>0m > 0: Let m=1m=1. 25(1)15+2(1)=2517>0\frac{25(1)}{15+2(1)} = \frac{25}{17} > 0.

So, x<0x<0 when m(152,0)m \in \left(-\frac{15}{2}, 0\right).

Step 3.3: Finding the interval (a,b)(a,b) for mm For the system to have a negative solution, BOTH x<0x<0 AND y<0y<0 must be true. Therefore, we need to find the intersection of the two intervals for mm: m(152,30)(152,0)m \in \left(-\frac{15}{2}, 30\right) \cap \left(-\frac{15}{2}, 0\right) The intersection is m(152,0)m \in \left(-\frac{15}{2}, 0\right). Thus, the interval (a,b)(a, b) is (152,0)\left(-\frac{15}{2}, 0\right). So, a=152a = -\frac{15}{2} and b=0b = 0.

Important Note: The values m=15/2m = -15/2 are excluded because they make the denominators zero, which means xx and yy would be undefined. This corresponds to the case where the determinant of the coefficient matrix AA is zero, meaning the system either has no unique solution or no solution at all (parallel or coincident lines). In either case, it wouldn't be a "negative solution" as defined.

4. Calculating the Determinant of AA

The determinant of a 2×22 \times 2 matrix [pqrs]\left[\begin{array}{cc}p & q \\ r & s\end{array}\right] is given by psqrps - qr. For matrix A=[253m]A=\left[\begin{array}{cc}2 & -5 \\ 3 & m\end{array}\right]: A=(2)(m)(5)(3)=2m(15)=2m+15|A| = (2)(m) - (-5)(3) = 2m - (-15) = 2m + 15

Key Concept: The determinant of the coefficient matrix is crucial for analyzing the nature of solutions to a system of linear equations. If A0|A| \ne 0, a unique solution exists. If A=0|A| = 0, the system

Practice More Matrices & Determinants Questions

View All Questions