Question
Question: The value of determinant \(A\), where \(A\) \(=\)\[\left( \begin{matrix} 1 & \cos \theta & 0 \\...
The value of determinant A, where A =$$$\left( \begin{matrix} 1 & \cos \theta & 0 \\\ -\cos \theta & 1 & \cos \theta \\\ -1 & -\cos \theta & 1 \\\ \end{matrix} \right)$$ lies: (a) in the close interval \left[ 1,2 \right](b)inthecloseinterval\left[ 0,1 \right](c)intheopeninterval\left( 0,1 \right)(d)intheopeninterval\left( 1,2 \right)$
Solution
Hint: Find the value of determinant A by expanding the given determinant as per rule. The value will be obtained as a function of cosθ. Now, find the range of that function of θ. The obtained range will be the answer.
Complete step-by-step answer:
In linear algebra, the determinant is a scalar value that can be computed from the elements of a square matrix and encodes certain properties of the linear transformation described by the matrix. The determinant of a matrix A is denoted as det(A), detA or ∣A∣. Determinants can only be found if the given matrix is a square matrix. Square matrix is a type of matrix in which there are equal numbers of rows and columns. We already know how to expand a determinant. Consider a matrix of 3×3 dimension: a11 a21 a31 a12a22a32a13a23a33. Now, a11,a12,a13,a14...... are its entries. To find its determinant value, we use the formula,det a11 a21 a31 a12a22a32a13a23a33 = a11×deta22 a32 a23a33−a12×deta21 a31 a23a33+a13×deta21 a31 a22a32
Now, deta22 a32 a23a33=a22×a23−a32×a23.
Now, det A = \det $$$\left( \begin{matrix}
1 & \cos \theta & 0 \\\
-\cos \theta & 1 & \cos \theta \\\
-1 & -\cos \theta & 1 \\\
\end{matrix} \right)$$
$$\begin{aligned}
& =1\times \det \left( \begin{matrix}
1 & \cos \theta \\\
-\cos \theta & 1 \\\
\end{matrix} \right)-\cos \theta \times \det \left( \begin{matrix}
-\cos \theta & \cos \theta \\\
-1 & 1 \\\
\end{matrix} \right)+0\times \det \left( \begin{matrix}
-\cos \theta & 1 \\\
-1 & -\cos \theta \\\
\end{matrix} \right) \\\
& =1\times \left\\{ (1\times 1)-\cos \theta \times (-\cos \theta ) \right\\}-\cos \theta \times \left\\{ (-\cos \theta \times 1)-(-1\times \cos \theta ) \right\\}+0\times \left\\{ (-\cos \theta )\times (-\cos \theta )-(-1\times 1) \right\\} \\\
\end{aligned}$$$\begin{aligned}
& =1+{{\cos }^{2}}\theta -\cos \theta (-\cos \theta +\cos \theta )+0 \\\
& =1+{{\cos }^{2}}\theta \\\
\end{aligned}
Now, we know that cos2θ has range from 0 to 1 in closed interval and therefore, 1+cos2θ will have a range from 1 to 2 in closed interval.
Hence, option (a) is the correct answer.
Note: Since, the value of cosθ lies in a closed interval of -1 and 1, therefore, value of cos2θ will have a maximum of 1 and minimum of 0 and when 1 is added to the minimum and maximum value of cos2θ the new minima and maxima of the function becomes 1 and 2 respectively. We can even convert the final answer into sine function and do the same application for range.