Types of Vectors: Unit, Null, Free, and Position Vectors
Comprehensive lecture notes covering unit vectors in 3D space, null vectors, free vectors, and position vectors with mathematical formulations.
1. Unit Vector
Mathematically, a unit vector in the direction of vector $\vec{A}$ is denoted by $\hat{A}$ (read as "A cap") and is calculated by dividing the vector by its magnitude:
$$\hat{A} = \frac{\vec{A}}{|\vec{A}|}$$
Unit Vectors in 3D Cartesian Coordinate Space ($\hat{i}, \hat{j}, \hat{k}$):
- $\hat{i}$ (i-cap): Unit vector pointing along the positive $X$-axis (Right direction).
- $\hat{j}$ (j-cap): Unit vector pointing along the positive $Y$-axis (Upward direction).
- $\hat{k}$ (k-cap): Unit vector pointing along the positive $Z$-axis (Out of the screen / towards the observer).
2. Null Vector (Zero Vector)
$$\vec{0} = 0\hat{i} + 0\hat{j} + 0\hat{k}$$
Physical Significance: A null vector naturally appears as the resultant when two equal and opposite vectors are added together ($\vec{A} + (-\vec{A}) = \vec{0}$). It preserves the vector nature of equations where the net vector quantity evaluates to zero.
3. Free Vector
Most physical vectors (like velocity or displacement) are free vectors because their spatial position does not affect their physical significance as long as their length and orientation remain identical.
4. Position Vector
$$\vec{r}_A = \vec{OA}$$
Distance Between Two Points: Using position vectors $\vec{r}_A$ and $\vec{r}_B$ for points $A$ and $B$, the vector distance from $A$ to $B$ is given by vector subtraction:
$$\vec{AB} = \vec{r}_B - \vec{r}_A$$
No comments:
Post a Comment