0
$\begingroup$

Statement : If there are 3 points with position vectors a, b and c. Then the points are collinear if and only if there exist scalars x,y,z, not all zero,such that x a + y b +z c = 0 where x+y+z =0.

Statement : If there are 4 points with position vectors a, b ,c and d. Then the points are copalanar if and only if there exist scalars x,y,z and w not all zero,such that x a + y b +z c +w d = 0 where x+y+z+w =0.

Can you give a proof for this using vectors?

  • 0
    Apparently not everywhere.2012-12-15

3 Answers 3

2
  1. Since $x+y+z = 0$ at least one of $x, y$ is not zero and : $x\mathbf a + y\mathbf b + z\mathbf c = 0 \Leftrightarrow x(\mathbf a - \mathbf c) + y(\mathbf b - \mathbf c) = 0.$ Two dependent vectors lie on a single line through the origin. This works the other way around as well.

  2. Extend 1. to cover the coplanar case.

2

Hint: Part 1

Assume $x+y \neq 0$

If a, b ,c are collinear iff

${\bf c} = \frac{x{\bf a} + y{\bf b}}{x+y}$

for some $x$ and $y$. Guess $z$ now!

Now observe that if $x+y = y+z = z+x = 0$ then all of them are zeroes.

  • 0
    Fair enough. Mentioned just in case.2012-12-15
1

1) Let's denote points $A,B$ and $C$. Let's assume they are collinear, then $\overrightarrow{\pmb {AB}}$ and $\overrightarrow{\pmb {AC}}$ are collinear as well, so $\overrightarrow{\pmb {AB}} = k \overrightarrow{\pmb {AC}}$. On the other hand $\overrightarrow{\pmb {AB}} = \pmb b - \pmb a$ and $\overrightarrow{\pmb {AC}} = \pmb c - \pmb a$, so $\pmb b - \pmb a = k (\pmb c - \pmb a)$ which means $(k+1)\pmb a - \pmb b - k\pmb c = \pmb 0$, so one can take $x = k + 1, y = -1$ and $z = -k$.

Now let's assume that there are $x, y, z$ where $x + y +z = 0$ such that $x \pmb a + y\pmb b + z\pmb c = \pmb 0$. Since $x, y, z$ are not zeros all at once, at least one is non-zero. Let's assume it's $x \neq 0$. Due to the $x+y+z = 0$ at least one more number is non-zero. Let's assume it's $y \neq 0$

$x \pmb a + y \pmb b - (x + y) \pmb c = \pmb 0\\ (\pmb a - \pmb c) x + (\pmb b - \pmb c) y = \pmb 0$.

Last equation means that $\pmb a - \pmb c$ and $\pmb b - \pmb c$ are collinear. If one recalls that $\pmb b - \pmb a = \overrightarrow{\pmb {AB}}$ and $\pmb c - \pmb a = \overrightarrow{\pmb {AC}}$ then one can say that $A, B$ and $C$ are collinear as well.

2) Same thought can be used for coplanar case. With one more extra term.