Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

Finding the Angle theta between two 2d vectors.

Writer Matthew Harrington
$\begingroup$

Find the angle α between the vectors $$\begin{bmatrix}3 \\ 5 \end{bmatrix}and \begin{bmatrix}-2 \\ 3 \end{bmatrix} $$

I found 64.654, but apparently is wrong from what the webwork says. Can anyone check if they get the same answer ? or the calculation i should be using.

$\endgroup$ 3

3 Answers

$\begingroup$

Assuming the vectors are "anchored" at the origin and that we have the usual inner product in $\,\Bbb R^2\,$ , we get that the wanted angle $\,\theta\,$ is given by

$$\cos\theta=\frac{\binom{3}{5}\cdot\binom{-2}{3}}{\left|\left|\binom{3}{5}\right|\right|\;\left|\left|\binom{-2}{3}\right|\right|}=\frac{-6+15}{\sqrt{34}\sqrt{13}}=\frac{9}{\sqrt{442}}\Longrightarrow \theta=\arccos\frac{9}{\sqrt{442}}=64.65^\circ$$

and thus your answer is correct...unless the assumptions in the first part are different, of course.

Another possibility is they want the angle in radians, so after the known conversion it'd be $\,\theta=1.13\,$ radians

$\endgroup$ 3 $\begingroup$

$$\vec{u} \cdot \vec{v} = \|u\| \|v\| \cos \theta$$

The dot product is 9, and magnitudes are $\sqrt{34}$ and $\sqrt{13}$, so

$$\cos \theta = \frac{9}{\sqrt{34 \cdot 13}}$$

so $\theta = \arccos \frac{9}{\sqrt{34 \cdot 13}} = 64.65$ degrees...

$\endgroup$ 1 $\begingroup$

Hello: you can use the dot product between vectors

$\theta = \arccos(\frac{3\cdot(-2)+5\cdot(3)}{\sqrt{(3^2+5^2)(2^2+3^3)}})$

if you use wolfram alpha for to get the result

Ans: $\theta = 1.2898983977450732031495202240229012130410696446569681$

$\endgroup$ 3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy