Guest · filters and generic practice availableBrowsing as a guest · PYQ filters and generic practice are available. Sign in only for personalised features and saved progress.
Matrices and Determinants question
2021 · Shift 1 · Q27
JEE AdvancedMathematicsMatrices and DeterminantsNumerical+2 / −1
Let α, β and γ be real numbers such that the system of linear equations x + 2y + 3z =α 4x + 5y + 6z =β 7x + 8y + 9z =γ− 1 is consistent. Let | M | represent the determinant of the matrix M=αβ−1210γ01 Let P be the plane containing all those (α, β, γ) for which the above system of linear equations is consistent, and D be the square of the distance of the point (0, 1, 0) from the plane P. The value of D is .
Numerical answer
View written solutionFree
Correct answer: 1.5
1. Analyze the System of Linear Equations
The given system of linear equations is:
x+2y+3z=α
4x+5y+6z=β
7x+8y+9z=γ−1
This can be written in the matrix form AX=B, where:
A=[123456789],X=[xyz],B=[αβγ−1]
2. Determine the Condition for Consistency
A system of linear equations is consistent if the rank of the coefficient matrix A is equal to the rank of the augmented matrix [A∣B].
First, we calculate the determinant of the coefficient matrix A:
∣A∣=det[123456789]∣A∣=1(5⋅9−6⋅8)−2(4⋅9−6⋅7)+3(4⋅8−5⋅7)∣A∣=1(45−48)−2(36−42)+3(32−35)∣A∣=1(−3)−2(−6)+3(−3)∣A∣=−3+12−9=0
Since ∣A∣=0, the matrix A is singular, and the system will have either no solution or infinitely many solutions. For the system to be consistent (i.e., have at least one solution), a certain condition must be met by α, β, and γ.
We can find this condition by performing row operations on the augmented matrix [A∣B].
[A∣B]=[123∣α456∣β789∣γ−1]
Let's apply the row operations R2→R2−4R1 and R3→R3−7R1:
[123∣α0−3−6∣β−4α0−6−12∣(γ−1)−7α]
Now, apply the operation R3→R3−2R2:
[123∣α0−3−6∣β−4α000∣(γ−1−7α)−2(β−4α)]
For the system to be consistent, the last entry in the last row must be zero:
(γ−1−7α)−2(β−4α)=0γ−1−7α−2β+8α=0α−2β+γ−1=0
This is the condition that (α,β,γ) must satisfy for the system to be consistent.
3. Identify the Plane P
The plane P contains all points (α,β,γ) for which the system is consistent. Therefore, the equation of the plane P is:
P:α−2β+γ−1=0
For convenience, let's use standard coordinates (x,y,z) instead of (α,β,γ). The equation of the plane is:
P:x−2y+z−1=0
4. Calculate the Distance from the Point to the Plane
We need to find the distance from the point (0,1,0) to the plane P. The formula for the distance d from a point (x0,y0,z0) to a plane Ax+By+Cz+D=0 is:
d=A2+B2+C2∣Ax0+By0+Cz0+D∣
Here, the point is (x0,y0,z0)=(0,1,0) and the plane is 1x−2y+1z−1=0. So, A=1,B=−2,C=1,D=−1.
The problem asks for the value of D, which is the square of the distance.
D=d2=(63)2=69=23D=1.5
Note on the matrix M: The problem defines a matrix M and its determinant ∣M∣. Let's calculate it:
M=[α2γβ10−101]∣M∣=α(1⋅1−0⋅0)−2(β⋅1−0⋅(−1))+γ(β⋅0−1⋅(−1))∣M∣=α−2β+γ
From our consistency condition, we know that for any point on plane P, α−2β+γ=1. Thus, for any consistent system, ∣M∣=1. This information is consistent with the problem but not needed for the final calculation of D.