Question
Question: If \(a\ne p\) , \(b\ne q\) and \(c\ne r\),and \(\left| \begin{matrix} p & b & c \\\ a & q ...
If a=p , b=q and c=r,and p a a bqbccr=0, then find the value of p−ap+q−bb+r−cr
Solution
To solve this question, firstly we will use row operations R1→R1−R2 and R2→R2−R3. After that, we will expand the determinant along row R1. After that, we will divide the whole equation by (p-a)(q–b)(c–r), and by doing some simplification, we will find the value of p−ap+q−bb+r−cr.
Complete step by step answer:
Now, before we start solving the questions, let us see how we calculate determinant and what are its various properties
Now , if we want to calculate the determinant of matrix A of order 3×3, then determinant of matrix A of 3×3 is evaluated as,
a11 a21 a31 a12a22a32a13a23a33=a11(a22a33−a32a23)−a21(a12a33−a32a13)+a31(a23a12−a22a13)
Some of the properties of determinant are as follows,
( a ) Determinant evaluated across any row or column is the same.
( b ) If an element of a row or a column are zeros, then the value of the determinant is equal to zero.
( c ) If rows and columns are interchanged then the value of the determinant remains the same.
( d ) Determinant of an identity matrix is 1.
Now, let us move to question now, it is asked to find the value of p−ap+q−bb+r−cr and in question it is given that a=p , b=q and c=r,and p a a bqbccr=0.
Now, using elementary row operation R1→R1−R2 , we get
p−a a a b−qqbc−ccr=0
using elementary row operation R2→R2−R3 , we get
p−a 0 a b−qq−bb0c−rr=0
Now, expanding determinant along R1, we get
(p−a)(r(q−b)−b(c−r))−(b−q)(0−a(c−r))+0=0
On simplifying, we get
(p−a)(r(q−b)−b(c−r))+(b−q)a(c−r)=0
⇒r(p−a)(q−b)−b(p−a)(c−r)+a(b−q)(c−r)=0
Now, dividing the whole equation by ( p –a )( q – b )( c – r ), we get
(p−a)(q−b)(c−r)r(p−a)(q−b)−b(p−a)(c−r)+a(b−q)(c−r)=0
On simplifying, we get
(p−a)(q−b)(c−r)r(p−a)(q−b)−(p−a)(q−b)(c−r)b(p−a)(c−r)+(p−a)(q−b)(c−r)a(b−q)(c−r)=0
Or, ⇒(c−r)r−(q−b)b−(p−a)a=0
Re – writing above equation, we get
−(r−c)r−(q−b)b−(p−a)a=0
Multiplying both sides by -1, we get
(r−c)r+(q−b)b+(p−a)a=0
Now, adding and subtracting q in numerator of term (q−b)b and adding and subtracting p in numerator of (p−a)a, we get
(r−c)r+(q−b)b+q−q+(p−a)a+p−p=0
⇒(r−c)r+(q−b)b−q+(q−b)q+(p−a)a−p+(p−a)p=0
On simplification, we get
(r−c)r−1+(q−b)q−1+(p−a)p=0
On solving, we get
(r−c)r+(q−b)q+(p−a)p=2
Note: It is very important to know how to solve determinant using it’s properties so knowledge of properties of determinant should be a priority. Always remember that a11 a21 a31 a12a22a32a13a23a33=a11(a22a33−a32a23)−a21(a12a33−a32a13)+a31(a23a12−a22a13). In determinant we can use both column and row elementary transformation. Calculation should be done carefully while solving determinant problems.