Proving three 3D points are collinear with Cross Product

Click For Summary
SUMMARY

The discussion centers on proving that three points in 3D space are collinear using the cross product of vectors. It is established that if points A, B, and C are collinear, the cross product of vectors AB and AC must equal zero, which can be expressed as (A - B) x (B - C) = 0. Additionally, the triple scalar product A · (B x C) must also equal zero for collinearity. The participants clarify that using ratios of vectors can lead to incorrect conclusions if not handled carefully, particularly in cases where division by zero may occur.

PREREQUISITES
  • Understanding of vector operations, specifically cross product and dot product.
  • Familiarity with 3D coordinate geometry and vector representation.
  • Knowledge of scalar triple product and its geometric interpretation.
  • Basic algebraic manipulation of vectors and ratios.
NEXT STEPS
  • Study the properties of the cross product in vector algebra.
  • Learn about the scalar triple product and its applications in determining coplanarity.
  • Explore geometric interpretations of vector operations in 3D space.
  • Investigate potential pitfalls in vector division and ratios in geometric proofs.
USEFUL FOR

Students preparing for exams in linear algebra, geometry enthusiasts, and anyone interested in understanding vector relationships in three-dimensional space.

Masschaos
Messages
30
Reaction score
0
Hi.
I've been studying for a test and have been scouring my text for methods of proving points in 3-dimensional space are collinear.
The best I can see is that the cross-product of the vectors must equal zero.
Can someone explain how to do this a little more clearly?
 
Physics news on Phys.org
If a, b and c are three points and there's a number t such that c = a + t(b-a), then a, b and c are collinear. Conversely, if they're collinear, then there's a number t such that c = a + t(b-a), and their triple product will equal zero: a.(b x c) = 0.

You haven't defined what you mean by the cross product of three vectors. But if you mean something like "a x (b x c)", then it's not true. For example, take

a = < 5, 5, 5 >

b = < 1, 3, 9 >

c = < -16, -8, 16 > = a + 4(b-a)

a x (b x c) = < -11, -3, 21 >

EDIT: I've just corrected a mistake I made. In the first version of this post, I wrote c = t(b-a), where I should have written c = a + t(b-a).
 
Last edited:
(a-b)x(b-c)=0
or axb+bxc+cxa=0
 
Ahh, I think I understand a little better.
What I understand is that if I have points A, B, and C. I can find the line AB and AC. If I do the following (AB)/(AC) and find that vectors i, j and k all have the same factor. Then is that proof that they are collinear.

Example
AB = (1,1,1)
AC = (3,3,3)
(AB)/(AC) = (1/3, 1/3, 1/3).

As AB and AC are all multiples of that base factor, they are collinear?
Or have I gone off on a tangent?
 
Yes - although careful with that method: you might get a situation where you're trying to divide by zero, and so don't get any result that way, even though the points may be collinear. (Think of what happens when the points all lie in one of the coordinate planes.)
 
Masschaos said:
Example
AB = (1,1,1)
AC = (3,3,3)
(AB)/(AC) = (1/3, 1/3, 1/3).

As AB and AC are all multiples of that base factor, they are collinear?
Are you placing A is at the origin? (If you do then that's one way to make life a lot easier).
 
Masschaos said:
Ahh, I think I understand a little better.
What I understand is that if I have points A, B, and C. I can find the line AB and AC. If I do the following (AB)/(AC) and find that vectors i, j and k all have the same factor. Then is that proof that they are collinear.

Example
AB = (1,1,1)
AC = (3,3,3)
(AB)/(AC) = (1/3, 1/3, 1/3).

As AB and AC are all multiples of that base factor, they are collinear?
Or have I gone off on a tangent?

I don't care for the AB/AC notation. All you need to note is AC is a constant times AB. If it wasn't, they wouldn't be collinear.
 
Masschaos said:
Hi.
I've been studying for a test and have been scouring my text for methods of proving points in 3-dimensional space are collinear.
The best I can see is that the cross-product of the vectors must equal zero.
Can someone explain how to do this a little more clearly?

mainly because if the points are co-linear, you have a parellpiped with volume zero..
 
Masschaos said:
Hi.
I've been studying for a test and have been scouring my text for methods of proving points in 3-dimensional space are collinear.
The best I can see is that the cross-product of the vectors must equal zero.
Can someone explain how to do this a little more clearly?

Hammie said:
mainly because if the points are co-linear, you have a parellpiped with volume zero..

No. For that calculation you need three coplanar vectors, and the calculation would be the triple scalar (box) product A dot (B cross C). Not the same test as for parallel vectors.
 
  • #10
Ahh thanks.
I understand much better now.
 
  • #11
Some Pig said:
(a-b)x(b-c)=0
or axb+bxc+cxa=0

To be a bit more precise

If a b and c are points in a plane
Then <a -b> and <b-c> are direction vectors in the plane

If the points are on the same line, then the angle between them is 0 degrees

Since <a -b> x <b-c> = || <a -b> || || <b-c> || sin x
If x = 0 then sin x = 0 so

<a -b> x <b-c> = 0
 

Similar threads

  • · Replies 11 ·
Replies
11
Views
17K
Replies
21
Views
3K
  • · Replies 26 ·
Replies
26
Views
18K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K