The number of θ∈(0,4π) for which the system of linear equations 3(sin3θ)x−y+z=23(cos2θ)x+4y+3z=36x+7y+7z=9 has no solution, is :
Options
Solution
This problem asks us to determine the number of values of θ in the interval (0,4π) for which a given system of three linear equations in x,y,z has no solution.
1. Key Concept: Conditions for a System of Linear Equations
For a system of linear equations Ax=b, where A is the coefficient matrix, x is the variable matrix, and b is the constant matrix:
Unique Solution: The system has a unique solution if and only if det(A)=0.
No Solution (Inconsistent System): The system has no solution if and only if det(A)=0 AND at least one of the determinants det(Ax), det(Ay), or det(Az) is non-zero. (Here, Ax,Ay,Az are matrices formed by replacing the respective coefficient columns with the constant column b, as per Cramer's Rule).
Infinitely Many Solutions: The system has infinitely many solutions if and only if det(A)=0 AND det(Ax)=det(Ay)=det(Az)=0.
Alternatively, using rank:
Unique Solution:rank(A)=rank([A∣b])=number of variables.
No Solution:rank(A)=rank([A∣b]).
Infinitely Many Solutions:rank(A)=rank([A∣b])<number of variables.
2. Formulate the Coefficient Matrix and Constant Vector
The given system of equations is:
3(sin3θ)x−y+z=23(cos2θ)x+4y+3z=36x+7y+7z=9
The coefficient matrix A and the constant vector b are:
A=3sin3θ3cos2θ6−147137,b=239
3. Calculate the Determinant of the Coefficient Matrix, det(A)
For the system to have no solution, the primary condition is det(A)=0. Let's compute det(A):
det(A)=(3sin3θ)4737−(−1)3cos2θ637+(1)3cos2θ647det(A)=(3sin3θ)(4⋅7−3⋅7)+(1)(3cos2θ⋅7−3⋅6)+(1)(3cos2θ⋅7−4⋅6)det(A)=(3sin3θ)(28−21)+(21cos2θ−18)+(21cos2θ−24)det(A)=3sin3θ(7)+21cos2θ−18+21cos2θ−24det(A)=21sin3θ+42cos2θ−42
4. Set det(A)=0 and Solve for θ21sin3θ+42cos2θ−42=0
Divide the entire equation by 21:
sin3θ+2cos2θ−2=0
Now, we use trigonometric identities to express sin3θ and cos2θ in terms of sinθ:
sin3θ=3sinθ−4sin3θ
cos2θ=1−2sin2θ
Substitute these into the equation:
(3sinθ−4sin3θ)+2(1−2sin2θ)−2=03sinθ−4sin3θ+2−4sin2θ−2=03sinθ−4sin3θ−4sin2θ=0
Factor out sinθ:
sinθ(3−4sin2θ−4sinθ)=0
Rearrange the quadratic term:
sinθ(4sin2θ+4sinθ−3)=0
This equation gives two possibilities:
Case 1: sinθ=0
For θ∈(0,4π), the solutions are θ=π,2π,3π. (3 values)
Case 2: 4sin2θ+4sinθ−3=0
Let s=sinθ. This is a quadratic equation: 4s2+4s−3=0.
Using the quadratic formula s=2a−b±b2−4ac:
s=2(4)−4±42−4(4)(−3)=8−4±16+48=8−4±64=8−4±8
Two possible values for s:
s1=8−4+8=84=21s2=8−4−8=8−12=−23
Since sinθ must be in the range [−1,1], s2=−23 is not a valid solution.
So, we only consider sinθ=21.
For θ∈(0,4π), the solutions for sinθ=21 are:
In (0,2π): θ=6π,65π
In (2π,4π): θ=2π+6π=613π, and θ=2π+65π=617π (4 values)
Combining both cases, the values of θ for which det(A)=0 are:
{π,2π,3π,6π,65π,613π,617π}
This gives a total of 3+4=7 values.
5. Check for "No Solution" Condition
For the system to have no solution, we need det(A)=0 AND at least one of det(Ax), det(Ay), or det(Az) to be non-zero.
Let's compute det(Ax):
Ax=239−147137det(Ax)=(2)4737−(−1)3937+(1)3947det(Ax)=(2)(4⋅7−3⋅7)+(1)(3⋅7−3⋅9)+(1)(3⋅7−4⋅9)det(Ax)=(2)(28−21)+(21−27)+(21−36)det(Ax)=2(7)+(−6)+(−15)det(Ax)=14−6−15=8−15=−7
Since det(Ax)=−7, which is a non-zero constant, it means that for any value of θ for which det(A)=0, the condition det(Ax)=0 is always satisfied.
Therefore, all 7 values of θ found in step 4 will result in the system having no solution.
Tip: A common mistake is to only check det(A)=0 and assume all such values lead to no solution. It's crucial to verify that the system doesn't have infinitely many solutions for these values. In this case, det(Ax)=0 simplifies this check significantly.
6. Alternative Verification using Rank (Advanced)
The condition det(A)=0 implies that the rows of A are linearly dependent. Let R1,R2,R3 be the rows of A. We found that det(A)=0 when sin3θ+2cos2θ−2=0.
Let's check if R3 can be expressed as a linear combination of R1 and R2, i.e., R3=c1R1+c2R2.
Comparing the y and z coefficients:
−c1+4c2=7c1+3c2=7
Adding these two equations gives 7c2=14⟹c2=2.
Substituting c2=2 into c1+3c2=7 gives c1+6=7⟹c1=1.
So, the relation is R3=R1+2R2.
Now, let's verify this relation for the x coefficients:
6=(3sin3θ)+2(3cos2θ)⟹6=3sin3θ+6cos2θ⟹2=sin3θ+2cos2θ.
This is precisely the equation we solved for det(A)=0.
This means that for all values of θ where det(A)=0, we have rank(A)=2 (since R1 and R2 are clearly linearly independent).
Now, we check the augmented matrix [A∣b]. For the system to have no solution, rank(A)=rank([A∣b]).
The linear relation R3=R1+2R2 for the coefficient part must NOT hold for the constant terms.
Let's check if b3=c1b1+c2b2:
9=1⋅(2)+2⋅(3)9=2+69=8
This statement 9=8 is false. This means the linear dependency among the rows of A does not extend to the augmented matrix [A∣b].
Therefore, rank([A∣b])=3.
Since rank(A)=2 and rank([A∣b])=3, we have rank(A)=rank([A∣b]), which confirms that the system has no solution for all 7 values of θ found.
7. Final Count
The values of θ∈(0,4π) for which the system has no solution are:
π,2π,3π (from sinθ=0)
6π,65π,613π,617π (from sinθ=21)
All these 7 values are distinct and lie within the interval (0,4π).
Summary and Key Takeaway:
To determine when a system of linear equations has no solution, we first set the determinant of the coefficient matrix to zero. Then, we must verify that for these values, the system does not have infinitely many solutions. This is done by checking if at least one of the determinants Ax,Ay,Az is non-zero. In this problem, det(Ax) was found to be a constant non-zero value, which simplified the verification, ensuring that all values of θ making det(A)=0 lead to no solution.