A vector space is a group of objects called vectors, added collectively and multiplied by numbers, called scalars. Scalars are usually considered to be real numbers. But there are few cases of scalar multiplication by rational numbers, complex numbers, etc. with vector spaces.
In this article, we have covered Vector Space Definition, Axions, Properties and others in detail.
What is Vector Space?
A space in mathematics comprised of vectors, that follow the associative and commutative law of addition of vectors and the associative and distributive process of multiplication of vectors by scalars is called vector space. In vector space, it consists of a set of V (elements of V are called vectors), a field F (elements of F are scalars) and the two arithmetic operations
Vector Addition: It is an operation that takes two vectors u, v ∈ V, and it produces the third vector u + v ∈ V
Scalar Multiplication: It is an operation that takes a scalar c ∈ F and a vector v ∈ V and produces a new vector uv ∈ V.
Vector Space Definition
A space comprised of vectors, collectively with the associative and commutative law of addition of vectors and also the associative and distributive process of multiplication of vectors by scalars is called vector space.
- Vector Addition is an operation that takes two vectors u, v ∈ V, and it produces the third vector u + v ∈ V
- Scalar Multiplication is an operation that takes a scalar c ∈ F and a vector v ∈ V and it produces a new vector uv ∈ V
Vector Space Axioms
Ten axioms can define vector space. Let x, y, & z be the elements of the vector space V and a & b be the elements of the field F.
1. Closed Under Addition
For every element x and y in V, x + y is also in V.
2. Closed Under Scalar Multiplication
For every element x in V and scalar a in F, ax is in V.
3. Commutativity of Addition
For every element x and y in V, x + y = y + x.
4. Associativity of Addition
For every element x, y, and z in V, (x + y) + z = x + (y + z).
5. Existence of the Additive Identity
There exists an element in V which is denoted as 0 such that x + 0 = x, for all x in V.
6. Existence of the Additive Inverse
For every element x in V, there exists another element in V that we can call -x such that x + (-x) = 0.
7. Existence of the Multiplicative Identity
There exists an element in F notated as 1 so that for all x in V, 1x = x.
8. Associativity of Scalar Multiplication
For every element x in V, and for each pair of elements a and b in F, (ab)x = a(bx).
9. Distribution of Elements to Scalars
For every element a in F and every pair of elements x and y in V, a(x + y) = ax + ay.
10. Distribution of Scalars to Elements
For every element x in V, and every pair of elements a and b in F, (a + b)x = ax + bx
Vector Space Examples
Various examples of vector spaces are:
Real Numbers (ℝ): Set of all real numbers forms a vector space under standard addition and scalar multiplication. For example, any two real numbers can be added together (resulting in another real number), and any real number can be multiplied by a scalar (another real number) to give another real number.
Euclidean Space (ℝn): This is the classic n-dimensional vector space where vectors are represented as n-tuples of real numbers. For example, in ℝ3 (3-dimensional Euclidean space), vectors could be represented as (x, y, z), where x, y, and z are real numbers.
Polynomials: Set of all polynomials with coefficients from a field (like ℝ or ℂ) forms a vector space. For example, the set of all quadratic polynomials ax2 + bx + c, where a, b, and c are real numbers, is a vector space under polynomial addition and scalar multiplication.
Matrices: Set of all matrices of a fixed size (e.g., m x n matrices) with entries from a field forms a vector space. Matrices can be added together element-wise, and scalar multiplication involves multiplying each element of the matrix by a scalar.
What is Difference between Vector and Vector Space?
A vector is a mathematical object that has both magnitude and direction, while a vector space is a mathematical structure consisting of a set of vectors along with operations of addition and scalar multiplication, satisfying specific properties. Vectors are elements of vector spaces, providing the algebraic framework for studying linear relationships and operations.
Is Zero a Vector Space?
A set containing only the zero vector is called a vector space, it is also called a Zero vector Space(Trivial Vector Space). This vector satisfies all the axion of vector space and hence is called vector space.
Dimension of a Vector Space
Number of vectors in a basis for V is called the dimension of V.
For example, the dimension of Rn is n. The dimension of the vector space of polynomials in x with real coefficients having degree at most two is 3.
Basis of Vector Space
Let V be a subspace of Rn for some n. A collection B = {v1, v2, …, vr} of vectors from V is said to be a basis for V if B is linearly independent and spans V. If either one of these criterial is not satisfied, then the collection is not a basis for V.
If a collection of vectors spans V, then it contains enough vectors so that every vector in V can be written as a linear combination of those in the collection. If the collection is linearly independent, then it doesn't contain so many vectors that some become dependent on the others.
Vector Addition and Scalar Multiplication
Vector addition and scaler multiplication are two main concept in vector space that are explained below:
Vector Addition
When you add two vectors, you add their corresponding components. For example, if you have two vectors v = ⟨v1, v2, v3⟩and w = ⟨w1, w2, w3⟩ their sum v+ wv+ w is ⟨v1+w1, v2+w2, v3+w3⟩. Geometrically, vector addition represents the process of moving one vector's endpoint to the other vector's endpoint, forming a new vector from the initial point of the first vector to the final point of the second vector.
Scalar Multiplication
Scalar multiplication involves multiplying a vector by a scalar. For example, if you have a vector ⟨v = v1, v2, v3⟩ and a scalar k, then the scalar multiple kvis ⟨kv1, kv2, kv3⟩. Geometrically, scalar multiplication stretches or compresses the vector without changing its direction, depending on whether the scalar is greater than 1 or between 0 and 1
Linear Combinations and Span
Let v1, v2,…, vr be vectors in Rn . A linear combination of these vectors is any expression of the form
k1v1 + k2v2 + ......... + krVr
where the coefficients k1, k2,…, kr are scalars.
Vector Space Properties
Some important properties of vector space are:
- Closure under Addition: Sum of any two vectors in the vector space is also a vector in the vector space.
- Closure under Scalar Multiplication: Multiplying any vector in the vector space by a scalar yields another vector in the vector space.
- Associativity of Addition: Vector addition is associative, meaning (u + v)+ w = u + (v + w) for all vectors u, v, and w in the vector space.
- Commutativity of Addition: Vector addition is commutative, meaning u + v = v + u for all vectors u and v in the vector space.
- Existence of Additive Identity: There exists a vector, denoted by 0 or 0, called the zero vector, such that u + 0 = u for all vectors u in the vector space.
- Existence of Additive Inverse: For every vector u in the vector space, there exists a vector -u such that u + (-u) = 0.
- Distributive Properties: Scalar multiplication distributes over vector addition, meaning α(u + v) = αu + αv and (α+β)u = αu + βu for all scalars α and β, and vectors u and v in the vector space.
- Multiplicative Identity: Scalar 1 acts as the multiplicative identity, meaning 1⋅u = u for all vectors u in the vector space.
Subspaces
A subset W of a vector space V is called a subspace of V if W is itself a vector space under the addition and scalar multiplication defined on V.
Subspaces are subsets of a vector space that themselves form vector spaces. Operations of vector addition and scalar multiplication from the larger vector space are applicable to vector space. Subspaces satisfies all axion/properties of vector space.
- Contain the zero vector
- Is closed under addition
- Is closed under scalar multiplication
They can be lower-dimensional spaces within the larger vector space and can provide insights into the structure and properties of the vector space as a whole.
Difference Between Vector Space and Euclidean Space
Vector Space | Euclidean Space |
---|
Vector space is an abstract algebraic structure defined by vector addition and scalar multiplication | Euclidean space is a geometric space characterized by distances and coordinates. |
Vector space focuses on the algebraic properties of vectors and their operations | Euclidean space focuses on the geometric properties of points, lines, distances, and angles within a specific coordinate system. |
Vector spaces are used in linear algebra and various mathematical theories. | Euclidean spaces are used extensively in geometry, physics, engineering, and other fields where spatial relationships and measurements are important |
Applications of Vector Spaces
When an object is made up of multiple components it is often useful to represent the object as a vector, with one entry per component. The examples discussed in this section involve molecules, which are made up of atoms, and text documents, which are made up of words.
In some cases equations involving the objects give rise to vector equations. In other examples there are reasons to perform operations on the vectors using matrix algebra. Vector Spaces is also used in Machine Learning and its various other uses are:
- Data Representation: In many machine learning algorithms, data is represented as vectors. For example, images can be represented as vectors of pixel values, text documents can be represented as vectors of word counts or embeddings, and numerical data can be directly represented as vectors.
- Feature Vectors: Feature engineering involves creating meaningful representations of data. These representations are often in the form of feature vectors, where each feature corresponds to a dimension in the vector space. Feature vectors are used as input to machine learning models.
- Vector Operations: Vector operations such as addition, subtraction, dot products, and vector norms are commonly used in machine learning algorithms. For example, in clustering algorithms like k-means, vector addition and subtraction are used to calculate centroids.
- Linear Algebra in Models: Many machine learning models are based on linear algebra operations. For example, linear regression involves finding a line that best fits a set of data points, which can be formulated as a linear algebra problem involving vectors and matrices.
FAQs on Vector Space
What is a Vector Space?
A vector space is a mathematical structure that consists of a set of vectors, along with operations of addition and scalar multiplication that satisfy specific properties.
What are Properties of a Vector Space?
Properties of a vector space include closure under addition and scalar multiplication, associativity and commutativity of addition, existence of additive identity (zero vector), existence of additive inverses, compatibility of scalar multiplication with field multiplication, and distributivity of scalar multiplication over vector addition.
What is Difference between a Vector Space and a Subspace?
A vector space is a set of vectors with defined addition and scalar multiplication operations that satisfy certain properties. A subspace is a subset of a vector space that is itself a vector space under the same operations.
What is Dimension of a Vector Space?
Dimension of a vector space is the number of vectors in any basis for that vector space. It is a measure of the space's "size" or complexity.
What are Examples of Vector Spaces?
Some examples of vector space includes, Polynomial Space, Function Spaces, Matrix Space, Complex Vector Space, etc.
What are Equal Vectors?
Vector that have equal magnitude and and same direction are called Equal Vectors.
Similar Reads
Vector Space- Definition, Axioms, Properties and Examples
A vector space is a group of objects called vectors, added collectively and multiplied by numbers, called scalars. Scalars are usually considered to be real numbers. But there are few cases of scalar multiplication by rational numbers, complex numbers, etc. with vector spaces. In this article, we ha
11 min read
Linear Pair of Angles: Definition, Axioms, Examples
A linear pair of angles is a pair of adjacent angles formed when two lines intersect. They share a common arm (or ray), and their non-common arms are on the same line, making a straight line. Let's learn what is a Linear Pair of Angle in geometry, including its definition, properties, axioms and exa
9 min read
Unit Vector | Definition, Formula, and Examples
Unit Vector: Vector quantities are physical quantities that have both magnitude and direction. We define them using their initial point and final point. Unit vectors are the vectors that have a magnitude of 1. For example [Tex]\vec A [/Tex] = 2i + 3j is not a unit vector as its magnitude is, |A| =
11 min read
Orthogonal Vectors: Definition, Formula and Examples
Orthogonal vectors are a fundamental concept in linear algebra and geometry. Orthogonal vectors are vectors that are perpendicular to each other, meaning they meet at a right angle (90 degrees). Two vectors are orthogonal if their dot product is zero. In this article, we will learn about, Orthogonal
7 min read
Symmetric Relations | Types, Definition, and Examples
Symmetric relation is a type binary relation in discrete Mathematics defined on sets. Which satisfies that if [Tex]aRb[/Tex] exists then [Tex]bRa[/Tex] also exists for all pairs of a, b that belong to set S. which means that if (a, b) belongs to R then (b, a) Also belongs to relation R. Example of s
7 min read
Resultant Vector Formula: Definition, Examples
Resultant vector formula gives the resultant value of two or more vectors. The result is obtained by computing the vectors with consideration of the direction of each vector to others. This formula has various applications in Engineering & Physics. What is Resultant Vector Formula?A resultant ve
6 min read
Lines in Geometry- Definition, Types and Examples
A line in geometry is a straight path that goes on forever in both directions. It has no thickness and is usually drawn between two points, but it keeps going without stopping. Lines are important for making shapes, measuring distances, and understanding angles. For example, the edge of a ruler can
9 min read
Commutative Property - Definition | Commutative Law and Examples
The Commutative property is a basic math rule that helps make calculations easier. It states that the result of an operation between two numbers remains the same irrespective of the position of the numbers. For example, 2 + 3 is the same as 3 + 2, and 4 × 5 is the same as 5 × 4. It is an important p
7 min read
Distributive Property | Definition and Examples
Distributive Property in Maths refers to the distribution of the number over the other operations. It is usually called the Distributive Law of Multiplication over Addition and Subtraction as the number which is to be multiplied is distributed over addition or subtraction of the numbers. In this art
9 min read
Additive Identity Property Definition and Examples
Additive identity is a fundamental property in mathematics that states that "when we add zero to any number it results in the original number itself." This property is also called the identity property of addition. Additive Property is also called "Additive Property of Zero." In this article, we wil
8 min read
Vector Projection - Formula, Derivation & Examples
Vector Projection is the shadow of a vector over another vector. It allows you to determine how one vector influences another in a specific direction. The projection vector is obtained by multiplying the vector with the Cos of the angle between the two vectors. A vector has both magnitude and direct
10 min read
Equation of Plane | Definition, Forms and Examples
The equation of plane is a fundamental concept in geometry that provides a mathematical description of a flat surface extending infinitely in three-dimensional space referred to as a plane. Equation of Plane describes the position and orientation of the plane in three-dimensional space, typically re
15+ min read
Linear Momentum - Definition, Formula, Examples
Linear Momentum is the physical property of a mass moving with a certain velocity in a straight line path. Linear momentum is given as the product of the mass of the object and the velocity with which it is moving. In the physical world, we can realize the significance of linear momentum from the fa
7 min read
Scalar and Vector Projection Formula
Before Vector projection we have to look at scalar projection or generally we says projection of [Tex]\overrightarrow{b} on \overrightarrow{a} [/Tex] , means vector [Tex]\overrightarrow{b} [/Tex] produces projection on vector[Tex] \overrightarrow{a} [/Tex] . Projections are basically of
4 min read
Equation of a Line | Definition, Different Forms and Examples
The equation of a line in a plane is given as y = mx + C where x and y are the coordinates of the plane, m is the slope of the line and C is the intercept. However, the construction of a line is not limited to a plane only. We know that a line is a path between two points. These two points can be lo
15+ min read
Triangle Law of Vector Addition
The Triangle Law of Vector Addition is a method used to add two vectors. It states that when two vectors are represented as two sides of a triangle in sequence, the third side of the triangle is taken in the opposite direction. It represents the resultant vector in both magnitude and direction. Vect
8 min read
Introduction to Waves - Definition, Types, Properties
A wave is a propagating dynamic disturbance (change from equilibrium) of one or more quantities in physics, mathematics, and related subjects, commonly described by a wave equation. At least two field quantities in the wave medium are involved in physical waves. Periodic waves occur when variables o
11 min read
Vector Valued Functions Practice Problems
What are Vector Valued Functions?A vector-valued function can be written as: ?(?)=⟨?1(?),?2(?),…,??(?)⟩r(t)=⟨f1(t),f2(t),…,fn(t)⟩ where t is the input variable (often representing time) and ?1(?),?2(?),…,??(?)f1(t),f2(t),…,fn(t) are the component functions, each of which is a real-valued funct
5 min read
Properties of Vectors
Vectors are one of the most important concepts in mathematics. Vectors are quantities that have both magnitude and direction. A vector quantity is represented by an arrow above its head. For example a vector [Tex]\overrightarrow{A}[/Tex] where A or |A| represents the magnitude of the vectors. Vector
12 min read