Dierential Geometry Curves and surfaces Local properties Geometric foundations (critical for visual modeling and computing) Quantitative analysis Algo

Size: px
Start display at page:

Download "Dierential Geometry Curves and surfaces Local properties Geometric foundations (critical for visual modeling and computing) Quantitative analysis Algo"

Transcription

1 Dierential Geometry Curves and surfaces Local properties Geometric foundations (critical for visual modeling and computing) Quantitative analysis Algorithm development Shape control and interrogation

2 Curves Implicit forms (planar or spatial) f(x y) = 0 ( f1 (x y z) = 0 f 2 (x y z) = 0 Parametric representation c(u) = x(u) y(u) z(u) where u 2 [a b] x y z are dierentiable functions Regular parameterization c u (u) 6= 0 Its geometric meaning Reparameterization v = v(u)

3 where v is a dierentiable function, and regular Inverse: u = u(v) v u (u) 6= 0 In particular, let l(u) = Z u a jc u (u)jdu Reparameterization c u (u)du = dc dv dc du = dv du dv dv = c v(u(v))dv Arc length parameterization: l(u) { independent of any regular reparameterization { an invariant parameter Arc length of the curve l(b) = Z b a jc u (u)jdu Arc element of the curve dl = jc u (u)jdu

4 Arc Length More intuitive way (chord length) where u > 0 u i = a + iu l = X i jc(u i+1) ; c(u i )j = X i j c i u ju In the limit, chord length converges to arc length Arc length is a theory-oriented concept! Approximation using chord length is necessary

5 Frenet Frame Local coordinate system Local curve properties Assumption: all derivatives DO exist Taylor expansion of c(u + t) at c(u) c(u + u) = c(u) + c u (u)u +c uu (u) 1 2 (u)2 + c uuu (u) 1 6 (u)3 + :::+ ::: Local coordinate system (c u c uu c uuu ) Coordinates u + ::: 1 2 (u)2 + ::: 1 6 (u)3 + ::: 3 7 5

6 The above system is NOT orthogonal system Frenet frame from orthonormalization Frenet frame (t m b) { tangent vector: t { main normal vector: m { binormal vector: b Spatially varying orientation Osculating plane o Osculating plane equation t = c u jc u j m = b t b = c u c uu jc u c uu j (c(u) t m) (p ; c(u)) (c u (u) c uu (u)) = 0

7 Other properties let det(p ; c(u) c u c uu ) = 0 o(u v) = c(u) + uc u (u) + vc uu (u) so d = (c u c u )c uu ; (c u c uu )c u m = d jdj b is the normal vector of the plane

8 Arc Length c (u) c(u) c(a) c(b)

9 Frenet Frame b m c c t c

10 Moving the Frame The frame variation characterizes the curve's behavior Assume 0 : arc-length parameterization Basic properties c 0 c 0 = 1 c 0 c 00 = 0 Unit speed traversal Tangent vector is perpendicular to the second-order derivative vector Frenet-Serret formulas where t0 = +m m0 = ;t + b b0 = ; m

11 is curvature is torsion Curvature computation Torsion computation = (l) = jc 00 j = (u) = jc u c uu j jc u j 3 = (l) = 1 2 det(c0 c 00 c 000 ) = (u) = det(c u c uu c uuu ) jc u c uu j 2 Geometric meaning of Frenet-Serret Formulas

12 Curvature, Torsion Let be the angle (in radians) between t(l) and t(l + l) = lim l!0 is the angular velocity of t l = d dl Let be the angle (in radians) between b(l) and b(l + l) = ; lim l!0 l = d dl ; measure the angular velocity of b Properties { parameterization-independent { Euclidean invariant { independent of rigid-body motion Osculating circle p = c + m

13 where = 1 Radius of curvature This circle lies in the osculating plane (o t m) For rational Bezier curve of degree n, the curvature and torsion at the end point p 0 can be computed = n ; 1 n w 0 w 2 w 2 1 b a 2 = n ; 2 w 0 w 3 c n w 1 w 2 ab (refer to the gure for a b c) Compute the curvature and torsion at any point of Bezier curve An equivalent way = 2 n ; 1 n w 0 w 2 w 1 area(p 0 p 1 p 2 ) dist 3 (p 0 p 1 )

14 = 3 n ; 2w 0 w 3 volume(p 0 p 1 p 2 p 3 ) 2 n w 1 w 2 area 2 (p 0 p 1 p 2 ) Generalize to higher-order curvature of d-dimensional curves

15 Other Topics Continuity for Composite curves Necessary and Sucient conditions Tangent continuous Osculating plane continuous Torsion continuous Higher-order geometric continuity Generalization to Higher-dimension curve { d ; 1 geometric invariants for d-dimensional curves

16 From Theory to Practice Nice theoretical results!!! But, how about polygonal models Optimal and fast estimation for dierential quantities for polygonal models Ecient algorithm Curvature and torsion computation Recursive subdivision models Error bound analysis

17 Parametric Surfaces Surface mathematics f(x y z) = 0 s(u v) = where (u v) 2 [a 1 a 2 ] [b 1 b 2 ] x(u v) y(u v) z(u v) Regular parameterization (normal vectors are dened everywhere) s u s v 6= 0 Reparameterization will not change the surface shape A curve on the surface s(u(t) v(t)) where (u(t) v(t)) 2 [a 1 a 2 ] [b 1 b 2 ]

18 Basic features (rst-order) { curve arc { surface area

19 Curve Arc Curve derivative Arc element where ds dt = s t(u(t) v(t)) = s u u t + s v v t dl 2 = (dl) 2 = js t j 2 dt 2 = (s 2 uu 2 t + 2s u s v u t v t + s 2 vv 2 t )dt 2 dl 2 = Edu 2 + 2Fdudv+ Gdv 2 E = E(u v) = s u s u F = F (u v) = s u s v G = G(u v) = s v s v The squared arc element: rst fundamental form Invariant for curve parameterization

20 Arc length of the (surface) curve Z t t0 js t (u(t) v(t))jdt = Z t t0 q Eu 2 t + 2Fu t v t + Gv 2 t dt

21 Surface Area Area element da = js u du s v dvj = js u s v jdudv Vector-computation review ja bj 2 = a 2 b 2 ; (a b) 2 q js u s v j = EG ; F 2 Surface area A = Z Z q EG ; F 2 dudv u-isoparametric and v-isoparametric lines are orthogonal, when F = 0

22 Coordinate System Local frame for every point on the surface s u and s v dene the tangent plane Tangent plane equation (implicit) (p ; s(u v)) (s u s v ) = 0 det(p ; s s u s v ) = 0 Parametric equation Surface normal p(u v) = s + us u + vs v n = s u s v D Local coordinate system (every point) (s u s v n)

23 Second-Order Properties Curvature of a surface curve Surface curvature

24 Curve Curvature The surface curve (arc-length parameterization) s(u(l) v(l)) Assume 0 : arc-length derivative Curve curvature Radius of curvature t = s 0 = ds dl u 0 = du dl v 0 = dv dl t 0 = m = 1

25 Formulate the (curve) curvature in surface terms t 0 = s 00 = s uu (u 0 ) 2 + 2s uv u 0 v 0 + s vv (v 0 ) 2 + s u u 00 + s v v 00 Let be the angle between m and n note furthermore, New abbreviations t 0 n = cos cos = ns uu (u 0 ) 2 + 2ns uv u 0 v 0 + ns vv (v 0 ) 2 ns u = ns v = 0 n u s u + ns uu = 0 L = L(u v) = ;s u n u = ns uu M = M(u v) = ; 1 2 (s un v + s v n u ) = ns uv Second fundamental form N = N(u v) = ;s v n v = ns vv cos dl 2 = Ldu 2 + 2Mdudv + Ndv 2

26 Curvature computation { curve tangent (from du=dv) { curve normal (from ) { rst fundamental form { second fundamental form Curve curvature depends on and t only

27 Normal Curvature If = 0 m = n (Curve) osculating plane perpendicular to (surface) tangent plane Normal curvature of the surface in the direction of t note t is dened by du=dv Formulation 0 0 = 0 (s t) = 1 = 2ndfundamentalform 1stf undamentalf orm Radius of curvature = 0 cos Geometric meaning (interpretation)

28 All osculating circles at s for surface curves with the same tangent t form a sphere This sphere and the surface have a common tangent plane The radius of the sphere is 0 It is sucient to only investigate curves with m = n Normal sections (intersection of the surface with a plane containing n) Normal sections are planar

29 Lines of Curvature Normal curvature (Surface normal is on the osculating plane) m = n where = L + 2M+ N2 E + 2F+ G 2 = dv du = tan() One special case { is independent of { umbilical points L : M : N = E : F : G General case: is a function of Two extreme values can be found 1 2

30 The quantities 1 and 2 dene two directions in the (u,v) plane The corresponding directions in the tangent plane are called principal directions Lines with these directions are called lines of curvature Useful for surface parameterization F = 0 M = 0 Example: lines of curvature on a torus!

31 Principal Curvature Principal curvatures (two extreme values) Gaussian curvature Mean curvature 1 2 K = = LN ; M 2 EG ; F 2 H = 1 2 ( ) = NE ; 2MF + LG EG ; F 2 Shape (point, region) classication { elliptic points (regions), when K > 0 (e.g. ellipsoid) { hyperbolic points (regions), when K < 0

32 (e.g. hyperboloid) { parabolic points (regions), when either 1 = 0 or 2 (e.g. cylinder) { at points (regions), when K = 0 and H = 0 (e.g. plane) Another important result (due to Gauss) { K is determined by E,F, and G and their derivatives! { K does not change if surface deformation does NO change any length measurement! Developable surface: K = 0 Sphere points are umbilical, both Gaussian and mean curvatures are constant

33 Euler's Theorem Normal curvatures are NOT independent of each other For simplicity, assume isoparametric curves are lines of curvature F = 0 M = 0 1 = L E 2 = N G () = L + N2 E + G 2 = E 1 E + G 2 + G 2 2 E + G 2 Geometric meaning: is the angle between s u s t = s u u t + s v v t cos = s ts u and js t jjs u j

34 where = (dv=dt)=(du=dt) sin = s ts v js t jjs v j = 1 cos sin 2

35 Other Concepts Dupin's indicatrix Asymptotic lines Conjugate direction Dierential analysis for { ruled surfaces { developable surfaces Continuity for composite surfaces Curvature continuous Tangent plane continuous

36 Applications Basic components { tangent, curvature, torsion { arc-length, normal curvature { continuity { much more!!! Scientic and engineering tools { analysis { synthesis Shape classication Shape quality Shape interrogation (inspection) Shape manipulation and control Example: curvature plot!

37 Polyhedron-based objects Subdivision-based objects Constructive (procedural) objects Volumetric objects Algorithm { precision { eciency { robustness { error tolerance { generality

3.1 Classic Differential Geometry

3.1 Classic Differential Geometry Spring 2015 CSCI 599: Digital Geometry Processing 3.1 Classic Differential Geometry Hao Li http://cs599.hao-li.com 1 Spring 2014 CSCI 599: Digital Geometry Processing 3.1 Classic Differential Geometry

More information

Gaussian and Mean Curvatures

Gaussian and Mean Curvatures Gaussian and Mean Curvatures (Com S 477/577 Notes) Yan-Bin Jia Oct 31, 2017 We have learned that the two principal curvatures (and vectors) determine the local shape of a point on a surface. One characterizes

More information

Exercise: concepts from chapter 3

Exercise: concepts from chapter 3 Reading:, Ch 3 1) The natural representation of a curve, c = c(s), satisfies the condition dc/ds = 1, where s is the natural parameter for the curve. a) Describe in words and a sketch what this condition

More information

Geometric Modelling Summer 2016

Geometric Modelling Summer 2016 Geometric Modelling Summer 2016 Exercises Benjamin Karer M.Sc. http://gfx.uni-kl.de/~gm Benjamin Karer M.Sc. Geometric Modelling Summer 2016 1 Dierential Geometry Benjamin Karer M.Sc. Geometric Modelling

More information

9.1 Mean and Gaussian Curvatures of Surfaces

9.1 Mean and Gaussian Curvatures of Surfaces Chapter 9 Gauss Map II 9.1 Mean and Gaussian Curvatures of Surfaces in R 3 We ll assume that the curves are in R 3 unless otherwise noted. We start off by quoting the following useful theorem about self

More information

CS Tutorial 5 - Differential Geometry I - Surfaces

CS Tutorial 5 - Differential Geometry I - Surfaces 236861 Numerical Geometry of Images Tutorial 5 Differential Geometry II Surfaces c 2009 Parameterized surfaces A parameterized surface X : U R 2 R 3 a differentiable map 1 X from an open set U R 2 to R

More information

Final Exam Topic Outline

Final Exam Topic Outline Math 442 - Differential Geometry of Curves and Surfaces Final Exam Topic Outline 30th November 2010 David Dumas Note: There is no guarantee that this outline is exhaustive, though I have tried to include

More information

SELECTED SAMPLE FINAL EXAM SOLUTIONS - MATH 5378, SPRING 2013

SELECTED SAMPLE FINAL EXAM SOLUTIONS - MATH 5378, SPRING 2013 SELECTED SAMPLE FINAL EXAM SOLUTIONS - MATH 5378, SPRING 03 Problem (). This problem is perhaps too hard for an actual exam, but very instructional, and simpler problems using these ideas will be on the

More information

Lectures 18: Gauss's Remarkable Theorem II. Table of contents

Lectures 18: Gauss's Remarkable Theorem II. Table of contents Math 348 Fall 27 Lectures 8: Gauss's Remarkable Theorem II Disclaimer. As we have a textbook, this lecture note is for guidance and supplement only. It should not be relied on when preparing for exams.

More information

CHAPTER 3. Gauss map. In this chapter we will study the Gauss map of surfaces in R 3.

CHAPTER 3. Gauss map. In this chapter we will study the Gauss map of surfaces in R 3. CHAPTER 3 Gauss map In this chapter we will study the Gauss map of surfaces in R 3. 3.1. Surfaces in R 3 Let S R 3 be a submanifold of dimension 2. Let {U i, ϕ i } be a DS on S. For any p U i we have a

More information

Section Arclength and Curvature. (1) Arclength, (2) Parameterizing Curves by Arclength, (3) Curvature, (4) Osculating and Normal Planes.

Section Arclength and Curvature. (1) Arclength, (2) Parameterizing Curves by Arclength, (3) Curvature, (4) Osculating and Normal Planes. Section 10.3 Arclength and Curvature (1) Arclength, (2) Parameterizing Curves by Arclength, (3) Curvature, (4) Osculating and Normal Planes. MATH 127 (Section 10.3) Arclength and Curvature The University

More information

Topics. CS Advanced Computer Graphics. Differential Geometry Basics. James F. O Brien. Vector and Tensor Fields.

Topics. CS Advanced Computer Graphics. Differential Geometry Basics. James F. O Brien. Vector and Tensor Fields. CS 94-3 Advanced Computer Graphics Differential Geometry Basics James F. O Brien Associate Professor U.C. Berkeley Topics Vector and Tensor Fields Divergence, curl, etc. Parametric Curves Tangents, curvature,

More information

Index. Bertrand mate, 89 bijection, 48 bitangent, 69 Bolyai, 339 Bonnet s Formula, 283 bounded, 48

Index. Bertrand mate, 89 bijection, 48 bitangent, 69 Bolyai, 339 Bonnet s Formula, 283 bounded, 48 Index acceleration, 14, 76, 355 centripetal, 27 tangential, 27 algebraic geometry, vii analytic, 44 angle at a corner, 21 on a regular surface, 170 angle excess, 337 angle of parallelism, 344 angular velocity,

More information

MATH 332: Vector Analysis Summer 2005 Homework

MATH 332: Vector Analysis Summer 2005 Homework MATH 332, (Vector Analysis), Summer 2005: Homework 1 Instructor: Ivan Avramidi MATH 332: Vector Analysis Summer 2005 Homework Set 1. (Scalar Product, Equation of a Plane, Vector Product) Sections: 1.9,

More information

DIFFERENTIAL GEOMETRY HW 4. Show that a catenoid and helicoid are locally isometric.

DIFFERENTIAL GEOMETRY HW 4. Show that a catenoid and helicoid are locally isometric. DIFFERENTIAL GEOMETRY HW 4 CLAY SHONKWILER Show that a catenoid and helicoid are locally isometric. 3 Proof. Let X(u, v) = (a cosh v cos u, a cosh v sin u, av) be the parametrization of the catenoid and

More information

M435: INTRODUCTION TO DIFFERENTIAL GEOMETRY

M435: INTRODUCTION TO DIFFERENTIAL GEOMETRY M435: INTODUCTION TO DIFFNTIAL GOMTY MAK POWLL Contents 7. The Gauss-Bonnet Theorem 1 7.1. Statement of local Gauss-Bonnet theorem 1 7.2. Area of geodesic triangles 2 7.3. Special case of the plane 2 7.4.

More information

Chapter 14. Basics of The Differential Geometry of Surfaces. Introduction. Parameterized Surfaces. The First... Home Page. Title Page.

Chapter 14. Basics of The Differential Geometry of Surfaces. Introduction. Parameterized Surfaces. The First... Home Page. Title Page. Chapter 14 Basics of The Differential Geometry of Surfaces Page 649 of 681 14.1. Almost all of the material presented in this chapter is based on lectures given by Eugenio Calabi in an upper undergraduate

More information

A PROOF OF THE GAUSS-BONNET THEOREM. Contents. 1. Introduction. 2. Regular Surfaces

A PROOF OF THE GAUSS-BONNET THEOREM. Contents. 1. Introduction. 2. Regular Surfaces A PROOF OF THE GAUSS-BONNET THEOREM AARON HALPER Abstract. In this paper I will provide a proof of the Gauss-Bonnet Theorem. I will start by briefly explaining regular surfaces and move on to the first

More information

1 The Differential Geometry of Surfaces

1 The Differential Geometry of Surfaces 1 The Differential Geometry of Surfaces Three-dimensional objects are bounded by surfaces. This section reviews some of the basic definitions and concepts relating to the geometry of smooth surfaces. 1.1

More information

Part IB. Geometry. Year

Part IB. Geometry. Year Part IB Year 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2004 2003 2002 2001 2017 17 Paper 1, Section I 3G Give the definition for the area of a hyperbolic triangle with interior angles

More information

Hyperbolic Geometry on Geometric Surfaces

Hyperbolic Geometry on Geometric Surfaces Mathematics Seminar, 15 September 2010 Outline Introduction Hyperbolic geometry Abstract surfaces The hemisphere model as a geometric surface The Poincaré disk model as a geometric surface Conclusion Introduction

More information

Differential Geometry of Curves

Differential Geometry of Curves Differential Geometry of Curves Cartesian coordinate system René Descartes (1596-165) (lat. Renatus Cartesius) French philosopher, mathematician, and scientist. Rationalism y Ego cogito, ergo sum (I think,

More information

Math 461 Homework 8. Paul Hacking. November 27, 2018

Math 461 Homework 8. Paul Hacking. November 27, 2018 Math 461 Homework 8 Paul Hacking November 27, 2018 (1) Let S 2 = {(x, y, z) x 2 + y 2 + z 2 = 1} R 3 be the sphere with center the origin and radius 1. Let N = (0, 0, 1) S 2 be the north pole. Let F :

More information

Curves. Contents. 1 Introduction 3

Curves. Contents. 1 Introduction 3 Curves Danilo Magistrali and M. Eugenia Rosado María Departamento de Matemática Aplicada Escuela Técnica Superior de Arquitectura, UPM Avda. Juan de Herrera 4, 8040-Madrid, Spain e-mail: danilo.magistrali@upm.es

More information

Geodesics: Minimizing Distance on a Surface

Geodesics: Minimizing Distance on a Surface Geodesics: Minimizing Distance on a Surface Seth Donahue 5/13/13 Abstract Geodesics use the principles of differential geometry. The system of differential equations and the analysis of these will be done

More information

GEOMETRY HW Consider the parametrized surface (Enneper s surface)

GEOMETRY HW Consider the parametrized surface (Enneper s surface) GEOMETRY HW 4 CLAY SHONKWILER 3.3.5 Consider the parametrized surface (Enneper s surface φ(u, v (x u3 3 + uv2, v v3 3 + vu2, u 2 v 2 show that (a The coefficients of the first fundamental form are E G

More information

Intrinsic Surface Geometry

Intrinsic Surface Geometry Chapter 7 Intrinsic Surface Geometry The second fundamental form of a regular surface M R 3 helps to describe precisely how M sits inside the Euclidean space R 3. The first fundamental form of M, on the

More information

Introduction to Algebraic and Geometric Topology Week 14

Introduction to Algebraic and Geometric Topology Week 14 Introduction to Algebraic and Geometric Topology Week 14 Domingo Toledo University of Utah Fall 2016 Computations in coordinates I Recall smooth surface S = {f (x, y, z) =0} R 3, I rf 6= 0 on S, I Chart

More information

Geometry of Curves and Surfaces

Geometry of Curves and Surfaces Geometry of Curves and Surfaces Weiyi Zhang Mathematics Institute, University of Warwick September 18, 2014 2 Contents 1 Curves 5 1.1 Course description........................ 5 1.1.1 A bit preparation:

More information

Math Vector Calculus II

Math Vector Calculus II Math 255 - Vector Calculus II Review Notes Vectors We assume the reader is familiar with all the basic concepts regarding vectors and vector arithmetic, such as addition/subtraction of vectors in R n,

More information

e 2 = e 1 = e 3 = v 1 (v 2 v 3 ) = det(v 1, v 2, v 3 ).

e 2 = e 1 = e 3 = v 1 (v 2 v 3 ) = det(v 1, v 2, v 3 ). 3. Frames In 3D space, a sequence of 3 linearly independent vectors v 1, v 2, v 3 is called a frame, since it gives a coordinate system (a frame of reference). Any vector v can be written as a linear combination

More information

Lectures 15: Parallel Transport. Table of contents

Lectures 15: Parallel Transport. Table of contents Lectures 15: Parallel Transport Disclaimer. As we have a textbook, this lecture note is for guidance and supplement only. It should not be relied on when preparing for exams. In this lecture we study the

More information

Solutions for Math 348 Assignment #4 1

Solutions for Math 348 Assignment #4 1 Solutions for Math 348 Assignment #4 1 (1) Do the following: (a) Show that the intersection of two spheres S 1 = {(x, y, z) : (x x 1 ) 2 + (y y 1 ) 2 + (z z 1 ) 2 = r 2 1} S 2 = {(x, y, z) : (x x 2 ) 2

More information

Lectures 12: The Second Fundamental Form. Table of contents

Lectures 12: The Second Fundamental Form. Table of contents ectures 1: The Second Fundamental Form Disclaimer. As we have a textbook, this lecture note is for guidance sulement only. It should not be relied on when rearing for exams. In this lecture we introduce

More information

Lecture 13 The Fundamental Forms of a Surface

Lecture 13 The Fundamental Forms of a Surface Lecture 13 The Fundamental Forms of a Surface In the following we denote by F : O R 3 a parametric surface in R 3, F(u, v) = (x(u, v), y(u, v), z(u, v)). We denote partial derivatives with respect to the

More information

Chapter 4. The First Fundamental Form (Induced Metric)

Chapter 4. The First Fundamental Form (Induced Metric) Chapter 4. The First Fundamental Form (Induced Metric) We begin with some definitions from linear algebra. Def. Let V be a vector space (over IR). A bilinear form on V is a map of the form B : V V IR which

More information

Lectures on Quantum sine-gordon Models

Lectures on Quantum sine-gordon Models Lectures on Quantum sine-gordon Models Juan Mateos Guilarte 1, 1 Departamento de Física Fundamental (Universidad de Salamanca) IUFFyM (Universidad de Salamanca) Universidade Federal de Matto Grosso Cuiabá,

More information

Tangent and Normal Vector - (11.5)

Tangent and Normal Vector - (11.5) Tangent and Normal Vector - (.5). Principal Unit Normal Vector Let C be the curve traced out by the vector-valued function rt vector T t r r t t is the unit tangent vector to the curve C. Now define N

More information

Rule ST1 (Symmetry). α β = β α for 1-forms α and β. Like the exterior product, the symmetric tensor product is also linear in each slot :

Rule ST1 (Symmetry). α β = β α for 1-forms α and β. Like the exterior product, the symmetric tensor product is also linear in each slot : 2. Metrics as Symmetric Tensors So far we have studied exterior products of 1-forms, which obey the rule called skew symmetry: α β = β α. There is another operation for forming something called the symmetric

More information

8. THE FARY-MILNOR THEOREM

8. THE FARY-MILNOR THEOREM Math 501 - Differential Geometry Herman Gluck Tuesday April 17, 2012 8. THE FARY-MILNOR THEOREM The curvature of a smooth curve in 3-space is 0 by definition, and its integral w.r.t. arc length, (s) ds,

More information

Practice Final Solutions

Practice Final Solutions Practice Final Solutions Math 1, Fall 17 Problem 1. Find a parameterization for the given curve, including bounds on the parameter t. Part a) The ellipse in R whose major axis has endpoints, ) and 6, )

More information

DIFFERENTIAL GEOMETRY OF CURVES AND SURFACES 5. The Second Fundamental Form of a Surface

DIFFERENTIAL GEOMETRY OF CURVES AND SURFACES 5. The Second Fundamental Form of a Surface DIFFERENTIAL GEOMETRY OF CURVES AND SURFACES 5. The Second Fundamental Form of a Surface The main idea of this chapter is to try to measure to which extent a surface S is different from a plane, in other

More information

Geometric approximation of curves and singularities of secant maps Ghosh, Sunayana

Geometric approximation of curves and singularities of secant maps Ghosh, Sunayana University of Groningen Geometric approximation of curves and singularities of secant maps Ghosh, Sunayana IMPORTANT NOTE: You are advised to consult the publisher's version (publisher's PDF) if you wish

More information

Lecture 8: The First Fundamental Form Table of contents

Lecture 8: The First Fundamental Form Table of contents Math 38 Fall 2016 Lecture 8: The First Fundamental Form Disclaimer. As we have a textbook, this lecture note is for guidance and sulement only. It should not be relied on when rearing for exams. In this

More information

Math 461 Homework 8 Paul Hacking November 27, 2018

Math 461 Homework 8 Paul Hacking November 27, 2018 (1) Let Math 461 Homework 8 Paul Hacking November 27, 2018 S 2 = {(x, y, z) x 2 +y 2 +z 2 = 1} R 3 be the sphere with center the origin and radius 1. Let N = (0, 0, 1) S 2 be the north pole. Let F : S

More information

HILBERT S THEOREM ON THE HYPERBOLIC PLANE

HILBERT S THEOREM ON THE HYPERBOLIC PLANE HILBET S THEOEM ON THE HYPEBOLIC PLANE MATTHEW D. BOWN Abstract. We recount a proof of Hilbert s result that a complete geometric surface of constant negative Gaussian curvature cannot be isometrically

More information

13.3 Arc Length and Curvature

13.3 Arc Length and Curvature 13 Vector Functions 13.3 Copyright Cengage Learning. All rights reserved. Copyright Cengage Learning. All rights reserved. We have defined the length of a plane curve with parametric equations x = f(t),

More information

MA 351 Fall 2007 Exam #1 Review Solutions 1

MA 351 Fall 2007 Exam #1 Review Solutions 1 MA 35 Fall 27 Exam # Review Solutions THERE MAY BE TYPOS in these solutions. Please let me know if you find any.. Consider the two surfaces ρ 3 csc θ in spherical coordinates and r 3 in cylindrical coordinates.

More information

Look out for typos! Homework 1: Review of Calc 1 and 2. Problem 1. Sketch the graphs of the following functions:

Look out for typos! Homework 1: Review of Calc 1 and 2. Problem 1. Sketch the graphs of the following functions: Math 226 homeworks, Fall 2016 General Info All homeworks are due mostly on Tuesdays, occasionally on Thursdays, at the discussion section. No late submissions will be accepted. If you need to miss the

More information

Part IB GEOMETRY (Lent 2016): Example Sheet 1

Part IB GEOMETRY (Lent 2016): Example Sheet 1 Part IB GEOMETRY (Lent 2016): Example Sheet 1 (a.g.kovalev@dpmms.cam.ac.uk) 1. Suppose that H is a hyperplane in Euclidean n-space R n defined by u x = c for some unit vector u and constant c. The reflection

More information

Distances, volumes, and integration

Distances, volumes, and integration Distances, volumes, and integration Scribe: Aric Bartle 1 Local Shape of a Surface A question that we may ask ourselves is what significance does the second fundamental form play in the geometric characteristics

More information

Geometry of Cylindrical Curves over Plane Curves

Geometry of Cylindrical Curves over Plane Curves Applied Mathematical Sciences, Vol 9, 015, no 113, 5637-5649 HIKARI Ltd, wwwm-hikaricom http://dxdoiorg/101988/ams01556456 Geometry of Cylindrical Curves over Plane Curves Georgi Hristov Georgiev, Radostina

More information

Math 433 Outline for Final Examination

Math 433 Outline for Final Examination Math 433 Outline for Final Examination Richard Koch May 3, 5 Curves From the chapter on curves, you should know. the formula for arc length of a curve;. the definition of T (s), N(s), B(s), and κ(s) for

More information

THE FUNDAMENTAL THEOREM OF SPACE CURVES

THE FUNDAMENTAL THEOREM OF SPACE CURVES THE FUNDAMENTAL THEOREM OF SPACE CURVES JOSHUA CRUZ Abstract. In this paper, we show that curves in R 3 can be uniquely generated by their curvature and torsion. By finding conditions that guarantee the

More information

Map Projections. Jim Emery. Revision 7/21/ The Earth Ellipsoid 2. 2 The Fundamental Quadratic Forms of a Surface 6

Map Projections. Jim Emery. Revision 7/21/ The Earth Ellipsoid 2. 2 The Fundamental Quadratic Forms of a Surface 6 Map Projections Jim Emery Revision 7/21/2004 Contents 1 The Earth Ellipsoid 2 2 The Fundamental Quadratic Forms of a Surface 6 3 Principal Directions On A Surface 9 4 Principal Normal Curvatures on the

More information

Week 3: Differential Geometry of Curves

Week 3: Differential Geometry of Curves Week 3: Differential Geometry of Curves Introduction We now know how to differentiate and integrate along curves. This week we explore some of the geometrical properties of curves that can be addressed

More information

An Introduction to Gaussian Geometry

An Introduction to Gaussian Geometry Lecture Notes in Mathematics An Introduction to Gaussian Geometry Sigmundur Gudmundsson (Lund University) (version 2.068-16th of November 2017) The latest version of this document can be found at http://www.matematik.lu.se/matematiklu/personal/sigma/

More information

Surface x(u, v) and curve α(t) on it given by u(t) & v(t). Math 4140/5530: Differential Geometry

Surface x(u, v) and curve α(t) on it given by u(t) & v(t). Math 4140/5530: Differential Geometry Surface x(u, v) and curve α(t) on it given by u(t) & v(t). α du dv (t) x u dt + x v dt Surface x(u, v) and curve α(t) on it given by u(t) & v(t). α du dv (t) x u dt + x v dt ( ds dt )2 Surface x(u, v)

More information

1 Vectors and 3-Dimensional Geometry

1 Vectors and 3-Dimensional Geometry Calculus III (part ): Vectors and 3-Dimensional Geometry (by Evan Dummit, 07, v..55) Contents Vectors and 3-Dimensional Geometry. Functions of Several Variables and 3-Space..................................

More information

Homework for Math , Spring 2008

Homework for Math , Spring 2008 Homework for Math 4530 1, Spring 2008 Andrejs Treibergs, Instructor April 18, 2008 Please read the relevant sections in the text Elementary Differential Geometry by Andrew Pressley, Springer, 2001. You

More information

Lectures in Discrete Differential Geometry 2 Surfaces

Lectures in Discrete Differential Geometry 2 Surfaces Lectures in Discrete Differential Geometry 2 Surfaces Etienne Vouga February 4, 24 Smooth Surfaces in R 3 In this section we will review some properties of smooth surfaces R 3. We will assume that is parameterized

More information

OHSx XM521 Multivariable Differential Calculus: Homework Solutions 14.1

OHSx XM521 Multivariable Differential Calculus: Homework Solutions 14.1 OHSx XM5 Multivariable Differential Calculus: Homework Solutions 4. (8) Describe the graph of the equation. r = i + tj + (t )k. Solution: Let y(t) = t, so that z(t) = t = y. In the yz-plane, this is just

More information

Surfaces with Parallel Normalized Mean Curvature Vector Field in 4-Spaces

Surfaces with Parallel Normalized Mean Curvature Vector Field in 4-Spaces Surfaces with Parallel Normalized Mean Curvature Vector Field in 4-Spaces Georgi Ganchev, Velichka Milousheva Institute of Mathematics and Informatics Bulgarian Academy of Sciences XX Geometrical Seminar

More information

Tangent and Normal Vectors

Tangent and Normal Vectors Tangent and Normal Vectors MATH 311, Calculus III J. Robert Buchanan Department of Mathematics Fall 2011 Navigation When an observer is traveling along with a moving point, for example the passengers in

More information

Curves I: Curvature and Torsion. Table of contents

Curves I: Curvature and Torsion. Table of contents Math 48 Fall 07 Curves I: Curvature and Torsion Disclaimer. As we have a textbook, this lecture note is for guidance and sulement only. It should not be relied on when rearing for exams. In this lecture

More information

MATH Final Review

MATH Final Review MATH 1592 - Final Review 1 Chapter 7 1.1 Main Topics 1. Integration techniques: Fitting integrands to basic rules on page 485. Integration by parts, Theorem 7.1 on page 488. Guidelines for trigonometric

More information

(Differential Geometry) Lecture Notes

(Differential Geometry) Lecture Notes Evan Chen Fall 2015 This is MIT s undergraduate 18.950, instructed by Xin Zhou. The formal name for this class is Differential Geometry. The permanent URL for this document is http://web.evanchen.cc/ coursework.html,

More information

Totally quasi-umbilic timelike surfaces in R 1,2

Totally quasi-umbilic timelike surfaces in R 1,2 Totally quasi-umbilic timelike surfaces in R 1,2 Jeanne N. Clelland, University of Colorado AMS Central Section Meeting Macalester College April 11, 2010 Definition: Three-dimensional Minkowski space R

More information

Decomposition of Screw-motion Envelopes of Quadrics

Decomposition of Screw-motion Envelopes of Quadrics Decomposition of Screw-motion Envelopes of Quadrics Šárka Voráčová * Department of Applied Mathematics Faculty of Transportation, CTU in Prague Study and realization of the construction of the envelope

More information

Exercise solutions: concepts from chapter 3

Exercise solutions: concepts from chapter 3 ) The natural representation of a curve, c = c(s), satisfies the condition dc/ds =, where s is the natural parameter for the curve. a) Describe in words and a sketch what this condition means. b) Demonstrate

More information

Curves from the inside

Curves from the inside MATH 2401 - Harrell Curves from the inside Lecture 5 Copyright 2008 by Evans M. Harrell II. Who in the cast of characters might show up on the test? Curves r(t), velocity v(t). Tangent and normal lines.

More information

Math 115 ( ) Yum-Tong Siu 1. Euler-Lagrange Equations for Many Functions and Variables and High-Order Derivatives

Math 115 ( ) Yum-Tong Siu 1. Euler-Lagrange Equations for Many Functions and Variables and High-Order Derivatives Math 115 006-007 Yum-Tong Siu 1 Euler-Lagrange Equations for Many Functions and Variables and High-Order Derivatives The Case of High-Order Derivatives. The context is to find the extremal for the functional

More information

Lecture D4 - Intrinsic Coordinates

Lecture D4 - Intrinsic Coordinates J. Peraire 16.07 Dynamics Fall 2004 Version 1.1 Lecture D4 - Intrinsic Coordinates In lecture D2 we introduced the position, velocity and acceleration vectors and referred them to a fixed cartesian coordinate

More information

R a. Aeolian Church. A O g C. Air, Storm, Wind. P a h. Affinity: Clan Law. r q V a b a. R 5 Z t 6. c g M b. Atroxic Church. d / X.

R a. Aeolian Church. A O g C. Air, Storm, Wind. P a h. Affinity: Clan Law. r q V a b a. R 5 Z t 6. c g M b. Atroxic Church. d / X. A M W A A A A R A O C A () A 6 A A G A A A A A A-C Au A A P 0 V A T < Au J Az01 Az02 A Au A A A A R 5 Z 6 M B G B B B P T Bu B B B B S B / X B A Cu A, S, W A: S Hu Ru A: C L A, S, F, S A, u F C, R C F

More information

USAC Colloquium. Geometry of Bending Surfaces. Andrejs Treibergs. Wednesday, November 6, Figure: Bender. University of Utah

USAC Colloquium. Geometry of Bending Surfaces. Andrejs Treibergs. Wednesday, November 6, Figure: Bender. University of Utah USAC Colloquium Geometry of Bending Surfaces Andrejs Treibergs University of Utah Wednesday, November 6, 2012 Figure: Bender 2. USAC Lecture: Geometry of Bending Surfaces The URL for these Beamer Slides:

More information

Change of Variables, Parametrizations, Surface Integrals

Change of Variables, Parametrizations, Surface Integrals Chapter 8 Change of Variables, Parametrizations, Surface Integrals 8. he transformation formula In evaluating any integral, if the integral depends on an auxiliary function of the variables involved, it

More information

Gradient, Divergence and Curl in Curvilinear Coordinates

Gradient, Divergence and Curl in Curvilinear Coordinates Gradient, Divergence and Curl in Curvilinear Coordinates Although cartesian orthogonal coordinates are very intuitive and easy to use, it is often found more convenient to work with other coordinate systems.

More information

d F = (df E 3 ) E 3. (4.1)

d F = (df E 3 ) E 3. (4.1) 4. The Second Fundamental Form In the last section we developed the theory of intrinsic geometry of surfaces by considering the covariant differential d F, that is, the tangential component of df for a

More information

Investigation of non-lightlike tubular surfaces with Darboux frame in Minkowski 3-space

Investigation of non-lightlike tubular surfaces with Darboux frame in Minkowski 3-space CMMA 1, No. 2, 58-65 (2016) 58 Communication in Mathematical Modeling and Applications http://ntmsci.com/cmma Investigation of non-lightlike tubular surfaces with Darboux frame in Minkowski 3-space Emad

More information

Arbitrary-Speed Curves

Arbitrary-Speed Curves Arbitrary-Speed Curves (Com S 477/577 Notes) Yan-Bin Jia Oct 12, 2017 The Frenet formulas are valid only for unit-speed curves; they tell the rate of change of the orthonormal vectors T, N, B with respect

More information

ν(u, v) = N(u, v) G(r(u, v)) E r(u,v) 3.

ν(u, v) = N(u, v) G(r(u, v)) E r(u,v) 3. 5. The Gauss Curvature Beyond doubt, the notion of Gauss curvature is of paramount importance in differential geometry. Recall two lessons we have learned so far about this notion: first, the presence

More information

Oct : Lecture 15: Surface Integrals and Some Related Theorems

Oct : Lecture 15: Surface Integrals and Some Related Theorems 90 MIT 3.016 Fall 2005 c W.C Carter Lecture 15 Oct. 21 2005: Lecture 15: Surface Integrals and Some Related Theorems Reading: Kreyszig Sections: 9.4 pp:485 90), 9.5 pp:491 495) 9.6 pp:496 505) 9.7 pp:505

More information

Fathi M. Hamdoon and A. K. Omran

Fathi M. Hamdoon and A. K. Omran Korean J. Math. 4 (016), No. 4, pp. 613 66 https://doi.org/10.11568/kjm.016.4.4.613 STUDYING ON A SKEW RULED SURFACE BY USING THE GEODESIC FRENET TRIHEDRON OF ITS GENERATOR Fathi M. Hamdoon and A. K. Omran

More information

LECTURE 6: PSEUDOSPHERICAL SURFACES AND BÄCKLUND S THEOREM. 1. Line congruences

LECTURE 6: PSEUDOSPHERICAL SURFACES AND BÄCKLUND S THEOREM. 1. Line congruences LECTURE 6: PSEUDOSPHERICAL SURFACES AND BÄCKLUND S THEOREM 1. Line congruences Let G 1 (E 3 ) denote the Grassmanian of lines in E 3. A line congruence in E 3 is an immersed surface L : U G 1 (E 3 ), where

More information

Introduction to Differentials

Introduction to Differentials Introduction to Differentials David G Radcliffe 13 March 2007 1 Increments Let y be a function of x, say y = f(x). The symbol x denotes a change or increment in the value of x. Note that a change in the

More information

GEOMETRY HW 7 CLAY SHONKWILER

GEOMETRY HW 7 CLAY SHONKWILER GEOMETRY HW 7 CLAY SHONKWILER 4.5.1 Let S R 3 be a regular, compact, orientable surface which is not homeomorphic to a sphere. Prove that there are points on S where the Gaussian curvature is positive,

More information

Summary for Vector Calculus and Complex Calculus (Math 321) By Lei Li

Summary for Vector Calculus and Complex Calculus (Math 321) By Lei Li Summary for Vector alculus and omplex alculus (Math 321) By Lei Li 1 Vector alculus 1.1 Parametrization urves, surfaces, or volumes can be parametrized. Below, I ll talk about 3D case. Suppose we use e

More information

Tangent and Normal Vector - (11.5)

Tangent and Normal Vector - (11.5) Tangent and Normal Vector - (.5). Principal Unit Normal Vector Let C be the curve traced out bythe vector-valued function r!!t # f!t, g!t, h!t $. The vector T!!t r! % r! %!t!t is the unit tangent vector

More information

Calculus III. Math 233 Spring Final exam May 3rd. Suggested solutions

Calculus III. Math 233 Spring Final exam May 3rd. Suggested solutions alculus III Math 33 pring 7 Final exam May 3rd. uggested solutions This exam contains twenty problems numbered 1 through. All problems are multiple choice problems, and each counts 5% of your total score.

More information

1.1 Single Variable Calculus versus Multivariable Calculus Rectangular Coordinate Systems... 4

1.1 Single Variable Calculus versus Multivariable Calculus Rectangular Coordinate Systems... 4 MATH2202 Notebook 1 Fall 2015/2016 prepared by Professor Jenny Baglivo Contents 1 MATH2202 Notebook 1 3 1.1 Single Variable Calculus versus Multivariable Calculus................... 3 1.2 Rectangular Coordinate

More information

The Frenet Serret formulas

The Frenet Serret formulas The Frenet Serret formulas Attila Máté Brooklyn College of the City University of New York January 19, 2017 Contents Contents 1 1 The Frenet Serret frame of a space curve 1 2 The Frenet Serret formulas

More information

THE DARBOUX TRIHEDRONS OF REGULAR CURVES ON A REGULAR SURFACE

THE DARBOUX TRIHEDRONS OF REGULAR CURVES ON A REGULAR SURFACE International lectronic Journal of eometry Volume 7 No 2 pp 61-71 (2014) c IJ TH DARBOUX TRIHDRONS OF RULAR CURVS ON A RULAR SURFAC MRAH TUNÇ AND MİN OZYILMAZ (Communicated by Levent KULA) Abstract In

More information

Chapter 5. The Second Fundamental Form

Chapter 5. The Second Fundamental Form Chapter 5. The Second Fundamental Form Directional Derivatives in IR 3. Let f : U IR 3 IR be a smooth function defined on an open subset of IR 3. Fix p U and X T p IR 3. The directional derivative of f

More information

j=1 ωj k E j. (3.1) j=1 θj E j, (3.2)

j=1 ωj k E j. (3.1) j=1 θj E j, (3.2) 3. Cartan s Structural Equations and the Curvature Form Let E,..., E n be a moving (orthonormal) frame in R n and let ωj k its associated connection forms so that: de k = n ωj k E j. (3.) Recall that ωj

More information

Relatively normal-slant helices lying on a surface and their characterizations

Relatively normal-slant helices lying on a surface and their characterizations Hacettepe Journal of Mathematics and Statistics Volume 46 3 017, 397 408 Relatively normal-slant helices lying on a surface and their characterizations Nesibe MAC T and Mustafa DÜLDÜL Abstract In this

More information

BÄCKLUND TRANSFORMATIONS ACCORDING TO BISHOP FRAME IN EUCLIDEAN 3-SPACE

BÄCKLUND TRANSFORMATIONS ACCORDING TO BISHOP FRAME IN EUCLIDEAN 3-SPACE iauliai Math. Semin., 7 15), 2012, 4149 BÄCKLUND TRANSFORMATIONS ACCORDING TO BISHOP FRAME IN EUCLIDEAN 3-SPACE Murat Kemal KARACAN, Yilmaz TUNÇER Department of Mathematics, Usak University, 64200 Usak,

More information

Metrics on Surfaces. Chapter The Intuitive Idea of Distance

Metrics on Surfaces. Chapter The Intuitive Idea of Distance Chapter 12 Metrics on Surfaces In this chapter, we begin the study of the geometry of surfaces from the point of view of distance and area. When mathematicians began to study surfaces at the end of the

More information

Part IB Geometry. Theorems. Based on lectures by A. G. Kovalev Notes taken by Dexter Chua. Lent 2016

Part IB Geometry. Theorems. Based on lectures by A. G. Kovalev Notes taken by Dexter Chua. Lent 2016 Part IB Geometry Theorems Based on lectures by A. G. Kovalev Notes taken by Dexter Chua Lent 2016 These notes are not endorsed by the lecturers, and I have modified them (often significantly) after lectures.

More information

DIFFERENTIAL GEOMETRY

DIFFERENTIAL GEOMETRY DIFFERENTIAL GEOMETRY MUZAMMIL TANVEER mtanveer8689@gmail.com 0316-7017457 Available at : www.mathcity.org Lecture # 1 Curvature: Centre, Radius of Curvature: y More bending less curvature. Less bending

More information

Faculty of Engineering, Mathematics and Science School of Mathematics

Faculty of Engineering, Mathematics and Science School of Mathematics Faculty of Engineering, Mathematics and Science School of Mathematics GROUPS Trinity Term 06 MA3: Advanced Calculus SAMPLE EXAM, Solutions DAY PLACE TIME Prof. Larry Rolen Instructions to Candidates: Attempt

More information