I am just really curious, how the equivalence between definitions of inner product can be established?
$$\mathbf{x \cdot y} = \sum_{k=1}^n x_k y_k = \mathbf{|x| |y|} \cos \theta $$
I am just really curious, how the equivalence between definitions of inner product can be established?
$$\mathbf{x \cdot y} = \sum_{k=1}^n x_k y_k = \mathbf{|x| |y|} \cos \theta $$
The easiest way to do this for me is as follows: Firstly notice that the $\sum x_k y_k$ is invariant under rotations. Why? Because they are orthogonal matrices $O_{ij}$ so $$(O\mathbf x)^T O\mathbf y= \mathbf x^T O^T O\mathbf y= \mathbf x^T \mathbf y$$
So rotate the vectors to make $\mathbf x= (x,0,0,\ldots,0)$ and $\mathbf y= (y_1,y_2,0,\ldots,0)$. Then drawing a very simple picture should convince you of the result! What matters is that $y_1= |\mathbf y| \cos\theta$.
(This relies on you understanding why rotations are orthogonal, though. I'd explain this by just pointing out that it is true for rotations in the simplest coordinate planes just by checking, and therefore holds for other rotations.)
The above are the sort of arguments you use when you know the answers, so they might not be great for you now, but hopefully they show you you one useful picture you might come to appreciate!