The Adjugate Matrix: The adjugate matrix (also called the classical adjoint) is the transpose of the matrix of cofactors formed from matrix A.
Theorem 8: Let A be an invertible n×n matrix. Then:
A−1=det(A)1adj(A)
Example 3: Finding the Inverse of a 3x3 Matrix:
Matrix A=2111−1431−2
The nine cofactors (Cij) are calculated as follows:
C11=−2, C12=3, C13=5
C21=14, C22=−7, C23=−7
C31=4, C32=1, C33=−3
The adjugate matrix is the transpose of the cofactor matrix:
adj(A)=−23514−7−741−3
To find det(A), we can check the product (adj(A))A:
(adj(A))A=140001400014=14I
Since (adj(A))A=det(A)I, then det(A)=14.
The inverse is:
A−1=141−23514−7−741−3
Determinants as Area or Volume
Theorem 9:
If A is a 2×2 matrix, the area of the parallelogram determined by the columns of A is ∣det(A)∣.
If A is a 3×3 matrix, the volume of the parallelepiped determined by the columns of A is ∣det(A)∣.\n
Geometric Observations for the Proof:
The theorem is clearly true for any diagonal matrix. For example, in the 2×2 case with a diagonal matrix having entries a and d, the area is ∣ad∣.
Column operations: It is shown that column replacement does not change the area or volume.
Specifically, if a1,a2 are nonzero vectors, for any scalar c, the area of the parallelogram determined by a1 and a2 equals the area of the parallelogram determined by a1 and a2+ca1.
Proof reasoning: This is because both parallelograms share the same base (from 0 to a1) and the same altitude (since a2+ca1 lies on a line parallel to the base).
Any matrix A can be transformed into a diagonal matrix using column operations that do not change its determinant (up to a sign) or the volume of its associated shape.
Definition of Volume for Parallelepipeds (n=3):
The volume is the area of the base in the plane Span{a1,a2} multiplied by the altitude of a3 above that plane.
A column replacement operation where a3 is changed to a3+ca1 does not change the altitude because the new vector still has the same perpendicular distance to the base plane.
Example 4: Calculating Area for a Parallelogram not at the Origin:
Vertices of the parallelogram: (1,1),(3,6),(7,2),(9,7).
To use the determinant method, translate the parallelogram to the origin by subtracting one vertex from all others.
Subtract $(1, 1)$ from each vertex:
(1,1)−(1,1)=(0,0)
(3,6)−(1,1)=(2,5)
(7,2)−(1,1)=(6,1)
(9,7)−(1,1)=(8,6)
The parallelogram is now determined by the vectors v1=(25) and v2=(61).
The matrix is A=(2561).
det(A)=(2×1)−(6×5)=2−30=−28.
The area is ∣det(A)∣=∣−28∣=28.
Linear Transformations and Geometric Change
Theorem 10: Let T:Rn→Rn be the linear transformation determined by a matrix A.
If n=2 and S is a parallelogram in R2, then:
area(T(S))=∣det(A)∣⋅area(S)
If n=3 and S is a parallelepiped in R3, then:
volume(T(S))=∣det(A)∣⋅volume(S)
Proof Summary:
A parallelogram S starting at the origin determined by b1 and b2 has the form S={x1b1+x2b2:0≤x1,x2≤1}.
The image T(S) consists of points T(x1b1+x2b2)=x1T(b1)+x2T(b2).
The image T(S) is a parallelogram determined by the columns of the matrix AB, where B=[b1…bn].
The area of the image is ∣det(AB)∣, which equals ∣det(A)⋅det(B)∣.
Since ∣det(B)∣ is the area of S, then area(T(S))=∣det(A)∣⋅area(S).
This logic extends to arbitrary parallelograms p+S because translation does not change area.
Expansion to Other Regions:
Theorem 10 generalizes to any region with a finite area or volume, as these shapes can be approximated by unions of small squares or cubes.
Example 5: Area of an Ellipse:
Standard equation for an ellipse E: a2x12+b2x22=1, where a,b>0.
The ellipse E is the image of the unit disk D (u12+u22≤1) under the transformation T(u)=Au where: