Points $\vec a, \vec b, \vec c$ and $\vec d$ are coplanar and $(\sin\alpha)\vec a+(2\sin2\beta)\vec b+(3\sin3\gamma)\vec c-\vec d=0$. Find the least value of $\sin^2\alpha+\sin^2\beta+\sin^33\gamma$.
If I add the coefficients of the vectors, equate the sum to zero and then apply Cauchy-Schwarz inequality then I am getting the answer.
But I am not sure why exactly I summed the coefficients to zero. I did that because they are coplanar but I am not able to explain further.
I understand if four vectors are coplanar then one vector can be written as a linear combination of other three. So, $$\vec d=l\vec a+m\vec b+n\vec c$$
But why is $l+m+n=1?$
Given four points $A(\vec a),$ $B(\vec b),$ $C(\vec c),$ $D(\vec d)$ are coplanar, WLOG assume $AC$ and $BD$ intersect at $X$. Let $AX:XC=m:n$ and $BX:XD=p:q$. Now the position vector of $X$ is given by $$\vec x=\frac{n\vec a+m\vec c}{m+n}.$$ Also $$\vec x=\frac{q\vec b+p\vec d}{p+q}.$$ Equating both expressions and rearranging, $$\left(\frac n{m+n}\right)\vec a+\left(\frac m{m+n}\right)\vec b-\left(\frac q{p+q}\right)\vec c-\left(\frac p{p+q}\right)\vec d=0.$$ Now check the sum of coefficients and you will get the condition.