Question
Question: If \[A\] is a matrix of order 3, then \[\det \left( {kA} \right)\] is A.\[{k^3}\det \left( A \righ...
If A is a matrix of order 3, then det(kA) is
A.k3det(A)
B.k2det(A)
C.kdet(A)
D.det(A)
Solution
Here we need to find the value of determinant when a matrix of the given order is multiplied by a constant term. We will first assume the matrix with variable elements and then we will find its determinant. We will multiply the given matrix by a constant term and then we will again find its determinant. From there, we will get our required answer.
Complete step-by-step answer:
Let the matrix A of order 3 be \left[ {\begin{array}{*{20}{c}}a&b;&c;\\\d&e;&f;\\\g&h;&i;\end{array}} \right]
\Rightarrow A = \left[ {\begin{array}{*{20}{c}}a&b;&c;\\\d&e;&f;\\\g&h;&i;\end{array}} \right]
Now, we will find the determinant of the matrix A using the rule.
det(A)=a(e×i−f×h)−b(d×i−f×g)+c(d×h−e×g) ………… (1)
Now, we will multiply the given matrix i.e. matrix A by the constant k . We know that, when you multiply a matrix by any constant, then all of its elements get multiplied by that constant term.
Therefore,
On multiplying the matrix by a constant, we get
\Rightarrow k \times A = k \times \left[ {\begin{array}{*{20}{c}}a&b;&c;\\\d&e;&f;\\\g&h;&i;\end{array}} \right]
\Rightarrow k \times A = \left[ {\begin{array}{*{20}{c}}{k \times a}&{k \times b}&{k \times c}\\\\{k \times d}&{k \times e}&{k \times f}\\\\{k \times g}&{k \times h}&{k \times i}\end{array}} \right]
Now, we will find the determinant of this matrix i.e. we will find det(kA).
⇒det(kA)=K×a(k×e×k×i−k×f×k×h)−k×b(k×d×k×i−k×f×k×g) +k×c(k×d×k×h−k×e×k×g)
Now, we will take common terms out of the bracket.
⇒det(kA)=k3×a(e×i−f×h)−k3×b(d×i−f×g)+k3×c(d×h−e×g)
On taking the term k3 common, we get
⇒det(kA)=k3×(a(e×i−f×h)−b(d×i−f×g)+c(d×h−e×g))
We know from equation 1 that
det(A)=a(e×i−f×h)−b(d×i−f×g)+c(d×h−e×g)
Now, we will substitute this value here.
⇒det(kA)=k3×det(A)
Therefore, the value of det(kA) is equal to k3det(A).
Hence, the correct option is option A.
Note: In order to solve this question, we need to keep in mind some basic properties of determinants. If all elements of a row (or column) of a determinant are multiplied by some constant number, then the value of the new determinant will be constant times the value of the given determinant. If we multiply a constant term k to a n×n matrix A , then the value of the determinant will change by a factor kn .