Help with clifford algebra vector identity

JBrandonS
Messages
21
Reaction score
0

Homework Statement


This is question 1.1 from section 2-1 of New Foundations of Classical Mechanics:

Establish the following "vector identities":
(a\wedge b) \cdot (c \wedge d) = b\cdot ca \cdot d - b\cdot da \cdot c = b\cdot(c\wedge d)\cdot a


Homework Equations





The Attempt at a Solution


My attempts at this solution make me believe that there is a typo in this problem. The quickest way is by using the third equation:

b\cdot(c\wedge d)\cdot a = b \cdot \frac{1}{2}(cd-dc)\cdot a = \frac{1}{2}(b\cdot cd \cdot a - b \cdot dc \cdot a)

This is equal to half the second equation since a \cdot b = b \cdot a. So am I doing something wrong?
 
Physics news on Phys.org
GA BAC CAB Relations

The generalized BAC CAB relations are shown in the attached file. All the relations were generation using software for the symbolic manipulation of multivectors to be found at

https://github.com/brombo/GA

This repository also contains notes on geometric algebra based on Doran and Lasenby. The symbolic software (python modules using sympy) is described in great detail in the "LaTeX docs" directory. It is really easy to make mistakes when doing multivector manipulations by hand.
 

Attachments

Last edited by a moderator:
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