Linear Independence Calculator
Welcome to the linear independence calculator, where we'll learn how to check if you're dealing with linearly independent vectors or not.
In essence, the world around us is a vector space and sometimes it is useful to limit ourselves to a smaller section of it. For example, a sphere is a 3-dimensional shape, but a circle exists in just two dimensions, so why bother with calculations in three?
Linear dependence allows us to do just that - work in a smaller space, the so-called span of the vectors in question. But don't you worry if you've found all these fancy words fuzzy so far. In a second, we'll slowly go through all of this together.
So grab your morning/evening snack for the road, and let's get going!
What is a vector?
When you ask someone, "What is a vector?" quite often, you'll get the answer "an arrow." After all, we usually denote them with an arrow over a small letter:
Well, let's just say that this answer will not score you 100 on a test. Formally, a vector is an element of vector space. End of definition. Easy enough. We can finish studying. Everything is clear now.
But what is a vector space, then? Again, the mathematical definition leaves a lot to be desired: it's a set of elements with some operations (addition and multiplication by scalar), which must have several specific properties. So, why don't we just leave the formalism and look at some real examples?
The Cartesian space is an example of a vector space. This means that the numerical line, the plane, and the 3-dimensional space we live in are all vector spaces. Their elements are, respectively, numbers, pairs of numbers, and triples of numbers, which, in each case, describe the location of a point (an element of the space). For instance, the number or point are elements of (different!) vector spaces. Often, when drawing the forces that act on an object, like velocity or gravitational pull, we use straight arrows to describe their direction and value, and that's where the "arrow definition" comes from.
What is quite important is that we have well-defined operations on the vectors mentioned above. There are some slightly more sophisticated ones like the dot product and the cross product (if you need to learn the difference between them, visit the cross product calculator and the dot product calculator). However, fortunately, we'll limit ourselves to two basic ones which follow similar rules to the same matrix operations (vectors are, in fact, one-row matrices). First of all, we can add them:
Or:
And we can multiply them by a scalar (a real or complex number) to change their magnitude:
Or:
Truth be told, a vector space doesn't have to contain numbers. It can be a space of sequences, functions, or permutations. Even the scalars don't have to be numerical! But let's leave that abstract mumbo-jumbo to scientists. We're quite fine with just the numbers, aren't we?
Linear combination of vectors
Let's say that we're given a bunch of vectors (from the same space): , , , ..., . As we've seen in the above section, we can add them and multiply them by scalars. Any expression that is obtained this way is called a linear combination of the vectors. In other words, any vector , that can be written as
Where , , , ..., , are arbitrary real numbers is said to be a linear combination of the vectors , , , ..., . Note that is indeed a vector since it's a sum of vectors.
Okay, so why do all that? There are several things in life, like helium balloons and hammocks, that are fun to have but aren't all that useful on a daily basis. Is it the case here?
Let's consider the Cartesian plane, i.e., the 2-dimensional space of points with two coordinates, where and are arbitrary real numbers. We already know that such points are vectors, so why don't we take two very special ones: and . Now, observe that:
In other words, any point (vector) of our space is a linear combination of vectors and . These vectors then form a basis (and an orthonormal basis at that) of the space. And believe us, in applications and calculations, it's often easier to work with a basis you know rather than some random vectors you don't.
🙋 The vectors and are unit vectors. They have some special features we analyzed in detail at our unit vector calculator!
But what if we added another vector to the pile and wanted to describe linear combinations of the vectors , , and, say, ? We've seen that and proved enough to find all points. So adding shouldn't change anything, should it? Actually, it seems quite redundant. And that's exactly where linear dependence comes into play.
Linearly independent vectors
We say that , , , ..., are linearly independent vectors if the equation
(here is the vector with zeros in all coordinates) holds if and only if . Otherwise, we say that the vectors are linearly dependent.
The above definition can be understood as follows: the only linear combination of the vectors that gives the zero vector is trivial. For instance, recall the vectors from the above section: , , and then also take . Then
so we've found a non-trivial linear combination of the vectors that gives zero. Therefore, they are linearly dependent. Also, we can easily see that and themselves without the problematic are linearly independent vectors.
The span of vectors in linear algebra
The set of all elements that can be written as a linear combination of vectors , , , ..., is called the span of the vectors and is denoted . Coming back to the vectors from the above section, i.e., , , and , we see that