How to show that-

39 Views Asked by At

$[|\vec{A} × \vec{B}|^2+|\vec{A} \bullet \vec{B}|^2]=[|\vec{A}|^2 |\vec{B}|^2]$ I have tried to do this by putting components of both vectors but couldn't able to.

4

There are 4 best solutions below

1
On

$|u\times v|=|u||v|\sin\angle (u,v) $

$|u. v|=|u||v||\cos\angle (u,v)| $

0
On

Hint

$$a\cdot b=|a|\cdot |b|\cdot \cos\theta$$also prove that $$|a\times b|=|a|\cdot |b|\cdot |\sin\theta|$$

0
On

enter image description here. It's actually easy one I just considered it too taough. All we have to do is just to put components.

0
On

Here is a different approach which you could also concider to use the following identity:

$$ \bbox[5px,border:2px solid #000000]{(\vec{a}\times\vec{b})\cdot(\vec{c}\times\vec{d}) = (\vec a\cdot\vec c)(\vec b\cdot\vec d) - (\vec a\cdot\vec d)(\vec b\cdot\vec c). } $$

From this point it is straightforward:

$$\begin{align} \left|\vec a\times\vec b\right|^2+\left(\vec a\cdot\vec b\right)^2 &= \left(\vec a\times\vec b\right)\cdot\left(\vec a\times\vec b\right) + \left(\vec a\cdot\vec b\right)^2\\ &= (\vec a\cdot\vec a)(\vec b\cdot\vec b) - (\vec a\cdot\vec b)(\vec a\cdot\vec b)+ \left(\vec a\cdot\vec b\right)^2\\ &= \left|\vec a\right|^2\;\left|\vec b\right|^2 \end{align}$$

When it boils down to vector identities, avoid as much as possible to write down its components. Generally, you do not need them.