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 n 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):
A two-dimensional vector is represented as a pair of ordered components ⟨v1,v2⟩ or (v1,v2).
Example: Consider the vector v=⟨2,1⟩. Geometrically, this vector is represented by an arrow starting at a given point (commonly the origin) that moves 2 units horizontally to the right (x-direction) and 1 unit vertically upwards (y-direction).
Component Representation in n Dimensions (Rn):
In n-dimensional Euclidean space Rn, a vector is an ordered collection of n real numbers v=⟨v1,v2,…,vn⟩.
Each component vi indicates the displacement of the vector arrow along the i-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)).
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 possesses a flat geometry, allowing vectors to be moved to start at any point without changing their identity.
Example: The vector v=⟨2,1⟩ placed with its initial tail at the point (2,2) ends at the terminal point (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 A to a point B 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,…,an⟩ and b=⟨b1,b2,…,bn⟩ in Rn, vector addition is defined component-wise:
a+b=⟨a1+b1,a2+b2,…,an+bn⟩
Physical Basis: Component-wise addition is defined this way because physical forces experimentally combine additively to produce a resultant force.
Example: Let a=⟨1,4⟩ and b=⟨−2,3⟩.
a+b=⟨1+(−2),4+3⟩=⟨−1,7⟩
Scalar Multiplication:
Definition: For a real number (scalar) c∈R and a vector v=⟨v1,v2,…,vn⟩, scalar multiplication is defined as:
cv=⟨cv1,cv2,…,cvn⟩
Example: Scaling the vector ⟨1,4⟩ by c=3:
3⟨1,4⟩=⟨3×1,3×4⟩=⟨3,12⟩
Vector Subtraction:
Vector subtraction v−w can be defined directly by component-wise subtraction or through scalar multiplication combined with addition:
v−w=v+(−1)w=⟨v1−w1,v2−w2,…,vn−wn⟩
Geometric Interpretations of Vector Operations
Geometric Vector Addition (Tip-to-Tail Rule):
To add vector b to vector a geometrically, translate vector b so that its tail starts at the tip (terminal point) of vector a. The resultant sum vector a+b points from the tail of a to the tip of b$.\n * **Example:** Let v_1 = \langle 2, 1 \rangleandv_2 = \langle 1, 3 \rangle$.
Starting from the origin (0,0), moving along v1 leads to (2,1).
Moving along v2 from (2,1) adds 1 unit horizontally and 3 units vertically, ending at (3,4).
Algebraic sum: ⟨2+1,1+3⟩=⟨3,4⟩, matching the geometry.
Geometric Scalar Multiplication:
Multiplying a vector by a positive scalar c>0 scales its length by c while leaving its direction unchanged.
Example: Multiplying ⟨1,1⟩ by 3 gives ⟨3,3⟩, 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 180∘) and scales its magnitude by ∣c∣.
Vector Triangles and Difference Vector:
Given two vectors a and b sharing the same initial starting point, the vector connecting the tip of b to the tip of a 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 in Rn is defined as the vector containing all zero components:
0=⟨0,0,…,0⟩
Fundamental Properties (for vectors a,b,c∈Rn and scalars c,d∈R):
Commutativity of Addition:a+b=b+a
Associativity of Addition:(a+b)+c=a+(b+c)
Additive Identity:a+0=a
Additive Inverse:a+(−a)=0
Distributivity of Scalar over Vector Addition:c(a+b)=ca+cb
Proof Sketch (2D case): Let a=⟨a1,a2⟩ 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,the∗∗norm∗∗,∗∗length∗∗,or∗∗magnitude∗∗isdenotedby|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
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 causes the erroneous computation −4+9=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 u is a unit vector if its norm equals one:
∥u∥=1
Normalization Formula:
Any non-zero vector v=0 can be converted into a unit vector pointing in the exact same direction, denoted v^, by dividing the vector by its norm:
v^=∥v∥v
Example of Normalization:
Given v=⟨1,1⟩ with norm ∥v∥=2:
v^=21⟨1,1⟩=⟨21,21⟩
Verification of unit length:
∥v^∥=(21)2+(21)2=21+21=1=1
Geometrically, the normalized vector lies directly on the unit circle.
General Proof that Normalization Produces a Unit Vector:
Let v=⟨v1,v2,…,vn⟩. Then:
∥v∥v=⟨∥v∥v1,∥v∥v2,…,∥v∥vn⟩
Taking the norm of this scaled vector:
∥v∥v=(∥v∥v1)2+(∥v∥v2)2+⋯+(∥v∥vn)2=∥v∥2v12+v22+⋯+vn2=∥v∥2∥v∥2=1=1
Zero Vector Exception:
The zero vector 0 cannot be normalized because its norm is zero (∥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,…,vn⟩ and w=⟨w1,w2,…,wn⟩ in Rn, the dot productv⋅w is defined as the sum of the products of their corresponding components:
v⋅w=v1w1+v2w2+⋯+vnwn=∑i=1nviwi
Three-Dimensional Calculation Example:
Let a=⟨1,2,−3⟩ 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 = cwherecisavectorismathematicallyinvalidindimensionsn \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 aandbin\mathbb{R}^n,thedotproductisrelatedtotheangle\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}^nsharingacommoninitialpointlieentirelywithinatwo−dimensionalplanespannedbythosevectors.Hence,theangle\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 \thetabetweenvectorsvia\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,andc,where\thetaistheinteriorangleoppositesidec:\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 hfromthevertexoppositebasebdowntosideb$.
This perpendicular divides side b into two segments and forms two right-angled triangles:
The height of the perpendicular is h=asin(θ).
The horizontal base segment adjacent to angle θ is acos(θ).
The remaining segment of base b is b−acos(θ).
Apply the Pythagorean theorem to the right-angled triangle containing hypotenuse c:
c2=(asin(θ))2+(b−acos(θ))2
Expand the algebraic terms:
c2=a2sin2(θ)+b2−2abcos(θ)+a2cos2(θ)
Group terms and apply the Pythagorean trigonometric identity sin2(θ)+cos2(θ)=1:
c2=a2(sin2(θ)+cos2(θ))+b2−2abcos(θ)c2=a2+b2−2abcos(θ)