Comprehensive Vector Algebra, Norms, and Dot Products Study Guide

Administrative Policies on Attendance

  • Attendance Code Marking: Entering the attendance code serves as bonus credit toward the final course grade.
  • Policy on Missed Attendance Codes: Missing an attendance code on a given day will not severely impact the overall grade because attendance totals are rounded up at the end. The standard policy is to ensure future codes are not missed.

Introduction to Vectors in Two and nn Dimensions

  • Definition and Purpose of Vectors: Vectors are mathematical objects used to model physical quantities such as forces. A vector is characterized by two essential attributes:
    • Direction: The orientation along which the vector points in space.
    • Magnitude: The strength or length of the vector.
  • Component Representation in Two Dimensions (R2\mathbb{R}^2):
    • A two-dimensional vector is represented as a pair of ordered components v1,v2\langle v_1, v_2 \rangle or (v1,v2)(v_1, v_2).
    • Example: Consider the vector v=2,1v = \langle 2, 1 \rangle. Geometrically, this vector is represented by an arrow starting at a given point (commonly the origin) that moves 22\, units horizontally to the right (xx-direction) and 11\, unit vertically upwards (yy-direction).
  • Component Representation in nn Dimensions (Rn\mathbb{R}^n):
    • In nn-dimensional Euclidean space Rn\mathbb{R}^n, a vector is an ordered collection of nn real numbers v=v1,v2,,vnv = \langle v_1, v_2, \dots, v_n \rangle.
    • Each component viv_i indicates the displacement of the vector arrow along the ii-th coordinate axis.

Tangent Spaces and Flat vs. Curved Geometry

  • Distinction Between Points and Vectors:
    • Points: Specific fixed locations in spatial coordinates (e.g., (2,2)(2, 2)).
    • Vectors: Mathematical entities representing forces or direction-magnitude displacements that can act at specific points.
  • Translating Vectors Across Points in Euclidean Space:
    • Euclidean space Rn\mathbb{R}^n possesses a flat geometry, allowing vectors to be moved to start at any point without changing their identity.
    • Example: The vector v=2,1v = \langle 2, 1 \rangle placed with its initial tail at the point (2,2)(2, 2) ends at the terminal point (2+2,2+1)=(4,3)(2 + 2, 2 + 1) = (4, 3).
  • Tangent Space Definition:
    • At every point in space, the set of all possible force vectors that can act at that specific point forms a vector space called the tangent space of that point.
  • Impact of Geometry on Vector Identification (Flat vs. Curved Spaces):
    • Euclidean (Flat) Space: Parallel lines and parallel coordinate axes can be constructed uniquely through any point. Thus, tangent spaces at different points can be canonically identified with one another.
    • Non-Euclidean (Curved) Surfaces (e.g., Sphere):
    • On a two-dimensional sphere, vectors are constrained to be tangent to the surface (e.g., a magnetic particle constrained to move along the sphere).
    • Transporting a vector parallelly from a point AA to a point BB depends explicitly on the path chosen.
    • Path 1 (Direct Sliding): Sliding a vector vertically down the sphere produces a terminal vector with a specific orientation.
    • Path 2 (L-Shaped Path): Sliding the same vector horizontally first, then vertically down, yields a terminal vector pointing in a completely different orientation.
    • Because the final vector orientation depends on the path, there is no unique or canonical way to identify tangent spaces at different points on curved surfaces.

Vector Operations: Addition, Scalar Multiplication, and Subtraction

  • Vector Addition:
    • Definition: Given two vectors a=a1,a2,,ana = \langle a_1, a_2, \dots, a_n \rangle and b=b1,b2,,bnb = \langle b_1, b_2, \dots, b_n \rangle in Rn\mathbb{R}^n, vector addition is defined component-wise:     a+b=a1+b1,a2+b2,,an+bna + b = \langle a_1 + b_1, a_2 + b_2, \dots, a_n + b_n \rangle
    • Physical Basis: Component-wise addition is defined this way because physical forces experimentally combine additively to produce a resultant force.
    • Example: Let a=1,4a = \langle 1, 4 \rangle and b=2,3b = \langle -2, 3 \rangle.     a+b=1+(2),4+3=1,7a + b = \langle 1 + (-2), 4 + 3 \rangle = \langle -1, 7 \rangle
  • Scalar Multiplication:
    • Definition: For a real number (scalar) cRc \in \mathbb{R} and a vector v=v1,v2,,vnv = \langle v_1, v_2, \dots, v_n \rangle, scalar multiplication is defined as:     cv=cv1,cv2,,cvnc v = \langle c v_1, c v_2, \dots, c v_n \rangle
    • Example: Scaling the vector 1,4\langle 1, 4 \rangle by c=3c = 3:     31,4=3×1,3×4=3,123 \langle 1, 4 \rangle = \langle 3 \times 1, 3 \times 4 \rangle = \langle 3, 12 \rangle
  • Vector Subtraction:
    • Vector subtraction vwv - w can be defined directly by component-wise subtraction or through scalar multiplication combined with addition:     vw=v+(1)w=v1w1,v2w2,,vnwnv - w = v + (-1)w = \langle v_1 - w_1, v_2 - w_2, \dots, v_n - w_n \rangle

Geometric Interpretations of Vector Operations

  • Geometric Vector Addition (Tip-to-Tail Rule):
    • To add vector bb to vector aa geometrically, translate vector bb so that its tail starts at the tip (terminal point) of vector aa. The resultant sum vector a+ba + b points from the tail of aa to the tip of b$.\n * **Example:** Let v_1 = \langle 2, 1 \rangleandandv_2 = \langle 1, 3 \rangle$.
    • Starting from the origin (0,0)(0,0), moving along v1v_1 leads to (2,1)(2,1).
    • Moving along v2v_2 from (2,1)(2,1) adds 11\, unit horizontally and 33\, units vertically, ending at (3,4)(3,4).
    • Algebraic sum: 2+1,1+3=3,4\langle 2 + 1, 1 + 3 \rangle = \langle 3, 4 \rangle, matching the geometry.
  • Geometric Scalar Multiplication:
    • Multiplying a vector by a positive scalar c>0c > 0 scales its length by cc while leaving its direction unchanged.
    • Example: Multiplying 1,1\langle 1, 1 \rangle by 33 gives 3,3\langle 3, 3 \rangle, which points in the same direction but is three times as long.
    • Multiplying by a negative scalar reverses the vector's direction (flips it by 180180^\circ) and scales its magnitude by c|c|.
  • Vector Triangles and Difference Vector:
    • Given two vectors aa and bb sharing the same initial starting point, the vector connecting the tip of bb to the tip of aa is given by a - b$.\n * **Verification:** By tip-to-tail addition, b + (a - b) = a$.

Algebraic Properties of Vector Operations

  • The Zero Vector:
    • The zero vector 0\mathbf{0} in Rn\mathbb{R}^n is defined as the vector containing all zero components:     0=0,0,,0\mathbf{0} = \langle 0, 0, \dots, 0 \rangle
  • Fundamental Properties (for vectors a,b,cRna, b, c \in \mathbb{R}^n and scalars c,dRc, d \in \mathbb{R}):
    1. Commutativity of Addition:a+b=b+aa + b = b + a
    2. Associativity of Addition:(a+b)+c=a+(b+c)(a + b) + c = a + (b + c)
    3. Additive Identity:a+0=aa + \mathbf{0} = a
    4. Additive Inverse:a+(a)=0a + (-a) = \mathbf{0}
    5. Distributivity of Scalar over Vector Addition:c(a+b)=ca+cbc(a + b) = ca + cb
    • Proof Sketch (2D case): Let a=a1,a2a = \langle a_1, a_2 \rangle and b = \langle b_1, b_2 \rangle$.\n       c(\langle a_1, a_2 \rangle + \langle b_1, b_2 \rangle) = c\langle a_1 + b_1, a_2 + b_2 \rangle = \langle c(a_1 + b_1), c(a_2 + b_2) \rangle = \langle ca_1 + cb_1, ca_2 + cb_2 \rangle = \langle ca_1, ca_2 \rangle + \langle cb_1, cb_2 \rangle = ca + cb\n 6. **Distributivity of Vector over Scalar Addition:**\n     (c + d)a = ca + da\n 7. **Associativity of Scalar Multiplication:**\n     (cd)a = c(da)\n 8. **Multiplicative Identity:**\n     1 \cdot a = a\n\n# Standard Basis Vectors in Three Dimensions\n\n* **Definitions of Unit Basis Vectors:**\n * In three-dimensional space \mathbb{R}^3, the standard basis vectors (unit basis vectors) are defined as:\n    \hat{i} = \langle 1, 0, 0 \rangle\n    \hat{j} = \langle 0, 1, 0 \rangle\n    \hat{k} = \langle 0, 0, 1 \rangle\n* **Linear Combination Representation:**\n * Any arbitrary vector v = \langle a, b, c \rangle can be expressed uniquely as a linear combination of standard basis vectors:\n    v = a\hat{i} + b\hat{j} + c\hat{k}\n * **Proof of Equivalence:**\n    a\hat{i} + b\hat{j} + c\hat{k} = a\langle 1, 0, 0 \rangle + b\langle 0, 1, 0 \rangle + c\langle 0, 0, 1 \rangle = \langle a, 0, 0 \rangle + \langle 0, b, 0 \rangle + \langle 0, 0, c \rangle = \langle a, b, c \rangle\n\n# Vector Norm (Magnitude / Length)\n\n* **Definition of Vector Norm:**\n * For a vector v = \langle v_1, v_2, \dots, v_n \rangle \in \mathbb{R}^n,thenorm,length,ormagnitudeisdenotedby, the **norm**, **length**, or **magnitude** is denoted by|v| and defined as:\n    |v| = \sqrt{v_1^2 + v_2^2 + \dots + v_n^2}\n * Geometric origin: It represents the Euclidean distance from the origin to the point (v_1, v_2, \dots, v_n).\n* **Example 1:**\n * Let a = \langle 1, 1 \rangle$.     a=12+12=2\|a\| = \sqrt{1^2 + 1^2} = \sqrt{2}
  • Example 2:
    • Let v = \langle -2, 3 \rangle$.\n    |v| = \sqrt{(-2)^2 + 3^2} = \sqrt{4 + 9} = \sqrt{13}\n* **Important Computational Pitfall:**\n * When squaring negative components, use explicit parentheses to preserve positivity: (-2)^2 = 4$.
    • Omitting parentheses leading to 22=4-2^2 = -4 causes the erroneous computation 4+9=5\sqrt{-4 + 9} = \sqrt{5}, which is incorrect. The value inside the square root must be a sum of non-negative squares.

Unit Vectors and Normalization

  • Definition of a Unit Vector:
    • A vector uu is a unit vector if its norm equals one:     u=1\|u\| = 1
  • Normalization Formula:
    • Any non-zero vector v0v \neq \mathbf{0} can be converted into a unit vector pointing in the exact same direction, denoted v^\hat{v}, by dividing the vector by its norm:     v^=vv\hat{v} = \frac{v}{\|v\|}
  • Example of Normalization:
    • Given v=1,1v = \langle 1, 1 \rangle with norm v=2\|v\| = \sqrt{2}:     v^=121,1=12,12\hat{v} = \frac{1}{\sqrt{2}} \langle 1, 1 \rangle = \left\langle \frac{1}{\sqrt{2}}, \frac{1}{\sqrt{2}} \right\rangle
    • Verification of unit length:     v^=(12)2+(12)2=12+12=1=1\|\hat{v}\| = \sqrt{\left(\frac{1}{\sqrt{2}}\right)^2 + \left(\frac{1}{\sqrt{2}}\right)^2} = \sqrt{\frac{1}{2} + \frac{1}{2}} = \sqrt{1} = 1
    • Geometrically, the normalized vector lies directly on the unit circle.
  • General Proof that Normalization Produces a Unit Vector:
    • Let v=v1,v2,,vnv = \langle v_1, v_2, \dots, v_n \rangle. Then:     vv=v1v,v2v,,vnv\frac{v}{\|v\|} = \left\langle \frac{v_1}{\|v\|}, \frac{v_2}{\|v\|}, \dots, \frac{v_n}{\|v\|} \right\rangle
    • Taking the norm of this scaled vector:     vv=(v1v)2+(v2v)2++(vnv)2=v12+v22++vn2v2=v2v2=1=1\left\| \frac{v}{\|v\|} \right\| = \sqrt{\left(\frac{v_1}{\|v\|}\right)^2 + \left(\frac{v_2}{\|v\|}\right)^2 + \dots + \left(\frac{v_n}{\|v\|}\right)^2} = \sqrt{\frac{v_1^2 + v_2^2 + \dots + v_n^2}{\|v\|^2}} = \sqrt{\frac{\|v\|^2}{\|v\|^2}} = \sqrt{1} = 1
  • Zero Vector Exception:
    • The zero vector 0\mathbf{0} cannot be normalized because its norm is zero (0=0\|\mathbf{0}\| = 0), leading to division by zero. Geometrically, the zero vector has no defined direction.

The Dot Product Definition and Calculations

  • Definition of the Dot Product:
    • Given two vectors v=v1,v2,,vnv = \langle v_1, v_2, \dots, v_n \rangle and w=w1,w2,,wnw = \langle w_1, w_2, \dots, w_n \rangle in Rn\mathbb{R}^n, the dot product vwv \cdot w is defined as the sum of the products of their corresponding components:     vw=v1w1+v2w2++vnwn=i=1nviwiv \cdot w = v_1 w_1 + v_2 w_2 + \dots + v_n w_n = \sum_{i=1}^n v_i w_i
  • Three-Dimensional Calculation Example:
    • Let a=1,2,3a = \langle 1, 2, -3 \rangle and b = \langle 0, 2, 4 \rangle$.\n    a \cdot b = (1)(0) + (2)(2) + (-3)(4) = 0 + 4 - 12 = -8\n* **Scalar Nature of Output:**\n * The result of a dot product is strictly a **scalar** (a single real number), not a vector.\n * **Critical Distinction:** An expression such as a \cdot b = cwherewherecisavectorismathematicallyinvalidindimensionsis a vector is mathematically invalid in dimensionsn \ge 2, as a scalar cannot equal a vector. (This is distinct from the cross product, which yields a vector).\n\n# Geometric Meaning and Angle Formula for Dot Product\n\n* **Relation Between Dot Product and Vector Angle:**\n * For any two vectors aandandbinin\mathbb{R}^n,thedotproductisrelatedtotheangle, the dot product is related to the angle\theta((0 \le \theta \le \pi) between them by the theorem:\n    a \cdot b = |a| |b| \cos(\theta)\n* **Existence of Angle in Any Dimension:**\n * Any two vectors in \mathbb{R}^nsharingacommoninitialpointlieentirelywithinatwodimensionalplanespannedbythosevectors.Hence,theanglesharing a common initial point lie entirely within a two-dimensional plane spanned by those vectors. Hence, the angle\theta is well-defined regardless of dimension.\n* **Self Dot Product Property:**\n * Taking the dot product of a vector a with itself yields the square of its norm:\n    a \cdot a = a_1^2 + a_2^2 + \dots + a_n^2 = |a|^2\n* **Applications:**\n * Determining the angle \thetabetweenvectorsviabetween vectors via\cos(\theta) = \frac{a \cdot b}{|a| |b|}.\n * Calculating vector projections (decomposing a force along a directional unit vector in physics).\n\n# Proof of the Law of Cosines\n\n* **Theorem (Law of Cosines):**\n * In an arbitrary triangle with side lengths a,,b,and, andc,where, where\thetaistheinteriorangleoppositesideis the interior angle opposite sidec:\n    c^2 = a^2 + b^2 - 2ab \cos(\theta)\n* **Geometric Proof:**\n 1. Position the triangle such that side b forms a horizontal base.\n 2. Drop a perpendicular line of height hfromthevertexoppositebasefrom the vertex opposite basebdowntosidedown to sideb$.
    1. This perpendicular divides side bb into two segments and forms two right-angled triangles:
    • The height of the perpendicular is h=asin(θ)h = a \sin(\theta).
    • The horizontal base segment adjacent to angle θ\theta is acos(θ)a \cos(\theta).
    • The remaining segment of base bb is bacos(θ)b - a \cos(\theta).
    1. Apply the Pythagorean theorem to the right-angled triangle containing hypotenuse cc:      c2=(asin(θ))2+(bacos(θ))2c^2 = (a \sin(\theta))^2 + (b - a \cos(\theta))^2
    2. Expand the algebraic terms:      c2=a2sin2(θ)+b22abcos(θ)+a2cos2(θ)c^2 = a^2 \sin^2(\theta) + b^2 - 2ab \cos(\theta) + a^2 \cos^2(\theta)
    3. Group terms and apply the Pythagorean trigonometric identity sin2(θ)+cos2(θ)=1\sin^2(\theta) + \cos^2(\theta) = 1:      c2=a2(sin2(θ)+cos2(θ))+b22abcos(θ)c^2 = a^2 (\sin^2(\theta) + \cos^2(\theta)) + b^2 - 2ab \cos(\theta)c2=a2+b22abcos(θ)c^2 = a^2 + b^2 - 2ab \cos(\theta)