Constructing an Algebraic Klein Bottle
Author
Michael Trott
Title
Constructing an Algebraic Klein Bottle
Description
The author presents a 'realistic-looking' parametrization and an implicit formula for the Klein bottle.
Category
Academic Articles & Supplements
Keywords
URL
http://www.notebookarchive.org/2018-10-10prbva/
DOI
https://notebookarchive.org/2018-10-10prbva
Date Added
2018-10-02
Date Last Modified
2018-10-02
File Size
0.63 megabytes
Supplements
Rights
Redistribution rights reserved




Constructing an Algebraic Klein Bottle
Constructing an Algebraic Klein Bottle
The author presents a "realistic-looking" parametrization and an implicit formula for the Klein bottle.
by Michael Trott
Not long ago I learned from the late Alfred Gray [1] that no parametrization representing a Klein bottle, which also 'looks like a Klein bottle', was known. Further, no implicit formula for such a Klein bottle was known. The following article addresses these issues.A Klein bottle is a single-sided closed surface (a Möbius strip or a cylinder suitably glued together), which cannot be displayed in without self-intersections. A very accessible definition of a Klein bottle is as follows: Starting with a rectangle, twist the rectangle so that the opposite sides can be glued together. When glued together, one pair of edges should have the same orientation, and one pair the opposite orientation.The typical parametric form of a Klein bottle is [2, 3] An implicit form of these equations is given in [4]. Here I construct a parametrization of a Klein bottle which looks like a Klein bottle, and then make the representation implicit. To construct the parametrization I move a sphere along a curve (referred to as a directrix in what follows) while increasing, then decreasing, and then again increasing the diameter of the sphere.
3
cossin(t)-sinsin(2t)+2cos(u),cossin(t)-sinsin(2t)+2sin(u),sinsin(t)+cossin(2t).
u
2
u
2
u
2
u
2
u
2
u
2
The idea for the construction of the implicit representation is the following: I am looking for a polynomial which represents the Klein bottle. Eliminating the parametrization variable in the surface swept out by the above-mentioned moving sphere gives the polynomial . The directrix should have infinite slope at the begining and the end of the directrix (let this point be the origin). When the sphere moves along the directrix, it should expand 'infinitely fast' as it leaves, and then later approaches the origin.
I will use rational functions for all parametrizations, which makes the elimination step straightforward.
p(x,y,z)
p
I will use rational functions for all parametrizations, which makes the elimination step straightforward.
A Parametric Klein Bottle
A Parametric Klein Bottle
I start with the construction of the directrix. Its slope should be infinite at the origin.Further on, let the directrix start and end at the origin and extend into the first quadrant only.If at and at , I get the required infinite slope at the origin. Chose to be and to have the same denominator (which later, after Together-ing, makes sure that the resulting polynomials have lowest possible degree). One must have a positive-definite quadratic polynomial as the numerator for . As the picture below shows, +t+1 is a possible appropriate choice (I restrict the -range in the graphics to).
∂z/∂x
x(t)∝
-4
t
t±∞
z(t)∝
-2
t
t±∞
x(t)
-1
(1+)
4
t
z(t)
(1+)
4
t
z(t)
2
t
t
(-20,20)
ParametricPlot,+t+1+1,{t,-20,20},PlotRangeAll,PlotPoints200,AspectRatioAutomatic,FrameTrue,PlotStyle{Hue[0],Thickness[0.02]};
1
1+
4
t
2
t
4
t
One can easily calculate the implicit representation of this directrix:
(Numerator[Together[#]]&)/@{x,y}-,+1+t+1
1
1+
4
t
2
t
4
t
{-1+x+x,-1-t-+y+y}
4
t
2
t
4
t
Factor[Resultant[##,t]&@@%]
2
x
3
x
4
x
3
x
2
y
2
x
2
y
3
y
4
y
Here is a contour plot of the directrix:
ContourPlotEvaluate[%],x,-,,y,-,2,Contours{0},PlotPoints200,ContourShadingTrue,ContourStyle{Thickness[0.01],Hue[0]},AspectRatioAutomatic;
1
4
5
4
1
4
Now I must construct the function governing the dependence of the radius of the sphere which moves along the above directrix. To have the resulting surface smooth in the
plane, asymptotically we should have at with appropriate and . We choose again +1 as the denominator of . Then the numerator must be a polynomial of degree 4 in with a nonvanishing cubic term. Trying a couple of possibilities one can find an appropriate choice so that the outer surface is not self-intersecting in the regions of high curvature.
Here is one possible choice for the parametrization of the radius:
r(t)
z=0
r(t)∝+
c
1
c
2
-1
t
t±∞
c
1
c
2
4
t
r(t)
t
Here is one possible choice for the parametrization of the radius:
r=;
24+21t+21+56+84
2
t
3
t
4
t
672(1+)
4
t
The resulting Klein bottle in the cross-section then looks like the following (the parameter , of course, goes from to ; for the construction of the following graphic we restrict the -range to ):
y=0
t
-∞
∞
t
(-10,10)
Withdirectrix=,+t+1+1, ParametricPlotEvaluate {directrix,directrix+r#,directrix-r#}&Reverse&[directrix]{-1,1},{t,-10,10},PlotRangeAll,AxesFalse,FrameTrue,PlotPoints200,AspectRatio1,PlotStyle{{Hue[0]},{GrayLevel[0]},{GrayLevel[0]}};
1
1+
4
t
2
t
4
t
#
#.#
∂
t
I now consider the three-dimensional version of the Klein bottle under consideration (I map the infinite parameter interval to the interval -the resulting parametrization is appropriate for printing but it is no longer a rational parametrization, so it is unsuited for implicitization):
(-π/2,π/2)
Needs["Graphics`Graphics3D`"]
KleinBottlePoints[directrix_,r_,t_,{pp1_,pp2_}]:= Module{ϵ=,d,directrix3D}, ={0,0,1};=AppendReverse&[directrix]{-1,1},0;=Append[directrix,0];Table+rCos[φ]+Sin[φ], {t,-π/2.+ϵ,π/2.-ϵ,(π-2ϵ)/pp1}, {φ,0,2.π,2.π/pp2}
-12
10
d
1
d
2
#
#.#
∂
t
directrix3D
directrix3D
d
1
d
2
ListSurfacePlot3DKleinBottlePoints ,+t+1+1/.tTan[τ],/.t->Tan[τ],τ,{80,12},ViewPoint{0,0,5},BoxRatios{1,1,0.3};
1
1+
4
t
2
t
4
t
24+21t+21+56+84
2
t
3
t
4
t
672(1+)
4
t
Here is the Klein bottle, cut along the plane.
y=0
Show[%,PlotRange{All,All,{-0.5,0}}];
This is a reasonable-looking Klein bottle and I will consider it for implicitization.
An Implicit Klein Bottle
An Implicit Klein Bottle
A first attempt might be to explicitly write down the parametric representation where is the azimuthal angle of the moving sphere in the plane normal to the directrix of the Klein bottle, and then try to eliminate the two parametric variables and . Due to the normalization conditions on the normal and the binormal vectors, this parametrization is quite complicated, and involves square roots of polynomials. Thus I choose another approach based on the following two equations [5]:The meaning of these two equations is the following: The first equationexpresses the condition that every point of the tube is an element of a sphere of radius around a point of the directrix. The second equation ensures that the vector from the directrix point to the point of the tube is always perpendicular to the tangent at the space curve, so that a constant radius in the cross section of the tube is obtained. Thus these two equations describe exactly the tube I want to implicitize.
{x(t,φ),y(t,φ),z(t,φ)},
φ
t
φ
|{x,y,z}-{(t),(t),(t)}-r(t)=0,,.({x,y,z}-{(t),(t),(t)})=0
c
x
c
y
c
z
2
|
∂(t)
c
x
∂t
∂(t)
c
y
∂t
∂(t)
c
z
∂t
c
x
c
y
c
z
{x,y,z}
r(t)
{(t),(t),(t)}
c
x
c
y
c
z
{(t),(t),(t)}
c
x
c
y
c
z
{x,y,z}
I set up the two equations describing the set of points formed by the moving sphere by describing the envelope swept out.
directrix=,0,+t+1+1;r=;
1
1+
4
t
2
t
4
t
24+21t+21+56+84
2
t
3
t
4
t
672(1+)
4
t
#.#&[{x,y,z}-directrix]-,directrix.({x,y,z}-directrix);
2
r
∂
t
Clearing all denominators one obtains the following two polynomials:
Factor[Numerator[Together[#]]]&/@%
{902592+902160t+1353303+899598+444759-5880-6664-9408-7056-903168x-903168x+451584+903168+451584+451584+903168+451584-903168z-903168tz-903168z-903168z-903168z-903168z+451584+903168+451584,-1-3t-3+6+7+9+5+2-4x-4x+z+2tz-4z-2z-4z-3z-2z}
2
t
3
t
4
t
5
t
6
t
7
t
8
t
4
t
2
x
4
t
2
x
8
t
2
x
2
y
4
t
2
y
8
t
2
y
2
t
4
t
5
t
6
t
2
z
4
t
2
z
8
t
2
z
2
t
3
t
4
t
5
t
6
t
7
t
3
t
7
t
3
t
4
t
7
t
8
t
9
t
Using Resultant, I eliminate the parameter t to obtain the implicit formula of the Klein bottle.
KleinBottlePoly=Factor[Resultant[##,t]&@@%];
This polynomial of degree 18 has 715 terms and the coefficients have up to 58 digits.
Max[(Plus@@Exponent[#,{x,y,z}]&)/@ (List@@KleinBottlePoly〚2〛)], Length[KleinBottlePoly〚2〛],N[Max[Abs[List@@KleinBottlePoly〚2〛/.{x1,y1,z1}]]]
{18,715,3.14464×}
58
10
Here are a few terms of KleinBottlePoly:
Short[KleinBottlePoly〚2〛,16]
1079466797521408091001034390916346759985948929024-15939106885726855339115363867005702053053505807360x-52283687130538509220834148573457460997529288405504+1079+443841386479291334587132066377683827236771017414148096
2
x
18
z
Now I consider the resulting polynomial. Here is a contour plot of the cross section:
y=0
interestingRegions=
{{{-0.15,-0.08},{-0.05,0.1}},{{0.08,0.15},{-0.05,0.1}},
{{0.78,0.87},{1.63,1.7}},{{0.21,0.25},{0.4,0.42}},
{{0.15,0.2},{0.18,0.24}}};
{{{-0.15,-0.08},{-0.05,0.1}},{{0.08,0.15},{-0.05,0.1}},
{{0.78,0.87},{1.63,1.7}},{{0.21,0.25},{0.4,0.42}},
{{0.15,0.2},{0.18,0.24}}};
ContourPlot[Evaluate[N[KleinBottlePoly/.y0]],{x,-1/4,5/4},{z,-1/4,2},Contours{0},PlotPoints200,ContourShadingTrue,ContourStyle{Thickness[0.005],Hue[0]}, EpilogRGBColor[0,1,0],Thickness[0.001], Apply[Function[{x,y},Line[{{x〚1〛,y〚1〛},{x〚2〛,y〚1〛},{x〚2〛,y〚2〛},{x〚1〛,y〚2〛},{x〚1〛,y〚1〛}}]],interestingRegions,{1}]];
Here are some detailed views at various parts of the cross section (the framed ones of the last picture):
Show[GraphicsArray[Apply[ContourPlot[Evaluate[N[KleinBottlePoly/.y->0]], Evaluate[Prepend[#1,x]],Evaluate[Prepend[#2,z]],Contours->{0},PlotPoints->100,FrameTicksNone, ContourShading->True,DisplayFunction->Identity, ContourStyle->{Thickness[0.01],Hue[0]}]&, interestingRegions,{1}]]];
Along the construction lines given, one could now continue and construct 'prettier' looking Klein bottles having a thicker belly and a more elegantly shaped neck, by using rational functions of higher order for the directrix and the sphere radius. For the parametric represented form this is straightforward; the implicitization, of course, becomes much harder because the main step in the implizitization—resultant calculation — will take a much longer time.
References
References
[1] A. Gray. Private communication
[2] J. Dieudonne. Treatise on Analysis v. 3, Academic Press, New York, 1960, Ch. 16, exercise 25.
[3] A. Gray. Modern Differential Geometry of Curves and Surfaces, CRC Press, Boca Raton, 1993.
[3] A. Gray. Modern Differential Geometry of Curves and Surfaces, CRC Press, Boca Raton, 1993.
[4] M.Trott. Mathematica in Education and Research. 5, n2, 5 (1996).
[5] A. Morgan. Solving Polynomial Systems Using Continuation for Engineering and Scientific Problems, Prentice-Hall, Englewood Cliffs, 1987.


Cite this as: Michael Trott, "Constructing an Algebraic Klein Bottle" from the Notebook Archive (2002), https://notebookarchive.org/2018-10-10prbva

Download

