Key Points

Vector Algebra

16 Sections
  • Position Vector and Magnitude

    The position vector of a point P(x,y,z)P(x, y, z) with respect to the origin O(0,0,0)O(0,0,0) is r=OP=xi^+yj^+zk^\vec{r} = \overrightarrow{OP} = x\hat{i} + y\hat{j} + z\hat{k}. Its magnitude is given by r=x2+y2+z2|\vec{r}| = \sqrt{x^2 + y^2 + z^2}.

  • Unit Vector in a Direction

    A unit vector has a magnitude of 1. The unit vector in the direction of a given non-zero vector a\vec{a} is denoted by a^\hat{a} and is calculated as a^=aa\hat{a} = \frac{\vec{a}}{|\vec{a}|}.

  • Vector Joining Two Points

    The vector from point P1(x1,y1,z1)P_1(x_1, y_1, z_1) to point P2(x2,y2,z2)P_2(x_2, y_2, z_2) is P1P2=OP2OP1\overrightarrow{P_1P_2} = \overrightarrow{OP_2} - \overrightarrow{OP_1}. In component form, this is P1P2=(x2x1)i^+(y2y1)j^+(z2z1)k^\overrightarrow{P_1P_2} = (x_2 - x_1)\hat{i} + (y_2 - y_1)\hat{j} + (z_2 - z_1)\hat{k}.

  • Section Formula for Internal Division

    The position vector r\vec{r} of a point R that divides the line segment joining points P and Q with position vectors a\vec{a} and b\vec{b} internally in the ratio m:nm:n is r=mb+nam+n\vec{r} = \frac{m\vec{b} + n\vec{a}}{m+n}.

  • Midpoint Formula for Vectors

    For the midpoint of the line segment joining points P and Q with position vectors a\vec{a} and b\vec{b}, the ratio is 1:11:1. The position vector of the midpoint R is r=a+b2\vec{r} = \frac{\vec{a} + \vec{b}}{2}.

  • Scalar Product (Dot Product)

    The scalar product of two non-zero vectors a\vec{a} and b\vec{b} is defined as ab=abcosθ\vec{a} \cdot \vec{b} = |\vec{a}||\vec{b}|\cos\theta, where θ\theta is the angle between them. The result is a scalar quantity.

  • Dot Product using Components

    If a=a1i^+a2j^+a3k^\vec{a} = a_1\hat{i} + a_2\hat{j} + a_3\hat{k} and b=b1i^+b2j^+b3k^\vec{b} = b_1\hat{i} + b_2\hat{j} + b_3\hat{k}, their dot product is ab=a1b1+a2b2+a3b3\vec{a} \cdot \vec{b} = a_1b_1 + a_2b_2 + a_3b_3. Also, aa=a2\vec{a} \cdot \vec{a} = |\vec{a}|^2.

  • Angle Between Two Vectors

    The cosine of the angle θ\theta between two non-zero vectors a\vec{a} and b\vec{b} can be found using the formula cosθ=abab\cos\theta = \frac{\vec{a} \cdot \vec{b}}{|\vec{a}||\vec{b}|}.

  • Condition for Perpendicular Vectors

    Two non-zero vectors a\vec{a} and b\vec{b} are perpendicular (orthogonal) to each other if and only if their scalar product is zero, that is ab=0\vec{a} \cdot \vec{b} = 0.

  • Projection of a Vector on Another

    The projection of a vector a\vec{a} on a non-zero vector b\vec{b} is a scalar value given by abb\frac{\vec{a} \cdot \vec{b}}{|\vec{b}|}.

  • Vector Product (Cross Product)

    The vector product of two non-zero vectors a\vec{a} and b\vec{b} is a vector defined as a×b=absinθn^\vec{a} \times \vec{b} = |\vec{a}||\vec{b}|\sin\theta \hat{n}. Here, θ\theta is the angle between them and n^\hat{n} is a unit vector perpendicular to the plane of a\vec{a} and b\vec{b}.

  • Cross Product using Components

    For a=a1i^+a2j^+a3k^\vec{a} = a_1\hat{i} + a_2\hat{j} + a_3\hat{k} and b=b1i^+b2j^+b3k^\vec{b} = b_1\hat{i} + b_2\hat{j} + b_3\hat{k}, the cross product is calculated using the determinant: a×b=i^j^k^a1a2a3b1b2b3\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}.

  • Condition for Collinear or Parallel Vectors

    Two non-zero vectors a\vec{a} and b\vec{b} are collinear or parallel if and only if their vector product is the zero vector, that is a×b=0\vec{a} \times \vec{b} = \overrightarrow{0}. This is equivalent to b=λa\vec{b} = \lambda\vec{a} for some scalar λ\lambda.

  • Area of a Parallelogram

    The area of a parallelogram with adjacent sides represented by vectors a\vec{a} and b\vec{b} is given by the magnitude of their cross product, Area =a×b= |\vec{a} \times \vec{b}|.

  • Area of a Triangle

    The area of a triangle with adjacent sides represented by vectors a\vec{a} and b\vec{b} is half the magnitude of their cross product, Area =12a×b= \frac{1}{2}|\vec{a} \times \vec{b}|.

  • Direction Cosines and Direction Ratios

    For a vector r=xi^+yj^+zk^\vec{r} = x\hat{i} + y\hat{j} + z\hat{k}, the direction ratios are a=x,b=y,c=za=x, b=y, c=z. The direction cosines are l=xr,m=yr,n=zrl = \frac{x}{|\vec{r}|}, m = \frac{y}{|\vec{r}|}, n = \frac{z}{|\vec{r}|}, and they satisfy the relation l2+m2+n2=1l^2 + m^2 + n^2 = 1.

Quick Revision Tips

  • • Review these points before exams
  • • Make flashcards for better retention
  • • Connect points to real-world examples
  • • Practice explaining each point in your own words