πŸ”– Topics

  • Properties of Vectors
  • Vector Arithmetic
  • Dot Product
  • Cross Product
  • Unit Vectors
  • Normalization

🎯 Objectives

  • Perform mathematical operations with two and three dimensional vectors
  • Use dimensional analysis to gain insight into the validity of equations

πŸ“‹ Sequence

  • Scalars vs Vectors
  • Vector Properties
    • Coordinate Axes
    • Syntax (array vs. , , vs. , , )
    • Magnitude (Pythagorean Theorem)
    • Direction (Trigonometry)
  • Vector Arithmetic
    • Addition
    • Subtraction
    • Scalar Multiplication
  • Other Vector Operations
    • Dot Product
    • Cross Product
  • Unit Vectors and Normalization

πŸ–₯️ Animations, Simulations, Activities

N/A

πŸ“ Practice Problems

Vector in a 2D Coordinate Grid: Let be a vector starting at (3, 5) and ending at (-1, 9).

  • Sketch out a diagram of the setup.
  • Write out in array format.
  • Write out in , , format.
  • What is the magnitude of ?
  • What angle does make with the positive x-axis?

Vector in a 3D Coordinate Grid: Let be a vector starting at (-7, 15, 11) and ending at (-1, -3, -5).

  • Sketch out a diagram of the setup.
  • Write out in array format.
  • Write out in , , format.
  • What is the magnitude of ?

Scalar Triple Product: Although we (probably) won’t use it in this class, the scalar triple product gives the volume of a parallelepiped defined by three vectors. It is defined by:

  • Is the calculated value of the scalar triple product a scalar or a vector? How do you know?
  • Calculate the scalar triple product for , , and
  • What happens to the scalar triple product if is parallel to ?
  • What happens to the scalar triple product if is anti-parallel to ?
  • What happens to the scalar triple product if is perpendicular to ?

βœ… Partial Solutions

N/A

πŸ“˜ Connected Resources

N/A