Glam Prestige Journal

Bright entertainment trends with youth appeal.

$\begingroup$

I have a problem here.

How can I prove that sum of vectors that form a triangle is equal to 0 $(\vec {AB}+\vec {BC}+\vec {CA}=\vec 0)$ ?

$\endgroup$ 1

3 Answers

$\begingroup$

enter image description here

from the triangle law : $\vec {AB}+\vec{BC}=\vec{AC}$

$\vec {AC}$ will be resultant vector of addition of other two vectors.

$\vec {AB}+\vec{BC}=\vec{AC}$

$\vec {AB}+\vec{BC}+\vec{CA}=\vec{AC}+\vec{CA}$ (add $\vec{CA}$ on both side)

$\vec {AB}+\vec{BC}+\vec{CA}=\vec{AC}-\vec{AC}$

(because when AC and CA are same in magnitude but they are opposite in direction)

$\vec {AB}+\vec{BC}+\vec{CA}=\vec0$

hence proved

$\endgroup$ 1 $\begingroup$

well, define $A := (a_1,a_2, \dots ,a_n)$, then $B := (b_1,b_2, \dots ,b_n)$ and $C := (c_1,c_2, \dots ,c_n)$.

Then $\overrightarrow{AB}=(b_1-a_1,b_2-a_2, \dots ,b_n-a_n)$ similarly $\overrightarrow{AC}=(c_1-a_1,c_2-a_2, \dots ,c_n-a_n)$ and $\overrightarrow{BC}=(b_1-c_1,b_2-c_2, \dots ,b_n-c_n)$.

let's make $\overrightarrow{AB}+\overrightarrow{BC}= (b_1-a_1 + c_1-b_1,b_2-a_2+c_2-b_2, \dots ,b_n-a_n+c_n-a_n) = \overrightarrow{AC}=-\overrightarrow{CA}$ and hence the result.

NB if you don't know how to work with vectors, then you may want to take a look here Wiki - vectors. I've worked in $\mathbb{R}^n$ with and affine structure on it.

$\endgroup$ $\begingroup$

Vector addition is defined as follows: $$\vec{PQ}+\vec{QR}:=\vec{PR}$$ So that, $\vec{AB}+\vec{BC}+\vec{CA}=\vec{AC}+\vec{CA}=\vec{AA}={\bf 0}$.

$\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