Skip to main content

Introduction to Vectors

Collinearity of Vectors and Points

0:00
LearnStep 1/4

Collinearity of Vectors and Points

Collinearity of Vectors and Points

Welcome, JEE aspirants! In this lesson, we'll delve into the fascinating world of collinearity – understanding when vectors and points lie on the same line. This concept is fundamental in vector algebra and 3D geometry and pops up frequently in JEE Main problems. Mastering it will not only boost your problem-solving speed but also deepen your understanding of vector relationships. Let's get started!

Conceptual Explanation

Imagine you're drawing lines and points on a piece of paper. Collinearity, simply put, means that two or more vectors or points lie on the same straight line. Understanding this 'straight line' relationship is key. It helps simplify complex geometric problems and is directly related to the concept of linear dependence. Think of collinear vectors as vectors that are just scaled versions of each other; they might have different magnitudes but point in the same or opposite directions. Similarly, collinear points can be visualized as points that can be connected by a single straight line. This seemingly simple concept opens doors to solving tricky problems in coordinate geometry.

Condition for Collinear Vectors

Two vectors, a\vec{a} and b\vec{b}, are collinear if one is a scalar multiple of the other. This means:

a=λb\vec{a} = \lambda \vec{b}

where λ\lambda is a scalar. Intuitively, this means a\vec{a} and b\vec{b} are parallel (pointing in the same or opposite direction). For instance, if a=2i^+4j^+6k^\vec{a} = 2\hat{i} + 4\hat{j} + 6\hat{k} and b=i^+2j^+3k^\vec{b} = \hat{i} + 2\hat{j} + 3\hat{k}, then a=2b\vec{a} = 2\vec{b}, so a\vec{a} and b\vec{b} are collinear. They are just scalar multiples of each other.

Condition for Collinear Points using Vectors

Three points A, B, and C are collinear if the vectors AB\vec{AB} and AC\vec{AC} are collinear. This translates to:

AB=λAC\vec{AB} = \lambda \vec{AC}

for some scalar λ\lambda. This is equivalent to saying that the displacement vector from A to B is a scalar multiple of the displacement vector from A to C. Let's say you have three points A(1,2,3)A(1, 2, 3), B(2,4,6)B(2, 4, 6), and C(3,6,9)C(3, 6, 9). Then AB=(21)i^+(42)j^+(63)k^=i^+2j^+3k^\vec{AB} = (2-1)\hat{i} + (4-2)\hat{j} + (6-3)\hat{k} = \hat{i} + 2\hat{j} + 3\hat{k} and AC=(31)i^+(62)j^+(93)k^=2i^+4j^+6k^\vec{AC} = (3-1)\hat{i} + (6-2)\hat{j} + (9-3)\hat{k} = 2\hat{i} + 4\hat{j} + 6\hat{k}. Since AC=2AB\vec{AC} = 2\vec{AB}, the points A, B, and C are collinear.

Linear Dependence of Two Vectors

Two vectors a\vec{a} and b\vec{b} are linearly dependent if there exist scalars α\alpha and β\beta, not both zero, such that:

αa+βb=0\alpha\vec{a} + \beta\vec{b} = \vec{0}

If α\alpha or β\beta is non-zero, we can express one vector as a scalar multiple of the other, implying collinearity. For example, if 2a+3b=02\vec{a} + 3\vec{b} = \vec{0}, then a=32b\vec{a} = -\frac{3}{2}\vec{b}, meaning a\vec{a} and b\vec{b} are collinear (and therefore linearly dependent).

Linear Independence of Vectors

Two non-zero vectors are linearly independent if they are non-collinear. This means that the only solution to the equation

αa+βb=0\alpha\vec{a} + \beta\vec{b} = \vec{0}

is α=0\alpha = 0 and β=0\beta = 0. In other words, you cannot express one vector as a scalar multiple of the other. For example, a=i^\vec{a} = \hat{i} and b=j^\vec{b} = \hat{j} are linearly independent because they are orthogonal (perpendicular), hence non-collinear. You cannot scale i^\hat{i} to obtain j^\hat{j}.

Tips for Solving Problems

  • Visualise: Always try to visualize the vectors and points. A quick sketch can often reveal collinearity.
  • Component-wise comparison: When checking for collinearity, compare the ratios of the corresponding components of the vectors. If the ratios are equal, the vectors are collinear. For example, if a=x1i^+y1j^\vec{a} = x_1\hat{i} + y_1\hat{j} and b=x2i^+y2j^\vec{b} = x_2\hat{i} + y_2\hat{j}, then a\vec{a} and b\vec{b} are collinear if x1x2=y1y2\frac{x_1}{x_2} = \frac{y_1}{y_2}.
  • Use the section formula: If a point divides a line segment in a known ratio, this information can be used to prove collinearity.

JEE Trick: If you're given three points and asked to prove collinearity, quickly form two vectors using these points. If you can express one vector as a scalar multiple of the other, you've cracked it!

Common Mistakes to Avoid

  • Assuming all parallel vectors are equal: Collinear vectors are parallel, but they can have different magnitudes (lengths).
  • Forgetting the scalar: Don't forget that the condition a=λb\vec{a} = \lambda\vec{b} involves a scalar λ\lambda. Just stating a=b\vec{a} = \vec{b} is not enough to prove collinearity unless you already know their magnitudes are equal.
  • Confusing collinearity with orthogonality: Collinear vectors are parallel, while orthogonal vectors are perpendicular. These are opposite concepts.

JEE-Specific Tricks

In JEE problems, collinearity is often hidden within more complex geometric scenarios. Keep an eye out for keywords like "lies on the same line," "parallel," or "proportional." Also, remember that many 3D geometry problems can be simplified by projecting the vectors onto a 2D plane and then applying the concepts of collinearity.

Consider using the determinant method. For points A(x1,y1)A(x_1, y_1), B(x2,y2)B(x_2, y_2), and C(x3,y3)C(x_3, y_3) to be collinear, the determinant must be zero:

x1y11x2y21x3y31=0\begin{vmatrix} x_1 & y_1 & 1 \\ x_2 & y_2 & 1 \\ x_3 & y_3 & 1 \end{vmatrix} = 0

Expand the determinant and check for equality.

That's it for this lesson! Practice a variety of problems to solidify your understanding. Good luck with your JEE preparation!