What relationship could exist between the systems of linear equations with unique solutions, the linear independence between vectors, and the area of a parallelogram? In this topic, you will have a first approach with one of the most well-known and useful concepts of linear algebra: the determinant
The 2x2 system of equations with a unique solution
Let's analyze the system of linear equations:
You can easily eliminate the variable simply by multiplying the first equation by and the second by :Now, add both equations:But don't rush! Here comes the tricky point. Just in case, that , you get that . And from the first equation, you can determine that . Thus, only if the system has a unique solution, and you can calculate it explicitly!
Let's introduce some notation. Remember that the system can be written in matrix form:
The special number determines if the system has a unique solution. It's so important it deserves a suggestive name. Let's introduce some notation. If you denote the matrix of the system by , then the determinant of is . It's usually denoted as or or even just .
If , then the system of equations has a unique solution given by
Linear independence between two vectors
Let's take two vectors in the plane and .
You already know that they're linearly independent when implies . Let's take a closer look at the first equation. It can be written more explicitly as . But wait a minute, this is a system of equations:
You can use two vectors to build a matrix . For this, you simply put the vectors as the column of the matrix:
Recognizing what you discovered in the previous section, if the determinant of is different than , then the values of and are uniquely determined as:
Let's summarize what you just discovered!
If the determinant of is different than , then and linearly independent.
The area between vectors
Again consider two vectors in the plane and . Let's denote the origin by .
As you know, the sum of two vectors is the parallelogram formed by both, so let's start by drawing it. Let's denote by the line connecting with :
The strategy will be to convert the parallelogram into a rectangle. For this, you will cut two triangles from the parallelogram and place them appropriately. First, imagine a horizontal line of height . Let us denote by the point where it intersects . Also, the point where intersects the horizontal axis will be important, let's write it as :
Now, If you look closely, the triangle formed by , and is congruent to the triangle formed by , and . That is, they're the same triangle but in different positions. This means that the area of the original parallelogram is the same as the area of the parallelogram formed by , , and :
Similarly, consider the vertical line through . This line and the vertical axis are crossed by the line connecting to at points and , respectively:
Well, the triangle formed by , and is congruent to the triangle formed by , and . Thus, the area of the original parallelogram is just the same as the area of the rectangle formed by , , and !
Therefore, the area you're looking for is simply . All that is needed is to calculate the value of !
For this, it'll be convenient for you to remember the formula for the slope of a line. If the points and lie on the same line, then the slope of the line is . Then, the slope of , which contains and , is:
But contains the points and , so you can also calculate . Equating the two values of , it is immediate that , thus:
Finally, the area is . This is the determinant of the matrix of and !
The area between and is the determinant of the matrix .
What if the two vectors are linearly dependent? Geometrically it means that they are on the same line, so the parallelogram formed by both is degenerate. Connecting with the result of the previous section, when the vectors are linearly dependent, their determinant is 0, so the area of their parallelogram is 0.
The importance of the determinant
Up to this point, you have only dealt with matrices, but the determinant can be generalized. Actually, it can be defined for any square matrix regardless of its size. In the following topic, you'll delve into its definition and the techniques to calculate it. In particular, matrices can be thought of as simple numbers, so define their determinant to be that number. So, if is a matrix, then .
Virtually all of the results you constructed in this topic are true for larger dimensions: square systems of any size , the linear independence of vectors in , and the "hypervolume" formed by vectors in .
But the determinant is not limited to just that. From a theoretical point of view, it is a very special function called multilinear, and it has unique properties that you'll learn about in future topics. In addition, its applications are very diverse, help to simplify, and have geometric interpretations. Some of the best-known are:
-
Invertibility: The determinant can quickly tell you if a matrix is invertible or not. This is a crucial property when solving systems of linear equations.
-
Eigenvalues and Eigenvectors: Determinants play a vital role in finding the eigenvalues of a matrix. You will learn about them in the future. They're the solutions of an equation that is derived from the determinant.
-
Change of Basis: Determinants are used in the change of basis in linear algebra. When changing the basis of a vector space, the determinant of the change of the basis matrix can provide information about the "volume" change between the old basis and the new one.
-
Matrix Diagonalization: This process consists of expressing a complicated matrix as the product of simpler ones with a simple geometric interpretation.
-
Linear transformations. They are functions that get along well with the structure of the vector space. The determinant gives you a measure of how much they distort space.
-
Calculation of areas of arbitrary regions. The integral is a widely used tool to calculate areas of sets that are much more general than simple rectangles. What is remarkable here is the calculation of certain integrals radically involves the determinant.
Conclusion
Let's consider the following system of linear equations:
Its matrix is . Let also and two vectors in the plane. Notice that
-
If , then the system of equations has a unique solution given by
- If , then and are linearly independent.
- The area of the parallelogram formed by and is .