We know the area of a triangle given by points (x1,y1),(x2,y2) (x3,y3)
in 21(x1(y2−y3)+x2(y3−y1) +x3(y1−y2) ?
Consider the following
matrix : A=111x1x2x3y1y2y3
∣A∣=1(x2y3−x3y2)−1(x1y3−x3y1)+1(x1y2−x2y1)
=x2y3−x3y2−x1y3+x3y1+x1y2−x2y1
=x1(y2−y3)+x2(y3−y1)+x3(y1−y3)
∴ If we compare with the formula for area of a triangle
We get
Δ=21 111x1x2x3y1y2y3
=21 x1x2x3y1y2y3111
If determinant comes out to be-ve, we take the absolute value for area
What happens if the determinant in 0
Area of a triangle = 0 if the points are collinear
∴ To test collinearily we may use determinant in the above way
Show that A=(a,b+c)B=(b,c+a)C=(c,a+b) are Collinear
∴ We compare with the determinant?
111abcb+cc+aa+b
c3=c3+c2
= 111abca+b+ca+b+ca+b+c
=(a+b+c) 111abc111
=0
If points
(a, 0) (0, b) & (1, 1)
are collinear then show that a+b = ab
since there are collinear
111a010b1 =0
By R1←R1−R2
We get the determinant in
011R01−bb1
Now R3←R3−R2
We have 010R01−bb1−b
∣A∣=(−1)1+2.1.(a(1−b)−1.(−b))
=−1(a−ab+b)
So equating with 0 We have a−ab+b=0ora+b=ab
Use deterninant method to find equation of the line joining points
A=(−2,4),B=(2,−6)
We know from our knowladge of coordinate geometry:
4+6y−4=−2−2x+2 or 10y−y=−4x+2
or 10x+20=−4y+16
or 10x+4y+4=0
Let x, y be any point on the line joining (−2,4)&(2,−6)
∴ 111−22x4−6y=0
or 011−42x10−6y=0R1←R1−R2
or 001−42−xx10−6−yy=0R2←R2−R3
or (−4)(−6−y)−10(2−x)=0
or 24+4y−20+10x=0
or 10x+4y+4=0
(−2,4)&(2,−6)
If the area of the triangle A(−2,4),B(2,−6) & C(5,k) in 35 units what is the value & k ?
i.e 21111−2254−6k=35⇒111−2254−6k=70
or 011−42510−6k=70, R1→R1−R2
or 010−42310−6k+6=70, R3→R3−R2
or (−1)(−4(k+6)−3.10)=70
or (−1)(−4k−24−30)=70,or4k+24+30=70,or4k=16,ork=4
We have expresed the determinant of a matrix A as ∑j=1na1j⋅(−1)1+iMij
Where M1j in the determinant of the submatrix of A after deleting Row 1 & column J
In a similar way we can also write :
∣A∣=∑jaij(−1)i+jMij
by expanding along row j This Mij in called the Minor corresponding the element aij
Consider the matrix
A=(acbd)
∣A∣=ad−bc
∴M11=dM12=cM21=bM22=a
But A11=(−1)1+1M11=d
A12=(−1)1+2M12=−c
A21=−b
A22=a
Example If A = a11a21a31a12a22a32a13a23a33
which of the following given |A|?
(A) a21M21+a22M22+a23M23
(B) a11M11−a12M21+a13M31
(C) a31A31−a32A32+a33A33
(D) a13A13+a23A23+a33A33
Answer = (D)
Def: The adjoint of a square matrix A is defined as the transpose of (( Aij) ) where Aij in the cofacter of Gij.
i.e A=a11a21a31a12a22a32a13a23a33
Then adj (A) is the 3 × 3 Matrix :
A11A12A13A21A22A23A31A32A33
If A = [acbd]
Then
A11=d A12=−c
A21=−b A22=a
∴ adj(A)=[d−c−ba]
i.e the diagonal element of A are interchange & 2 sign off- off-dingonal elements are changes
Thus for a 2×2 matrix we get the adjoint very easily
What is A .(adj (A))?
[acbd]⋅[d−c−ba]
=[ad−bccd−cd−ab+abad−bc]
=[∣A∣00∣A∣]
i.e it is a diagonal matrix with diagonal entries =∣A∣
Let us verify the result for 3×3 matrix
Let P be the product of P = A (adj(A))
i. eP=a11a21a31a12a22a32a13a23a33A11A12A13A21A22A23A31A32A33
We want to verify the
P=∣A∣100010001
Let us look at the
P11=a11A11+a12A12+a13A13 =∣A∣
Similarly P22 & P33 can be shown to be |A|
We need to show that off diagonal elements are 0 . p12=a11A21+a12A22+a13A23
=a11(−1)2+1a12a32a13a33
+a12(−1)2+2a11a31a13a33
+a13(−1)2+3a11a31a12a32
=−a11a12a33+a11a13a32 +a12a11a33−a12a13a31 −a13a11a32 +a13a31a12 = 0
Verfied for P12
∴ A (adj A) = |A| I3