BB' and CC' are medians in the triangle ABC (B'∈AC and C'∈AB). Let AB=u and AC=v
Assume that ABC is an isosceles triangle in which BB' is perpendicular to CC'. Show that cos (angleA)=0.8
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (4meisu):
OpenStudy (anonymous):
|dw:1459062842276:dw|
OpenStudy (anonymous):
where A represents the origin... Do you know how to find the midpoint when two points are given in vectors ??
OpenStudy (4meisu):
No, I don't
OpenStudy (anonymous):
Okay, any point (x,y) is represented as <x,y> in vectors... Do you agree ?
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (4meisu):
Yes!
OpenStudy (anonymous):
now, for two points A(x1,y1) and B(x2,y2) , do you know how to find the co-ordinates of midpoint ?
OpenStudy (4meisu):
y2-y1/x2-x1
OpenStudy (anonymous):
nope... the co-ordinates for midpoint is ( (x1+x2)/2, (y1+y2)/2 )
OpenStudy (anonymous):
the one that you replied is the slope of the line joining the two points
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (4meisu):
Oh, okay!
OpenStudy (anonymous):
the same goes for vectors too...
a = <x1,y1>, b=<x2,y2> then the midpoint is defined as
m = (a+b)/2 = ((x1+x2)/2, (y1+y2)/2)
Agreed ?