If a, b, c are the sides of triangle ABC, then what is \begin{vmatrix} a^{2} & b \sin A & c \sin A \\ b \sin A & 1 & \cos A \\ c \sin A & \cos A & 1 \end{vmatrix} equal to?
- A. Zero ✓
- B. Area of triangle
- C. Perimeter of triangle
- D. a^{2}+b^{2}+c^{2}
Correct Answer: A. Zero
Explanation
Expanding the determinant: a^2(1 - \cos^2 A) - b \sin A(b \sin A - c \sin A \cos A) + c \sin A(b \sin A \cos A - c \sin A). This simplifies to a^2 \sin^2 A - b^2 \sin^2 A - c^2 \sin^2 A + 2bc \sin^2 A \cos A = \sin^2 A (a^2 - b^2 - c^2 + 2bc \cos A). By the cosine rule, a^2 = b^2 + c^2 - 2bc \cos A, so the bracket evaluates to 0.
Related questions on Matrices & Determinants
- Consider the determinant \Delta=\begin{vmatrix}a_{11}&a_{12}&a_{13}\\ a_{21}&a_{22}&a_{23}\\ a_{31}&a_{32}&a_{33}\end{vmatrix} If $a_{13...
- If A=\begin{pmatrix}1&0&0\\ 0&\cos~\theta&\sin~\theta\\ 0&\sin~\theta&-\cos\theta\end{pmatrix}, then which of the following are correct?...
- If X is a matrix of order 3\times3, Y is a matrix of order 2\times3 and Z is a matrix of order 3\times2, then which of the follo...
- What is the value of a_{11}C_{11}+a_{12}C_{12}+a_{13}C_{13}?
- What is the value of a_{21}C_{11}+a_{22}C_{12}+a_{23}C_{13}?