Parallel Transport on the Torus

Similar documents
The Curvature of the Torus

Research in Computational Differential Geomet

Geometry and Gravitation

1.7 Limit of a Function

Background for Surface Integration

2.9 Linear Approximations and Differentials

Motivation. Parametric Curves (later Surfaces) Outline. Tangents, Normals, Binormals. Arclength. Advanced Computer Graphics (Fall 2010)

The Law of Reflection

How to print a Hypercube

Tangent & normal vectors The arc-length parameterization of a 2D curve The curvature of a 2D curve

Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed.

Grade 6 Math Circles. Spatial and Visual Thinking

Teaching Math thru Big Ideas Focusing on Differentiation. Marian Small April 2017 San Diego, CA

2Surfaces. Design with Bézier Surfaces

Gradient Descent - Problem of Hiking Down a Mountain

: Intro Programming for Scientists and Engineers Assignment 1: Turtle Graphics

by Kevin M. Chevalier

Visualizing Quaternions

Measuring Lengths The First Fundamental Form

Use Parametric notation. Interpret the effect that T has on the graph as motion.

Grade 6 Math Circles October 16 & Non-Euclidean Geometry and the Globe

Linear algebra deals with matrixes: two-dimensional arrays of values. Here s a matrix: [ x + 5y + 7z 9x + 3y + 11z

Parametric Surfaces and Surface Area

Math 2260 Exam #1 Practice Problem Solutions

Fourier Transforms and Signal Analysis

Animation. Keyframe animation. CS4620/5620: Lecture 30. Rigid motion: the simplest deformation. Controlling shape for animation

MATH STUDENT BOOK. 12th Grade Unit 4

With the cursor flashing on the word FUNCTION, press the. Section 1. <MODE> key

Review 1. Richard Koch. April 23, 2005

Grade 6 Math Circles October 16 & Non-Euclidean Geometry and the Globe

Lectures in Discrete Differential Geometry 3 Discrete Surfaces

Polar Coordinates. 2, π and ( )

3D Rotations and Complex Representations. Computer Graphics CMU /15-662, Fall 2017

Curvature Berkeley Math Circle January 08, 2013

Bonus Ch. 1. Subdivisional Modeling. Understanding Sub-Ds

1 Discrete Connections

Exam 3 SCORE. MA 114 Exam 3 Spring Section and/or TA:

PARAMETRIC EQUATIONS AND POLAR COORDINATES

Reflections and Refractions in Ray Tracing

Velocity: A Bat s Eye View of Velocity

LIGHT: Two-slit Interference

Mathematics 134 Calculus 2 With Fundamentals Exam 2 Answers/Solutions for Sample Questions March 2, 2018

Chapter 1. Math review. 1.1 Some sets

Section Graphs of the Sine and Cosine Functions

CALCULUS II. Parametric Equations and Polar Coordinates. Paul Dawkins

Lesson 1: Creating T- Spline Forms. In Samples section of your Data Panel, browse to: Fusion 101 Training > 03 Sculpt > 03_Sculpting_Introduction.

Objective- Students will be able to use the Order of Operations to evaluate algebraic expressions. Evaluating Algebraic Expressions

Creating Mercator s Map Projection

Triangle meshes I. CS 4620 Lecture Kavita Bala (with previous instructor Marschner) Cornell CS4620 Fall 2015 Lecture 2

A GENTLE INTRODUCTION TO THE BASIC CONCEPTS OF SHAPE SPACE AND SHAPE STATISTICS

CALCULATING TRANSFORMATIONS OF KINEMATIC CHAINS USING HOMOGENEOUS COORDINATES

COMP 175 COMPUTER GRAPHICS. Ray Casting. COMP 175: Computer Graphics April 26, Erik Anderson 09 Ray Casting

Curvature, Finite Topology, and Foliations

(Refer Slide Time: 02:59)

MTH 122 Calculus II Essex County College Division of Mathematics and Physics 1 Lecture Notes #11 Sakai Web Project Material

Textures and UV Mapping in Blender

Worksheet 3.5: Triple Integrals in Spherical Coordinates. Warm-Up: Spherical Coordinates (ρ, φ, θ)

GAP CLOSING. Grade 9. Facilitator s Guide

Assignment 8 Due November 29, Problems

Section 4.1: Introduction to Trigonometry

Goals: Course Unit: Describing Moving Objects Different Ways of Representing Functions Vector-valued Functions, or Parametric Curves

Proof of Constant Width of Spheroform with Tetrahedral Symmetry

Math 2250 Lab #3: Landing on Target

First of all, we need to know what it means for a parameterize curve to be differentiable. FACT:

MATERIAL FOR A MASTERCLASS ON HYPERBOLIC GEOMETRY. Timeline. 10 minutes Exercise session: Introducing curved spaces

Outcomes List for Math Multivariable Calculus (9 th edition of text) Spring

Examples from Section 7.1: Integration by Parts Page 1

Basics of Computational Geometry

Polar Coordinates

3D Transformations and Complex Representations. Computer Graphics CMU /15-662, Fall 2016

Graphics and Interaction Transformation geometry and homogeneous coordinates

Parametric curves. Brian Curless CSE 457 Spring 2016

COMP30019 Graphics and Interaction Transformation geometry and homogeneous coordinates

SYMMETRY v.1 (square)

Can Maps Make the World Go Round?

Algebra II Quadratic Functions

3. The three points (2, 4, 1), (1, 2, 2) and (5, 2, 2) determine a plane. Which of the following points is in that plane?

Parametric curves. Reading. Curves before computers. Mathematical curve representation. CSE 457 Winter Required:

Standard Chapter/Unit Notes

2. Periodic functions have a repeating pattern called a cycle. Some examples from real-life that have repeating patterns might include:

Perspective and vanishing points

Intro. Scheme Basics. scm> 5 5. scm>

You can take the arccos of both sides to get θ by itself.

MA 1128: Lecture 02 1/22/2018

My Favourite Problem No.5 Solution

Topics and things to know about them:

A Family of Butterfly Patterns Inspired by Escher Douglas Dunham University of Minnesota Duluth Duluth, Minnesota

Optics II. Reflection and Mirrors

Triangle meshes I. CS 4620 Lecture Steve Marschner. Cornell CS4620 Spring 2017

Constructing Symmetrical Shapes

Animation. CS 4620 Lecture 32. Cornell CS4620 Fall Kavita Bala

Someone else might choose to describe the closet by determining how many square tiles it would take to cover the floor. 6 ft.

Tentti/Exam Midterm 2/Välikoe 2, December

What is a... Manifold?

In this chapter, we will investigate what have become the standard applications of the integral:

3.7. Vertex and tangent

FRYE ELECTRONICS, INC.

Fall 2016 Semester METR 3113 Atmospheric Dynamics I: Introduction to Atmospheric Kinematics and Dynamics

Triangle meshes I. CS 4620 Lecture 2

A quick Matlab tutorial

Transcription:

MLI Home Mathematics The Torus Parallel Transport Parallel Transport on the Torus Because it really is all about the torus, baby After reading about the torus s curvature, shape operator, and geodesics, you re probably asking yourself how parallel transport on the torus affects tangent vectors. Good question! We start as always with our standard parameterization of the surface: x( u, v) x ( c + a cos v)cos u y ( c + a cos v)sin u z a sin v This parameterization is particularly nice, since it s an orthogonal patch ( F x u x v 0). This lets us easily compute the associated frame field E 1,E 2 : E 1 x u E E 2 x v G ( sin u,cos u,0 ) ( cos u sin v, sin u sin v,cos v ) Let s check that E 1 and E 2 are orthogonal by computing their dot product. Also, the cross product should be normal to the surface: E 1 E 2 sin u cos u sin v sin u cos u sin v + 0 0, check x y z E 1 E 2 sin u cos u 0 cos u cos v, sin u cos v, sin 2 u sin v + cos 2 u sin v cos u sin v sin v sin u cos v Taking partial derivatives of E and G, we have an equation that gives the connection form ω 12 : 1 of 6 10/07/2010 10:19 AM

( ω 12 E ) v ( d u + G ) u d v a sin v d u + 0sin vd u G E a ω 12 tells us how a vector rotates as it is parallel transported. It encodes pretty much everything about the space s curvature. What does this tell us about parallel transport on the torus? First, the d u term tells us that parallel transport along lines of constant u (longitude lines) doesn t affect vectors: We could have predicted this from the symmetry of the torus; along a line of longitude, the neighborhoods to the left and right are mirror images, so there s no preferred direction for a vector to rotate. Second, the sinv term tells us that parallel transport along lines of constant v (latitude lines) causes vectors to rotate through the angle 2π sin v during their journey back to their starting point. Let s look at some specific cases, starting with parallel transport along the outer equator: Here v 0, so sin v is also zero, and the vectors don t rotate at all. This is also true at the inner equator. 2 of 6 10/07/2010 10:19 AM

At the top of the torus (v π ), sin v 1, so a vector rotates through a full 2π during 2 its journey. Note how the angle between the blue vector and its path (red) changes as the vector is parallel transported: Something else interesting is happening simultaneously: the vector s origin is also rotating through 2π. These rotations cancel, leaving the blue vector pointing in the same direction in the embedding space. So someone living on the torus would say the vector rotates as it is parallel transported, while someone living outside the surface would not. (Note that at v π the torus s Gaussian curvature is zero, so it s 2 not surprising that vectors parallel transported along that path don t appear to rotate in the embedding space.) Parallel transport along other lines of latitude causes vectors to rotate varying amounts (2π sin v). In the next illustration, four frames aligned with the u and v axes (at v 0, π, π, and π ) are parallel transported widdershins around the torus. 6 3 2 The amount of rotation is a function of their v coördinate. By the time these frames return to their starting point, each will have rotated 2π sin v around its origin. For example, the second line of latitude from the bottom 3 of 6 10/07/2010 10:19 AM

is at v π, so vectors parallel transported along it will have rotated through an 6 angle of 2π sin π 2π 1 π, as indeed they have. 6 2 Putting all of this together, here s how a whole bunch of frames rotate while being parallel transported widdershins along lines of latitude, starting at the red longitude line: When creating these images, one thing that surprised me was how quickly the value of 2π sin v changed near v 0. Then I remembered that d sin v cos v, which d v has extremes at v k π, k an integer. So the rate of change of the effect of parallel transport along lines of latitude is most extreme at the outer and inner equators. 4 of 6 10/07/2010 10:19 AM

Finally, parallel transport on the bottom half of the torus is the same except for direction of rotation, since sin v is negative there. Students of differential geometry may have noticed that sin vd u is also the ω 12 of the sphere. The difference is that for the sphere, the range of v is π, π, while for 2 2 the torus it s [ π,π]. Indeed, you can see that parallel transport on the outer half of the torus mirrors parallel transport on the sphere. Bonus: computing the Gaussian curvature from the patch Given an orthogonal patch, we can directly compute the Gaussian curvature K from E and G: K 1 EG ( G) u E u ( E) v + G v 1 a( c + a cos v) a sin v ( sin v) v a v a( c + a cos v) cos v a( c + a cos v) This agrees with the value for the Gaussian curvature we computed from the shape operator, but unlike that calculation this one doesn t require a normal to the surface. Thus, if we lived on the torus, we could compute our space s Gaussian curvature directly from measurements made within our space, and we don t have to assume the existence of an embedding space. That s the beauty of differential geometry. Last updated 18 November 2005 5 of 6 10/07/2010 10:19 AM

http://www.rdrop.com/~half/math/torus/parallel.transport.xhtml All contents released into the public domain by Mark L. Irons MLI Home Mathematics The Torus Parallel Transport 6 of 6 10/07/2010 10:19 AM