Next move vector u_2 in the y-direction as to start at a point whose y-value is 0. So mess with the y-coordinate but keep x-coordinate the same.
13
14
15
16
17
18
Note you can think of moving the green vector to the purple vector, keeping it the same vector (so keeping the same length and direction) by moving the green vector to the purple vector by the arrows indicated in below orange vectors.
19
20
21
Take away: The vector from the point A=(x_A, y_A) to the point B=(x_B,y_B) is equal to the vector from the origin (0,0) to the point (x_B - x_A , y_B - y_A).
22
To prepare for the next example, let's veiw this example in 3D (hit the 3D "box" icon in upper right cornor).
23
All Done !
24
25
26
powered by
powered by
New Blank Graph
Examples