Some experiments in youtube mathematics videos

January 3, 2021 math and physics play , , , , , , ,

A couple years ago I was curious how easy it would be to use a graphics tablet as a virtual chalkboard, and produced a handful of very rough YouTube videos to get a feel for the basics of streaming and video editing (much of which I’ve now forgotten how to do). These were the videos in chronological order:

  • Introduction to Geometric (Clifford) Algebra.Introduction to Geometric (Clifford) algebra. Interpretation of products of unit vectors, rules for reducing products of unit vectors, and the axioms that justify those rules.
  • Geometric Algebra: dot, wedge, cross and vector products.Geometric (Clifford) Algebra introduction, showing the relation between the vector product dot and wedge products, and the cross product.
  • Solution of two line intersection using geometric algebra.
  • Linear system solution using the wedge product.. This video provides a standalone introduction to the wedge product, the geometry of the wedge product and some properties, and linear system solution as a sample application. In this video the wedge product is introduced independently of any geometric (Clifford) algebra, as an antisymmetric and associative operator. You’ll see that we get Cramer’s rule for free from this solution technique.
  • Exponential form of vector products in geometric algebra.In this video, I discussed the exponential form of the product of two vectors.

    I showed an example of how two unit vectors, each rotations of zcap orthonormal \(\mathbb{R}^3\) planes, produce a “complex” exponential in the plane that spans these two vectors.

  • Velocity and acceleration in cylindrical coordinates using geometric algebra.I derived the cylindrical coordinate representations of the velocity and acceleration vectors, showing the radial and azimuthal components of each vector.

    I also showed how these are related to the dot and wedge product with the radial unit vector.

  • Duality transformations in geometric algebra.Duality transformations (pseudoscalar multiplication) will be demonstrated in \(\mathbb{R}^2\) and \(\mathbb{R}^3\).

    A polar parameterized vector in \(\mathbb{R}^2\), written in complex exponential form, is multiplied by a unit pseudoscalar for the x-y plane. We see that the result is a vector normal to that vector, with the direction of the normal dependent on the order of multiplication, and the orientation of the pseudoscalar used.

    In \(\mathbb{R}^3\) we see that a vector multiplied by a pseudoscalar yields the bivector that represents the plane that is normal to that vector. The sign of that bivector (or its cyclic orientation) depends on the orientation of the pseudoscalar. The order of multiplication was not mentioned in this case since the \(\mathbb{R}^3\) pseudoscalar commutes with any grade object (assumed, not proved). An example of a vector with two components in a plane, multiplied by a pseudoscalar was also given, which allowed for a visualization of the bivector that is normal to the original vector.

  • Math bait and switch: Fractional integer exponents.When I was a kid, my dad asked me to explain fractional exponents, and perhaps any non-positive integer exponents, to him. He objected to the idea of multiplying something by itself \(1/2\) times.

    I failed to answer the question to his satisfaction. My own son is now reviewing the rules of exponentiation, and it occurred to me (30 years later) why my explanation to Dad failed.

    Essentially, there’s a small bait and switch required, and my dad didn’t fall for it.

    The meaning that my dad gave to exponentiation was that \( x^n\) equals \(x\) times itself \(n\) times.

    Using this rule, it is easy to demonstrate that \(x^a x^b = x^{a + b}\), and this can be used to justify expressions like \(x^{1/2}\). However, doing this really means that we’ve switched the definition of exponential, defining an exponential as any number that satisfies the relationship:

    \(x^a x^b = x^{a+b}\),

    where \(x^1 = x\). This slight of hand is required to give meaning to \(x^{1/2}\) or other exponentials where the exponential argument is any non-positive integer.

Of these videos I just relistened to the wedge product episode, as I had a new lone comment on it, and I couldn’t even remember what I had said. It wasn’t completely horrible, despite the low tech. I was, however, very surprised how soft and gentle my voice was. When I am talking math in person, I get very animated, but attempting to manage the tech was distracting and all the excitement that I’d normally have was obliterated.

I’d love to attempt a manim based presentation of some of this material, but suspect if I do something completely scripted like that, I may not be a very good narrator.

New version of classical mechanics notes

January 1, 2021 Uncategorized , , , , , , , , ,

I’ve posted a new version of my classical mechanics notes compilation.  This version is not yet live on amazon, but you shouldn’t buy a copy of this “book” anyways, as it is horribly rough (if you want a copy, grab the free PDF instead.)  [I am going to buy a copy so that I can continue to edit a paper copy of it, but nobody else should.]

This version includes additional background material on Space Time Algebra (STA), i.e. the geometric algebra name for the Dirac/Clifford-algebra in 3+1 dimensions.  In particular, I’ve added material on reciprocal frames, the gradient and vector derivatives, line and surface integrals and the fundamental theorem for both.  Some of the integration theory content might make sense to move to a different book, but I’ll keep it with the rest of these STA notes for now.

Relativistic multivector surface integrals

December 31, 2020 math and physics play , , , , , , ,

[Click here for a PDF of this post]

Background.

This post is a continuation of:

Surface integrals.

[If mathjax doesn’t display properly for you, click here for a PDF of this post]

We’ve now covered line integrals and the fundamental theorem for line integrals, so it’s now time to move on to surface integrals.

Definition 1.1: Surface integral.

Given a two variable parameterization \( x = x(u,v) \), we write \( d^2\Bx = \Bx_u \wedge \Bx_v du dv \), and call
\begin{equation*}
\int F d^2\Bx\, G,
\end{equation*}
a surface integral, where \( F,G \) are arbitrary multivector functions.

Like our multivector line integral, this is intrinsically multivector valued, with a product of \( F \) with arbitrary grades, a bivector \( d^2 \Bx \), and \( G \), also potentially with arbitrary grades. Let’s consider an example.

Problem: Surface area integral example.

Given the hyperbolic surface parameterization \( x(\rho,\alpha) = \rho \gamma_0 e^{-\vcap \alpha} \), where \( \vcap = \gamma_{20} \) evaluate the indefinite integral
\begin{equation}\label{eqn:relativisticSurface:40}
\int \gamma_1 e^{\gamma_{21}\alpha} d^2 \Bx\, \gamma_2.
\end{equation}

Answer

We have \( \Bx_\rho = \gamma_0 e^{-\vcap \alpha} \) and \( \Bx_\alpha = \rho\gamma_{2} e^{-\vcap \alpha} \), so
\begin{equation}\label{eqn:relativisticSurface:60}
\begin{aligned}
d^2 \Bx
&=
(\Bx_\rho \wedge \Bx_\alpha) d\rho d\alpha \\
&=
\gpgradetwo{
\gamma_{0} e^{-\vcap \alpha} \rho\gamma_{2} e^{-\vcap \alpha}
}
d\rho d\alpha \\
&=
\rho \gamma_{02} d\rho d\alpha,
\end{aligned}
\end{equation}
so the integral is
\begin{equation}\label{eqn:relativisticSurface:80}
\begin{aligned}
\int \rho \gamma_1 e^{\gamma_{21}\alpha} \gamma_{022} d\rho d\alpha
&=
-\inv{2} \rho^2 \int \gamma_1 e^{\gamma_{21}\alpha} \gamma_{0} d\alpha \\
&=
\frac{\gamma_{01}}{2} \rho^2 \int e^{\gamma_{21}\alpha} d\alpha \\
&=
\frac{\gamma_{01}}{2} \rho^2 \gamma^{12} e^{\gamma_{21}\alpha} \\
&=
\frac{\rho^2 \gamma_{20}}{2} e^{\gamma_{21}\alpha}.
\end{aligned}
\end{equation}
Because \( F \) and \( G \) were both vectors, the resulting integral could only have been a multivector with grades 0,2,4. As it happens, there were no scalar nor pseudoscalar grades in the end result, and we ended up with the spacetime plane between \( \gamma_0 \), and \( \gamma_2 e^{\gamma_{21}\alpha} \), which are rotations of \(\gamma_2\) in the x,y plane. This is illustrated in fig. 1 (omitting scale and sign factors.)

fig. 1. Spacetime plane.

Fundamental theorem for surfaces.

For line integrals we saw that \( d\Bx \cdot \grad = \gpgradezero{ d\Bx \partial } \), and obtained the fundamental theorem for multivector line integrals by omitting the grade selection and using the multivector operator \( d\Bx \partial \) in the integrand directly. We have the same situation for surface integrals. In particular, we know that the \(\mathbb{R}^3\) Stokes theorem can be expressed in terms of \( d^2 \Bx \cdot \spacegrad \)

Problem: GA form of 3D Stokes’ theorem integrand.

Given an \(\mathbb{R}^3\) vector field \( \Bf \), show that
\begin{equation}\label{eqn:relativisticSurface:180}
\int dA \ncap \cdot \lr{ \spacegrad \cross \Bf }
=
-\int \lr{d^2\Bx \cdot \spacegrad } \cdot \Bf.
\end{equation}

Answer

Let \( d^2 \Bx = I \ncap dA \), implicitly fixing the relative orientation of the bivector area element compared to the chosen surface normal direction.
\begin{equation}\label{eqn:relativisticSurface:200}
\begin{aligned}
\int \lr{d^2\Bx \cdot \spacegrad } \cdot \Bf
&=
\int dA \gpgradeone{I \ncap \spacegrad } \cdot \Bf \\
&=
\int dA \lr{ I \lr{ \ncap \wedge \spacegrad} } \cdot \Bf \\
&=
\int dA \gpgradezero{ I^2 \lr{ \ncap \cross \spacegrad} \Bf } \\
&=
-\int dA \lr{ \ncap \cross \spacegrad} \cdot \Bf \\
&=
-\int dA \ncap \cdot \lr{ \spacegrad \cross \Bf }.
\end{aligned}
\end{equation}

The moral of the story is that the conventional dual form of the \(\mathbb{R}^3\) Stokes’ theorem can be written directly by projecting the gradient onto the surface area element. Geometrically, this projection operation has a rotational effect as well, since for bivector \( B \), and vector \( x \), the bivector-vector dot product \( B \cdot x \) is the component of \( x \) that lies in the plane \( B \wedge x = 0 \), but also rotated 90 degrees.

For multivector integration, we do not want an integral operator that includes such dot products. In the line integral case, we were able to achieve the same projective operation by using vector derivative instead of a dot product, and can do the same for the surface integral case. In particular

Theorem 1.1: Projection of gradient onto the tangent space.

Given a curvilinear representation of the gradient with respect to parameters \( u^0, u^1, u^2, u^3 \)
\begin{equation*}
\grad = \sum_\mu \Bx^\mu \PD{u^\mu}{},
\end{equation*}
the surface projection onto the tangent space associated with any two of those parameters, satisfies
\begin{equation*}
d^2 \Bx \cdot \grad = \gpgradeone{ d^2 \Bx \partial }.
\end{equation*}

Start proof:

Without loss of generality, we may pick \( u^0, u^1 \) as the parameters associated with the tangent space. The area element for the surface is
\begin{equation}\label{eqn:relativisticSurface:100}
d^2 \Bx = \Bx_0 \wedge \Bx_1 \,
du^0 du^1.
\end{equation}
Dotting this with the gradient gives
\begin{equation}\label{eqn:relativisticSurface:120}
\begin{aligned}
d^2 \Bx \cdot \grad
&=
du^0 du^1
\lr{ \Bx_0 \wedge \Bx_1 } \cdot \Bx^\mu \PD{u^\mu}{} \\
&=
du^0 du^1
\lr{
\Bx_0
\lr{\Bx_1 \cdot \Bx^\mu }

\Bx_1
\lr{\Bx_0 \cdot \Bx^\mu }
}
\PD{u^\mu}{} \\
&=
du^0 du^1
\lr{
\Bx_0 \PD{u^1}{}

\Bx_0 \PD{u^1}{}
}.
\end{aligned}
\end{equation}
On the other hand, the vector derivative for this surface is
\begin{equation}\label{eqn:relativisticSurface:140}
\partial
=
\Bx^0 \PD{u^0}{}
+
\Bx^1 \PD{u^1}{},
\end{equation}
so
\begin{equation}\label{eqn:relativisticSurface:160}
\begin{aligned}
\gpgradeone{d^2 \Bx \partial}
&=
du^0 du^1\,
\lr{ \Bx_0 \wedge \Bx_1 } \cdot
\lr{
\Bx^0 \PD{u^0}{}
+
\Bx^1 \PD{u^1}{}
} \\
&=
du^0 du^1
\lr{
\Bx_0 \PD{u^1}{}

\Bx_1 \PD{u^0}{}
}.
\end{aligned}
\end{equation}

End proof.

We now want to formulate the geometric algebra form of the fundamental theorem for surface integrals.

Theorem 1.2: Fundamental theorem for surface integrals.

Given multivector functions \( F, G \), and surface area element \( d^2 \Bx = \lr{ \Bx_u \wedge \Bx_v }\, du dv \), associated with a two parameter curve \( x(u,v) \), then
\begin{equation*}
\int_S F d^2\Bx \lrpartial G = \int_{\partial S} F d^1\Bx G,
\end{equation*}
where \( S \) is the integration surface, and \( \partial S \) designates its boundary, and the line integral on the RHS is really short hand for
\begin{equation*}
\int
\evalbar{ \lr{ F (-d\Bx_v) G } }{\Delta u}
+
\int
\evalbar{ \lr{ F (d\Bx_u) G } }{\Delta v},
\end{equation*}
which is a line integral that traverses the boundary of the surface with the opposite orientation to the circulation of the area element.

Start proof:

The vector derivative for this surface is
\begin{equation}\label{eqn:relativisticSurface:220}
\partial =
\Bx^u \PD{u}{}
+
\Bx^v \PD{v}{},
\end{equation}
so
\begin{equation}\label{eqn:relativisticSurface:240}
F d^2\Bx \lrpartial G
=
\PD{u}{} \lr{ F d^2\Bx\, \Bx^u G }
+
\PD{v}{} \lr{ F d^2\Bx\, \Bx^v G },
\end{equation}
where \( d^2\Bx\, \Bx^u \) is held constant with respect to \( u \), and \( d^2\Bx\, \Bx^v \) is held constant with respect to \( v \) (since the partials of the vector derivative act on \( F, G \), but not on the area element, nor on the reciprocal vectors of \( \lrpartial \) itself.) Note that
\begin{equation}\label{eqn:relativisticSurface:260}
d^2\Bx \wedge \Bx^u
=
du dv\, \lr{ \Bx_u \wedge \Bx_v } \wedge \Bx^u = 0,
\end{equation}
since \( \Bx^u \in sectionpan \setlr{ \Bx_u\, \Bx_v } \), so
\begin{equation}\label{eqn:relativisticSurface:280}
\begin{aligned}
d^2\Bx\, \Bx^u
&=
d^2\Bx \cdot \Bx^u
+
d^2\Bx \wedge \Bx^u \\
&=
d^2\Bx \cdot \Bx^u \\
&=
du dv\, \lr{ \Bx_u \wedge \Bx_v } \cdot \Bx^u \\
&=
-du dv\, \Bx_v.
\end{aligned}
\end{equation}
Similarly
\begin{equation}\label{eqn:relativisticSurface:300}
\begin{aligned}
d^2\Bx\, \Bx^v
&=
d^2\Bx \cdot \Bx^v \\
&=
du dv\, \lr{ \Bx_u \wedge \Bx_v } \cdot \Bx^v \\
&=
du dv\, \Bx_u.
\end{aligned}
\end{equation}
This leaves us with
\begin{equation}\label{eqn:relativisticSurface:320}
F d^2\Bx \lrpartial G
=
-du dv\,
\PD{u}{} \lr{ F \Bx_v G }
+
du dv\,
\PD{v}{} \lr{ F \Bx_u G },
\end{equation}
where \( \Bx_v, \Bx_u \) are held constant with respect to \( u,v \) respectively. Fortuitously, this constant condition can be dropped, since the antisymmetry of the wedge in the area element results in perfect cancellation. If these line elements are not held constant then
\begin{equation}\label{eqn:relativisticSurface:340}
\PD{u}{} \lr{ F \Bx_v G }

\PD{v}{} \lr{ F \Bx_u G }
=
F \lr{
\PD{v}{\Bx_u}

\PD{u}{\Bx_v}
} G
+
\lr{
\PD{u}{F} \Bx_v G
+
F \Bx_v \PD{u}{G}
}
+
\lr{
\PD{v}{F} \Bx_u G
+
F \Bx_u \PD{v}{G}
}
,
\end{equation}
but the mixed partial contribution is zero
\begin{equation}\label{eqn:relativisticSurface:360}
\begin{aligned}
\PD{v}{\Bx_u}

\PD{u}{\Bx_v}
&=
\PD{v}{} \PD{u}{x}

\PD{u}{} \PD{v}{x} \\
&=
0,
\end{aligned}
\end{equation}
by equality of mixed partials. We have two perfect differentials, and can evaluate each of these integrals
\begin{equation}\label{eqn:relativisticSurface:380}
\begin{aligned}
\int F d^2\Bx \lrpartial G
&=
-\int
du dv\,
\PD{u}{} \lr{ F \Bx_v G }
+
\int
du dv\,
\PD{v}{} \lr{ F \Bx_u G } \\
&=
-\int
dv\,
\evalbar{ \lr{ F \Bx_v G } }{\Delta u}
+
\int
du\,
\evalbar{ \lr{ F \Bx_u G } }{\Delta v} \\
&=
\int
\evalbar{ \lr{ F (-d\Bx_v) G } }{\Delta u}
+
\int
\evalbar{ \lr{ F (d\Bx_u) G } }{\Delta v}.
\end{aligned}
\end{equation}
We use the shorthand \( d^1 \Bx = d\Bx_u – d\Bx_v \) to write
\begin{equation}\label{eqn:relativisticSurface:400}
\int_S F d^2\Bx \lrpartial G = \int_{\partial S} F d^1\Bx G,
\end{equation}
with the understanding that this is really instructions to evaluate the line integrals in the last step of \ref{eqn:relativisticSurface:380}.

End proof.

Problem: Integration in the t,y plane.

Let \( x(t,y) = c t \gamma_0 + y \gamma_2 \). Write out both sides of the fundamental theorem explicitly.

Answer

Let’s designate the tangent basis vectors as
\begin{equation}\label{eqn:relativisticSurface:420}
\Bx_0 = \PD{t}{x} = c \gamma_0,
\end{equation}
and
\begin{equation}\label{eqn:relativisticSurface:440}
\Bx_2 = \PD{y}{x} = \gamma_2,
\end{equation}
so the vector derivative is
\begin{equation}\label{eqn:relativisticSurface:460}
\partial
= \inv{c} \gamma^0 \PD{t}{}
+ \gamma^2 \PD{y}{},
\end{equation}
and the area element is
\begin{equation}\label{eqn:relativisticSurface:480}
d^2 \Bx = c \gamma_0 \gamma_2.
\end{equation}
The fundamental theorem of surface integrals is just a statement that
\begin{equation}\label{eqn:relativisticSurface:500}
\int_{t_0}^{t_1} c dt
\int_{y_0}^{y_1} dy
F \gamma_0 \gamma_2 \lr{
\inv{c} \gamma^0 \PD{t}{}
+ \gamma^2 \PD{y}{}
} G
=
\int F \lr{ c \gamma_0 dt – \gamma_2 dy } G,
\end{equation}
where the RHS, when stated explicitly, really means
\begin{equation}\label{eqn:relativisticSurface:520}
\begin{aligned}
\int &F \lr{ c \gamma_0 dt – \gamma_2 dy } G
=
\int_{t_0}^{t_1} c dt \lr{ F(t,y_1) \gamma_0 G(t, y_1) – F(t,y_0) \gamma_0 G(t, y_0) } \\
&\qquad –
\int_{y_0}^{y_1} dy \lr{ F(t_1,y) \gamma_2 G(t_1, y) – F(t_0,y) \gamma_0 G(t_0, y) }.
\end{aligned}
\end{equation}
In this particular case, since \( \Bx_0 = c \gamma_0, \Bx_2 = \gamma_2 \) are both constant functions that depend on neither \( t \) nor \( y \), it is easy to derive the full expansion of \ref{eqn:relativisticSurface:520} directly from the LHS of \ref{eqn:relativisticSurface:500}.

Problem: A cylindrical hyperbolic surface.

Generalizing the example surface integral from \ref{eqn:relativisticSurface:40}, let
\begin{equation}\label{eqn:relativisticSurface:540}
x(\rho, \alpha) = \rho e^{-\vcap \alpha/2} x(0,1) e^{\vcap \alpha/2},
\end{equation}
where \( \rho \) is a scalar, and \( \vcap = \cos\theta_k\gamma_{k0} \) is a unit spatial bivector, and \( \cos\theta_k \) are direction cosines of that vector. This is a composite transformation, where the \( \alpha \) variation boosts the \( x(0,1) \) four-vector, and the \( \rho \) parameter contracts or increases the magnitude of this vector, resulting in \( x \) spanning a hyperbolic region of spacetime.

Compute the tangent and reciprocal basis, the area element for the surface, and explicitly state both sides of the fundamental theorem.

Answer

For the tangent basis vectors we have
\begin{equation}\label{eqn:relativisticSurface:560}
\Bx_\rho = \PD{\rho}{x} =
e^{-\vcap \alpha/2} x(0,1) e^{\vcap \alpha/2} = \frac{x}{\rho},
\end{equation}
and
\begin{equation}\label{eqn:relativisticSurface:580}
\Bx_\alpha = \PD{\alpha}{x} =
\lr{-\vcap/2} x
+
x \lr{ \vcap/2 }
=
x \cdot \vcap.
\end{equation}
These vectors \( \Bx_\rho, \Bx_\alpha \) are orthogonal, as \( x \cdot \vcap \) is the projection of \( x \) onto the spacetime plane \( x \wedge \vcap = 0 \), but rotated so that \( x \cdot \lr{ x \cdot \vcap } = 0 \). Because of this orthogonality, the vector derivative for this tangent space is
\begin{equation}\label{eqn:relativisticSurface:600}
\partial =
\inv{x \cdot \vcap} \PD{\alpha}{}
+
\frac{\rho}{x}
\PD{\rho}{}
.
\end{equation}
The area element is
\begin{equation}\label{eqn:relativisticSurface:620}
\begin{aligned}
d^2 \Bx
&=
d\rho d\alpha\,
\frac{x}{\rho} \wedge \lr{ x \cdot \vcap } \\
&=
\inv{\rho} d\rho d\alpha\,
x \lr{ x \cdot \vcap }
.
\end{aligned}
\end{equation}
The full statement of the fundamental theorem for this surface is
\begin{equation}\label{eqn:relativisticSurface:640}
\int_S
d\rho d\alpha\,
F
\lr{
\inv{\rho} x \lr{ x \cdot \vcap }
}
\lr{
\inv{x \cdot \vcap} \PD{\alpha}{}
+
\frac{\rho}{x}
\PD{\rho}{}
}
G
=
\int_{\partial S}
F \lr{ d\rho \frac{x}{\rho} – d\alpha \lr{ x \cdot \vcap } } G.
\end{equation}
As in the previous example, due to the orthogonality of the tangent basis vectors, it’s easy to show find the RHS directly from the LHS.

Problem: Simple example with non-orthogonal tangent space basis vectors.

Let \( x(u,v) = u a + v b \), where \( u,v \) are scalar parameters, and \( a, b \) are non-null and non-colinear constant four-vectors. Write out the fundamental theorem for surfaces with respect to this parameterization.

Answer

The tangent basis vectors are just \( \Bx_u = a, \Bx_v = b \), with reciprocals
\begin{equation}\label{eqn:relativisticSurface:660}
\Bx^u = \Bx_v \cdot \inv{ \Bx_u \wedge \Bx_v } = b \cdot \inv{ a \wedge b },
\end{equation}
and
\begin{equation}\label{eqn:relativisticSurface:680}
\Bx^v = -\Bx_u \cdot \inv{ \Bx_u \wedge \Bx_v } = -a \cdot \inv{ a \wedge b }.
\end{equation}
The fundamental theorem, with respect to this surface, when written out explicitly takes the form
\begin{equation}\label{eqn:relativisticSurface:700}
\int F \, du dv\, \lr{ a \wedge b } \inv{ a \wedge b } \cdot \lr{ a \PD{u}{} – b \PD{v}{} } G
=
\int F \lr{ a du – b dv } G.
\end{equation}
This is a good example to illustrate the geometry of the line integral circulation.
Suppose that we are integrating over \( u \in [0,1], v \in [0,1] \). In this case, the line integral really means
\begin{equation}\label{eqn:relativisticSurface:720}
\begin{aligned}
\int &F \lr{ a du – b dv } G
=
+
\int F(u,1) (+a du) G(u,1)
+
\int F(u,0) (-a du) G(u,0) \\
&\quad+
\int F(1,v) (-b dv) G(1,v)
+
\int F(0,v) (+b dv) G(0,v),
\end{aligned}
\end{equation}
which is a path around the spacetime parallelogram spanned by \( u, v \), as illustrated in fig. 1, which illustrates the orientation of the bivector area element with the arrows around the exterior of the parallelogram: \( 0 \rightarrow a \rightarrow a + b \rightarrow b \rightarrow 0 \).

fig. 2. Line integral orientation.

Sabine Hossenfelder’s “Lost in Math”

December 27, 2020 Incoherent ramblings , , , , , , ,

“Lost in Math” is a book that I’ve been curious to read, as I’ve been a subscriber to Sabine’s blog and youtube channel for quite a while.  On her blog and channel, she provides overviews of many topics in physics that are well articulated, as well as what appear to be very well reasoned and researched criticisms of a number of topics (mostly physics related.)  Within the small population of people interested in theoretical physics, I think that she is also very well known for her completely fearlessness, as she appears to have none of the usual social resistance to offending somebody should her statements not be aligned with popular consensus.

This book has a few aspects:

  • Interviews with a number of interesting and prominent physicists
  • A brutal take on the failures of string theory, supersymmetry, theories of everything, and other research programs that have consumed significant research budgets, but are detached from experimental and observational constraints.
  • An argument against the use of beauty, naturalness, and fine tuning avoidance in the constructions of physical theory.  Through the many interviews, we get a glimpse of the specific meanings of these words in the context of modern high level physical theories.
  • Some arguments against bigger colliders, given that the current ones have not delivered on their promises of producing new physics.
  • A considerable history of modern physics, and background for those wondering what the problems that string theory and supersymmetry have been trying to solve in the first place.
  • Some going-forward recommendations.

While there were no equations in this book, it is not a terribly easy read.  I felt that reading this requires considerable physics sophistication.  To level set, while I haven’t studied particle physics or the standard model, I have studied special relativity, electromagnetism, quantum mechanics, and even some introductory QFT, but still found this book fairly difficult (and I admit to nodding off a few times as a result.)  I don’t think this is really a book that aimed at the general public.

If you do have the background to attempt this book, you will probably learn a fair amount, on topics that include, for example: the standard model, general relativity, symmetry breaking, coupling constants, and the cosmological constant.  An example was her nice illustration of symmetry breaking.  We remember touching on this briefly in QFT I, but it was presented in an algebraic and abstract fashion.  At the time I didn’t get the high level view of what this meant (something with higher energy can have symmetries that are impossible at lower energies.)  In this book, this concept is illustrated by a spinning top, which when spinning fast is stable and has rotational symmetry, but once frictional effects start to slow it down, it will start to precess and wobble, and the symmetry that is evident at higher spin rates weakens.  This was a particularly apt justification for the title of the book, as her description of symmetry breaking did not require any mathematics!

Deep in the book, it was pointed out that the equations of the standard model cannot generally be solved, but have to be dealt with using perturbation methods.  In retrospect, this shouldn’t have surprised me, since we generally can’t solve non-harmonic oscillator problems in closed form, and have to resort to numerical methods for most interesting problems.

There were a number of biting statements that triggered laughs while reading this book.  I wish that I’d made notes of more of of those while I read it, but here are two to whet your appetite:

  • If you’d been sucking away on a giant jawbreaker for a century, wouldn’t you hope to finally get close to the gum?
  • It’s easy enough for us to discard philosophy as useless — because it is useless.

On the picture above.

I like reading in the big living room chair behind my desk that our dog Tessa has claimed as her own, so as soon as I get up for coffee (or anything else), she will usually come and plop herself in the chair so that it’s no longer available to me.  If she was lying on the floor, and my wife sits on “her” chair, she will almost always occupy it once Sofia gets up.  Ironically, the picture above was taken just after I had gotten to the section where she was interviewing Chad Orzel, of “How to Teach Quantum Mechanics to your Dog” fame.

On pet physics theories, Scientology, cosmology, relativity and libertarian tendencies.

December 26, 2020 Incoherent ramblings , , , , , , , , , ,

In a recent Brian Keating podcast, he asked people to comment if they had their own theory of physics.

I’ve done a lot of exploration of conventional physics, both on my own, and with some in class studies (non-degree undergrad physics courses at UofT, plus grad QM and QFTI), but I don’t have my own personal theories of physics.  It’s enough of a challenge to figure out the existing theories without making up your own\({}^{1}\).

However, I have had one close encounter with an alternate physics theory, as I had a classmate in undergrad QMI (phy356) that had a personal “Aether” theory of relativity.  He shared that theory with me, but it came in the form of about 50 pages of dense text without equations.  For all intents and purposes, this was a theory that was written in an entirely different language than the rest of physics.  To him, it was all self evident, and he got upset with the suggestion of trying to mathematize it.  A lot of work and thought went into that theory, but it is work that has very little chance of paying off, since it was packaged in a form that made it unpalatable to anybody who is studying conventional physics.  There is also a great deal of work that would be required to “complete” the theory (presuming that could be done), since he would have to show that his theory is not inconsistent with many measurements and experiments, and would not predict nonphysical phenomena.  That was really an impossible task, which he would have found had he attempted to do so.  However, instead of attempting to do that work, he seemed to think that the onus should fall on others to do so.  He had done the work to write what he believed to be a self consistent logical theory that was self evidently true, and shouldn’t have to do anything more.

It is difficult to fully comprehend how he would have arrived at such certainty about his Aether theory, when he did not have the mathematical sophistication to handle the physics found in the theories that he believed his should supplant.  However, in his defence, there are some parts of what I imagine were part of his thought process that I can sympathize with.  The amount of knowledge required to understand the functioning of a even a simple digital watch (not to mention the cell “phone” computers that we now all carry) is absolutely phenomenal.  We are surrounded by so much sophisticated technology that understanding the mechanisms behind it all is practically unknowable.  Much of the world around is us is effectively magic to most people, even those with technical sophistication.  Should there be some sort of catastrophe that wipes out civilization, requiring us to relearn or redevelop everything from first principles, nobody really has the breadth required to reconstruct the world around us.  It is rather humbling to ponder that.

One way of coping with the fact that it is effectively impossible to know how everything works is to not believe in any consensus theories — period.  I think that is the origin of the recent popularization of flat earth models.  I think this was a factor in my classmate’s theory, as he also went on to believe that quantum mechanics was false (or also believed that when I knew him, but never stated it to me.)  People understand that it is impossible to know everything required to build their own satellites, imaging systems, rockets, et-al, (i.e. sophisticated methods of disproving the flat earth theory) and decide to disbelieve everything that they cannot personally prove.  That’s an interesting defence mechanism, but takes things to a rather extreme conclusion.

I have a lot of sympathy for those that do not believe in consensus theories.  Without such disbelief I would not have my current understanding of the world.  It happens that the prevailing consensus theory that I knew growing up was that of Scientology.  Among the many ideas that one finds in Scientology is a statement that relativity is wrong\({}^2\).  It has been too many years for me to accurately state the reasons that Hubbard stated that relativity was incorrect, but I do seem to recall that one of the arguments had to do with the speed of light being non-constant when bent by a prism \({}^3\).  I carried some Scientology derived skepticism of relativity into the undergrad “relativistic electrodynamics“\({}^4\) course that I took back around 2010, but had I not been willing to disregard the consensus beliefs that I had been exposed to up to that point in time, I would not have learned anything from that class.  Throwing away beliefs so that you can form your own conclusions is the key to being able to learn and grow.

I would admit to still carrying around baggage from my early indoctrination, despite not having practised Scientology for 25+ years.  This baggage spans multiple domains.  One example is that I am not subscribed to the religious belief that government and police are my friends.  It is hard to see your father, whom you love and respect, persecuted, and not come away with disrespect for the persecuting institutions.  I now have a rough idea of what Dad back in the Scientology Guardian’s Office did that triggered the ire of the Ontario crown attorneys \({}^5\).  However, that history definitely colored my views and current attitudes.  In particular, I recognize that back history as a key factor that pushed me so strongly in a libertarian direction.  The libertarian characterization of government as an entity that infringes on personal property and rights seems very reasonable, and aligns perfectly with my experience \({}^6\).

A second example of indoctrination based disbelief that I recognize that I carry with me is not subscribing to the current popular cosmological models of physics.  The big bang, and the belief that we know to picosecond granularity how the universe was at it’s beginning seems to me very religious.  That belief requires too much extrapolation, and it does not seem any more convincing to me than the Scientology cosmology.  The Scientology cosmology is somewhat ambiguous, and contains both a multiverse story and a steady state but finite model.  In the steady state aspect of that cosmology, the universe that we inhabit is dated with an age of 76 trillion years, but I don’t recall any sort of origin story for the beginning portion of that 76 trillion.  Given the little bits of things that we can actually measure and observe, I have no inclination to sign up for the big bang testiment any more than any other mythical origin story.  Thankfully, I can study almost anything that has practical application in physics or engineering and no amount of belief or disdain in the big bang or other less popular “physics” cosmologies makes any difference.  All of these, whether they be the big bang, cyclic theories, multiverses (of the quantum, thetan-created \({}^7\), or inflationary varieties), or even the old Scientology 76 trillion years old cosmology of my youth, cannot be measured, proven or disproved.  Just about any cosmology has no impact on anything real.

This throw it all out point of view of cosmology is probably a too cynical and harsh treatment of the subject.  It is certainly not the point of view that most practising physicists would take, but it is imminently practical.  There’s too much that is unknowable, so why waste time on the least knowable aspects of the unknowable when there are so many concrete things that we can learn.

 

Footnotes:

[1] The closest that I have come to my own theory of physics is somewhat zealous advocacy for the use of real Clifford algebras in engineering and physics (aka. geometric algebra.)  However, that is not a new theory, it is just a highly effective way to compactly represent many of the entities that we encounter in more clumsy forms in conventional physics.

[2] Hubbard’s sci-fi writing shows that he had knowledge of special relativistic time-dilation, and length-contraction effects.  I seem to recall that Lorentz transformations were mentioned in passing (on either the Student hat course, or in the “PDC” lectures).  I don’t believe that Hubbard had the mathematical sophistication to describe a Lorentz transformation in a quantitative sense.

[3] The traversal of light through matter is a complex affair, considerably different from light in vacuum, where the relativistic constancy applies.  It would be interesting to have a quantitative understanding of the chances of a photon getting through a piece of glass without interacting (absorption and subsequent time delayed spontaneous remission of new photons when the lattice atoms drop back into low energy states.)  There are probably also interactions of photons with the phonons of the lattice itself, and I don’t know how those would be quantified.  However, in short, I bet there is a large chance that most of the light that exits a transparent piece of matter is not the same light that went in, as it is going to come out as photons with different momentum, polarization, frequency, and so forth.  If we measure characteristics of a pulse of light going into and back out of matter, it’s probably somewhat akin to measuring the characteristics of a clementine orange that is thrown at a piece of heavy chicken wire at fastball speeds.  You’ll get some orange peel, seeds, pulp and other constituent components out the other side of the mesh, but shouldn’t really consider the inputs and the outputs to be equivalent entities.

[4] Relativistic electrodynamics was an extremely redundant course title, but was used to distinguish the class from the 3rd year applied electrodynamics course that had none of the tensor, relativistic, Lagrangian, nor four-vector baggage.

[5] Some information about that court case is publicly available, but it would be interesting to see whether I could use the Canadian or Ontario equivalent to the US freedom of information laws to request records from the Ontario crown and the RCMP about the specifics of Dad’s case.  Dad has passed, and was never terribly approachable about the subject when I could have asked him personally.  I did get his spin on the events as well as the media spin, and suspect that the truth is somewhere in between.

[6] This last year will probably push many people towards libertarian-ism (at least the subset of people that are not happy to be conforming sheep, or are too scared not to conform.)  We’ve had countless examples of watching evil bastards in government positions of power impose dictatorial and oppressive covid lockdowns on the poorest and most unfortunate people that they supposedly represent.  Instead, we see the corruption at full scale, with the little guys clobbered, and this covid lockdown scheme essentially being a way to efficiently channel money into the pockets of the rich.  The little guys loose their savings, livelihoods, and get their businesses shut down by fat corrupt bastards that believe they have the authority to decide whether or not you as an individual are essential.  The fat bastards that have the stamp of government authority do not believe that you should have the right to make up your own mind about what levels of risk are acceptable to you or your family.

[7] In Scientology, a sufficiently capable individual is considered capable of creating their own universes, independent of the 76 trillion year old universe that we currently inhabit.  Thetan is the label for the non-corporal form of that individual (i.e. what would be called the spirit or the soul in other religions.)