Animated Solution for Mathematics - Matrices and Determinants: Let λ and α be real. Find the set of all values of λ for which the system of linear equations λx+(sinα)y+(cosα)z=0,x+(cosα)y+(sinα)z=0,−x+(sinα)y−(cosα)z=0 has a non-trivial solution. For λ=1, find all values of α.
Visualized Solution
System of Homogeneous Equations
λx+(sinα)y+(cosα)z=0
x+(cosα)y+(sinα)z=0
−x+(sinα)y−(cosα)z=0
Condition for Non-Trivial Solution
For a homogeneous system AX=0 to have non-trivial solutions:
The determinant of the coefficient matrix must be zero.
The general solution for sinθ=21 is θ=nπ+(−1)n4π
Case 1 (n is even, n=2k):
2α+4π=2kπ+4π⟹α=kπ
Case 2 (n is odd, n=2k+1):
2α+4π=(2k+1)π−4π⟹α=kπ+4π
Final Conclusion
Final Results:
1. The set of all values of λ is [−2,2]
2. For λ=1, the values of α are nπ or nπ+4π, where n∈Z
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, student. Today, we are not just solving a system of linear equations; we are exploring the delicate balance between algebra and trigonometry. When you look at the system provided, the first thing that should catch your eye is that the right-hand side is zero for every equation.
This is a homogeneous system, AX=0. In the world of linear algebra, this is a special state. It implies that the origin (0,0,0) is always a solution.
But we are hunting for something more—we want the 'non-trivial' solutions, the ones that exist beyond the origin.
The Determinant as a Gatekeeper
Think of the determinant of the coefficient matrix as a gatekeeper. If the determinant is non-zero, the matrix is invertible, and the only path to the solution is the trivial one (x=0,y=0,z=0).
But we want to break that gate. We want the system to be singular, meaning the equations are linearly dependent. Therefore, our first and most critical step is to set the determinant of the coefficient matrix to zero:
D=λ1−1sinαcosαsinαcosαsinα−cosα=0
I know, looking at a 3×3 determinant filled with trigonometric functions can be intimidating. But take a deep breath. We are going to expand this along the first row. Do not panic at the sight of the variables; focus on the structure.
Look closely at the first term. We have −λ(cos2α+sin2α). The identity sin2α+cos2α=1 is your best friend here. It collapses that entire term into just −λ.
Now, look at the remaining terms. As we distribute the sinα and cosα, we see a pattern emerging:
−λ+sinαcosα−sin2α+sinαcosα+cos2α=0
Notice the symmetry? We have two instances of sinαcosα, which combine to give 2sinαcosα. And we have cos2α−sin2α. These are not random terms; they are the building blocks of double-angle identities.
The Trigonometric Harmony
By substituting the identities 2sinαcosα=sin2α and cos2α−sin2α=cos2α, our complex determinant equation transforms into something remarkably elegant:
λ=sin2α+cos2α
This is the heart of the problem. We have reduced a system of three equations into a single, powerful relationship between λ and α.
To find the range of λ, we recall that any expression of the form asinθ+bcosθ oscillates between −a2+b2 and a2+b2. With a=1 and b=1, the range is clearly [−2,2].
Solving for the Specific Case
Finally, the problem asks us to find α when λ=1. We set our equation to:
sin2α+cos2α=1
To solve this, we divide by 2 to invoke the compound angle formula:
21sin2α+21cos2α=21
This becomes sin(2α+4π)=21. Solving this for 2α+4π gives us the general solutions. By splitting this into cases for even and odd integers n, we find that α=nπ or α=nπ+4π.
Final Reflection
We started with a system of equations that seemed to be a chaotic mess of variables and trigonometric functions. Through the systematic application of linear algebra—using the determinant as our tool—and the graceful use of trigonometric identities, we peeled back the layers to reveal a simple, harmonic relationship.
This is the essence of JEE Advanced mathematics: finding the underlying order in what initially appears to be complexity. Keep this mindset, and you will conquer any problem.