Let , , be two-dimensional unit vectors such that is also a unit vector. Prove that two of the vectors must be opposite to each other (i.e. two of , , add up to zero).
Bonus: Prove that this does not hold for higher dimensions.
There are many ways to solve this problem. Try to experiment with different methods.
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Let AB=x, BC=y, and CD=z. Then AD=x+y+z.
Since x, y, z, and x+y+z are unit vectors, AB=BC=CD=AD=1, so ABCD is a regular rhombus or a degenerated rhombus where at least one pair of vertices coincide.
If ABCD is a regular rhombus, then AB∣∣CD so that x and z are opposite to each other.
If ABCD is a degenerated rhombus where at least one pair of vertices coincide, then there are two pairs of sides with the same endpoints which means two of x, y, and z are opposite to each other.
Either way, two of x, y, and z are opposite to each other.
This does not hold for higher dimensions because rhombus ABCD can be "bent" in the third dimension so that no two vectors are opposite to each other. A counterexample is x=(54,53,0), y=(−54,53,0), and z=(0,−53,54), which makes x+y+z=(0,53,54), all unit vectors where no two are opposite to each other.
Log in to reply
Great solution! My solution is pretty similar (although slightly more complicated than yours), and I will post it when I have time.
Log in to reply
Thanks! I first tried to prove it algebraically but it got too complicated for my liking.
Log in to reply
It is clear that the locus of the endpoint of x is on the black circle, which we will call C0. x+y can lie on any point P within the circle of radius 2 centered at the origin. In the diagram above, P=x+y=(1,1). The red circle, C1, represents the locus of x+y+z. The points of intersection of the two circles are the possible values of x+y+z such that it is a unit vector.
Note that the two points are the endpoints of x and y, since they are the only two points whose distances from the centers of C0 and C1 are both 1. Therefore, x+y+z=x or y, meaning that z=−x or −y.
The cases where the two circles don't intersect at two points are (1) x=y, in which case the two circles are tangent and (2) x=−y. In case (1), it can be deduced that the only value of z is −x. Case (2) is trivial.
This does not hold for higher dimensions since in R3, the intersection of the loci (two spheres) is a circle, so there are infinite possible values of z, meaning that it does not have to be −x or −y. It can be generalized to higher dimensions as R3∈R3+k where k∈N.