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].
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.
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.
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)
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.
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:
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.