Define $\theta(u,v)=\cos^{-1}(\frac{u\cdot v}{|u||v|})$ be the angle between $u,v\in \mathbb{R}^n$, where $u\cdot v$ is the standard inner product and $|x|=\sqrt{x\cdot x}$ for all $x\in \mathbb{R}^n$. Let $w=su+tv$ where $s,t\geq 0$ are scalars. Show $\theta(u,v)=\theta(u,w)+\theta(v,w)$ for $u,v\neq 0$.
Attempts: We can show $\theta(u,v)=\theta(u,tv)$ thus we only need to show the statement when $|u|=|v|=1$. Moreover, we can find $a,b$ so that $(u-aw)\cdot w=0$ and $(v-bw)\cdot w=0$. That should simplify the question as well since we turn them into orthogonal.
Assume $|u|=|v|=1$ and $w=su+tv$, and denote $u\cdot v=x$. Then $\displaystyle |w|= \sqrt{s^2+t^2+2stx}$, $\displaystyle \cos\theta(u,w)= \frac{s+tx}{\sqrt{s^2+t^2+2stx}}$ and $\displaystyle \cos\theta(v,w)= \frac{t+sx}{\sqrt{s^2+t^2+2stx}}$. Also $\displaystyle \sin\theta(u,w)= \sqrt{1-\cos^2\theta(u,w)}= \sqrt{\frac{s^2+t^2+2stx-s^2-t^2x^2-2stx}{s^2+t^2+2stx}}= \frac{t\sqrt{1-x^2}}{\sqrt{s^2+t^2+2stx}}$ and similarly $\displaystyle \sin\theta(v,w)= \frac{s\sqrt{1-x^2}}{\sqrt{s^2+t^2+2stx}}$. Now $\displaystyle \cos(\theta(u,w)+\theta(v,w))= \cos\theta(u,w)\cos\theta(v,w)- \sin\theta(u,w)\sin\theta(v,w)=$ $$=\frac{st+s^2x+t^2x+stx^2-st(1-x^2)}{s^2+t^2+2stx}= \frac{(s^2+t^2+2stx)x}{s^2+t^2+2stx}= x=\cos\theta(u,v).$$