15.4k views
5 votes
Given any triangle in the plane, associate to each side an outward pointing normal vector of the same length as the side. Show that the sum of these three vectors is always 0.

User Karuna
by
5.0k points

1 Answer

6 votes

Let , a, b and c be the length of three sides of triangle, represented in terms of vectors as
\vec{a},\vec{b},\vec{c}.

Now, vector of same Magnitude acts as normal vector to each side.

So, equation of any vector p having normal q is given by


\vec{p} *\vec{q}

Now sum of three vector and it's normal is given as


=\vec{a} *\vec{a}+\vec{b} *\vec{b}+\vec{c} *\vec{c}\\\\=0+0+0\\\\=0

Cross product of two identical vectors is Zero.


\rightarrow \vec{i} *\vec{i}=0

User Dusk
by
5.5k points