
The value of determinant $ \left| \begin{matrix}
ka & {{k}^{2}}+{{a}^{2}} & 1 \\
kb & {{k}^{2}}+{{b}^{2}} & 1 \\
kc & {{k}^{2}}+{{c}^{2}} & 1 \\
\end{matrix} \right| $ is
\[\begin{align}
& A.k\left( a+b \right)\left( b+a \right)\left( c+a \right) \\
& B.kabc\left( {{a}^{2}}+{{b}^{2}}+{{c}^{2}} \right) \\
& C.k\left( a-b \right)\left( b-a \right)\left( c-a \right) \\
& D.k\left( a+b-c \right)\left( b+c-a \right)\left( c+a-b \right) \\
\end{align}\]
Answer
548.1k+ views
Hint:
We have been asked to find the value of the given determinant. So, we will first split the second row and we will get that, given determinant will split in two parts. Now we will find the value of each determinant one by one. We will need that, when two rows (column) are identical then, the value of the determinant is zero. We will use the formula $ \det \left( kA \right)=k\cdot \det A $ to get the required determinant.
Complete step by step answer:
We are given $ 3\times 3 $ determinant as $ \left| \begin{matrix}
ka & {{k}^{2}}+{{a}^{2}} & 1 \\
kb & {{k}^{2}}+{{b}^{2}} & 1 \\
kc & {{k}^{2}}+{{c}^{2}} & 1 \\
\end{matrix} \right| $ .
We have to find the value of the above determinant. As we look at it, we see the second column which we will consider as two terms. We know if we split the determinant, it is still the same, that is $ Det\left( A+B \right)=Det\left( A \right)+Det\left( B \right) $ .
So we will split the given determinant as,
$ \left| \begin{matrix}
ka & {{k}^{2}}+{{a}^{2}} & 1 \\
kb & {{k}^{2}}+{{b}^{2}} & 1 \\
kc & {{k}^{2}}+{{c}^{2}} & 1 \\
\end{matrix} \right|=\left| \begin{matrix}
ka & {{k}^{2}} & 1 \\
kb & {{k}^{2}} & 1 \\
kc & {{k}^{2}} & 1 \\
\end{matrix} \right|+\left| \begin{matrix}
ka & {{a}^{2}} & 1 \\
kb & {{b}^{2}} & 1 \\
kc & {{c}^{2}} & 1 \\
\end{matrix} \right|\cdots \cdots \cdots \left( 1 \right) $ .
Now we will simplify the given determinant easily.
Firstly in the determinant $ \left| \begin{matrix}
ka & {{k}^{2}} & 1 \\
kb & {{k}^{2}} & 1 \\
kc & {{k}^{2}} & 1 \\
\end{matrix} \right| $ we have $ {{k}^{2}} $ common in column 2 so we take it out. So we get $ {{k}^{2}}\left| \begin{matrix}
ka & 1 & 1 \\
kb & 1 & 1 \\
kc & 1 & 1 \\
\end{matrix} \right| $ .
Now as we know that, if two rows and columns are the same then the value of the determinant is zero. So, $ \left| \begin{matrix}
ka & {{k}^{2}}+{{a}^{2}} & 1 \\
kb & {{k}^{2}}+{{b}^{2}} & 1 \\
kc & {{k}^{2}}+{{c}^{2}} & 1 \\
\end{matrix} \right|=0 $ .
Using this in (1) we get, $ \left| \begin{matrix}
ka & {{k}^{2}}+{{a}^{2}} & 1 \\
kb & {{k}^{2}}+{{b}^{2}} & 1 \\
kc & {{k}^{2}}+{{c}^{2}} & 1 \\
\end{matrix} \right|=0+\left| \begin{matrix}
ka & {{a}^{2}} & 1 \\
kb & {{b}^{2}} & 1 \\
kc & {{c}^{2}} & 1 \\
\end{matrix} \right| $ .
Taking k common from column one we get $ k\left| \begin{matrix}
a & {{a}^{2}} & 1 \\
b & {{b}^{2}} & 1 \\
c & {{c}^{2}} & 1 \\
\end{matrix} \right| $ .
Now we will use row operation to simplify our determinant. We apply \[{{R}_{1}}\to {{R}_{1}}-{{R}_{2}}\text{ and }{{R}_{2}}\to {{R}_{2}}-{{R}_{3}}\] so we get, $ k\left| \begin{matrix}
a-b & {{a}^{2}}-{{b}^{2}} & 0 \\
b-c & {{b}^{2}}-{{c}^{2}} & 0 \\
c & {{c}^{2}} & 1 \\
\end{matrix} \right| $ .
Now we take a-b common from $ {{R}_{1}} $ and b-c common from $ {{R}_{2}} $ . So we get,
$ k\left( a-b \right)\left( b-c \right)\left| \begin{matrix}
1 & a+b & 0 \\
1 & b+c & 0 \\
c & {{c}^{2}} & 1 \\
\end{matrix} \right| $ .
Now we expand along $ {{c}_{3}} $ we get $ k\left( a-b \right)\left( b-c \right)\left[ 0+0+1\left[ \left( b+c \right)-\left( a+b \right) \right] \right] $ .
Simplifying we get $ k\left( a-b \right)\left( b-c \right)\left( c-a \right) $ .
So we get that the value of the required determinant is $ k\left( a-b \right)\left( b-c \right)\left( c-a \right) $ .
So option C is the correct answer.
Note:
Always remember that, if we take common something from rows and columns, then that number will be multiplied by the remaining determinant i.e. $ \det \left( kA \right)=k\cdot \det A $ . Remember that \[\left( b+c \right)-\left( a+b \right)\ne b+c-a+b\] the negative sign will be multiplied by both a and b so we get, \[\left( b+c \right)-\left( a+b \right)=b+c-a-b=c-a\].
We have been asked to find the value of the given determinant. So, we will first split the second row and we will get that, given determinant will split in two parts. Now we will find the value of each determinant one by one. We will need that, when two rows (column) are identical then, the value of the determinant is zero. We will use the formula $ \det \left( kA \right)=k\cdot \det A $ to get the required determinant.
Complete step by step answer:
We are given $ 3\times 3 $ determinant as $ \left| \begin{matrix}
ka & {{k}^{2}}+{{a}^{2}} & 1 \\
kb & {{k}^{2}}+{{b}^{2}} & 1 \\
kc & {{k}^{2}}+{{c}^{2}} & 1 \\
\end{matrix} \right| $ .
We have to find the value of the above determinant. As we look at it, we see the second column which we will consider as two terms. We know if we split the determinant, it is still the same, that is $ Det\left( A+B \right)=Det\left( A \right)+Det\left( B \right) $ .
So we will split the given determinant as,
$ \left| \begin{matrix}
ka & {{k}^{2}}+{{a}^{2}} & 1 \\
kb & {{k}^{2}}+{{b}^{2}} & 1 \\
kc & {{k}^{2}}+{{c}^{2}} & 1 \\
\end{matrix} \right|=\left| \begin{matrix}
ka & {{k}^{2}} & 1 \\
kb & {{k}^{2}} & 1 \\
kc & {{k}^{2}} & 1 \\
\end{matrix} \right|+\left| \begin{matrix}
ka & {{a}^{2}} & 1 \\
kb & {{b}^{2}} & 1 \\
kc & {{c}^{2}} & 1 \\
\end{matrix} \right|\cdots \cdots \cdots \left( 1 \right) $ .
Now we will simplify the given determinant easily.
Firstly in the determinant $ \left| \begin{matrix}
ka & {{k}^{2}} & 1 \\
kb & {{k}^{2}} & 1 \\
kc & {{k}^{2}} & 1 \\
\end{matrix} \right| $ we have $ {{k}^{2}} $ common in column 2 so we take it out. So we get $ {{k}^{2}}\left| \begin{matrix}
ka & 1 & 1 \\
kb & 1 & 1 \\
kc & 1 & 1 \\
\end{matrix} \right| $ .
Now as we know that, if two rows and columns are the same then the value of the determinant is zero. So, $ \left| \begin{matrix}
ka & {{k}^{2}}+{{a}^{2}} & 1 \\
kb & {{k}^{2}}+{{b}^{2}} & 1 \\
kc & {{k}^{2}}+{{c}^{2}} & 1 \\
\end{matrix} \right|=0 $ .
Using this in (1) we get, $ \left| \begin{matrix}
ka & {{k}^{2}}+{{a}^{2}} & 1 \\
kb & {{k}^{2}}+{{b}^{2}} & 1 \\
kc & {{k}^{2}}+{{c}^{2}} & 1 \\
\end{matrix} \right|=0+\left| \begin{matrix}
ka & {{a}^{2}} & 1 \\
kb & {{b}^{2}} & 1 \\
kc & {{c}^{2}} & 1 \\
\end{matrix} \right| $ .
Taking k common from column one we get $ k\left| \begin{matrix}
a & {{a}^{2}} & 1 \\
b & {{b}^{2}} & 1 \\
c & {{c}^{2}} & 1 \\
\end{matrix} \right| $ .
Now we will use row operation to simplify our determinant. We apply \[{{R}_{1}}\to {{R}_{1}}-{{R}_{2}}\text{ and }{{R}_{2}}\to {{R}_{2}}-{{R}_{3}}\] so we get, $ k\left| \begin{matrix}
a-b & {{a}^{2}}-{{b}^{2}} & 0 \\
b-c & {{b}^{2}}-{{c}^{2}} & 0 \\
c & {{c}^{2}} & 1 \\
\end{matrix} \right| $ .
Now we take a-b common from $ {{R}_{1}} $ and b-c common from $ {{R}_{2}} $ . So we get,
$ k\left( a-b \right)\left( b-c \right)\left| \begin{matrix}
1 & a+b & 0 \\
1 & b+c & 0 \\
c & {{c}^{2}} & 1 \\
\end{matrix} \right| $ .
Now we expand along $ {{c}_{3}} $ we get $ k\left( a-b \right)\left( b-c \right)\left[ 0+0+1\left[ \left( b+c \right)-\left( a+b \right) \right] \right] $ .
Simplifying we get $ k\left( a-b \right)\left( b-c \right)\left( c-a \right) $ .
So we get that the value of the required determinant is $ k\left( a-b \right)\left( b-c \right)\left( c-a \right) $ .
So option C is the correct answer.
Note:
Always remember that, if we take common something from rows and columns, then that number will be multiplied by the remaining determinant i.e. $ \det \left( kA \right)=k\cdot \det A $ . Remember that \[\left( b+c \right)-\left( a+b \right)\ne b+c-a+b\] the negative sign will be multiplied by both a and b so we get, \[\left( b+c \right)-\left( a+b \right)=b+c-a-b=c-a\].
Recently Updated Pages
Master Class 12 Business Studies: Engaging Questions & Answers for Success

Master Class 12 Economics: Engaging Questions & Answers for Success

Master Class 12 English: Engaging Questions & Answers for Success

Master Class 12 Maths: Engaging Questions & Answers for Success

Master Class 12 Social Science: Engaging Questions & Answers for Success

Master Class 12 Chemistry: Engaging Questions & Answers for Success

Trending doubts
Who was the first woman to receive Bharat Ratna?

Write a letter to the principal requesting him to grant class 10 english CBSE

Why is there a time difference of about 5 hours between class 10 social science CBSE

What is the median of the first 10 natural numbers class 10 maths CBSE

The Equation xxx + 2 is Satisfied when x is Equal to Class 10 Maths

Discuss the main reasons for poverty in India

