math and physics play

New video: Elliptical motion from Newton’s law of gravitation.

September 14, 2023 math and physics play , , , , , , , , , ,

This blog post is a text version of the video below, available in a few forms:

 

We found previously that
\begin{equation}\label{eqn:solarellipse:20}
\mathbf{\hat{r}}’ = \inv{r} \mathbf{\hat{r}} \lr{ \mathbf{\hat{r}} \wedge \Bx’ }.
\end{equation}
Somewhat remarkably, we can use this identity to demonstrate that orbits governed gravitational force are elliptical (or parabolic, or hyperbolic.) This ends up being possible because the angular momentum of the system is a conserved quantity, and this immediately introduces angular momentum into the mix in a fundamental way. In particular,
\begin{equation}\label{eqn:solarellipse:40}
\mathbf{\hat{r}}’ = \inv{m r^2} \mathbf{\hat{r}} L,
\end{equation}
where we define the angular momentum bivector as
\begin{equation}\label{eqn:solarellipse:60}
L = \Bx \wedge \Bp.
\end{equation}
Our gravitational law is
\begin{equation}\label{eqn:solarellipse:80}
m \ddt{\Bv} = – G m M \frac{\mathbf{\hat{r}}}{r^2},
\end{equation}
or
\begin{equation}\label{eqn:solarellipse:100}
-\inv{G M} \ddt{\Bv} = \frac{\mathbf{\hat{r}}}{r^2}.
\end{equation}
Combining the gravitational law with our \( \mathbf{\hat{r}} \) derivative identity, we have
\begin{equation}\label{eqn:solarellipse:120}
\begin{aligned}
\ddt{ \mathbf{\hat{r}} }
&= \inv{m} \frac{\mathbf{\hat{r}}}{r^2} L \\
&= -\inv{G m M} \ddt{\Bv} L \\
&= -\inv{G m M} \lr{ \ddt{(\Bv L)} – \ddt{L} }.
\end{aligned}
\end{equation}
Since angular momentum is a constant of motion of the system, means that
\begin{equation}\label{eqn:solarellipse:140}
\ddt{L} = 0,
\end{equation}
our equation of motion is integratable
\begin{equation}\label{eqn:solarellipse:160}
\ddt{ \mathbf{\hat{r}} } = -\inv{G m M} \ddt{(\Bv L)}.
\end{equation}
Introducing a vector valued integration constant \( -\Be \), we have
\begin{equation}\label{eqn:solarellipse:180}
\mathbf{\hat{r}} = -\inv{G m M} \Bv L – \Be.
\end{equation}
We’ve transformed our second order differential equation to a first order equation, one that does not look easy to integrate one more time. Luckily, we do not have to integrate, and can partially solve this algebraically, enough to describe the orbit in a compact fashion.

Before trying that, it’s worth quickly demonstrating that this equation is not a multivector equation, but a vector equation, since the multivector \( \Bv L \) is, in fact, vector valued.
\begin{equation}\label{eqn:solarellipse:200}
\begin{aligned}
\Bv L
&= \Bv \lr{ \Bx \wedge (m \Bv) } \\
&\propto \mathbf{\hat{v}} \lr{ \mathbf{\hat{r}} \wedge \mathbf{\hat{v}} } \\
&= \mathbf{\hat{v}} \cdot \lr{ \mathbf{\hat{r}} \wedge \mathbf{\hat{v}} } + \mathbf{\hat{v}} \wedge \lr{ \mathbf{\hat{r}} \wedge \mathbf{\hat{v}} } \\
&= \mathbf{\hat{v}} \cdot \lr{ \mathbf{\hat{r}} \wedge \mathbf{\hat{v}} } \\
&= \lr{ \mathbf{\hat{v}} \cdot \mathbf{\hat{r}} } \mathbf{\hat{v}} – \mathbf{\hat{r}},
\end{aligned}
\end{equation}
which is a vector (i.e.: a vector that is directed along the portion of \( \Bx \) that is perpendicular to \( \Bv \).)

We can reduce \ref{eqn:solarellipse:180} to a scalar equation by dotting with \( \Bx = r \mathbf{\hat{r}} \), leaving
\begin{equation}\label{eqn:solarellipse:220}
\begin{aligned}
r
&= -\inv{G m M} \gpgradezero{ \Bx \Bv L } – \Bx \cdot \Be \\
&= -\inv{G m^2 M} \gpgradezero{ \Bx \Bp L } – \Bx \cdot \Be \\
&= -\inv{G m^2 M} \gpgradezero{ \lr{ \Bx \cdot \Bp + L } L } – \Bx \cdot \Be \\
&= -\inv{G m^2 M} L^2 – \Bx \cdot \Be,
\end{aligned}
\end{equation}
or
\begin{equation}\label{eqn:solarellipse:240}
r = -\frac{L^2}{G M m^2} – r e \cos\theta,
\end{equation}
or
\begin{equation}\label{eqn:solarellipse:260}
r \lr{ 1 + e \cos\theta } = -\frac{L^2}{G M m^2}.
\end{equation}
Observe that the RHS constant is a positive constant, since \( L^2 \le 0 \). This has the structure of a conic section, if we write
\begin{equation}\label{eqn:solarellipse:280}
-\frac{L^2}{G M m^2} = e d.
\end{equation}
This is an ellipse, for \( e \in [0,1) \), a parabola for \( e = 1 \), and hyperbola for \( e > 1 \) ([1] theorem 10.3.1).

fig. 1. Ellipse with e = 0.75

In fig. 1 is a plot with \( e = 0.75 \) (changing \( d \) doesn’t change the shape of the figure, just the size.)

References

[1] S.L. Salas and E. Hille. Calculus: one and several variables. Wiley New York, 1990.

Radial vector representation, momentum, and angular momentum.

September 8, 2023 math and physics play , , , , , ,

[Click here for a PDF version of this post], and here for a video version of this post.

 

Motivation.

In my last couple GA YouTube videos, circular and spherical coordinates were examined.

This post is a text representation of a new video that follows up on those two videos.

We found the form of the unit vector derivatives in both cases.

\begin{equation}\label{eqn:radialderivatives:20}
\Bx = r \mathbf{\hat{r}},
\end{equation}
leaving the angular dependence of \( \mathbf{\hat{r}} \) unspecified. We want to find both \( \Bv = \Bx’ \) and \( \mathbf{\hat{r}}’\).

Derivatives.

Lemma 1.1: Radial length derivative.

The derivative of a spherical length \( r \) can be expressed as
\begin{equation*}
\frac{dr}{dt} = \mathbf{\hat{r}} \cdot \frac{d\Bx}{dt}.
\end{equation*}

Start proof:

We write \( r^2 = \Bx \cdot \Bx \), and take derivatives of both sides, to find
\begin{equation}\label{eqn:radialderivatives:60}
2 r \frac{dr}{dt} = 2 \Bx \cdot \frac{d\Bx}{dt},
\end{equation}
or
\begin{equation}\label{eqn:radialderivatives:80}
\frac{dr}{dt} = \frac{\Bx}{r} \cdot \frac{d\Bx}{dt} = \mathbf{\hat{r}} \cdot \frac{d\Bx}{dt}.
\end{equation}

End proof.

Application of the chain rule to \ref{eqn:radialderivatives:20} is straightforward
\begin{equation}\label{eqn:radialderivatives:100}
\Bx’ = r’ \mathbf{\hat{r}} + r \mathbf{\hat{r}}’,
\end{equation}
but we don’t know the form for \( \mathbf{\hat{r}}’ \). We could proceed with a niave expansion of
\begin{equation}\label{eqn:radialderivatives:120}
\frac{d}{dt} \lr{ \frac{\Bx}{r} },
\end{equation}
but we can be sneaky, and perform a projective and rejective split of \( \Bx’ \) with respect to \( \mathbf{\hat{r}} \). That is
\begin{equation}\label{eqn:radialderivatives:140}
\begin{aligned}
\Bx’
&= \mathbf{\hat{r}} \mathbf{\hat{r}} \Bx’ \\
&= \mathbf{\hat{r}} \lr{ \mathbf{\hat{r}} \Bx’ } \\
&= \mathbf{\hat{r}} \lr{ \mathbf{\hat{r}} \cdot \Bx’ + \mathbf{\hat{r}} \wedge \Bx’} \\
&= \mathbf{\hat{r}} \lr{ r’ + \mathbf{\hat{r}} \wedge \Bx’}.
\end{aligned}
\end{equation}
We used our lemma in the last step above, and after distribution, find
\begin{equation}\label{eqn:radialderivatives:160}
\Bx’ = r’ \mathbf{\hat{r}} + \mathbf{\hat{r}} \lr{ \mathbf{\hat{r}} \wedge \Bx’ }.
\end{equation}
Comparing to \ref{eqn:radialderivatives:100}, we see that
\begin{equation}\label{eqn:radialderivatives:180}
r \mathbf{\hat{r}}’ = \mathbf{\hat{r}} \lr{ \mathbf{\hat{r}} \wedge \Bx’ }.
\end{equation}
We see that the radial unit vector derivative is proportional to the rejection of \( \mathbf{\hat{r}} \) from \( \Bx’ \)
\begin{equation}\label{eqn:radialderivatives:200}
\mathbf{\hat{r}}’ = \inv{r} \mathrm{Rej}_{\mathbf{\hat{r}}}(\Bx’) = \inv{r^3} \Bx \lr{ \Bx \wedge \Bx’ }.
\end{equation}
The vector \( \mathbf{\hat{r}}’ \) is perpendicular to \( \mathbf{\hat{r}} \) for any parameterization of it’s orientation, or in symbols
\begin{equation}\label{eqn:radialderivatives:220}
\mathbf{\hat{r}} \cdot \mathbf{\hat{r}}’ = 0.
\end{equation}
We saw this for the circular and spherical parameterizations, and see now that this also holds more generally.

Angular momentum.

Let’s now write out the momentum \( \Bp = m \Bv \) for a point particle with mass \( m \), and determine the kinetic energy \( m \Bv^2/2 = \Bp^2/2m \) for that particle.

The momentum is
\begin{equation}\label{eqn:radialderivatives:320}
\begin{aligned}
\Bp
&= m r’ \mathbf{\hat{r}} + m \mathbf{\hat{r}} \lr{ \mathbf{\hat{r}} \wedge \Bv } \\
&= m r’ \mathbf{\hat{r}} + \inv{r} \mathbf{\hat{r}} \lr{ \Br \wedge \Bp }.
\end{aligned}
\end{equation}
Observe that \( p_r = m r’ \) is the radial component of the momentum. It is natural to introduce a bivector valued angular momentum operator
\begin{equation}\label{eqn:radialderivatives:340}
L = \Br \wedge \Bp,
\end{equation}
splitting the momentum into a component that is strictly radial and a component that lies purely on the surface of a spherical surface in momentum space. That is
\begin{equation}\label{eqn:radialderivatives:360}
\Bp = p_r \mathbf{\hat{r}} + \inv{r} \mathbf{\hat{r}} L.
\end{equation}
Making use of the fact that \( \mathbf{\hat{r}} \) and \( \mathrm{Rej}_{\mathbf{\hat{r}}}(\Bx’) \) are perpendicular (so there are no cross terms when we square the momentum), the
kinetic energy is
\begin{equation}\label{eqn:radialderivatives:380}
\begin{aligned}
\inv{2m} \Bp^2
&= \inv{2m} \lr{ p_r \mathbf{\hat{r}} + \inv{r} \mathbf{\hat{r}} L }^2 \\
&= \inv{2m} p_r^2 + \inv{2 m r^2 } \mathbf{\hat{r}} L \mathbf{\hat{r}} L \\
&= \inv{2m} p_r^2 – \inv{2 m r^2 } \mathbf{\hat{r}} L^2 \mathbf{\hat{r}} \\
&= \inv{2m} p_r^2 – \inv{2 m r^2 } L^2 \mathbf{\hat{r}}^2,
\end{aligned}
\end{equation}
where we’ve used the anticommutative nature of \( \mathbf{\hat{r}} \) and \( L \) (i.e.: a sign swap is needed to swap them), and used the fact that \( L^2 \) is a scalar, allowing us to commute \( \mathbf{\hat{r}} \) with \( L^2 \). This leaves us with
\begin{equation}\label{eqn:radialderivatives:400}
E = \inv{2m} \Bp^2 = \inv{2m} p_r^2 – \inv{2 m r^2 } L^2.
\end{equation}
Observe that both the radial momentum term and the angular momentum term are both strictly postive, since \( L \) is a bivector and \( L^2 \le 0 \).

Problems.

Problem:

Find \ref{eqn:radialderivatives:200} without being sneaky.

Answer

\begin{equation}\label{eqn:radialderivatives:280}
\begin{aligned}
\mathbf{\hat{r}}’
&= \frac{d}{dt} \lr{ \frac{\Bx}{r} } \\
&= \inv{r} \Bx’ – \inv{r^2} \Bx r’ \\
&= \inv{r} \Bx’ – \inv{r} \mathbf{\hat{r}} r’ \\
&= \inv{r} \lr{ \Bx’ – \mathbf{\hat{r}} r’ } \\
&= \inv{r} \lr{ \mathbf{\hat{r}} \mathbf{\hat{r}} \Bx’ – \mathbf{\hat{r}} r’ } \\
&= \inv{r} \mathbf{\hat{r}} \lr{ \mathbf{\hat{r}} \Bx’ – r’ } \\
&= \inv{r} \mathbf{\hat{r}} \lr{ \mathbf{\hat{r}} \Bx’ – \mathbf{\hat{r}} \cdot \Bx’ } \\
&= \inv{r} \mathbf{\hat{r}} \lr{ \mathbf{\hat{r}} \wedge \Bx’ }.
\end{aligned}
\end{equation}

Problem:

Show that \ref{eqn:radialderivatives:200} can be expressed as a triple vector cross product
\begin{equation}\label{eqn:radialderivatives:230}
\mathbf{\hat{r}}’ = \inv{r^3} \lr{ \Bx \cross \Bx’ } \cross \Bx,
\end{equation}

Answer

While this may be familiar from elementary calculus, such as in [1], we can show follows easily from our GA result
\begin{equation}\label{eqn:radialderivatives:300}
\begin{aligned}
\mathbf{\hat{r}}’
&= \inv{r} \mathbf{\hat{r}} \lr{ \mathbf{\hat{r}} \wedge \Bx’ } \\
&= \inv{r} \gpgradeone{ \mathbf{\hat{r}} \lr{ \mathbf{\hat{r}} \wedge \Bx’ } } \\
&= \inv{r} \gpgradeone{ \mathbf{\hat{r}} I \lr{ \mathbf{\hat{r}} \cross \Bx’ } } \\
&= \inv{r} \gpgradeone{ I \lr{ \mathbf{\hat{r}} \cdot \lr{ \mathbf{\hat{r}} \cross \Bx’ } + \mathbf{\hat{r}} \wedge \lr{ \mathbf{\hat{r}} \cross \Bx’ } } } \\
&= \inv{r} \gpgradeone{ I^2 \mathbf{\hat{r}} \cross \lr{ \mathbf{\hat{r}} \cross \Bx’ } } \\
&= \inv{r} \lr{ \mathbf{\hat{r}} \cross \Bx’ } \cross \mathbf{\hat{r}}.
\end{aligned}
\end{equation}

References

[1] S.L. Salas and E. Hille. Calculus: one and several variables. Wiley New York, 1990.

New video: Velocity and angular momentum with geometric algebra

September 7, 2023 math and physics play , , , , ,

 

In this video, we compute velocity in a radial representation \( \mathbf{x} = r \mathbf{\hat{r}} \).

We use a scalar radial coordinate \( r \), and leave all the angular dependence implicitly encoded in a radial unit vector \( \mathbf{\hat{r}} \).

We find the geometric algebra structure of the \( \mathbf{\hat{r}}’ \) in two different ways, to find

\( \mathbf{\hat{r}}’ = \frac{\mathbf{\hat{r}}}{r} \left( \mathbf{\hat{r}} \wedge \mathbf{\hat{x}}’ \right), \)

then derive the conventional triple vector cross product equivalent for reference:

\( \mathbf{\hat{r}}’ = \left( \mathbf{\hat{r}} \times \mathbf{\hat{x}}’ \right) \times \frac{\mathbf{\hat{r}}}{r}. \)

We then compute kinetic energy in this representation, and show how a bivector-valued angular momentum \( L = \mathbf{x} \wedge \mathbf{p} \), falls naturally from that computation, where we have

\( \frac{m}{2} \mathbf{v}^2 = \frac{1}{2 m} {(m r’)}^2 – \frac{1}{2 m r^2 } L^2. \)

Prerequisites: calculus (derivatives and chain rule), and geometric algebra basics (vector multiplication, commutation relationships for vectors and bivectors in a plane, wedge and cross product equivalencies, …)

Errata: at around 4:12 I used \( \mathbf{r} \) instead of \( \mathbf{x} \), then kept doing so every time after that when the value for \( L \) was stated.

As well as being posted to Google’s censorship-tube, this video can also be found on odysee.

Vanity press: Exploring physics with geometric algebra

August 27, 2023 math and physics play

I just printed a copy of my ancient notes compilations for geometric algebra and physics, a compilation of old blog posts, using kindle direct publishing.

Amazon author copies don’t seem to be available in Canada anymore, so I had to buy a regular copy (printed in Bolton, Ontario, Canada!), but did so my setting the price as low as possible on amazon.ca (about $20 CAD each).  That means that I got bound and printed books, with 469+503 pages, in 8.5×11″ format for about $40 (buying an author copy from the US amazon.com would have cost more after shipping and currency conversion.)  I don’t think that I could have gotten bound print copies that cheap at one of the St George copy houses that service the university.

Now that I have my copies, I’ll un-publish these from amazon, so that nobody buys them by mistake.  I just wanted a copy of each as a reference for myself (as I do refer to parts of them sometimes — like the Pauli matrix/GA-equivalents writeup.)

This leaves me with 9 active titles on amazon (one is my book, and the rest are all course notes.)

Geometric algebra: a very short video introduction.

August 1, 2023 math and physics play , ,


Here’s another geometric algebra video, weighing in at a massive 2:29 (minutes.)

This video is a very short introduction to geometric algebra, showing the most basic concepts and how to apply them to the 2D geometric algebra of the Euclidean plane. Those concepts aren’t developed further in this video, but the idea is just to show the most basic consequences of the definitions.

Prerequisites: basic vector algebra (basis, vector space, dot product space, arrow representation of vectors, graphical vector addition, …)

If you watched yesterday’s video, don’t both watching this one, since it is extracted from that with no additions.

You can find the video on Google’s censorship-tube, and on odysee.