Let $u, v \in \mathbb R^n$. Prove that if $$\|u+tv\| \ge \|u\|$$ for all $t \in \mathbb R$, then $u\cdot v=0$ (vectors $u$ and $v$ are perpendicular).
I tried writing $v$ as $(n+xu)$, where $u\cdot n=0$, and then try to prove that $x$ must be zero, but was unable to develop this solution.
$\|u\|^{2}+t^{2}\|v\|^{2}+2t \langle u, v \rangle \geq \|u\|^{2}$ for all $t$. This gives $t^{2}\|v\|^{2}+2t \langle u, v \rangle \geq 0$. Take $t >0$, divide by $t$ and let $t \to 0$ You get $\langle u, v \rangle \geq 0$. If you take limit through negative values you get the reverse inequality.