Section 5.1: The Determinant Function Classwork
1. Compute the determinants of the following 2×2 matrices.
a. A=[23−11]
det(A)=(2×1)−(−1×3)=2+3=5
b. A=[6−923]
det(A)=(6×3)−(2×−9)=18+18=36
2. Compute the determinant for the indicated minors for the following matrices.
a. A=12001443−1, det(M11)
Minor matrix by removing first row and first column:
M11=[143−1]
det(M11)=(1×−1)−(3×4)=−1−12=−13
b. A=163321−210, det(M23)
Minor matrix by removing second row and third column:
M23=[1331]
det(M23)=(1×1)−(3×3)=1−9=−8
c. A=421−113013, det(M32)
Minor matrix by removing third row and second column:
M32=[4201]
det(M32)=(4×1)−(0×2)=4
3. Compute the determinants of the following matrices.
a. A=320−124011
det(A)=32411−(−1)2011+02024
=3(2−4)+1(2−0)=3(−2)+2=−6+2=−4
b. A=130102−21−1
det(A)=1021−1−1301−1+(−2)3002
=1(0−2)−1(−3−0)−2(6−0)=−2+3−12=−11
4. Verify that det(AB)=det(A)det(B) for the given matrices:
Given:
A=[4211],B=[−1401]
Compute det(A):
det(A)=(4×1)−(1×2)=4−2=2
Compute det(B):
det(B)=(−1×1)−(0×4)=−1
Compute AB:
AB=[(4×−1)+(1×4)(2×−1)+(1×4)(4×0)+(1×1)(2×0)+(1×1)]=[−4+4−2+40+10+1]=[0211]
det(AB)=(0×1)−(1×2)=−2
det(A)det(B)=2×(−1)=−2
Thus, verified: det(AB)=det(A)det(B).
5. Prove that the determinant of the following matrix gives the equation of a line passing through two points:
xx1x2yy1y2111=0
Expanding along the first row:
det(A)=xy1y211−yx1x211+1x1x2y1y2
Computing minors:
y1y211=y1−y2,x1x211=x1−x2,x1x2y1y2=x1y2−x2y1
Thus, the equation simplifies to:
(x1−x2)y−(y1−y2)x+(x1y2−x2y1)=0
which is the equation of a line passing through (x1,y1) and (x2,y2).