1. Vector Differentials and Moving Frames, Darboux Frames in Particular

Total Page:16

File Type:pdf, Size:1020Kb

1. Vector Differentials and Moving Frames, Darboux Frames in Particular CHAPTER 4. GEOMETRY OF SURFACES §1. Vector Differentials and Moving Frames, Darboux Frames in Particular The differential of a vector field in a Euclidean space is straightforward to define. If F n is a vector field in R with components F1,F2,...,Fn, that is, F = (F1,F2,...,Fn), then dF is just the vector-valued differential form with components dF1, dF2, . , dFn, that is, dF = (dF1, dF2, . , dFn). For example, writing r = (x, y, z), we have dr = (dx, dy, dz). Another example: let 2 2 2 2 F = (x − y , 2xy). The components of this vector field are F1 = x − y and F2 = 2xy with dF1 = 2xdx − 2ydy and dF2 = 2xdy + 2ydx and hence dF = 2(xdx − ydy, xdy + ydx), or dF = 2(xdx, ydx) + 2(−ydy, xdy) = G1dx + G2dy, where the “coefficients” G1 and G2 of dF are themselves vector fields given by G1 = 2(x, y) and G2 = 2(−y, x). In general, a vector-valued differential in the Euclidean space Rn can be written as Pn k=1 Vkdxk, where Vk are vector fields. Another description is that a vector-valued differential is an expression like a vector with differential forms as its components. In actual computation of differentials of vector fields, we often use various versions of the product rule, depending on what kind of products we are dealing with. In what follows, F and G are vector fields and f is a scalar field in Rn: Rule VD1 (Product Rule). d(fG) = df. G + fdG, d(F · G) = dF · G + F · dG, and when n = 3, d(F × G) = dF × G + F × dG. (F · G is the dot product and F × G is the cross product of F and G.) Often a vector field or a vector-valued differential spreads over a smaller set called a submanifold, such as a curve or a surface, so that it depends on a smaller number of parameters, as shown in the following example. Example 1.1. Find the differentials dT and dN of the unit tangent field T and the unit normal field N respectively along the parabola y = x2/2. Solution: Put the parabola y = x2/2 into parametric equations as x = t, y = t2/2. Then the velocity vector is given by v = (dx/dt, dy/dt) = (1, t). The unit tangent field T, which is a field of unit vectors tangent to the parabola, can be obtained by normalizing v: T = |v|−1v = (1 + t2)−1/2(1, t) ≡ (1 + x2)−1/2(1, x). 1 To find the normal direction at each point on the parabola, we treat the parabola as the level curve f = 0 of the scalar field f(x, y) = y − x2/2 and compute the gradient of f: ∇f = (∂f/∂x, ∂f/∂y) = (−x, 1). Normalizing ∇f, we get the unit normal field N = |∇f|−1∇f = (1 + x2)−1/2(−x, 1). Alternatively, we can get N by turning T 90o: turning a vector v = (a, b) in 90o anticlockwise, we get v⊥ = (−b, a). By the product rule, we have dT = d((1 + x2)−1/2). (1, x) + (1 + x2)−1/2 d(1, x) = (−x(1 + x2)−3/2). (1, x) dx + (1 + x2)−1/2 (0, 1) dx = (1 + x2)−3/2 {−x(1, x) + (1 + x2)(0, 1)} dx = (1 + x2)−3/2 (−x, 1) dx. Similarly, we have dN = (1 + x2)−3/2 (−1, −x) dx. Putting ω = (1 + x2)−1 dx, we can rewrite the answer as dT = ω N, dN = −ω T. In the above example, the pair of vector fields T, N form an orthonormal frame field, or a moving frame, along the parabola. By an orthonormal frame in the Euclidean space Rn we mean an orthonormal basis in this linear space, which consists of n unit vectors orthogonal to each other, say e1, e2,..., en, with ej · ek = δjk (the Kronecker delta, which is 1 when j = k and is 0 when j 6= k), that is, ej · ej = 1 and ej · ek = 0 for j 6= k, 1 ≤ j, k ≤ n. By a moving frame along a manifold M (such as a curve, or a surface, or a hypersurface) in Rn we mean at each point p of the manifold M, a frame E1(p), E2(p),..., En(p) attaching to p is assigned. Thus each Ek (1 ≤ k ≤ n) individually is a vector field along M, and together they form an orthonormal basis at each point of M. The elegant method of moving frames is credited to Elie Cartan for studying differential geometry, although Darboux used them before him. Suppose that a moving frame E1, E2,..., En is given. Then, for each k (1 ≤ k ≤ n), the differential dEk can be written as a linear combination of E1, E2,..., En with some differential forms as coefficients, say X n j dEk = ω Ej; (1.1) j=1 k j j The differential forms ωk are called the connection forms. We can write out ωk explicitly n by using the orthonormality of the frame {Ek}k=1, that is, Ej · Ek = δjk. Indeed, Xn Xn ` ` j dEk · Ej = ωk E` · Ej = ωkδ`j = ω . `=1 `=1 k 2 j and hence we have ωk = dEk · Ej. Applying “d” to both sides of the orthonormal relation Ej · Ek = δjk and using the product rule, we have dEj · Ek + Ej · dEk = 0, that is, k j k k k ωj + ωk = 0. In particular, when j = k, we have ωk + ωk = 0 and hence ωk = 0. Thus we conclude k j k ωk = 0 and ωk = −ωj for all j, k with 1 ≤ j, k ≤ n. (1.2) In Example 1.1, we may take E1 = T and E2 = N. Relation (1.2) reduces four connection j 2 forms ωk (1 ≤ j, k ≤ 2) to one. In that example, (1.1) becomes dE1 = ω1E2 = ω E2 and 1 2 −1 dE2 = ω2E1 = −ωE1, where ω = (1 + x ) dx. As usual, we denote the Cartesian coordinate functions by x1, x2, . , xn. (For any n point p = (p1, p2, . , pn) in R , xk(p) is the kth component of p, namely, xk(p) = pk. n So xk is indeed a function defined on R .) Put x = (x1, x2, . , xn), which is considered as a vector field. (When n = 2 or 3, we often use the letter r instead. Thus r = (x, y) or r = (x, y, z).) The vector-valued differential form dx = (dx1, dx2, . , dxn) is a linear combination of E1,..., En with some differential forms as coefficients, say Xn k dx = θ Ek. (1.3) k=1 k k As before, we can write out θ explicitly as: θ = dx · Ek. (In the next chapter we shall Pn k 2 see that the “metric tensor” of a submanifold is given by k=1 (θ ) .) 1 2 Example 1.2. Find the covector fields θ and θ associated with the frame E1 = T and E2 = N in Example 1.1. Solution: We have r = (x, y) and dr = (dx, dy) = (dx, d(x2/2)) = (dx, xdx). Since 2 −1/2 2 −1/2 E1 = T = (1 + x ) (1, x) and E2 = N = (1 + x ) (−x, 1), 1 2 −1/2 2 1/2 θ = dr · E1 = (1 + x ) {(dx, xdx) · (1, x)} = (1 + x ) dx, and similarly θ2 = (1 + x2)−1/2{(dx, xdx) · (−x, 1)} = 0. (As we shall see, θ2 = 0 is expectable because E1 and E2 form a so-called Darboux frame for the parabola.) A moving frame E1, E2,..., En along a submanifold M, such as a curve or a surface, is called a Darboux frame for M if each Ek is either tangent to M or normal to M. The moving frame T, N in Example 1.1 is a Darboux frame along the parabola y = x2/2. For a general curve in R2 described by parametric equations x = x(t), y = y(t), we can get a Darboux frame as follows. First compute the velocity v ≡ (dx/dt, dy/dt). Let p v = |v| ≡ (dx/dt)2 + (dy/dt)2 and ds = v dt; (1.4) 3 (|v| is the magnitude of the velocity v, called the speed, and ds, called a line element of p the curve, is often written as ds = dx2 + dy2, which is rather problematic but good for mnemonic purpose). We normalize v to get a unit tangent field T = v/v; (here we tacitly assume that v 6= 0). Turning T 90o anticlockwisely, we get a unit normal vector N. In this way we obtain a Darboux frame along the curve consisting of E1 = T and E2 = N. Now equations (1.1) become dT = ωN and dN = −ωT. Here the connection form ω depends only on one variable, namely the parameter t. Hence it can be written in the form f dt, where f is a function with a single variable t. Recall the relation ds = vdt from (1.4). Let us assume that v 6= 0 so that we may rewrite this relation as dt = v−1ds. Thus we have ω = f dt = κ ds, where κ = v−1f. We call κ = κ(t) the curvature of the parametric curve at point (x(t), y(t)). In Example 1.1, we have v = (1, t) and ω = (1 + t2)−1dt (notice that x = t). Hence v = |v| = (1 + t2)1/2, which gives ds = vdt = (1 + t2)1/2dt. Consequently ω = (1 + t2)−3/2(1 + t2)1/2dt = (1 + t2)−3/2ds. Therefore the curvature of the parabola in that example is given by κ(t) = (1+t2)−3/2 at the point (t, t2/2).
Recommended publications
  • Extended Rectifying Curves As New Kind of Modified Darboux Vectors
    TWMS J. Pure Appl. Math., V.9, N.1, 2018, pp.18-31 EXTENDED RECTIFYING CURVES AS NEW KIND OF MODIFIED DARBOUX VECTORS Y. YAYLI1, I. GOK¨ 1, H.H. HACISALIHOGLU˘ 1 Abstract. Rectifying curves are defined as curves whose position vectors always lie in recti- fying plane. The centrode of a unit speed curve in E3 with nonzero constant curvature and non-constant torsion (or nonzero constant torsion and non-constant curvature) is a rectifying curve. In this paper, we give some relations between non-helical extended rectifying curves and their Darboux vector fields using any orthonormal frame along the curves. Furthermore, we give some special types of ruled surface. These surfaces are formed by choosing the base curve as one of the integral curves of Frenet vector fields and the director curve δ as the extended modified Darboux vector fields. Keywords: rectifying curve, centrodes, Darboux vector, conical geodesic curvature. AMS Subject Classification: 53A04, 53A05, 53C40, 53C42 1. Introduction From elementary differential geometry it is well known that at each point of a curve α, its planes spanned by fT;Ng, fT;Bg and fN; Bg are known as the osculating plane, the rectifying plane and the normal plane, respectively. A curve called twisted curve has non-zero curvature functions in the Euclidean 3-space. Rectifying curves are introduced by B. Y. Chen in [3] as space curves whose position vector always lies in its rectifying plane, spanned by the tangent and the binormal vector fields T and B of the curve. Accordingly, the position vector with respect to some chosen origin, of a rectifying curve α in E3, satisfies the equation α(s) = λ(s)T (s) + µ(s)B(s) for some functions λ(s) and µ(s): He proved that a twisted curve is congruent to a rectifying τ curve if and only if the ratio { is a non-constant linear function of arclength s: Subsequently Ilarslan and Nesovic generalized the rectifying curves in Euclidean 3-space to Euclidean 4-space [10].
    [Show full text]
  • Extension of the Darboux Frame Into Euclidean 4-Space and Its Invariants
    Turkish Journal of Mathematics Turk J Math (2017) 41: 1628 { 1639 http://journals.tubitak.gov.tr/math/ ⃝c TUB¨ ITAK_ Research Article doi:10.3906/mat-1604-56 Extension of the Darboux frame into Euclidean 4-space and its invariants Mustafa DULD¨ UL¨ 1;∗, Bahar UYAR DULD¨ UL¨ 2, Nuri KURUOGLU˘ 3, Ertu˘grul OZDAMAR¨ 4 1Department of Mathematics, Faculty of Science and Arts, Yıldız Technical University, Istanbul,_ Turkey 2Department of Mathematics Education, Faculty of Education, Yıldız Technical University, Istanbul,_ Turkey 3Department of Civil Engineering, Faculty of Engineering and Architecture, Geli¸simUniversity, Istanbul,_ Turkey 4Department of Mathematics, Faculty of Science and Arts, Uluda˘gUniversity, Bursa, Turkey Received: 13.04.2016 • Accepted/Published Online: 14.02.2017 • Final Version: 23.11.2017 Abstract: In this paper, by considering a Frenet curve lying on an oriented hypersurface, we extend the Darboux frame field into Euclidean 4-space E4 . Depending on the linear independency of the curvature vector with the hypersurface's normal, we obtain two cases for this extension. For each case, we obtain some geometrical meanings of new invariants along the curve on the hypersurface. We also give the relationships between the Frenet frame curvatures and Darboux frame curvatures in E4 . Finally, we compute the expressions of the new invariants of a Frenet curve lying on an implicit hypersurface. Key words: Curves on hypersurface, Darboux frame field, curvatures 1. Introduction In differential geometry, frame fields constitute an important tool while studying curves and surfaces. The most familiar frame fields are the Frenet{Serret frame along a space curve, and the Darboux frame along a surface curve.
    [Show full text]
  • On the Patterns of Principal Curvature Lines Around a Curve of Umbilic Points
    Anais da Academia Brasileira de Ciências (2005) 77(1): 13–24 (Annals of the Brazilian Academy of Sciences) ISSN 0001-3765 www.scielo.br/aabc On the Patterns of Principal Curvature Lines around a Curve of Umbilic Points RONALDO GARCIA1 and JORGE SOTOMAYOR2 1Instituto de Matemática e Estatística, Universidade Federal de Goiás Caixa Postal 131 – 74001-970 Goiânia, GO, Brasil 2Instituto de Matemática e Estatística, Universidade de São Paulo Rua do Matão 1010, Cidade Universitária, 05508-090 São Paulo, SP, Brasil Manuscript received on June 15, 2004; accepted for publication on October 10, 2004; contributed by Jorge Sotomayor* ABSTRACT In this paper is studied the behavior of principal curvature lines near a curve of umbilic points of a smooth surface. Key words: Umbilic point, principal curvature lines, principal cycles. 1 INTRODUCTION The study of umbilic points on surfaces and the patterns of principal curvature lines around them has attracted the attention of generation of mathematicians among whom can be named Monge, Darboux and Carathéodory. One aspect – concerning isolated umbilics – of the contributions of these authors, departing from Darboux (Darboux 1896), has been elaborated and extended in several directions by Garcia, Sotomayor and Gutierrez, among others. See (Gutierrez and Sotomayor, 1982, 1991, 1998), (Garcia and Sotomayor, 1997, 2000) and (Garcia et al. 2000, 2004) where additional references can be found. In (Carathéodory 1935) Carathéodory mentioned the interest of non isolated umbilics in generic surfaces pertinent to Geometric Optics. In a remarkably concise study he established that any local analytic regular arc of curve in R3 is a curve of umbilic points of a piece of analytic surface.
    [Show full text]
  • Moving Parseval Frames for Vector Bundles
    Houston Journal of Mathematics c 2014 University of Houston Volume 40, No. 3, 2014 MOVING PARSEVAL FRAMES FOR VECTOR BUNDLES D. FREEMAN, D. POORE, A. R. WEI, AND M. WYSE Communicated by Vern I. Paulsen Abstract. Parseval frames can be thought of as redundant or linearly de- pendent coordinate systems for Hilbert spaces, and have important appli- cations in such areas as signal processing, data compression, and sampling theory. We extend the notion of a Parseval frame for a fixed Hilbert space to that of a moving Parseval frame for a vector bundle over a manifold. Many vector bundles do not have a moving basis, but in contrast to this every vector bundle over a paracompact manifold has a moving Parseval frame. We prove that a sequence of sections of a vector bundle is a moving Parseval frame if and only if the sections are the orthogonal projection of a moving orthonormal basis for a larger vector bundle. In the case that our vector bundle is the tangent bundle of a Riemannian manifold, we prove that a sequence of vector fields is a Parseval frame for the tangent bundle of a Riemannian manifold if and only if the vector fields are the orthogonal projection of a moving orthonormal basis for the tangent bundle of a larger Riemannian manifold. 1. Introduction Frames for Hilbert spaces are essentially redundant coordinate systems. That is, every vector can be represented as a series of scaled frame vectors, but the series is not unique. Though this redundancy is not necessary in a coordinate system, it can actually be very useful.
    [Show full text]
  • On Jacobi Fields and Canonical Connection in Sub-Riemannian
    On Jacobi fields and a canonical connection in sub-Riemannian geometry Davide Barilari♭ and Luca Rizzi♯ Abstract. In sub-Riemannian geometry the coefficients of the Jacobi equa- tion define curvature-like invariants. We show that these coefficients can be interpreted as the curvature of a canonical Ehresmann connection associated to the metric, first introduced in [15]. We show why this connection is naturally nonlinear, and we discuss some of its properties. Contents 1. Introduction 1 2. Jacobi equation revisited 3 3. The Riemannian case 4 4. The sub-Riemannian case 4 5. Ehresmanncurvatureandcurvatureoperator 9 Appendix A. Normal condition for the canonical frame 12 1. Introduction A key tool for comparison theorems in Riemannian geometry is the Jacobi equation, i.e. the differential equation satisfied by Jacobi fields. Assume γε is a one-parameter family of geodesics on a Riemannian manifold (M,g) satisfying k k i j (1)γ ¨ε +Γij (γε)γ ˙ εγ˙ε =0. ∂ The corresponding Jacobi field J = ∂ε ε=0 γε is a vector field defined along γ = γ0, and satisfies the equation ∂Γk (2) J¨k + 2Γk J˙iγ˙ j + ij J ℓγ˙ iγ˙ j =0. ij ∂xℓ The Riemannian curvature is hidden in the coefficients of this equation. To make arXiv:1506.01827v3 [math.DG] 28 Mar 2017 it appear explicitly, however, one has to write (2) in terms of a parallel transported n frame X1(t),...,Xn(t) along γ(t). Letting J(t) = i=1 Ji(t)Xi(t) one gets the following normal form: P (3) J¨i + Rij (t)Jj =0.
    [Show full text]
  • Chapter 2: Minkowski Spacetime
    Chapter 2 Minkowski spacetime 2.1 Events An event is some occurrence which takes place at some instant in time at some particular point in space. Your birth was an event. JFK's assassination was an event. Each downbeat of a butterfly’s wingtip is an event. Every collision between air molecules is an event. Snap your fingers right now | that was an event. The set of all possible events is called spacetime. A point particle, or any stable object of negligible size, will follow some trajectory through spacetime which is called the worldline of the object. The set of all spacetime trajectories of the points comprising an extended object will fill some region of spacetime which is called the worldvolume of the object. 2.2 Reference frames w 1 w 2 w 3 w 4 To label points in space, it is convenient to introduce spatial coordinates so that every point is uniquely associ- ated with some triplet of numbers (x1; x2; x3). Similarly, to label events in spacetime, it is convenient to introduce spacetime coordinates so that every event is uniquely t associated with a set of four numbers. The resulting spacetime coordinate system is called a reference frame . Particularly convenient are inertial reference frames, in which coordinates have the form (t; x1; x2; x3) (where the superscripts here are coordinate labels, not powers). The set of events in which x1, x2, and x3 have arbi- x 1 trary fixed (real) values while t ranges from −∞ to +1 represent the worldline of a particle, or hypothetical ob- x 2 server, which is subject to no external forces and is at Figure 2.1: An inertial reference frame.
    [Show full text]
  • The Light Cone and the Conformal Sphere: Differential Invariants And
    Light cone and conformal sphere The Light Cone and the Conformal Sphere: Differential Invariants and their Relations Theresa C. Anderson April, 2010 Theresa C. Anderson The Light Cone and the Conformal Sphere: Differential Invariants and their Relations Light cone and conformal sphere Motivation: The recent concept of the group-based moving frame as an equivariant map, introduced by Fels and Olver, has been a useful aid in the quest for differential invariants. The moving frame is used to construct the Maurer-Cartan matrix K; which according to a theorem of Hubert, contains all generators for the differential invariants of a curve. Here we employ the normalization technique of Fels and Olver to construct group-based moving frames for the light cone and the conformal 2-sphere, and we use the moving frame to find the differential invariants. Theresa C. Anderson The Light Cone and the Conformal Sphere: Differential Invariants and their Relations Euclidean space admits a natural action from the Euclidean group, the group of rigid transformations (rotations and translations). Light cone and conformal sphere We first recall the following definition and theorem: A classical moving frame on a n-manifold is a set of n vectors along a curve which is invariant under an action by the group (such as a rigid motion in the Euclidean case). Theresa C. Anderson The Light Cone and the Conformal Sphere: Differential Invariants and their Relations Light cone and conformal sphere We first recall the following definition and theorem: A classical moving frame on a n-manifold is a set of n vectors along a curve which is invariant under an action by the group (such as a rigid motion in the Euclidean case).
    [Show full text]
  • A New Method for Finding the Shape Operator of a Hypersurface in Euclidean 4-Space
    Filomat 32:17 (2018), 5827–5836 Published by Faculty of Sciences and Mathematics, https://doi.org/10.2298/FIL1817827U University of Nis,ˇ Serbia Available at: http://www.pmf.ni.ac.rs/filomat A New Method for Finding the Shape Operator of a Hypersurface in Euclidean 4-Space Bahar Uyar D ¨uld¨ula aYıldız Technical University, Education Faculty, Department of Mathematics and Science Education, Istanbul,˙ Turkey Abstract. In this paper, by taking a Frenet curve lying on a parametric or implicit hypersurface and using the extended Darboux frame field of this curve, we give a new method for calculating the shape operator’s matrix of the hypersurface depending on the extended Darboux frame curvatures. This new method enables us to obtain the Gaussian and mean curvatures of the hypersurface depending on the geodesic torsions of the curve and the normal curvatures of the hypersurface. 1. Introduction In differential geometry, the shape of a geometric object (curve, surface, etc.) has always been a point of interest. In Euclidean space, along a space curve we have only one direction to move. This direction is determined by the tangent vector of the curve. The curvature of the curve measures the rate of change of its tangent vector, and together with the torsion of the curve they give us some information to its shape. However, along a surface we have different directions to move. These directions constitute a plane at a point, called the tangent plane of the surface at that point. When we move along a given direction, the tangent plane and thereby the normal vector of this plane, that is, the unit normal vector of the surface will change its direction except for some special cases.
    [Show full text]
  • Moving Frames
    Moving Frames Peter J. Olver University of Minnesota http://www.math.umn.edu/ ∼ olver Benasque, September 2009 History of Moving Frames Classical contributions: M. Bartels (∼1800), J. Serret, J. Fr´enet, G. Darboux, ´ E. Cotton, El´ ie Cartan Modern developments: (1970’s) S.S. Chern, M. Green, P. Griffiths, G. Jensen, T. Ivey, J. Landsberg, . The equivariant approach: (1997 – ) PJO, M. Fels, G. Mar´ı–Beffa, I. Kogan, J. Cheh, J. Pohjanpelto, P. Kim, M. Boutin, D. Lewis, E. Mansfield, E. Hubert, E. Shemyakova, O. Morozov, R. McLenaghan, R. Smirnov, J. Yue, A. Nikitin, J. Patera, P. Vassiliou, . Moving Frame — Space Curves t b tangent normal binormal dz d2z n t = n = b = t × n ds ds2 s — arc length Fr´enet–Serret equations dt dn db = κ n = − κ t + τ b = − τ n ds ds ds κ — curvature τ — torsion Moving Frame — Space Curves t b tangent normal binormal dz d2z n t = n = b = t × n ds ds2 s — arc length z Fr´enet–Serret equations dt dn db = κ n = − κ t + τ b = − τ n ds ds ds κ — curvature τ — torsion “I did not quite understand how he [Cartan] does this in general, though in the examples he gives the procedure is clear.” “Nevertheless, I must admit I found the book, like most of Cartan’s papers, hard reading.” — Hermann Weyl “Cartan on groups and differential geometry” Bull. Amer. Math. Soc. 44 (1938) 598–601 Applications of Moving Frames • Differential geometry • Equivalence • Symmetry • Differential invariants • Rigidity • Identities and syzygies • Joint invariants and semi-differential invariants • Invariant differential forms and tensors • Integral invariants • Classical invariant theory • Computer vision ◦ object recognition ◦ symmetry detection • Invariant variational problems • Invariant numerical methods • Mechanics, including DNA • Poisson geometry & solitons • Killing tensors in relativity • Invariants of Lie algebras in quantum mechanics • Control theory • Lie pseudo-groups The Basic Equivalence Problem M — smooth m-dimensional manifold.
    [Show full text]
  • Moving Frames Astérisque, Tome S131 (1985), P
    Astérisque SHIING-SHEN CHERN Moving frames Astérisque, tome S131 (1985), p. 67-77 <http://www.numdam.org/item?id=AST_1985__S131__67_0> © Société mathématique de France, 1985, tous droits réservés. L’accès aux archives de la collection « Astérisque » (http://smf4.emath.fr/ Publications/Asterisque/) implique l’accord avec les conditions générales d’uti- lisation (http://www.numdam.org/conditions). Toute utilisation commerciale ou impression systématique est constitutive d’une infraction pénale. Toute copie ou impression de ce fichier doit contenir la présente mention de copyright. Article numérisé dans le cadre du programme Numérisation de documents anciens mathématiques http://www.numdam.org/ Société Mathématique de France Astérisque, hors série, 1985, p. 67-77 MOVING FRAMES BY Shiing-shen CHERN1 Introduction The method of moving frames has a long history. It is at the heart of kinematics and its conscious application to differential geometry could be traced back at least to SERRET and FRENET2. In his famous "Leçons sur la théorie des surfaces," based on lectures at the Sorbonne 1882-1885, DAR- BOUX had the revolutionary idea using frames depending on two parameters and integrability conditions turn up. DARBOUX'S method was generalized to arbitrary Lie groups by Emile COTTON [14] for the search of differen­ tial invariants, whose work should be considered a forerunner of the general method of moving frames. CARTAN'S first paper on moving frames was published in 1910 [7]. He im­ mediately observed that DARBOUX'S partial derivatives should be combined into the "Maurer-Cartan forms" and DARBOUX'S integrability conditions are essentially the Maurer-Cartan equations. This extends the method to the case where the ambient space is acted on by any Lie group and, more generally, by an infinite pseudogroup in CARTAN'S sense, such as the pseu- dogroup of all complex analytic automorphisms in n variables.
    [Show full text]
  • Modern Developments in the Theory and Applications of Moving Frames
    London Mathematical Society Impact150 Stories 1 (2015) 14{50 C 2015 Author(s) doi:10.1112/l150lms/l.0001 e Modern Developments in the Theory and Applications of Moving Frames Peter J. Olver Abstract This article surveys recent advances in the equivariant approach to the method of moving frames, concentrating on finite-dimensional Lie group actions. A sampling from the many current applications | to geometry, invariant theory, and image processing | will be presented. 1. Introduction. According to Akivis, [2], the method of rep`eresmobiles, which was translated into English as moving framesy, can be traced back to the moving trihedrons introduced by the Estonian mathematician Martin Bartels (1769{1836), a teacher of both Gauß and Lobachevsky. The apotheosis of the classical development can be found in the seminal advances of Elie´ Cartan, [25, 26], who forged earlier contributions by Frenet, Serret, Darboux, Cotton, and others into a powerful tool for analyzing the geometric properties of submanifolds and their invariants under the action of transformation groups. An excellent English language treatment of the Cartan approach can be found in the book by Guggenheimer, [49]. The 1970's saw the first attempts, cf. [29, 45, 46, 64], to place Cartan's constructions on a firm theoretical foundation. However, the method remained constrained within classical geometries and homogeneous spaces, e.g. Euclidean, equi-affine, or projective, [35]. In the late 1990's, I began to investigate how moving frames and all their remarkable consequences might be adapted to more general, non-geometrically-based group actions that arise in a broad range of applications.
    [Show full text]
  • Moving Frame Equations in Three Dimensional General Inner Product Space
    Archive of SID Moving Frame Equations in Three Dimensional General Inner Product Space Ali Parsian Department of Mathematics, Tafresh University, Tafresh, Iran. [email protected] Abstract In this paper, we are going to generalize the Frenet-Serret formulas for the moving frames in three dimensional space 푅3, in the case that the space admits the general form of inner product. Keywords: Covariant derivative, Moving frame, Vector field. www.SID.ir Archive of SID Preliminaries Vectors are used widely in physics and engineering to describe forces, velocities, angular momentum, and many other concepts. To obtain a definition that is both practical and precise, we shall describe an “arrow” in 푅3 by giving its starting point 푝 and the change, or vector 푣, necessary to reach its end point 푝 + 푣. Strictly speaking, 푣 is just a point of 푅3. A tangent 3 3 vector 푣푝 to 푅 consists of two points of 푅 : its vector part 푣 and its point of application 푝. A vector field 푉 on 푅3 is a map that assigns to each point 푝 of 푅3 a tangent vector 푉(푝) to 푅3 at 푝. There is a natural algebra of vector fields. At each point 푝, the values 푉(푝) and 푊(푝) are 3 in the same vector space, the tangent space 푇푝푅 , consequently, the formula for the addition is thus the same as for addition of maps, (푉 + 푊)(푝) = 푉(푝) + 푊(푝) or all 푝 ∈ 푅3. If 푓 is a real-valued map on 푅3 and 푉 is a vector field on 푅3, then 푓푉 is defined to be the vector field on 푅3 such that (푓푉)(푝) = 푓(푝)푉(푝) for all 푝 ∈ 푅3.
    [Show full text]