The magnitude of a vector a=(a1a2) is calculated using the formula ∣a∣= \sqrt{a_{1}^{2} + a_{2}^{2}}, which gives the length of the vector.
The direction of a vector a=(a1a2) is given by \theta = \arctan\left(\frac{a_{2}}{a_{1}}\right)</latex>.
Given vector a=(34), what is its magnitude?
5
Given vector a=(34), what is its direction?
53.13∘
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^ from a vector a?
a^=∣a∣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=(43).
(4/53/5)
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=5cos(30∘) and y=5sin(30∘) to find the coordinates.
What does the vector notation xyz 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, 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
Coordinate ↔️ (x,y,z)
Magnitude-Direction ↔️ ∣v∣∠θ
What is the x-component of a vector with magnitude 5 and direction 30° in coordinate form?
5cos(30∘)
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 from a?
a−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