Question 26 of 68intermediate🔧 ApplyLong Answer4 marks

Show that the points A(1,2,7)A(1,\, 2,\, 7), B(2,6,3)B(2,\, 6,\, 3) and C(3,10,1)C(3,\, 10,\, -1) are collinear.

Correct Answer

The points A(1,2,7)A(1,\, 2,\, 7), B(2,6,3)B(2,\, 6,\, 3) and C(3,10,1)C(3,\, 10,\, -1) are collinear.

Exercise: EXERCISE 10.3 | Q: 16 | (Chapter: 25)
For More Understanding

Explanation

This question tests the concept of collinearity using vector algebra. From the textbook context, we learn that points AA, BB, CC are collinear if AC=AB+BC|AC| = |AB| + |BC|. This is derived from the triangle inequality where equality holds only when points lie on a straight line.

The solution involves finding position vectors, calculating displacement vectors AB\vec{AB}, BC\vec{BC}, and AC\vec{AC}, then computing their magnitudes to verify the relationship.

Solution Steps

  1. Step 1: Find the vectors AB\vec{AB}, BC\vec{BC} and AC\vec{AC}.

    AB=(21)i^+(62)j^+(37)k^=i^+4j^4k^\vec{AB} = (2-1)\hat{i} + (6-2)\hat{j} + (3-7)\hat{k} = \hat{i} + 4\hat{j} - 4\hat{k}

    BC=(32)i^+(106)j^+(13)k^=i^+4j^4k^\vec{BC} = (3-2)\hat{i} + (10-6)\hat{j} + (-1-3)\hat{k} = \hat{i} + 4\hat{j} - 4\hat{k}

    AC=(31)i^+(102)j^+(17)k^=2i^+8j^8k^\vec{AC} = (3-1)\hat{i} + (10-2)\hat{j} + (-1-7)\hat{k} = 2\hat{i} + 8\hat{j} - 8\hat{k}

  2. Step 2: Calculate the magnitudes.

    AB=12+42+(4)2=1+16+16=33|\vec{AB}| = \sqrt{1^2 + 4^2 + (-4)^2} = \sqrt{1 + 16 + 16} = \sqrt{33}

    BC=12+42+(4)2=1+16+16=33|\vec{BC}| = \sqrt{1^2 + 4^2 + (-4)^2} = \sqrt{1 + 16 + 16} = \sqrt{33}

    AC=22+82+(8)2=4+64+64=132=233|\vec{AC}| = \sqrt{2^2 + 8^2 + (-8)^2} = \sqrt{4 + 64 + 64} = \sqrt{132} = 2\sqrt{33}

  3. Step 3: Verify the relationship between magnitudes.

    AB+BC=33+33=233=AC|\vec{AB}| + |\vec{BC}| = \sqrt{33} + \sqrt{33} = 2\sqrt{33} = |\vec{AC}|

    Therefore, AC=AB+BC|\vec{AC}| = |\vec{AB}| + |\vec{BC}|

  4. Step 4: Conclusion.

    Since AC=AB+BC|\vec{AC}| = |\vec{AB}| + |\vec{BC}|, the points AA, BB and CC are collinear.