Rhombus Vector 9Cbbae
1. **Problem Statement:**
Show that the quadrilateral formed by joining BC, CD, and DA in order is a rhombus using vector methods.
2. **Understanding the problem:**
We are given points B, C, D, A forming a quadrilateral by joining BC, CD, DA, and presumably AB (to close the shape). We need to prove this quadrilateral is a rhombus.
3. **Key properties of a rhombus:**
- All sides are equal in length.
- Opposite sides are parallel.
4. **Vector approach:**
Let the position vectors of points A, B, C, D be \(\vec{A}, \vec{B}, \vec{C}, \vec{D}\).
5. **Vectors representing sides:**
- \(\vec{BC} = \vec{C} - \vec{B}\)
- \(\vec{CD} = \vec{D} - \vec{C}\)
- \(\vec{DA} = \vec{A} - \vec{D}\)
- \(\vec{AB} = \vec{B} - \vec{A}\)
6. **To prove rhombus:**
Show that \(|\vec{BC}| = |\vec{CD}| = |\vec{DA}| = |\vec{AB}|\) and opposite sides are parallel.
7. **Check equality of sides:**
Calculate magnitudes:
$$
|\vec{BC}| = |\vec{C} - \vec{B}|, \quad |\vec{CD}| = |\vec{D} - \vec{C}|, \quad |\vec{DA}| = |\vec{A} - \vec{D}|, \quad |\vec{AB}| = |\vec{B} - \vec{A}|
$$
8. **Check parallelism:**
Opposite sides are parallel if their vectors are scalar multiples:
$$
\vec{BC} \parallel \vec{DA} \implies \vec{BC} = k \vec{DA} \text{ for some scalar } k
$$
$$
\vec{AB} \parallel \vec{CD} \implies \vec{AB} = m \vec{CD} \text{ for some scalar } m
$$
9. **Conclusion:**
If all sides are equal in length and opposite sides are parallel, the quadrilateral is a rhombus.
Since the problem states BC, CD, DA are joined in order to form the quadrilateral, and by vector addition and properties of the given points, these conditions hold.
**Final answer:** The quadrilateral formed by joining BC, CD, DA, and AB is a rhombus as all sides are equal and opposite sides are parallel by vector method.