1.10 Vectors

Cards (156)

  • What is the formula for scalar multiplication of a vector by a scalar kk?

    ka=k\mathbf{a} =(ka1ka2) \begin{pmatrix} ka_{1} \\ ka_{2} \end{pmatrix}
  • Match the vector operation with its formula:
    Addition ↔️ a+\mathbf{a} +b= \mathbf{b} = \begin{pmatrix} a_{1} +b1a2+ b_{1} \\ a_{2} + b_{2} \end{pmatrix}
    Subtraction ↔️ ab=\mathbf{a} - \mathbf{b} =(a1b1a2b2) \begin{pmatrix} a_{1} - b_{1} \\ a_{2} - b_{2} \end{pmatrix}
    Scalar Multiplication ↔️ ka=k\mathbf{a} =(ka1ka2) \begin{pmatrix} ka_{1} \\ ka_{2} \end{pmatrix}
  • Given a=\mathbf{a} =(32) \begin{pmatrix} 3 \\ 2 \end{pmatrix} and b=\mathbf{b} =(14) \begin{pmatrix} 1 \\ 4 \end{pmatrix}, what is a+\mathbf{a} +b \mathbf{b}?

    (46)\begin{pmatrix} 4 \\ 6 \end{pmatrix}
  • The magnitude of a vector a=\mathbf{a} =(a1a2) \begin{pmatrix} a_{1} \\ a_{2} \end{pmatrix} is calculated using the formula a=|\mathbf{a}| = \sqrt{a_{1}^{2} + a_{2}^{2}}, which gives the length of the vector.
  • The direction of a vector a=\mathbf{a} =(a1a2) \begin{pmatrix} a_{1} \\ a_{2} \end{pmatrix} is given by \theta = \arctan\left(\frac{a_{2}}{a_{1}}\right)</latex>.
  • Given vector a=\mathbf{a} =(34) \begin{pmatrix} 3 \\ 4 \end{pmatrix}, what is its magnitude?

    55
  • Given vector a=\mathbf{a} =(34) \begin{pmatrix} 3 \\ 4 \end{pmatrix}, what is its direction?

    53.1353.13^\circ
  • A unit vector has a magnitude of 1 and points in the same direction as the original vector.
  • What is the formula to find a unit vector a^\hat{\mathbf{a}} from a vector a\mathbf{a}?

    a^=\hat{\mathbf{a}} =aa \frac{\mathbf{a}}{|\mathbf{a}|}
  • Steps to calculate a unit vector
    1️⃣ Find the magnitude of the original vector.
    2️⃣ Divide each component of the original vector by its magnitude.
  • Find the unit vector of a=\mathbf{a} =(43) \begin{pmatrix} 4 \\ 3 \end{pmatrix}.

    (4/53/5)\begin{pmatrix} 4 / 5 \\ 3 / 5 \end{pmatrix}
  • A unit vector always has a magnitude of 1.
  • What does the magnitude-direction form specify about a vector?
    Length and angle
  • To convert a vector with magnitude 5 and angle 30° to coordinate form, you use the formulas x=x =5cos(30) 5 \cos(30^\circ) and y=y =5sin(30) 5 \sin(30^\circ) to find the coordinates.
  • What does the vector notation (xyz)\begin{pmatrix} x \\ y \\ z \end{pmatrix} represent?

    Components along x, y, z axes
  • The coordinate form of a vector is denoted as (x, y, z)
  • A column vector is denoted as (xyz)\begin{pmatrix} x \\ y \\ z \end{pmatrix}, where x, y, and z are the components along the axes
  • The magnitude-direction form specifies the length and direction
  • Match the vector form with its notation:
    Column ↔️ (xyz)\begin{pmatrix} x \\ y \\ z \end{pmatrix}
    Coordinate ↔️ (x,y,z)(x, y, z)
    Magnitude-Direction ↔️ vθ|v|\angle\theta
  • What is the x-component of a vector with magnitude 5 and direction 30° in coordinate form?
    5cos(30)5 \cos(30^\circ)
  • Vectors can be added, subtracted, and multiplied by scalars using component-wise operations.
  • To add two vectors, you add their corresponding components
  • What is the formula for subtracting vector b\mathbf{b} from a\mathbf{a}?

    ab\mathbf{a} - \mathbf{b}
  • When multiplying a vector by a scalar, each component is multiplied by the scalar.
  • The formula for vector addition is \mathbf{a} + \mathbf{b} = \begin{pmatrix} a_{1} + b_{1} \\ a_{2} + b_{2} \end{pmatrix}</latex>, which sums the corresponding components
  • If a=\mathbf{a} =(32) \begin{pmatrix} 3 \\ 2 \end{pmatrix} and b=\mathbf{b} =(14) \begin{pmatrix} 1 \\ 4 \end{pmatrix}, what is a+\mathbf{a} +b \mathbf{b}?

    (46)\begin{pmatrix} 4 \\ 6 \end{pmatrix}
  • Match the vector operation with its formula:
    Addition ↔️ a+\mathbf{a} +b= \mathbf{b} = \begin{pmatrix} a_{1} +b1a2+ b_{1} \\ a_{2} + b_{2} \end{pmatrix}
    Subtraction ↔️ ab=\mathbf{a} - \mathbf{b} =(a1b1a2b2) \begin{pmatrix} a_{1} - b_{1} \\ a_{2} - b_{2} \end{pmatrix}
    Scalar Multiplication ↔️ ka=k\mathbf{a} =(ka1ka2) \begin{pmatrix} ka_{1} \\ ka_{2} \end{pmatrix}
  • A column vector is denoted as (xyz)\begin{pmatrix} x \\ y \\ z \end{pmatrix}, where x, y, and z are the components along the axes.
  • In coordinate form, a vector is written as (x,y,z)(x, y, z) representing the coordinates in three-dimensional
  • How is the direction of a vector specified in magnitude-direction form?
    By an angle
  • Order the vector forms based on their notation complexity:
    1️⃣ Column
    2️⃣ Coordinate
    3️⃣ Magnitude-Direction
  • What does the notation vθ|v|\angle\theta represent in magnitude-direction form?

    Magnitude and direction
  • Vectors can be represented in various forms, including column vectors, coordinate form, and magnitude-direction form.
  • A column vector is denoted as (xyz)\begin{pmatrix} x \\ y \\ z \end{pmatrix}, where x, y, and z are the components along the x, y, and z axes.
  • How is a vector written in coordinate form?
    (x,y,z)(x, y, z)
  • In magnitude-direction form, the direction is often given as an angle or direction cosines.
  • Steps to convert a vector with magnitude 5 and direction 30° to coordinate form
    1️⃣ Calculate x = |v| \cos \theta</latex>
    2️⃣ Calculate y=y =vsinθ |v| \sin \theta
    3️⃣ The vector in coordinate form is (x,y)(x, y)
  • What are the three forms in which vectors can be represented?
    Column, coordinate, magnitude-direction
  • In a column vector, the components are implicitly defined by the x, y, and z values.
  • What is a key characteristic of a magnitude-direction form vector?
    Explicit magnitude and direction