You have 3 free guides left 😟
Unlock your guides
You have 3 free guides left 😟
Unlock your guides

1.1 Vector operations and properties

2 min readaugust 6, 2024

Vectors are the building blocks of multidimensional math. They help us describe motion, forces, and spatial relationships. In this section, we'll learn how to add, multiply, and manipulate vectors, which is crucial for understanding more complex concepts.

We'll dive into vector operations like addition and multiplication, as well as special products like dot and cross products. We'll also explore vector properties, including unit vectors and . These tools will be essential for solving real-world problems in physics and engineering.

Vector Operations

Adding and Multiplying Vectors

Top images from around the web for Adding and Multiplying Vectors
Top images from around the web for Adding and Multiplying Vectors
  • combines two or more vectors to create a new vector ()
    • Graphically, vector addition follows the or
    • Analytically, add the corresponding components of the vectors (v1+v2=<v1x+v2x,v1y+v2y,v1z+v2z>v_1 + v_2 = <v_{1x} + v_{2x}, v_{1y} + v_{2y}, v_{1z} + v_{2z}>)
  • modifies the magnitude of a vector without changing its direction
    • Multiply each component of the vector by the scalar value (kv=<kvx,kvy,kvz>kv = <kv_x, kv_y, kv_z>)
    • Negative scalar values reverse the direction of the vector

Dot Product and Cross Product

  • () calculates the scalar value resulting from the multiplication of two vectors
    • Formula: v1v2=v1xv2x+v1yv2y+v1zv2zv_1 \cdot v_2 = v_{1x}v_{2x} + v_{1y}v_{2y} + v_{1z}v_{2z}
    • Geometrically, v1v2=v1v2cosθv_1 \cdot v_2 = |v_1||v_2|\cos\theta, where θ\theta is the angle between the vectors
    • Dot product is commutative: v1v2=v2v1v_1 \cdot v_2 = v_2 \cdot v_1
  • () computes a new vector perpendicular to the plane containing the two input vectors
    • Formula: v1×v2=<v1yv2zv1zv2y,v1zv2xv1xv2z,v1xv2yv1yv2x>v_1 \times v_2 = <v_{1y}v_{2z} - v_{1z}v_{2y}, v_{1z}v_{2x} - v_{1x}v_{2z}, v_{1x}v_{2y} - v_{1y}v_{2x}>
    • Magnitude of the cross product: v1×v2=v1v2sinθ|v_1 \times v_2| = |v_1||v_2|\sin\theta
    • Direction determined by the right-hand rule
    • Cross product is not commutative: v1×v2=v2×v1v_1 \times v_2 = -v_2 \times v_1

Vector Properties

Unit Vectors and Magnitude

  • represents the direction of a vector with a magnitude of 1
    • Denoted by a hat (v^\hat{v}) and calculated by dividing a vector by its magnitude: v^=vv\hat{v} = \frac{v}{|v|}
    • Standard unit vectors: i^=<1,0,0>\hat{i} = <1, 0, 0>, j^=<0,1,0>\hat{j} = <0, 1, 0>, k^=<0,0,1>\hat{k} = <0, 0, 1>
  • (length) is the distance from the initial point to the terminal point of the vector
    • Calculated using the : v=vx2+vy2+vz2|v| = \sqrt{v_x^2 + v_y^2 + v_z^2}

Vector Relationships and Decomposition

  • calculates the component of one vector in the direction of another
    • Formula: projv2v1=v1v2v22v2proj_{v_2}v_1 = \frac{v_1 \cdot v_2}{|v_2|^2}v_2
    • : compv2v1=v1v2v2comp_{v_2}v_1 = \frac{v_1 \cdot v_2}{|v_2|}
  • are perpendicular to each other, with a dot product equal to zero (v1v2=0v_1 \cdot v_2 = 0)
  • breaks a vector into its components along specified directions
    • : v=vxi^+vyj^+vzk^v = v_x\hat{i} + v_y\hat{j} + v_z\hat{k}
    • Decomposition along non-standard directions using vector projection
© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.


© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.

© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.
Glossary
Glossary