Introduction to Vector Algebra, Modular Systems, and Vector Calculus Properties
Review of Vector Basics and Linear Operations
Vector Geometry in Two Dimensions (): * Scaling: Multiplying a vector by a scalar changes its magnitude and direction. For example, if a vector is at , multiplying it by (to get ) extends it twice in the same direction. Multiplying by halves its length. Multiplying by extends its length twice but in the opposite direction. * Vector Subtraction: Graphically, subtraction can be approached as adding the negative of a vector. For vectors and , is equivalent to . This can be performed graphically using the parallelogram method or the tail-to-head method.
Three-Dimensional Vectors () and Beyond: * Coordinates are represented as . * Example: A vector with components indicates moving unit in the positive direction, units in the positive direction, and units upward in the positive direction. * Coordinate Systems: In , there are three planes. If all coordinates are positive, the vector resides in the first octant. * -Dimensional Space (): Vectors can exist in any number of dimensions (e.g., ). * Notation: Vectors are usually written horizontally to save space, but they can be written vertically as well (column vectors). The definition of operations remains consistent regardless of orientation.
Algebraic Properties of Vectors
Commutative Property of Addition: * * Proof: Since vector addition is performed component-wise (e.g., ), and scalar addition is commutative (e.g., ), the final vector sum remains the same regardless of order.
Associative Property of Addition: * * Proof: When adding three vectors with components, the grouping of the components does not change the result: .
The Zero Vector (): * Represented as a bold or with an arrow notation . In , it is ; in , it is ; and in , it consists of zeros. * Identity Property: . * Additive Inverse: .
Distributive Properties: * Scalar over vector sum: . * Vector over scalar sum: .
Other Properties: * *
Practical Examples: Simplification and Solving for Vectors
Simplification Example: * Simplify: . * Step 1: Distribute and Combine inside parentheses: . * Step 2: Expand terms: . * Step 3: Combine like terms: . * Note: In the transcript, a similar problem results in or during a live walkthrough depending on distributive errors in the source slide, but the algebraic process of grouping like terms is the fundamental lesson.
Solving for Example: * Equation: . * Step 1: Distribute the scalars: . * Step 2: Subract from both sides: . * Step 3: Add to both sides: .
Linear Combinations and Standard Vectors
Linear Combination Definition: * A vector is a linear combination of vectors if it can be written as: * * The constants are referred to as the coefficients. * Example: Writing vector as a combination of and where .
Standard Unit Vectors: * In (): * * * In (): * , , * Any vector can be written as a linear combination of standard vectors. For example, the point is .
Binary Systems and Modular Arithmetic ()
Binary System (): * Consists only of digits and . This is the basis of computer operations and hardware (ON/OFF electricity). * Addition in : * * * * (Since is equivalent to in Modulo ). * The additive inverse of is . * Multiplication in : * * Any multiplication by equals .
Integer Modulo (): * Digits: . * Three-hour clock analogy: Adding to takes you back to . * Example Addition: . In , yields a remainder of . Thus, the sum is . * Example Multiplication: .
Modular Vectors: * Vectors can have components from modular systems. A binary vector of length () contains five digits of either or . * Vector addition in modular systems is done component-wise. * Example: in * ; ; ; ; . Result: .
Dot Product (Scalar Product)
Definition: * For vectors and in * * The result of a dot product is always a scalar, not a vector.
Properties of Dot Product: * Commutative: . * Distributive: . * Scalar Associativity: . * Positivity: . * if and only if .
Vector Norm and Length
Length (Norm) Definition: * The magnitude of a vector , denoted as , is the square root of the dot product of the vector with itself. * * Example: Length of vector is .
Scalar Property of Norms: * . (The magnitude of a scalar times a vector is the absolute value of the scalar times the vector's length).
Unit Vectors and Normalization: * A Unit Vector is a vector with a length of exactly . * To normalize a vector , divide the vector by its magnitude: * * Example: Normalizing : * . * Normalized vector .
Key Inequalities
Cauchy-Schwarz Inequality: * * The absolute value of the dot product of two vectors is less than or equal to the product of their magnitudes.
Triangle Inequality: * * The length of the sum of two vectors is less than or equal to the sum of the individual lengths of the two vectors. This corresponds to the geometric principle that any side of a triangle is shorter than the sum of the other two sides.
Distance, Angles, and Projections
Distance Between Vectors: * The distance is defined as the magnitude of the difference vector: * .
Angles and Orthogonality: * Geometric Dot Product Formula: . * Rearranged for Angle Calculation: . * Perpendicularity: Two vectors are perpendicular (orthogonal) if and only if their dot product is zero (), because .
Projection: * The projection of vector onto vector () is calculated as: * * Correction Note: The transcript notes a typo in the slide where the denominator was mislabeled, but clarifies the formula requires dividing by the dot product of the vector being projected onto (the base vector).
Questions & Discussion
- Attendance and Check-in: The instructor initiated a digital check-in through the faculty portal during a break.
- Pacing and Syllabus: Sections 1.1 and 1.2 were covered. Section 1.3 is scheduled for the following Monday. Students are encouraged to use WebAssign for homework for sections 1.1 and 1.2 and to keep up with the condensed summer schedule.
- Student Question on Absolute Value in Norms: * Question: In the property , if is negative, do we calculate it as positive? * Response: Yes. Distance and length are never negative. Even if you walk in a negative direction on an axis, the physical distance traveled is positive. Therefore, the absolute value is applied to the scalar.