GunnaSix
- 34
- 0
Homework Statement
Let \vec{a},\vec{b},\vec{c} be three constant vectors drawn from the origin to the points A,B,C. What is the distance from the origin to the plane defined by the points A,B,C? What is the area of the triangle ABC?
Homework Equations
The Attempt at a Solution
Starting with the first part:
The distance is the length of a perpendicular vector from the origin to the plane. If that vector is \vec{r}, then
\vec{r} \cdot (\vec{a} - \vec{b}) = \vec{r} \cdot (\vec{b} - \vec{c}) = \vec{r} \cdot (\vec{c} - \vec{a}) = \vec{r} \cdot (\vec{a} - \vec{r}) = 0\\ \vec{r} \cdot \vec{a} = \vec{r} \cdot \vec{b} = \vec{r} \cdot \vec{c} = r^2
by perpendicularity.
I can also get
\vec{r} \times [(\vec{a} - \vec{b}) \times (\vec{b} - \vec{c})] = 0
by a similar argument, but I don't think it really helps.
I'm stuck here. Is there another relationship that I'm missing?