Animated Solution for Mathematics - Matrices and Determinants: If the system of linear equations 2x+2ay+az=0,2x+3by+bz=0,2x+4cy+cz=0, where a,b,c∈R are non-zero and distinct; has non-zero solution, then
Select Answer:
Visualized Solution
Homogeneous System
The given equations have constants equal to zero on the right side.
This forms a homogeneous system of linear equations.
System: 2x+2ay+az=0, 2x+3by+bz=0, 2x+4cy+cz=0.
Condition for Non-Zero Solution
A homogeneous system has a non-trivial (non-zero) solution if the determinant of its coefficient matrix is zero.
∣A∣=0
Constructing the Determinant
Extract the coefficients of x, y, and z.
Δ=2222a3b4cabc=0
Applying Row Operations
To simplify expansion, we create zeros in the first column.
Apply operations: R2→R2−R1 and R3→R3−R1.
Transformed Determinant
The new determinant becomes much simpler to evaluate.
2002a3b−2a4c−2aab−ac−a=0
Expanding the Determinant
Expand along the first column (C1) since it has two zeros.
2[(3b−2a)(c−a)−(4c−2a)(b−a)]=0
Algebraic Expansion
Multiply the terms inside the brackets carefully.
(3bc−3ab−2ac+2a2)−(4bc−4ac−2ab+2a2)=0
Simplifying the Expression
Combine like terms and cancel out 2a2.
−bc−ab+2ac=0
Rearranging gives: ab+bc=2ac
Dividing by abc
Divide the entire equation by the product abc.
abcab+abcbc=abc2ac
c1+a1=b2
Final Conclusion
The condition a1+c1=b2 is the standard form for an Arithmetic Progression.
Therefore, a1,b1,c1 are in A.P.
00:00 / 00:00
The Sigma Insight: Solution of System of Linear Equations (Matrix Method and Cramer's Rule)
Solution Diagram
Analyzing the Setup
Welcome, future engineer! Today, we are going to peel back the layers of a beautiful problem in linear algebra.
At first glance, you see a system of three linear equations: 2x+2ay+az=0, 2x+3by+bz=0, and 2x+4cy+cz=0.
It looks like a standard system, but notice the right-hand side—it is all zeros. This is a homogeneous system.
In the world of JEE, this is a massive hint. A homogeneous system always admits the trivial solution, x=0,y=0,z=0.
But the problem demands a non-zero solution. This is the key that unlocks the door.
It tells us that the equations are not independent; they are locked in a geometric dance where they essentially describe the same space. Mathematically, this means the determinant of the coefficient matrix must be zero:
Δ=2222a3b4cabc=0
The Art of Simplification
Now, I know the temptation is to jump straight into expanding this determinant. But hold on! If you expand this directly, you are inviting a storm of algebra that will likely lead to a sign error.
We are smarter than that. Let us use the power of row operations to create some breathing room.
By performing R2→R2−R1 and R3→R3−R1, we transform our determinant into something much cleaner:
2002a3b−2a4c−2aab−ac−a=0
Look at that! The first column is now dominated by zeros. This makes the expansion along the first column a trivial task. We are left with:
2[(3b−2a)(c−a)−(4c−2a)(b−a)]=0
The Algebraic Dance
Now, we enter the phase of careful, patient expansion. Do not rush this. Multiply the terms inside the brackets:
(3bc−3ab−2ac+2a2)−(4bc−4ac−2ab+2a2)=0
Notice the beauty of mathematics here? The 2a2 terms cancel out perfectly. It is as if the universe is rewarding your patience.
After combining the remaining terms, we are left with:
−bc−ab+2ac=0
Rearranging this, we get the elegant relation:
ab+bc=2ac
The Final Revelation
We are almost there. We have the relation ab+bc=2ac, but it doesn't quite look like the standard form yet. This is where we use the final trick in our toolkit.
We divide the entire equation by the product abc:
abcab+abcbc=abc2ac
The terms cancel out with satisfying precision, leaving us with:
c1+a1=b2
This, my friend, is the classic condition for an Arithmetic Progression. If a1+c1=b2, then by definition, a1,b1,c1 are in A.P.
You have successfully navigated the trap, simplified the complexity, and arrived at the truth. Keep this mindset—look for the structure, simplify before you calculate, and trust the process. You are doing great!