If the system of equations x+(2sinα)y+(2cosα)z=0x+(cosα)y+(sinα)z=0x+(sinα)y−(cosα)z=0 has a non-trivial solution, then α∈(0,2π) is equal to :
Options
Solution
This problem requires a solid understanding of homogeneous systems of linear equations and their conditions for non-trivial solutions, combined with proficiency in trigonometric identities and solving trigonometric equations.
1. Fundamental Concept: Condition for Non-Trivial Solutions
A system of linear equations is classified as homogeneous if all the constant terms on the right-hand side are zero. For the given system:
The solution x=0,y=0,z=0 is always valid and is known as the trivial solution. However, the problem states that the system has a non-trivial solution, meaning there exists at least one solution where not all x,y,z are zero.
Key Concept: A homogeneous system of linear equations has a non-trivial solution if and only if the determinant of its coefficient matrix is equal to zero.
First, let's form the coefficient matrix A from the given system:
A=1112sinαcosαsinα2cosαsinα−cosα
For a non-trivial solution to exist, we must enforce the condition det(A)=0.
2. Setting Up the Determinant Equation
We equate the determinant of the coefficient matrix to zero:
1112sinαcosαsinα2cosαsinα−cosα=0
3. Evaluating the Determinant and Forming a Trigonometric Equation
To calculate the 3×3 determinant, we'll use the cofactor expansion method along the first column, as it contains '1's, which often simplifies calculations.
Let's evaluate each 2×2 determinant systematically:
First term (coefficient of the first '1'):1⋅[(cosα)(−cosα)−(sinα)(sinα)]=1⋅[−cos2α−sin2α]=−(cos2α+sin2α)
Using the fundamental trigonometric identity cos2α+sin2α=1, this term simplifies to −1.
Second term (coefficient of the second '1', with a negative sign as per cofactor expansion):−1⋅[(2sinα)(−cosα)−(2cosα)(sinα)]=−1⋅[−2sinαcosα−2sinαcosα]=−1⋅[−22sinαcosα]=22sinαcosα
Third term (coefficient of the third '1'):+1⋅[(2sinα)(sinα)−(2cosα)(cosα)]=1⋅[2sin2α−2cos2α]=2(sin2α−cos2α)
Now, substitute these simplified terms back into the determinant equation:
−1+22sinαcosα+2(sin2α−cos2α)=0
To simplify this trigonometric expression further, we employ double angle identities:
Substituting these identities into the equation:
−1+2(2sinαcosα)+2(−cos2α)=0−1+2sin2α−2cos2α=0
Rearranging the terms, we obtain a standard form trigonometric equation:
2sin2α−2cos2α=1
Tip: Be very careful with signs, especially when expanding determinants and applying trigonometric identities. A common mistake is misplacing a negative sign.
4. Solving the Trigonometric Equation
We need to solve the equation 2sin2α−2cos2α=1. This is an equation of the form asinx+bcosx=c.
To solve such equations, we transform the left-hand side into a single trigonometric function using the compound angle formula, typically Rsin(x−ϕ) or Rcos(x+ϕ).
Here, a=2 and b=−2. We calculate R=a2+b2=(2)2+(−2)2=2+2=4=2.
Divide the entire equation by R=2:
22sin2α−22cos2α=2121sin2α−21cos2α=21
Recognize that cos4π=21 and sin4π=21. Substitute these values:
sin2αcos4π−cos2αsin4π=21
This expression perfectly matches the compound angle formula for sin(A−B)=sinAcosB−cosAsinB.
Here, A=2α and B=4π.
So, the equation simplifies to:
sin(2α−4π)=21
We know that sin6π=21. Thus, we can write:
sin(2α−4π)=sin6π
The general solution for sinx=siny is given by x=nπ+(−1)ny, where n is an integer.
Applying this general solution to our equation:
2α−4π=nπ+(−1)n6π,n∈Z
5. Finding the Specific Value of α in the Given Interval
The problem specifies that α∈(0,2π). We need to find the value of α that satisfies this condition from the general solution.
Let's test different integer values for n:
Case 1: n=02α−4π=0⋅π+(−1)06π2α−4π=6π
Add 4π to both sides:
2α=6π+4π
Find a common denominator (12):
2α=122π+123π=125π
Divide by 2:
α=245π
Let's check if this value lies in the interval (0,2π).
245π>0 is true.
For the upper bound, 245π<2π implies 245<21, which means 5<12. This is true.
So, α=245π is a valid solution within the given interval.
Case 2: n=12α−4π=1⋅π+(−1)16π2α−4π=π−6π2α−4π=66π−π=65π
Add 4π to both sides:
2α=65π+4π
Find a common denominator (12):
2α=1210π+123π=1213π
Divide by 2:
α=2413π
Let's check if this value lies in the interval (0,2π).
2413π>0 is true.
For the upper bound, 2413π<2π implies 2413<21, which means 13<12. This is false.
So, α=2413π is NOT a valid solution in the given interval.
Case 3: n=−12α−4π=(−1)⋅π+(−1)−16π2α−4π=−π−6π=−67π2α=4π−67π=123π−14π=−1211πα=−2411π
This value is negative and thus not in the interval (0,2π).
Therefore, the only value of α in the interval (0,2π) that satisfies the condition is α=245π.
The correct option is (A).
Summary and Key Takeaways
Non-Trivial Solutions for Homogeneous Systems: Remember the critical condition: det(A)=0 for a homogeneous system to have non-trivial solutions. This is a fundamental concept in linear algebra.
Determinant Calculation: Practice calculating 3×3 determinants efficiently and accurately. Row/column operations can sometimes simplify the calculation, but direct cofactor expansion is also a reliable method.
Trigonometric Identities: Mastery of basic and double-angle trigonometric identities (like sin2α+cos2α=1, sin2α, cos2α) is crucial for simplifying expressions.
Solving asinx+bcosx=c: This standard form trigonometric equation is best solved by converting the LHS into a single trigonometric function using Rsin(x±ϕ) or Rcos(x±ϕ).
General Solutions and Interval Checking: Always use the general solution formula for trigonometric equations and then carefully check which values fall within the specified domain or interval given in the problem. This step is vital to avoid selecting incorrect answers.