Is Addition Distributive Over the Dot Product in Vector Calculations?

  • Thread starter Thread starter amy098yay
  • Start date Start date
amy098yay
Messages
23
Reaction score
0

Homework Statement


Verify using an example that a(b+c) is not equal to ab+ac. (This means that addition does not distribute over the dot product.)

Vector A be in the y direction (Ax=0 , Ay=1 , Az = 0)
Vector B be in the x direction (Bx=1 , By=0 , Bz = 0)

so, Vector A×B components:

x = Ay * Bz - By * Az = 0
y = Az * Bx - Bz * Ax = 0
z = Ax * By - Bx * Ay = -1

so,

AxB = (0 , 0 , -1)

would this work?

Homework Equations

The Attempt at a Solution

 
Physics news on Phys.org
Please don't start new threads when you have another thread open on the same problem.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top