Well, its known to everyone that $$x,y \in\Bbb{R}^n, <x, y>= \sum{x_iy_i}$$. It is how we define inner product in $\Bbb{R}^n$. But we also know that it has geometric interpretation like $$<x, y> = \Vert x\Vert\Vert y\Vert cos{\theta} $$. My question is how you prove this is true? This question seems quite simple but It's surprising I don't find an answer trying to fix this problem via google.
It really bothers me sometimes because I've already gotten bachelor degree and I can't fix a straight forward problem like this....although im not in math major.
Use the cosine rule.
Consider the triangle with vertices $0$, $x$ and $y$. It has side-lengths $a=\sqrt{\langle x,x\rangle}$, $b=\sqrt{\langle y,y\rangle}$ and $c=\sqrt{\langle x-y,x-y\rangle}$. Then $$\cos\theta=\frac{a^2+b^2-c^2}{2ab}.$$ Now put in the above expressions for $a$, $b$ and $c$.