Math Challenges

Submissions for Problem #19

Problem #19

← Back to problem

zapwai
Solution:
\( \displaylines{\text{Suppose }x_{i}\text{ and }x_{j}\text{ are nonzero (and possibly others).}\\ \text{ Let }y_{i}=-x_{j}\text{ and }y_{j}=x_{i}\text{ and all other y coordinates equal zero.}\\ \text{Then }\mathbf{x}\cdot\mathbf{y}=-x_{j}x_{i}+x_{i}x_{j}=0.} \)
Explanation:
If x is nonzero in only one coordinate, let the corresponding y coordinate equal zero, and some other y coordinate be nonzero. This does not work in one dimension, as there are no other coordinates to let be nonzero for y.
0 likes