If $A(3, 4, 5)$ and $B(7, 10, 12)$ are two end points of a line segment. I know that vector $V_1=B-A$ i.e $V_1=(4, 6, 7)$ then how to find the other two orthogonal vectors of this?
2026-05-06 09:48:24.1778060904
On
how to find orthogonal vectors of 3 Dimensional point
6.9k Views Asked by user1198477 https://math.techqa.club/user/user1198477/detail At
3
There are 3 best solutions below
0
On
There are not two unique orthogonal vectors, there are an infinity of them.
Consider V1 as the vector normal to a plane (in Euclidean space). Any two orthogonal vectors lying in that surface will be orthogonal to V1.
Imagine a clock face. Put the hands at 12 and 3. You now have a set of 3 orthogonal vectors, V1, 12'o'clock, and 3'o'clock. Rotate the clock face, and you get a different set. Mirror-image the clock face, and you get another set. And so on...
Three non-colinear points are needed to define a plane, but you only really have two here. If you just want to find a couple of arbitrary vectors orthogonal vectors, just pick any third point,
C, not colinear withAandB, thenW = (A-C)×(B-C)(where×is the cross product) is orthogonal to the line segment connectingAandBsince any plane containingAandBalso contains the line segment connecting them.If you need a third vector
Uorthogonal toV = A-Band toW, then just setU = V×WThe first step is probably easiest if you pick
Cas the origin (again if it's not colinear withAandB); this reduces to settingW = (A×B).More information is available both at Wolfram and Wikipedia.