Let $P$, $Q$, and $R$ be any three (non-collinear) points in the 3D space. Let $O$ denote the origin. Let $\mathbf{u}$, $\mathbf{v}$, and $\mathbf{w}$ denote the vectors $\vec{OP}$, $\vec{OQ}$, and $\vec{OR}$, respectively. Let $\alpha$, $\beta$, and $\gamma$ be any three scalars.
Then under what condition(s) on $\alpha$, $\beta$, and $\gamma$ do the end points of the linear combinations $\alpha \mathbf{u} + \beta \mathbf{v} + \gamma \mathbf{w}$ fill out and stay within the triangle $PQR$?
I know intuitively that, for this to happen, we must have $\alpha \geq 0$, $\beta \geq 0$, $\gamma \geq 0$, and $\alpha + \beta + \gamma = 1$.
I got this problem from "Prob. 20, Sec. 1.1 in Strang's Intro to Linear Algebra, 4th ed".
How do we prove this rigorously?
The triangle $\triangle$ in the $(x,y)$-plane with vertices $O=(0,0)$, $E=(1,0)$, $F=(0,1)$ can as a point set be described as $$\triangle=\{(x,y)\in{\mathbb R}^2\>|\>x\geq0, \ y\geq 0,\ x+y\leq1\}\ .\tag{1}$$ Introducing the vectors ${\bf e}:=\vec{OE}$, $\>{\bf f}:=\vec{OF}$ we can rewrite $(1)$ as $$\triangle=\{\beta {\bf e}+\gamma{\bf f}\>|\>\beta\geq0, \ \gamma\geq0,\ \beta+\gamma\leq1\}\ .$$ It follows that your triangle $T$ in space can be described as $$T=\{{\bf u}+\beta( {\bf v}-{\bf u})+\gamma({\bf w}-{\bf u})\>|\>\beta\geq0, \ \gamma\geq0,\ \beta+\gamma\leq1\}\ .$$ If we now put $\alpha=1-\beta-\gamma$ then $\alpha$, $\beta$, $\gamma$ exactly fulfill your conditions, and one has $$T=\{\alpha {\bf u}+\beta {\bf v}+\gamma{\bf w}\>|\>\alpha\geq0, \ \beta\geq0, \ \gamma\geq0,\ \alpha+\beta+\gamma=1\}\ .$$