Let $\mathbf{\vec{u}}$, $\mathbf{\vec{v}}$ and $\mathbf{\vec{w}}$ be Euclidean vectors in $\mathbb{R}^3$ such that:
- All of the vectors $\mathbf{\vec{u}}$, $\mathbf{\vec{v}}$ and $\mathbf{\vec{w}}$ are non-zero (i.e., $\mathbf{\vec{0}}\notin\{\mathbf{\vec{u}},\mathbf{\vec{v}},\mathbf{\vec{w}}\}$).
- The vectors $\mathbf{\vec{u}}$ and $\mathbf{\vec{v}}$ are non-collinear (i.e., $\mathbf{\vec{u}}\wedge\mathbf{\vec{v}}\neq\mathbf{\vec{0}}$).
- The vectors $\mathbf{\vec{u}}$, $\mathbf{\vec{v}}$ and $\mathbf{\vec{w}}$ are coplanar (i.e., [$\mathbf{\vec{u}}$,$\mathbf{\vec{v}}$,$\mathbf{\vec{w}}]=0$).
Then, a fortiori, there exist real numbers $\lambda$ and $\mu$ such that: $$\mathbf{\vec{w}}=\lambda\mathbf{\vec{u}}+\mu\mathbf{\vec{v}}$$
My question is the following:
"Is there a general formula for $\lambda$ and $\mu$ in terms of the vectors $\mathbf{\vec{u}}$, $\mathbf{\vec{v}}$ and $\mathbf{\vec{w}}$ in $\mathbb{R}^3$ (or, if necessary, in $\mathbb{R}^2$)?"
EDIT: I know of a more general formula relating four Euclidean vectors $\mathbf{\vec{u}}$, $\mathbf{\vec{v}}$, $\mathbf{\vec{w}}$ and $\mathbf{\vec{x}}$ in $\mathbb{R}^3$, which I state as follows: $$[\mathbf{\vec{u}},\mathbf{\vec{v}},\mathbf{\vec{w}}]\neq 0 \implies \mathbf{\vec{x}}=\displaystyle\frac{[\mathbf{\vec{x}},\mathbf{\vec{v}},\mathbf{\vec{w}}]}{[\mathbf{\vec{u}},\mathbf{\vec{v}},\mathbf{\vec{w}}]}\mathbf{\vec{u}}+\frac{[\mathbf{\vec{u}},\mathbf{\vec{x}},\mathbf{\vec{w}}]}{[\mathbf{\vec{u}},\mathbf{\vec{v}},\mathbf{\vec{w}}]}\mathbf{\vec{v}}+\frac{[\mathbf{\vec{u}},\mathbf{\vec{v}},\mathbf{\vec{x}}]}{[\mathbf{\vec{u}},\mathbf{\vec{v}},\mathbf{\vec{w}}]}\mathbf{\vec{w}}$$ I ask my question above in search for an analogous formula which relates three coplanar Euclidean vectors, if there is one at all.
Let us take a dot product of $w = \lambda u + \mu v$ with $u$ and with $v$.
Thus we have $$(w, u) = \lambda (u,u) + \mu(u,v)$$ $$(w, v) = \lambda (u,v) + \mu(v,v)$$ Hence we have 2 equations for 2 variables.
Put $A =(u,u) (v,v) - (u,v)^2$, $B = (w,u)(v,v) - (u,v)(w,v)$ and $C= (u,u) (v,w) - (u,w) (u,v)$. Hence $\lambda = \frac{B}{A}$ and $\mu = \frac{C}{A}$.