Order of operations for dot/cross product

cos(e)
Messages
27
Reaction score
0
just say i get a.bxc where x is cross product, and a,b,c are vectors, does it matter if i do the dot before the cross product?
 
Physics news on Phys.org
Try it both ways...
 
In short, yes.

Remember that based on the definitions: (1) the dot product of two vectors returns a scalar, and (2) the cross product of two vectors returns a vector.

(That's why the dot product is also known as the scalar product and the cross product is also known as the vector product, by the way.)

Which way would the triple product you pose then have to be defined?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top