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=[23−5m],B=[20m], and X=[xy]
The system of equations is given by AX=B. To understand this, we first perform the matrix multiplication AX:
AX=[23−5m][xy]=[2x+(−5)y3x+my]=[2x−5y3x+my]
Now, equating this to matrix B:
[2x−5y3x+my]=[20m]
This gives us the following system of two linear equations in two variables x and y:
(1)2x−5y=20
(2)3x+my=m
Key Concept: A matrix equation AX=B is a compact way to represent a system of linear equations. For a 2×2 matrix A and column vectors X and B, it translates to two linear equations.
2. Solving for x and y in terms of m
Our goal is to find expressions for x and y solely in terms of m. We can use either the substitution method or Cramer's rule. For this specific system, the substitution method seems straightforward.
Step 2.1: Express x in terms of y from equation (1)
From equation (1), 2x=20+5y, so x=220+5y.
Step 2.2: Substitute x into equation (2) to find y in terms of m
Substitute x=220+5y into equation (2):
3(220+5y)+my=m
Multiply by 2 to clear the denominator:
3(20+5y)+2my=2m
60+15y+2my=2m
Now, group terms containing y:
y(15+2m)=2m−60
y=15+2m2m−60
We can factor out 2 from the numerator:
y=15+2m2(m−30)
Step 2.3: Express y in terms of x from equation (1)
From equation (1), 5y=2x−20, so y=52x−20.
Step 2.4: Substitute y into equation (2) to find x in terms of m
Substitute y=52x−20 into equation (2):
3x+m(52x−20)=m
Multiply by 5 to clear the denominator:
15x+m(2x−20)=5m
15x+2mx−20m=5m
Group terms containing x:
x(15+2m)=5m+20m
x(15+2m)=25m
x=15+2m25m
Tip: When solving systems of equations, always be mindful of potential denominators becoming zero. Here, 15+2m appears in both denominators. If 15+2m=0 (i.e., m=−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<0 and y<0)
The problem states that the system has a negative solution, meaning x<0 and y<0. We will use the expressions for x and y derived in the previous step to find the range of m that satisfies these conditions.
Step 3.1: Condition for y<0
y=15+2m2(m−30)<0
To solve this rational inequality, we find the critical points by setting the numerator and denominator to zero:
- Numerator: 2(m−30)=0⇒m=30
- Denominator: 15+2m=0⇒m=−215
Now, we use a sign table or test intervals on a number line:
- If m<−215: Let m=−10. 15+2(−10)2(−10−30)=15−202(−40)=−5−80=16>0.
- If −215<m<30: Let m=0. 15+2(0)2(0−30)=15−60=−4<0.
- If m>30: Let m=40. 15+2(40)2(40−30)=15+802(10)=9520>0.
So, y<0 when m∈(−215,30).
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<0
x=15+2m25m<0
Again, find the critical points:
- Numerator: 25m=0⇒m=0
- Denominator: 15+2m=0⇒m=−215
Using a sign table or test intervals:
- If m<−215: Let m=−10. 15+2(−10)25(−10)=15−20−250=−5−250=50>0.
- If −215<m<0: Let m=−1. 15+2(−1)25(−1)=15−2−25=13−25<0.
- If m>0: Let m=1. 15+2(1)25(1)=1725>0.
So, x<0 when m∈(−215,0).
Step 3.3: Finding the interval (a,b) for m
For the system to have a negative solution, BOTH x<0 AND y<0 must be true. Therefore, we need to find the intersection of the two intervals for m:
m∈(−215,30)∩(−215,0)
The intersection is m∈(−215,0).
Thus, the interval (a,b) is (−215,0).
So, a=−215 and b=0.
Important Note: The values m=−15/2 are excluded because they make the denominators zero, which means x and y would be undefined. This corresponds to the case where the determinant of the coefficient matrix A 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 A
The determinant of a 2×2 matrix [prqs] is given by ps−qr.
For matrix A=[23−5m]:
∣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 ∣A∣=0, a unique solution exists. If ∣A∣=0, the system