The number of values of θ∈ (0, π) for which the system of linear equations x + 3y + 7z = 0 − x + 4y + 7z = 0 (sin3θ)x + (cos2θ)y + 2z = 0. has a non-trival solution, is -
Options
Solution
Key Concept: Non-Trivial Solutions for Homogeneous Linear Systems
For a system of homogeneous linear equations, AX=0, where A is the coefficient matrix, X is the variable matrix, and 0 is the zero matrix, a non-trivial solution exists if and only if the determinant of the coefficient matrix is zero, i.e., det(A)=0. A non-trivial solution means at least one variable is non-zero.
Step 1: Formulate the Coefficient Matrix and its Determinant
The given system of linear equations is:
x+3y+7z=0
−x+4y+7z=0
(sin3θ)x+(cos2θ)y+2z=0
The coefficient matrix A for this system is:
A=1−1sin3θ34cos2θ772
For a non-trivial solution to exist, we must have det(A)=0.
det(A)=1−1sin3θ34cos2θ772=0
Step 2: Evaluate the Determinant
We expand the determinant along the first row for clarity.
1⋅4cos2θ72−3⋅−1sin3θ72+7⋅−1sin3θ4cos2θ=0
Now, we calculate the 2×2 determinants:
1⋅(4⋅2−7⋅cos2θ)−3⋅((−1)⋅2−7⋅sin3θ)+7⋅((−1)⋅cos2θ−4⋅sin3θ)=01⋅(8−7cos2θ)−3⋅(−2−7sin3θ)+7⋅(−cos2θ−4sin3θ)=0
Distribute the coefficients:
8−7cos2θ+6+21sin3θ−7cos2θ−28sin3θ=0
Combine like terms:
(8+6)+(−7cos2θ−7cos2θ)+(21sin3θ−28sin3θ)=014−14cos2θ−7sin3θ=0
Divide the entire equation by 7 to simplify:
2−2cos2θ−sin3θ=0
Step 3: Apply Trigonometric Identities
Our goal is to express the equation in terms of a single trigonometric function, preferably sinθ, as the interval is (0,π), where sinθ≥0.
We use the following standard trigonometric identities:
cos2θ=1−2sin2θ
sin3θ=3sinθ−4sin3θ
Substitute these identities into the simplified equation 2−2cos2θ−sin3θ=0:
2−2(1−2sin2θ)−(3sinθ−4sin3θ)=0
Expand and simplify:
2−2+4sin2θ−3sinθ+4sin3θ=04sin3θ+4sin2θ−3sinθ=0
Step 4: Solve the Trigonometric Equation
Now we have a cubic equation in terms of sinθ. We can factor out sinθ:
sinθ(4sin2θ+4sinθ−3)=0
This equation gives us two possibilities:
sinθ=0
4sin2θ+4sinθ−3=0
Let's solve the quadratic equation 4sin2θ+4sinθ−3=0. Let x=sinθ.
4x2+4x−3=0
We can solve this quadratic equation using the quadratic formula x=2a−b±b2−4ac:
x=2(4)−4±42−4(4)(−3)x=8−4±16+48x=8−4±64x=8−4±8
This yields two possible values for x=sinθ:
sinθ=8−4+8=84=21
sinθ=8−4−8=8−12=−23
Step 5: Find Values of θ in the Interval (0,π)
We need to find the number of values of θ in the interval (0,π) that satisfy any of these conditions:
Case 1: sinθ=0
In the interval (0,π), sinθ=0 has no solutions. The solutions for sinθ=0 are θ=nπ for integer n. The values 0 and π are excluded from the open interval (0,π).
Case 2: sinθ=21
In the interval (0,π), sinθ=21 has two solutions:
θ=6π (in the first quadrant)
θ=π−6π=65π (in the second quadrant)
Both of these values are strictly between 0 and π.
Case 3: sinθ=−23
The sine function has a range of [−1,1]. Since −23 is less than −1, there are no real values of θ for which sinθ=−23.
Step 6: Count the Solutions
Combining all valid solutions, we have two values of θ in the interval (0,π): 6π and 65π.
Therefore, the number of values of θ for which the system has a non-trivial solution is 2.
Tips and Common Mistakes:
Remember the condition: Always start by recalling that a homogeneous system has non-trivial solutions if and only if the determinant of the coefficient matrix is zero.
Determinant Calculation: Be meticulous with signs and arithmetic when calculating the determinant. A small error here can propagate through the entire problem.
Trigonometric Identities: Memorize or be able to quickly derive common identities like sin2θ, cos2θ, sin3θ, cos3θ. Choosing the right identity (e.g., cos2θ=1−2sin2θ when converting to sinθ) is crucial.
Domain and Range: Always consider the given interval for θ (here, (0,π)) and the range of trigonometric functions (e.g., sinθ∈[−1,1]). This helps in eliminating extraneous solutions.
Factoring: Don't forget to factor out common terms (like sinθ in this case) before solving quadratic or higher-order equations.
Summary:
We determined the condition for non-trivial solutions by setting the determinant of the coefficient matrix to zero. This led to a trigonometric equation involving sin3θ and cos2θ. By applying appropriate trigonometric identities to express everything in terms of sinθ, we converted the equation into a cubic polynomial in sinθ. Factoring and solving this polynomial yielded possible values for sinθ. Finally, by carefully checking these values within the given interval (0,π) for θ, we found exactly two solutions.