Thread: Vectors
View Single Post
  #1  
Old June 27th, 2009, 03:38 PM
Bernice Bernice is offline
Junior Member
 
Join Date: Nov 2008
Posts: 37
Country:
Thanks: 32
Thanked 0 Times in 0 Posts
Bernice is on a distinguished road
Default Vectors

I have always had problems with vectors and now need help to understend this simpe task:

Given triangle ABC with vertices A(-2; 5), B(-5; 4), C(1;1).

Find:
1)vecto\overrightarrow{AB} \ \overrightarrow{CB}\ \overrightarrow{CA} coordinates and length

2) internal angle to vertice B

3) general equation of line AB

4) general equation of height CD

5)edge AB and height CD intersection D

For 1st I think that \overrightarrow{AB}=\sqrt{(-5+2)^2+(4-5)^2}=\sqrt{10}

\overrightarrow{CB}=\sqrt{(-5-1)^2+(4-1)^2}=\sqrt{45}

\overrightarrow{CA}=\sqrt {(-2-1)^2+(-1)^2}=5
Reply With Quote