diff --git a/Geometria Analítica/1. Vetores.md b/Geometria Analítica/1. Vetores.md index 3c6d588..edd3d6f 100644 --- a/Geometria Analítica/1. Vetores.md +++ b/Geometria Analítica/1. Vetores.md @@ -12,5 +12,6 @@ $\vec{v} = (x, y)$ **Definição:** Sejam $A = (x_1, y_1)$ e $B = (x_2, y_2)$ dois pontos, então o vetor de origem no ponto $A$ e extremidade no ponto $B$ é igual a $\vec{AB} = B - A = (x_2-x_1,y_2-y_1)$ Se $A=(1,1)$ e $B=(-1,3)$ encontre os vetores $\vec{AB}$ e $\vec{BA}$ -> $AB = (x2 - X1, y2 - y1) = (-1-1, 3-1) = (-2, 2)$ +> $AB = (x2 - X1, y2 - y1) = (-1-1, 3-1)$ +> $= (-2, 2)$ > $BA = (x1 - x2, y1 - y2) = (1 -(-1), 1 - 3) = (2, -2)$