Proving a Vector Equation in R3: a x x = b

  • Thread starter Thread starter Neen87
  • Start date Start date
  • Tags Tags
    Vector
Neen87
Messages
8
Reaction score
0

Homework Statement



Consider the vector equation a × x = b in R3, where a doesn't = 0. Show that:
(a) a · b = 0
(b) x = (b × a / ||a||^2) + ka is a solution to the equation, for any scalar k

Homework Equations



I'm not really sure, but I've been messing with these:

1. u x (v x w) = (u · w)v - (u · v)w
2. v x w = v2w3 - v3w2, v3w1 - v1w3, v1w2 - v2w1


The Attempt at a Solution



(a) for a · b = 0, b must = 0 since a can't = 0. for b = 0, x must = 0 since a can't = 0.

(b) I'm really lost!


x = ((a x X) x a / (a · a)) + ka

I have no idea if I'm headed in the right direction or where to go with this. Even a few hints would be greatly appreciated!

Thanks!
Tina
 
Last edited:
Physics news on Phys.org
Neen87 said:

Homework Statement



Consider the vector equation a × x = b in R3, where a doesn't = 0. Show that:
(a) a · b = 0
(b) x = (b × a / ||a||^2) + ka is a solution to the equation, for any scalar k

Homework Equations



I'm not really sure, but I've been messing with these:

1. u x (v x w) = (u · w)v - (u · v)w
2. v x w = v2w3 - v3w2, v3w1 - v1w3, v1w2 - v2w1

The Attempt at a Solution



(a) for a · b = 0, b must = 0 since a can't = 0. for b = 0, x must = 0 since a can't = 0.

Remember that a · b = 0 means a or b is the zero vector or a and b are perpendicular to each other. Dot a into both sides of the equation to prove (a).

For (b) use your equation (1) above and the result of (a)
 
Neen87 said:
(a) for a · b = 0, b must = 0 since a can't = 0. for b = 0, x must = 0 since a can't = 0.
But remember that you don't know that a · b = 0. You have to prove it.

If the vector identities (the ones you listed under "relevant equations") are what you have to work with, I'd recommend trying to get the original equation (a × x = b) into some form that appears in one of the identities. For instance, try multiplying both sides of a × x = b by something.
 
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