$\begingroup$

The question is

Three vertices of a parallelogram ABCD are A(3,-1,2), B(1,2,-4) and C(-1,1,2). Find the coordinate of the fourth vertex.

To get the answer I tried the distance formula, equated AB=CD and AC=BD.

$\endgroup$3

3 Answers

$\begingroup$

If you have a parallelogram ABCD, then you know the vectors $\vec{AB}$ and $\vec{DC}$ need to be equal as they are parallel and have the same length. Since we know that $\vec{AB}=(-2,\,3,-6)$ you can easily calculate $D$ since you (now) know $C$ and $\vec{CD}(=-\vec{AB})$. We get for $\vec{0D}=\vec{0C}+\vec{CD}=(-1,\,1,\,2)+(\,2,-3,\,6)=(\,1,-2,\,8)$ and hence $D(\,1,-2,\,8)$.

$\endgroup$$\begingroup$

You don't need to consider distance. You need to compute the difference vectors between adjacent sides. For instance, compute the difference vector from $B$ to $A$ and then add that to $C$.

$\endgroup$$\begingroup$

use mid point formulae let point be $d(a,b,c)$ so, $$\frac{(a+1)}2 = \frac{(3-1)}2$$ so $a=1$ similarly find c ad b as well

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy