Vector Algebra Study Material
Vector Algebra Study Material
Vector: A vector quantity has both magnitude and direction. It is represented as:
where A_x, A_y, A_z are the components of the vector along the x, y, and z axes, and a_x, a_y,
a_z are unit vectors in those directions.
2. Unit Vector
Definition: A unit vector points in the direction of a given vector and has a magnitude of 1.
The formula is:
a_A = A / |A|
Magnitude of a Vector:
Subtraction:
Graphical Representation:
- Head-to-Tail Rule: Place the tail of B at the head of A; the resultant is from the tail of A to
the head of B.
4. Dot Product (Scalar Product)
Definition:
In terms of components:
Applications:
Component Form:
AxB=|i j k |
|Ax Ay Az|
|Bx By Bz|
Distance Vector:
The distance vector between points P(x_1, y_1, z_1) and Q(x_2, y_2, z_2) is:
r_PQ = (x_2 - x_1)a_x + (y_2 - y_1)a_y + (z_2 - z_1)a_z
Distance Formula:
7. Practice Problems
1. Unit Vector: Find the unit vector of A = 4a_x - 3a_y + 5a_z.
2. Vector Addition: Add A = a_x + 2a_y + 3a_z and B = 3a_x - a_y + 2a_z.
3. Dot Product: Find the dot product of A = 2a_x + a_y - a_z and B = a_x + 2a_y + a_z.