Animated Solution for Mathematics - Matrices and Determinants: Consider the system of linear equations in x,y,z: (sin3θ)x−y+z=0,(cos2θ)x+4y+3z=0,2x+7y+7z=0. Find the values of θ for which this system has nontrivial solutions.
Visualized Solution
Analyze the System of Equations
Given system of homogeneous linear equations:
1. (sin3θ)x−y+z=0
2. (cos2θ)x+4y+3z=0
3. 2x+7y+7z=0
Objective: Find θ for which nontrivial solutions exist.
Condition for Nontrivial Solutions
For a homogeneous system AX=0 to have nontrivial solutions, the determinant of the coefficient matrix must be zero.
Condition: ∣A∣=0.
Construct the Determinant Δ
Setting the determinant of coefficients to zero:
Δ=sin3θcos2θ2−147137=0
Expand the Determinant
Expanding along the first row:
sin3θ(28−21)−(−1)(7cos2θ−6)+1(7cos2θ−8)=0
7sin3θ+(7cos2θ−6)+(7cos2θ−8)=0
Simplify the Equation
Simplifying the terms:
7sin3θ+14cos2θ−14=0
Dividing by 7:
sin3θ+2cos2θ−2=0
Apply Trigonometric Identities
Use identities to express everything in terms of sinθ:
1. sin3θ=3sinθ−4sin3θ
2. cos2θ=1−2sin2θ
Substitute and Expand
Substituting the identities:
(3sinθ−4sin3θ)+2(1−2sin2θ)−2=0
Expanding:
3sinθ−4sin3θ+2−4sin2θ−2=0
−4sin3θ−4sin2θ+3sinθ=0
Factorize the Expression
Factoring out sinθ:
sinθ(−4sin2θ−4sinθ+3)=0
Multiplying by −1:
sinθ(4sin2θ+4sinθ−3)=0
Solve for sinθ
Solving 4sin2θ+4sinθ−3=0:
(2sinθ+3)(2sinθ−1)=0
Possible values for sinθ:
1. sinθ=0
2. sinθ=21
3. sinθ=−23 (Rejected as ∣sinθ∣≤1)
General Solutions and Conclusion
General solutions for θ:
For sinθ=0⟹θ=nπ,n∈Z
For sinθ=21⟹θ=nπ+(−1)n6π,n∈Z
Final Answer:θ=nπ or θ=nπ+(−1)n6π
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 engineers. Today, we are going to peel back the layers of a classic JEE Advanced problem. It is a beautiful intersection of linear algebra and trigonometry.
We are presented with a system of three linear equations in x, y, and z:
(sin3θ)x−y+z=0
(cos2θ)x+4y+3z=0
2x+7y+7z=0
Notice something crucial? The right-hand side of every single equation is zero. This is what we call a homogeneous system.
In the world of linear algebra, a homogeneous system AX=0 always possesses the trivial solution where x=y=z=0. However, we are looking for nontrivial solutions—cases where the variables are not all zero.
For this to happen, the coefficient matrix A must be singular. In plain English, the determinant of the coefficient matrix must be exactly zero: ∣A∣=0. This is the key that unlocks the entire problem.
The Determinant Dance
Let us construct our determinant Δ using the coefficients of x, y, and z:
Δ=sin3θcos2θ2−147137=0
Now, take a deep breath. Expanding a 3×3 determinant can be messy if you rush, so let us be methodical. Expanding along the first row, we get:
sin3θ(28−21)−(−1)(7cos2θ−6)+1(7cos2θ−8)=0
Simplifying this, we find:
7sin3θ+(7cos2θ−6)+(7cos2θ−8)=0
Combining like terms, we arrive at:
7sin3θ+14cos2θ−14=0
See how the numbers align? Everything is a multiple of seven. Dividing by seven, we get the elegant equation:
sin3θ+2cos2θ−2=0
This is the bridge between our algebra and our trigonometry.
The Trigonometric Bridge
We have an equation with two different angles: 3θ and 2θ. To solve this, we must unify them by expressing everything in terms of sinθ.
We recall our trusty identities:
sin3θ=3sinθ−4sin3θ
cos2θ=1−2sin2θ
Substituting these into our equation, we get:
(3sinθ−4sin3θ)+2(1−2sin2θ)−2=0
Expanding this, the constants 2 and −2 cancel out beautifully, leaving us with:
−4sin3θ−4sin2θ+3sinθ=0
This is a cubic equation in terms of sinθ. Let us factor out sinθ to see what lies beneath:
sinθ(−4sin2θ−4sinθ+3)=0
Multiplying by −1 for clarity, we have:
sinθ(4sin2θ+4sinθ−3)=0
The Final Taming
We are almost there. We have two factors: sinθ=0 and the quadratic 4sin2θ+4sinθ−3=0.
Splitting the middle term of the quadratic, we get:
(2sinθ+3)(2sinθ−1)=0
This gives us three potential paths: sinθ=0, sinθ=21, and sinθ=−23.
As we discussed, we must reject sinθ=−23 because the sine function is bounded between −1 and 1.
For sinθ=0, the general solution is θ=nπ. For sinθ=21, the principal angle is 6π, leading to the general solution θ=nπ+(−1)n6π.
These are the values of θ that allow our system to breathe and exist in a nontrivial state. You have navigated the algebra, mastered the identities, and avoided the traps. That is the essence of JEE math—not just calculation, but insight.