Vectors 2240321
Vectors 2240321
Ranjith S
Roll Number: 2240321
January 14, 2025
Definition of a Vector
A vector is a mathematical object that has both magnitude and direction. Vectors are
used to describe physical quantities such as displacement, velocity, force, and electric
fields, which cannot be fully expressed using only a scalar value.
In a Cartesian coordinate system, a vector A in three-dimensional space is represented
as:
A = Ax î + Ay ĵ + Az k̂,
where:
• î, ĵ, and k̂ are unit vectors in the direction of the x, y, and z axes.
The direction of the vector is typically represented by the angles it makes with the
coordinate axes.
Examples of Vectors
1. Displacement: The vector pointing from one position to another, such as r =
(3î − 2ĵ) meters.
2. Force: A pull or push acting on a body, such as F = (5î + 6ĵ − 4k̂) Newtons.
1
• When a vector is rotated about an axis, its magnitude remains the same, and only
its orientation changes relative to the new coordinate system.
• Under reflection, the vector may reverse direction, but its length remains un-
changed.
This invariance is a key feature of vectors and underpins many physical laws, such as
Newton’s laws of motion and Maxwell’s equations. Symmetry in vectors also ensures that
physical laws remain consistent across different coordinate systems, a principle known as
covariance.
1. Vector Addition
1. Commutative Property:
A + B = B + A.
The order of addition does not matter.
2. Associative Property:
(A + B) + C = A + (B + C).
3. Additive Identity:
A + 0 = A.
Adding the zero vector 0 leaves the vector unchanged.
4. Additive Inverse:
A + (−A) = 0.
Adding a vector to its negative results in the zero vector.
2
2. Scalar Multiplication
1. Distributive Property (over vector addition):
c(A + B) = cA + cB.
(c + d)A = cA + dA.
3. Associative Property:
c(dA) = (cd)A.
4. Multiplicative Identity:
1 · A = A.
3. Dot Product
The dot product (scalar product) of two vectors A and B is defined as:
A · B = |A||B| cos θ,
where θ is the angle between A and B. Properties of the dot product include:
• Commutative: A · B = B · A.
• Distributive: A · (B + C) = A · B + A · C.
4. Cross Product
The cross product (vector product) of two vectors A and B is defined as:
• Distributive: A × (B + C) = A × B + A × C.
Conclusion
Vectors are indispensable tools in mathematics and physics, enabling us to represent
quantities with both magnitude and direction. Their symmetrical nature and algebraic
properties form the foundation for solving complex problems in mechanics, electromag-
netism, and beyond.