2

I had a question in the final exam that asked what the angle between vectors a and b is if: $$\vec a \cdot \vec b=|\vec a\times\vec b| $$

Any hints please.

Koba
  • 1,233
  • 4
    If $\vec a$ and $\vec b$ are 3-dimensional vectors, then $\vec a\times\vec b$ is a 3-dimensional vector. $|\vec a\times\vec b|$ is the norm of a vector, and it is a number. Then what does it mean by determinant of a number? Determinant of a $1\times 1$ matrix? – Paul Jun 28 '12 at 20:23
  • Oops. Actually, there should not be a determinant symbol. – Koba Jun 28 '12 at 20:45

1 Answers1

1

It is not hard to show that $$\|u\times v\| = \|u\|\|v\| \sin(\theta),$$ where $\theta\in[0,\pi]$ is the angle between $u$ and $v$. This should lead you right to a solution.

ncmathsadist
  • 49,383