The dimension of a vector space is essentially the number of vectors in a basis of the space. A basis is a set of linearly independent vectors that span the full space, meaning they can be used to construct any vector in the space through combinations of scalar multiplications. This concept is crucial for understanding how many degrees of freedom or unique directions the space contains.
In practical terms, let's look at three examples relevant to our exercise:
- For a dimension of 1, all vectors are scalar multiples of a single vector, like \(y_1(x) = x\), \(y_2(x) = 2x\), and \(y_3(x) = 3x\). They do not add new directions beyond \(y_1\).
- For a dimension of 2, we might have functions like \(y_1(x) = x\), \(y_2(x) = x^2\), and a third function \(y_3(x) = x + 2x^2\). Here, \(y_3\) is not adding more dimensions because it’s just a linear combination of the first two.
- For a dimension of 3, with \(y_1(x) = x\), \(y_2(x) = x^2\), and \(y_3(x) = x^3\), all are linearly independent, thereby adding a unique dimension each.
This demonstrates how each set's independence affects the overall structure of the vector space.