This is a question from my school. The following is the whole question.
The vertices of a triangle $A$, $B$ and $C$ are given by the points $(-1, 0, 2)$, $(0, 1, 0)$, $(1, -1, 0)$ respectively. Find point $D$ so that the figure $ABCD$ forms a plane parallelogram.
I have no idea with points in 3D.
Would you mind helping me solve the question and explain to me in detailed.
Thank you for your attention.
There are three possible responses, depending on the choice of the first point in the next procedure:
Let's say we choose point $A$ to start:
choose one of the other points, $B$ or $C$. It doesn't matter as the result will be the same whatever is the choice. Let's say you choose point $B$. Then calculate:
$V = B - A$. (With this $V$ must be parallel and same length as the "hidden" side of the parallelogram).
Then add this vector $V$ to the other point ($C$ in this case). This will be the point $D$ you are looking for, so: $$ D = C + V = C + B - A\tag{1} $$ If you choose $C$ instead of $B$ you would have: \begin{alignat}{2} V &= C - A\\ D &= B + V &&{}= B + C - A \end{alignat} as you can see same result as in (1).
You can repeat it starting with $B$ and $C$ points.
So, you have three possible solutions: \begin{align} D_1 &= B + C - A\\ D_2 &= A + C - B\\ D_3 &= A + B - C \end{align}