If A, B, and C are the points (1,−1,2), (2,1,−1), and (3,−1,2) respectively, find the vectors AB, BC, and AC. Also verify that AC=AB+BC.
For any two points P(x1,y1,z1) and Q(x2,y2,z2):
PQ=(x2−x1)i^+(y2−y1)j^+(z2−z1)k^
Given: A(1,−1,2), B(2,1,−1), C(3,−1,2)
Step 1: Find AB
AB=(2−1)i^+(1−(−1))j^+(−1−2)k^
AB=i^+2j^−3k^
Step 2: Find BC
BC=(3−2)i^+(−1−1)j^+(2−(−1))k^
BC=i^−2j^+3k^
Step 3: Find AC
AC=(3−1)i^+(−1−(−1))j^+(2−2)k^
AC=2i^+0j^+0k^=2i^
Step 4: Verify AC=AB+BC
AB+BC=(i^+2j^−3k^)+(i^−2j^+3k^)
=(1+1)i^+(2−2)j^+(−3+3)k^
=2i^+0j^+0k^=2i^
∴AC=AB+BC✓
This confirms the triangle law of vector addition.
| Concept | Description |
|---|
| Vector between two points | PQ=OQ−OP |
| Vector addition (component form) | Add corresponding i^, j^, k^ components |
| Triangle law | AC=AB+BC |