Vectors in Two Dimensions

Introduction

In the field of mathematics, particularly in linear algebra and physics, a vector is a fundamental concept. Vectors in two dimensions are especially important as they lay the foundation for understanding more complex multidimensional vectors. This note explores the properties and operations of two-dimensional vectors.

Properties of Vectors

A two-dimensional vector can be represented as an ordered pair (x, y), where ‘x’ and ‘y’ are components along the horizontal and vertical axes, respectively.

Key Properties:

  1. Direction: The direction of a vector is the angle it makes with the positive x-axis.
  2. Magnitude: The length of the vector, calculated using the Pythagorean theorem: .
  3. Zero Vector: A special vector (0,0) with zero magnitude.
  4. Commutativity: The order of vector addition makes no difference, .
  5. Associativity: Brackets make no difference on the order of vector addition, .
  6. This continues for other key properties that make vector addition a group in Group Theory, such as distributivity, closure, identities, inverses, etc.

Additional Property (Span)

The set of all linear combinations is called the span of and , denoted by .

If the linear combination of the two vectors can product any vector in the plane, then the vectors span the plane, denoted by…

Some questions can ask you to prove whether or not two vectors span a plane. For example, our basic vectors and span the 2d plane, by definition.

Another example could be…

Which thus show that it spans the -axis, but not the 2d plane.

Standard Vectors:

  1. , the standard component.
  2. , the standard component.

These are useful, in combination with the following operations, to demonstrate simple vectors in an algebraic form, for example…

This is called a linear combination, and its how vectors are often expressed in physics, as well as other fields.

Operations on Vectors

  1. Addition: Vector addition is done component-wise. If and , then .
  2. Scalar Multiplication: Multiplying a vector by a scalar ‘k’ changes its magnitude without altering its direction: .
  3. Dot Product: The dot product of and is given by . It is a measure of how much one vector extends in the direction of another.

Note: All of these operations can be shown graphically, too, for example the addition of vectors can be shown as a parallelogram, made predominately by the two initial vectors as its sides. Scalar multiplication on the other hand is simply extending the line (vector).

Applications in Physics

Vectors are extensively used in physics to represent quantities that have both magnitude and direction, such as force, velocity, and acceleration.

Historical Context

The concept of vectors dates back to the late 19th century. The term “vector” was introduced by William Rowan Hamilton as part of his quaternions work.

Conclusion and Test Questions

Understanding vectors in two dimensions is essential for delving into higher dimensions in mathematics and physics. Their simplicity in two dimensions lays the groundwork for more complex applications.

Test Questions

  1. STARTI [Basic] Question: What is the magnitude of a vector (3, 4) in a two-dimensional plane? Back: The magnitude is . ENDI
  2. STARTI [Basic] Question: How do you compute the dot product of vectors (1, 2) and (3, 4)? Back: The dot product is . ENDI
  3. STARTI [Basic] Question: What happens to a vector when it is multiplied by a scalar? Back: Multiplying a vector by a scalar changes its magnitude but not its direction. ENDI

This note on Vectors in Two Dimensions provides a concise overview of the fundamental aspects of vectors in a 2D plane, a cornerstone concept in mathematics and physics.