Class 11 Vector Formulas Sheet
Class 11 Vector Formulas Sheet
Calculating a unit vector \( \hat{a} = \frac{\vec{a}}{|\vec{a}|} \) involves scaling the original vector by the reciprocal of its magnitude, resulting in a vector of unit length that maintains the original's direction. Unlike typical vector operations such as addition or multiplication, this process involves normalizing the vector .
The vector triple product \( \vec{a} \times (\vec{b} \times \vec{c}) = (\vec{a} \cdot \vec{c})\vec{b} - (\vec{a} \cdot \vec{b})\vec{c} \) can be beneficial in physical applications like fluid dynamics and electromagnetism, where interactions between forces or fields are described by cross products and vector multiplication, allowing for analysis of resultant directions and magnitudes in systems .
The scalar triple product \( \vec{a} \cdot (\vec{b} \times \vec{c}) \) represents the volume of the parallelepiped formed by the vectors \( \vec{a} \), \( \vec{b} \), and \( \vec{c} \). Geometrically, it gives a scalar value that indicates how much space these vectors enclose when joined at a common point .
Two vectors are collinear if their cross product is zero, i.e., \( \vec{a} \times \vec{b} = \vec{0} \). This indicates that the vectors are parallel and lie along the same line .
The area of a parallelogram formed by vectors \( \vec{a} \) and \( \vec{b} \) is \( |\vec{a} \times \vec{b}| \). The cross product \( \vec{a} \times \vec{b} \) yields a vector perpendicular to both, with magnitude equal to the parallelogram's area, making it essential for this calculation .
Three vectors \( \vec{a} \), \( \vec{b} \), and \( \vec{c} \) are coplanar if the scalar triple product is zero: \( \vec{a} \cdot (\vec{b} \times \vec{c}) = 0 \). This condition suggests that one of the vectors lies in the plane formed by the other two, keeping all three in the same plane .
Position vectors like \( \vec{r} = x\hat{i} + y\hat{j} + z\hat{k} \) specify a point's location in space relative to an origin. The components \( x \), \( y \), and \( z \) provide the coordinates of the point in three-dimensional space .
The vector projection of \( \vec{a} \) on \( \vec{b} \) is given by \( \left( \frac{\vec{a} \cdot \vec{b}}{|\vec{b}|^2} \right)\vec{b} \). This formula calculates the vector component of \( \vec{a} \) that aligns along \( \vec{b} \). It represents both magnitude and direction of \( \vec{a} \)'s influence along \( \vec{b} \).
The determinantal form \( \vec{a} \times \vec{b} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \end{vmatrix} \) is useful for computing the cross product because it provides a systematic method to derive a vector perpendicular to \( \vec{a} \) and \( \vec{b} \). This method ensures accurate computation of the resultant vector's components .
Direction cosines of a vector \( \vec{a} = a_1\hat{i} + a_2\hat{j} + a_3\hat{k} \) are \( \cos\alpha = \frac{a_1}{|\vec{a}|} \), \( \cos\beta = \frac{a_2}{|\vec{a}|} \), and \( \cos\gamma = \frac{a_3}{|\vec{a}|} \). They denote the cosines of the angles between the vector and the coordinate axes, providing insight into the vector's orientation in space .