Investigating 3D geometric algebra

Geometric algebra has been around since the work of William Clifford in the 19th Century but was relatively unknown until a resurgence in the 1980's through the work of David Hestenes. Since then, Geometric algebra has become a popular way of describing many problems in physics and other areas[1].

William Kingdon Clifford (1845-1879)

Unfortunately Geometric algebra is often introduced using many terms and symbols that are foreign to most people, the result being that it remains inaccessible to many without a sufficient background in Mathematics. The primary goal of this learning project is to introduce Geometric Algebra in an accessible and fun way for people with a high school background in Math and Physics.

Project Summary edit

Project Goals edit

This learning project aims to:

  • introduce you to Geometric Algebra within our familiar three-dimensional space.

Target participants edit

This learning project is targetted at people with an interest in maths or Physics. If you're interested in either topic, then you might enjoy learning, participating, contributing, editing, simplifying or just helping me understand my mistakes.

Assumed background knowledge/skills edit

You can start learning Geometric Algebra with a high school level of algebra and geometry. For this learning project, if you can answer the following without too much effort (and without a calculator!), then you should be fine:

  • What is the value of   if  ?
  • Expand  .
  • What shape is created by tracing out the points p1=(2,0,0), p2=(2,1,0), p3=(0,1,0), p4=(0,0,0)?
  • What is the distance between the points p1=(1,1) and p2=(0,-1)?
  • What is the value of   (Hint: You'll need to draw an equilateral triangle with sides of length 2 and remember SOH-CAH-TOA)?
  • What is the value of  ?
  • Is   positive or negative (All Stations To Central or All Students Take Calculus)

If you find any of the above difficult then you may want to revise some of your algebra or geometry, otherwise you are ready to start! The following skills, although not essential, will be very helpful for understanding Geometric Algebra:

  • A good mental model of 3 dimensional vectors: if you can visualise the dot and cross product of two vectors it will help you visualise Geometric Algebra. (TODO: reword into a skill)

An introduction to Geometric Algebra edit

Two dimensional coordinates: Starting with the familiar edit

Two dimensional cartesian coordinate's are usually familiar to those of us with a high school Mathematics background. Typical uses of Cartesian Coordinates in high school is to plot parabolas such as   and visualising where they intersect the x and y-axis, or simply to draw two dimensional geometric shapes such as triangles or parallelograms.

 
Activity: Two dimensional Cartesian coordinates
  • On separate, plot the points  
  • Calculate the distance of each point to origin.
  • Calculate the distance between p1 and p2.
  • Calculate the angle that the the line through p2 and the origin makes with the x-axis.


Two dimensional vector spaces: The first step edit

Three dimensional coordinates edit

 
Fig. 2 - Three dimensional Cartesian coordinate system with the z-axis pointing towards the observer.

A three dimensional cartesian coordinate system can be created quite easily by simply adding an extra z-axis that is perpindicular to the x and y-axis and pointing out of the page. (add ref about Right-hand-rule).

Any point in a 3D space can then be represented using the coordingates along the x, y, and z axis respectively as:

 .

Using an extension of Pythagoras' theorem (called the Euclidean distance), the square of the distance between the point   and the origin is:

 

Challenges edit

  • What is the distance between the point   and the origin?
  • What is the distance between the points   and  ?
  • Define the points to describe a cube centred on the origin, with a side-length of 2 units.

A three dimensional vector space edit

 
Fig. 2 - Three dimensional vector space with the z-axis pointing towards the observer.

The geometry of three-dimensional space can be represented similarly using three basis vectors   and  [2], one along each of the   and  -axis, where each basis vector has a length of 1 unit.

Any three-dimensional vector can then be represented as a combination of these basis vectors,

 

as shown in Figure 2.

Traditionally, there are two ways that you can multiply vectors: the dot product, and the cross product. It will be helpful at a later point to visualise the dot and cross product as they reveal themselves in Geometric Algebra (maybe a separate Learning Project: Visualizing vector products?), but for the moment it is enough to note that in Euclidean space, where our basis vectors are all perpendicular to each other (orthogonal) and of length 1 (normal), there is a strong relationship between the dot product and the length of a vector. For a vector a,

 

which is equivalent to the definition of   for Cartesian coordinates above.

Activities: Define 3 vectors, calculate various dot products, answer lengths. Include x.x and x.y.


Multiplying two vectors edit

The multiplication of two such vectors can then be written as

 

evaluating as

  but to go any further, we need to define the geometric product for our basis vectors to evaluate xx and xy etc.

The Geometric Product edit

If we define the length-squared of a vector to be equal to the vector squared:

 

(TODO: Make the following an activity) then calculating  ,  

For our definition of length to hold,

 

which, according to our definition simply means that our basis vectors are of unit length (normal), and

 ,
 ,
 ,

which implies that our basis vectors are all at right-angles to one another (orthogonal). Get to:

 

Rotating vectors in 3D space edit

Someone who know's their "sh*t" SEND HELP !!! [3]

Let's remove Quaternions from every 3D Engine (An Interactive Introduction to Rotors from Geometric Algebra) by Marc ten Bosch[4]

Geometric Algebra for Physicists by Chris Doran and Anthony Lasenby[5]

References edit

  1. w:Geometric algebra, Accessed on 27th August 2006.
  2. Include a note about alternative basis vectors   and  , as well as  , or  .
  3. "High School Geometry with Geometric Algebra | Primer on Geometric Algebra | David Hestenes". geocalc.clas.asu.edu. Retrieved 2023-02-25.
  4. "Let's remove Quaternions from every 3D Engine (An Interactive Introduction to Rotors from Geometric Algebra) - Marc ten Bosch". marctenbosch.com. Retrieved 2023-02-25.
  5. Doran, Chris; Lasenby |, Anthony. "Geometric Algebra for Physicists | Geometric Algebra". Retrieved 2023-02-25.