If a,b,c are the position vectors of the vertices of a triangle ABC , show that yhe area of the triangle ABC is 1/2 mod( a*b + b*c + c*a ) .

Dear Student,

Please find below the link of the similar query as asked by you :

https://www.meritnation.com/ask-answer/question/if-a-b-c-are-the-vertices-of-the-triangle-show-that-1-2-b/vector-algebra/9990885

Hope this would clear your doubt.

Do let us know in case oaf any further concerns.

Regards

  • 0
take a point O as a fixed point 
the vector  a=OA
​                   b=OB
                   c=OC 
AB=OB-OA= b-a

similarly  AC=OC-OA = c-a

                            ​AB*AC=(b-a)*(c-a)
                                          = (b*c)-(b*a)-(a*c)+(a*a)
                                         =(b*c)+(a*b)+(c*a)+0
                                          =​(b*c)+(a*b)+(c*a)
                            => |AB*AC|=|​(b*c)+(a*b)+(c*a)|

Area of triangle =1/2|AB*AC|
                           =1/2|​(b*c)+(a*b)+(c*a)| sq.units . 

 
  • 5
What are you looking for?