I have been presented with the following question, I cannot solve it:
The vectors $a$ and $b$ are of equal magnitude $k\neq 0$ , the angle between them is $60^{\circ}$. If
$c = (3a-b) $ and $d = (2a-10b)$
a) show that $c$ and $d$ are perpendicular vectors, b)Find the magnitudes and $c$ and $d$ in terms of $k$
The answer to b) is $c= \sqrt{7k}$ and $d= \sqrt{84k}$
If someone could show me the methodology in order to solve this I will be extremely grateful, also my apologies for not putting lines beneath the vectors I am unable to find this on the mathjaxx tutorial.
For part (a) you can use the dot-product of $c$ and $d$ to determine if they are orthogonal (they are perpendicular if and only if their dot product is zero). To get you started, we have: $$c\cdot d=(3a-b)\cdot (2a-10b)=6a\cdot a-32a\cdot b+10b\cdot b$$ where you can then use the geometric formula for the dot-product: $u\cdot v=\Vert u\Vert\Vert v\Vert\cos(\theta)$ where $u,v$ are vectors and $\theta$ is the angle between them.
To find the magnitude of a vector, $v$, you can use the square root of the dot-product of $v$ and $v$. That is, $\Vert v\Vert=\sqrt{v\cdot v}$. For part (b), this should get you started on finding the magnitude of $c$: $$\Vert c\Vert=\sqrt{c\cdot c}=\sqrt{(3a-b)\cdot (3a-b)}=\sqrt{9a\cdot a-6a\cdot b+b\cdot b}$$ and again you would use the geometric formula for the dot-product.