I was trying to solve a problem that involves vectors. So if we have three coordinates:
$A(p_1,q_1), B(p_2,q_2), C(p_3,q_3)$.
If we let: $\vec{AB} = \vec{a}, \vec{AC}=\vec{b}, \vec{BC}=\vec{b} - \vec{a}$
How do we convert the vectors back into coordinate if we have a position vector such that$\vec{AO}=\frac{1}{3} \vec{a} + \frac{1}{3}\vec{b} $
Thank you so much for you guys replies
2026-04-29 11:03:38.1777460618
Converting vectors into coordinates
39 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
From $\vec{A}=\vec{OA}=-\vec{AO}=-\frac13\vec{a}-\frac13\vec{b}$ we deduce $\vec{B}=\vec{OB}=\vec{OA}+\vec{AB}=\frac23\vec{a}-\frac13\vec{b}$, and similarly $\vec{C}=-\frac13\vec{a}+\frac23\vec{b}$.