Find two perpendicular vectors $\vec u$ and $\vec v$ such that one of these vectors is twice as long as the other, and their sum is $[6,8]$
So I have come up with:
$$\vec u + \vec v = [6,8] \\ \vec u \cdot \vec v = 0 \\ |\vec u| = 2|\vec v|$$
I was able to find the magnitudes of $\vec v$ and $\vec u$. However I cannot find the answer to the question.
$$|\vec u + \vec v| = \sqrt{36+64} \\ |\vec u + \vec v|^2= 10^2 \\ |\vec u |^2+2 \vec u \cdot \vec v + |\vec v|^2 = 100 \\ |\vec u |^2 + |\vec v|^2 = 100 \\ (2|\vec u|)^2+|\vec v|^2 = 100 \\ 5 |\vec v|^2 = 100 \\ |\vec v| = 2 \sqrt{5}$$ and $$ \\ |\vec u | = 4 \sqrt{5} $$
How do I find the vector components of $\vec u$ and $\vec v$??
Thank you
HINT: If $\vec u$ and $\vec v$ are perpendicular, then note that $\vec u = (a,b)$ for some numbers $a$ and $b$ and $\vec v$ is some scalar multiple $c(-b,a)$. In this case, since $|\vec u|=2|\vec v|$, what must $c$ be? Now write down the equations that say $\vec u+\vec v = (6,8)$.