Skip to main content
Back to Matrices & Determinants
JEE Main 2021
Matrices & Determinants
Matrices and Determinants
Hard

Question

If the system of equations x+(2sinα)y+(2cosα)z=0x+(cosα)y+(sinα)z=0x+(sinα)y(cosα)z=0\begin{aligned} & x+(\sqrt{2} \sin \alpha) y+(\sqrt{2} \cos \alpha) z=0 \\ & x+(\cos \alpha) y+(\sin \alpha) z=0 \\ & x+(\sin \alpha) y-(\cos \alpha) z=0 \end{aligned} has a non-trivial solution, then α(0,π2)\alpha \in\left(0, \frac{\pi}{2}\right) 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:

x+(2sinα)y+(2cosα)z=0x+(cosα)y+(sinα)z=0x+(sinα)y(cosα)z=0\begin{aligned} & x+(\sqrt{2} \sin \alpha) y+(\sqrt{2} \cos \alpha) z=0 \\ & x+(\cos \alpha) y+(\sin \alpha) z=0 \\ & x+(\sin \alpha) y-(\cos \alpha) z=0 \end{aligned}

The solution x=0,y=0,z=0x=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,zx, 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 AA from the given system:

A=(12sinα2cosα1cosαsinα1sinαcosα)A = \begin{pmatrix} 1 & \sqrt{2} \sin \alpha & \sqrt{2} \cos \alpha \\ 1 & \cos \alpha & \sin \alpha \\ 1 & \sin \alpha & -\cos \alpha \end{pmatrix}

For a non-trivial solution to exist, we must enforce the condition det(A)=0\det(A) = 0.

2. Setting Up the Determinant Equation

We equate the determinant of the coefficient matrix to zero:

12sinα2cosα1cosαsinα1sinαcosα=0\left|\begin{array}{ccc} 1 & \sqrt{2} \sin \alpha & \sqrt{2} \cos \alpha \\ 1 & \cos \alpha & \sin \alpha \\ 1 & \sin \alpha & -\cos \alpha \end{array}\right|=0

3. Evaluating the Determinant and Forming a Trigonometric Equation

To calculate the 3×33 \times 3 determinant, we'll use the cofactor expansion method along the first column, as it contains '1's, which often simplifies calculations.

det(A)=1cosαsinαsinαcosα12sinα2cosαsinαcosα+12sinα2cosαcosαsinα=0\det(A) = 1 \cdot \left|\begin{array}{cc} \cos \alpha & \sin \alpha \\ \sin \alpha & -\cos \alpha \end{array}\right| - 1 \cdot \left|\begin{array}{cc} \sqrt{2} \sin \alpha & \sqrt{2} \cos \alpha \\ \sin \alpha & -\cos \alpha \end{array}\right| + 1 \cdot \left|\begin{array}{cc} \sqrt{2} \sin \alpha & \sqrt{2} \cos \alpha \\ \cos \alpha & \sin \alpha \end{array}\right| = 0

Let's evaluate each 2×22 \times 2 determinant systematically:

  1. First term (coefficient of the first '1'): 1[(cosα)(cosα)(sinα)(sinα)]1 \cdot [(\cos \alpha)(-\cos \alpha) - (\sin \alpha)(\sin \alpha)] =1[cos2αsin2α]= 1 \cdot [-\cos^2 \alpha - \sin^2 \alpha] =(cos2α+sin2α)= -(\cos^2 \alpha + \sin^2 \alpha) Using the fundamental trigonometric identity cos2α+sin2α=1\cos^2 \alpha + \sin^2 \alpha = 1, this term simplifies to 1-1.

  2. Second term (coefficient of the second '1', with a negative sign as per cofactor expansion): 1[(2sinα)(cosα)(2cosα)(sinα)]-1 \cdot [(\sqrt{2} \sin \alpha)(-\cos \alpha) - (\sqrt{2} \cos \alpha)(\sin \alpha)] =1[2sinαcosα2sinαcosα]= -1 \cdot [-\sqrt{2} \sin \alpha \cos \alpha - \sqrt{2} \sin \alpha \cos \alpha] =1[22sinαcosα]= -1 \cdot [-2\sqrt{2} \sin \alpha \cos \alpha] =22sinαcosα= 2\sqrt{2} \sin \alpha \cos \alpha

  3. Third term (coefficient of the third '1'): +1[(2sinα)(sinα)(2cosα)(cosα)]+1 \cdot [(\sqrt{2} \sin \alpha)(\sin \alpha) - (\sqrt{2} \cos \alpha)(\cos \alpha)] =1[2sin2α2cos2α]= 1 \cdot [\sqrt{2} \sin^2 \alpha - \sqrt{2} \cos^2 \alpha] =2(sin2αcos2α)= \sqrt{2}(\sin^2 \alpha - \cos^2 \alpha)

Now, substitute these simplified terms back into the determinant equation: 1+22sinαcosα+2(sin2αcos2α)=0-1 + 2\sqrt{2} \sin \alpha \cos \alpha + \sqrt{2}(\sin^2 \alpha - \cos^2 \alpha) = 0

To simplify this trigonometric expression further, we employ double angle identities:

  • sin2α=2sinαcosα\sin 2\alpha = 2 \sin \alpha \cos \alpha
  • cos2α=cos2αsin2α\cos 2\alpha = \cos^2 \alpha - \sin^2 \alpha (which implies sin2αcos2α=cos2α\sin^2 \alpha - \cos^2 \alpha = -\cos 2\alpha)

Substituting these identities into the equation: 1+2(2sinαcosα)+2(cos2α)=0-1 + \sqrt{2}(2 \sin \alpha \cos \alpha) + \sqrt{2}(-\cos 2\alpha) = 0 1+2sin2α2cos2α=0-1 + \sqrt{2} \sin 2\alpha - \sqrt{2} \cos 2\alpha = 0 Rearranging the terms, we obtain a standard form trigonometric equation: 2sin2α2cos2α=1\sqrt{2} \sin 2\alpha - \sqrt{2} \cos 2\alpha = 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\sqrt{2} \sin 2\alpha - \sqrt{2} \cos 2\alpha = 1. This is an equation of the form asinx+bcosx=ca \sin x + b \cos x = c. To solve such equations, we transform the left-hand side into a single trigonometric function using the compound angle formula, typically Rsin(xϕ)R \sin(x - \phi) or Rcos(x+ϕ)R \cos(x + \phi). Here, a=2a = \sqrt{2} and b=2b = -\sqrt{2}. We calculate R=a2+b2=(2)2+(2)2=2+2=4=2R = \sqrt{a^2 + b^2} = \sqrt{(\sqrt{2})^2 + (-\sqrt{2})^2} = \sqrt{2+2} = \sqrt{4} = 2.

Divide the entire equation by R=2R=2: 22sin2α22cos2α=12\frac{\sqrt{2}}{2} \sin 2\alpha - \frac{\sqrt{2}}{2} \cos 2\alpha = \frac{1}{2} 12sin2α12cos2α=12\frac{1}{\sqrt{2}} \sin 2\alpha - \frac{1}{\sqrt{2}} \cos 2\alpha = \frac{1}{2} Recognize that cosπ4=12\cos \frac{\pi}{4} = \frac{1}{\sqrt{2}} and sinπ4=12\sin \frac{\pi}{4} = \frac{1}{\sqrt{2}}. Substitute these values: sin2αcosπ4cos2αsinπ4=12\sin 2\alpha \cos \frac{\pi}{4} - \cos 2\alpha \sin \frac{\pi}{4} = \frac{1}{2} This expression perfectly matches the compound angle formula for sin(AB)=sinAcosBcosAsinB\sin(A-B) = \sin A \cos B - \cos A \sin B. Here, A=2αA = 2\alpha and B=π4B = \frac{\pi}{4}. So, the equation simplifies to: sin(2απ4)=12\sin \left(2\alpha - \frac{\pi}{4}\right) = \frac{1}{2} We know that sinπ6=12\sin \frac{\pi}{6} = \frac{1}{2}. Thus, we can write: sin(2απ4)=sinπ6\sin \left(2\alpha - \frac{\pi}{4}\right) = \sin \frac{\pi}{6} The general solution for sinx=siny\sin x = \sin y is given by x=nπ+(1)nyx = n\pi + (-1)^n y, where nn is an integer. Applying this general solution to our equation: 2απ4=nπ+(1)nπ6,nZ2\alpha - \frac{\pi}{4} = n\pi + (-1)^n \frac{\pi}{6}, \quad n \in \mathbb{Z}

5. Finding the Specific Value of α\alpha in the Given Interval

The problem specifies that α(0,π2)\alpha \in \left(0, \frac{\pi}{2}\right). We need to find the value of α\alpha that satisfies this condition from the general solution.

Let's test different integer values for nn:

  • Case 1: n=0n=0 2απ4=0π+(1)0π62\alpha - \frac{\pi}{4} = 0 \cdot \pi + (-1)^0 \frac{\pi}{6} 2απ4=π62\alpha - \frac{\pi}{4} = \frac{\pi}{6} Add π4\frac{\pi}{4} to both sides: 2α=π6+π42\alpha = \frac{\pi}{6} + \frac{\pi}{4} Find a common denominator (12): 2α=2π12+3π12=5π122\alpha = \frac{2\pi}{12} + \frac{3\pi}{12} = \frac{5\pi}{12} Divide by 2: α=5π24\alpha = \frac{5\pi}{24} Let's check if this value lies in the interval (0,π2)\left(0, \frac{\pi}{2}\right). 5π24>0\frac{5\pi}{24} > 0 is true. For the upper bound, 5π24<π2\frac{5\pi}{24} < \frac{\pi}{2} implies 524<12\frac{5}{24} < \frac{1}{2}, which means 5<125 < 12. This is true. So, α=5π24\alpha = \frac{5\pi}{24} is a valid solution within the given interval.

  • Case 2: n=1n=1 2απ4=1π+(1)1π62\alpha - \frac{\pi}{4} = 1 \cdot \pi + (-1)^1 \frac{\pi}{6} 2απ4=ππ62\alpha - \frac{\pi}{4} = \pi - \frac{\pi}{6} 2απ4=6ππ6=5π62\alpha - \frac{\pi}{4} = \frac{6\pi - \pi}{6} = \frac{5\pi}{6} Add π4\frac{\pi}{4} to both sides: 2α=5π6+π42\alpha = \frac{5\pi}{6} + \frac{\pi}{4} Find a common denominator (12): 2α=10π12+3π12=13π122\alpha = \frac{10\pi}{12} + \frac{3\pi}{12} = \frac{13\pi}{12} Divide by 2: α=13π24\alpha = \frac{13\pi}{24} Let's check if this value lies in the interval (0,π2)\left(0, \frac{\pi}{2}\right). 13π24>0\frac{13\pi}{24} > 0 is true. For the upper bound, 13π24<π2\frac{13\pi}{24} < \frac{\pi}{2} implies 1324<12\frac{13}{24} < \frac{1}{2}, which means 13<1213 < 12. This is false. So, α=13π24\alpha = \frac{13\pi}{24} is NOT a valid solution in the given interval.

  • Case 3: n=1n=-1 2απ4=(1)π+(1)1π62\alpha - \frac{\pi}{4} = (-1) \cdot \pi + (-1)^{-1} \frac{\pi}{6} 2απ4=ππ6=7π62\alpha - \frac{\pi}{4} = -\pi - \frac{\pi}{6} = -\frac{7\pi}{6} 2α=π47π6=3π14π12=11π122\alpha = \frac{\pi}{4} - \frac{7\pi}{6} = \frac{3\pi - 14\pi}{12} = -\frac{11\pi}{12} α=11π24\alpha = -\frac{11\pi}{24} This value is negative and thus not in the interval (0,π2)\left(0, \frac{\pi}{2}\right).

Therefore, the only value of α\alpha in the interval (0,π2)\left(0, \frac{\pi}{2}\right) that satisfies the condition is α=5π24\alpha = \frac{5\pi}{24}.

The correct option is (A).


Summary and Key Takeaways

  1. Non-Trivial Solutions for Homogeneous Systems: Remember the critical condition: det(A)=0\det(A) = 0 for a homogeneous system to have non-trivial solutions. This is a fundamental concept in linear algebra.
  2. Determinant Calculation: Practice calculating 3×33 \times 3 determinants efficiently and accurately. Row/column operations can sometimes simplify the calculation, but direct cofactor expansion is also a reliable method.
  3. Trigonometric Identities: Mastery of basic and double-angle trigonometric identities (like sin2α+cos2α=1\sin^2\alpha + \cos^2\alpha = 1, sin2α\sin 2\alpha, cos2α\cos 2\alpha) is crucial for simplifying expressions.
  4. Solving asinx+bcosx=ca \sin x + b \cos x = c: This standard form trigonometric equation is best solved by converting the LHS into a single trigonometric function using Rsin(x±ϕ)R \sin(x \pm \phi) or Rcos(x±ϕ)R \cos(x \pm \phi).
  5. 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.

Practice More Matrices & Determinants Questions

View All Questions