Simple 3-D Visualization of Some Common Mathematical Minimal Surfaces using MATLAB

Size: px
Start display at page:

Download "Simple 3-D Visualization of Some Common Mathematical Minimal Surfaces using MATLAB"

Transcription

1 Simple 3-D Visualization of Some Common Mathematical Minimal Surfaces using MATLAB Nasiha Muna 1 and Albert E. Patterson 2 1 Department of Physics, Chemistry, and Mathematics, Alabama Agricultural and Mechanical (A&M) University, Normal, Alabama, 35762, USA. nasiha.muna@aamu.edu 2 Department of Industrial and Enterprise Systems Engineering, University of Illinois at Urbana-Champaign, Urbana, Illinois, 61801, USA. pttrsnv2@illinois.edu The MATLAB code for this work is available at: Surfaces_Visualization_Code. This report and its code are published under a CC-BY 4.0 International license, so it can be used and modified with proper attribution to the authors. Abstract This report presents a simple approach for visualizing some common mathematical minimal surfaces using MATLAB tools. The studied minimal surfaces were the gyroid, lidinoid, Schwarz P surface, Schwarz D surface, Scherk tower, helicoid surface, catenoid surface, and Mobius strip. For each, the mathematic definition is given along with a simple matlab code for it and an example 3-D surface plot generated from the given code. 1 Introduction The selected minimal surfaces to be discussed in this report were the gyroid, lidinoid, Schwarz P surface, Schwarz D surface, Scherk tower, helicoid surface, catenoid surface, and Mobius strip. These were selected, as they represent a suitable subset of the available minimal surfaces and serve as good cases to demonstrate the simple approach proposed in this report. Some very complex surfaces, such as Costa surfaces, are not covered here and will be discussed in future works. Most minimal surfaces are sometimes relatively difficult to plot in three dimensions, as they are all typically defined by implicit or parametric functions (sometimes in the complex domain). Fortunately, appropriate built-in MATLAB functions can be used to plot each of the surfaces relative to its defining equation. The gyroid and lidinoid functions are triply periodic minimal surfaces of genus 3 embedded in R 3 that possess no planar symmetry curves nor straight lines. They are the distinctive embedded surfaces of the associate families of the Schwarz P and H surfaces [1 3]. The gyroid function is typically defined as f gy = sin(x) cos(y) + sin(y) cos(z) + sin(z) cos(x) = 0 (1) while the lidinoid function is most often expressed as: f lid = 1 (sin(2x) cos(y) sin(z) + sin(2y) cos(z) sin(x) + sin(2z) cos(x) sin(y)) 2 1 (2) 2 (cos(2x) cos(2y) + cos(2y) cos(2z) + cos(2z)cos(2x)) = 0 The Schwarz minimal surfaces span many different kinds of forms, but the two most commonlyseen are the Schwarz Primitive ( Schwarz P ) and Schwarz Diamond ( Schwarz D ) surfaces [3 5]. The Schwarz P surface is the triply periodic minimal surface built from a skew hexagon inscribed in the edges of a regular octahedron. The Schwarz P surface encompasses sixfold junctions and is typically expressed as: 1

2 f sp = cos(x) + cos(y) + cos(z) (3) The Schwarz D surface is similar to the Schwarz P except that it contains six skew quadrilaterals from a skew hexagon inscribed in the edges of a cube. It has two intertwined corresponding mazes, each holding the figure of a version of the diamond arrangement; unlike Schwarz P, Schwarz D had fourfold junctions. Schwarz D is most often expressed as: f sd = sin(x) sin(y) sin(z) + sin(x) cos(y) cos(z)+ cos(x) sin(y) cos(z) + cos(x) cos(y) sin(z) = 0 (4) The Scherk surface is a 1-parameter singly-periodic, complete, properly-embedded surface in R 3 and can be modified in shape by defining new handles for it [6, 7]. Several forms exist, but the most common is the Scherk tower, which can be defined as: f sc = sinh(x) sinh(y) sin(z) (5) The helicoid surface is simply a non-algebraic surface that coils around an axis and is one of the parametric minimal surfaces discussed in this report. When used as a minimal surface, the edge of the surface is bounded by a circular helix and is therefore the only ruled minimal surface besides the plane. The helicoid is very commonly encountered in nature, with examples including seashells, horns, and polymer structures [8 10]. A good parametric equation to describe the surface is: x = u cos(t) y = u sin(t) where u and t are the parameters specified by the user. z = 2 3 t (6) The catenoid surface is another parametric minimal surface, which is an infinite, boundless, and locally isometric to the helicoid surface previously discussed. The equations are mathematically similar to the helicoid, with removal of the helical boundary and jointing of the ends [3, 11]. This involves the use of hyperbolic sines and cosines in the equation, which can be expressed as: x = cos(α) sinh(v) sin(u) + sin(α) cosh(v) cos(u) y = cos(α) sinh(v) cos(u) + sin(α) cosh(v) sin(u) z = u cos(α) + v sin(α) (7) where u and v are the parameters specified by the user and α = π/2 is the value for a catenoid (α = 0 corresponds to a helicoid) [12, 13]. Finally, the Mobius strip was examined. This is one of the most commonly-seen and known minimal surface in mathematics and the basic surface related to many other mathematical structures, including knots and Klein bottles [14 16]. A common parametric expression for the Mobius strip is: ( x = cos(u) 1 + v ( )) u 2 cos 2 ( y = sin(u) 1 + v ( )) u 2 cos 2 ) (8) z = v 2 sin ( u 2 where u and v are the parameters specified by the user. Technical Report 2

3 In each of the following subsections, the basic MATLAB code and a visualization of the 3-D surface are given. The first five (gyroid, lidinoid, Schwarz P, Schwarz D, and Scherk) are defined above by 3-D implicit equations, requiring the use of the fimplicit3 tool to plot. The others (helicoid, catenoid, and Mobius strip) are defined according to parametric equations and are therefore easier to plot using a standard fsurf built-in function. In all cases, the basic equation definition is given, followed by limits on the values of the variables or parameters, the mesh density setting, and the face color for the plot. All of these settings are infinitely-adjustable within the domain of the defining functions. It is recommended that MATLAB version 2017a or higher be used. 2 Minimal Surface Cases 2.1 Gyroid Technical Report 3

4 2.2 Lidinoid Figure 1: Lidinoid Figure 2: Lidinoid Technical Report 4

5 2.3 Schwarz P Surface Figure 3: Schwarz P Figure 4: Schwarz P Technical Report 5

6 2.4 Schwarz D Surface Figure 5: Schwarz D Figure 6: Schwarz D Technical Report 6

7 2.5 Scherk Surface Figure 7: Scherk Figure 8: Scherk Technical Report 7

8 2.6 Helicoid Surface Figure 9: Helicoid Figure 10: Helicoid Technical Report 8

9 2.7 Catenoid Surface Figure 11: Catenoid Figure 12: Catenoid Technical Report 9

10 2.8 Mobius Strip Figure 13: Mobius Figure 14: Mobius 3 Summary and Conclusions Minimal surfaces are very important in mathematics, art, and design. Various forms of minimal surfaces can be identified; visualizing minimal surfaces is important because it allows users to view and handle physical objects representing various natural and mathematical phenomena. By studying minimal surfaces, structures that are otherwise difficult to represent mathematically can be graphically displayed and understood. References [1] A. Weyhaupt, Deformations of the gyroid and lidinoid minimal surfaces, Pacific Journal of Mathematics, vol. 235, no. 1, pp , [2] S. N. Krivoshapko and V. N. Ivanov, Minimal surfaces, in Encyclopedia of Analytical Surfaces, pp , Springer International Publishing, Technical Report 10

11 [3] H. Karcher and K. Polthier, Construction of triply periodic minimal surfaces, Philosophical Transactions of the Royal Society of London. Series A: Mathematical, Physical and Engineering Sciences, vol. 354, no. 1715, pp , [4] H. Karcher, The triply periodic minimal surfaces of alan schoen and their constant mean curvature companions, Manuscripta Mathematica, vol. 64, no. 3, pp , [5] D. M. Anderson, H. T. Davis, J. C. C. Nitsche, and L. E. Scriven, Periodic surfaces of prescribed mean curvature, in Springer Proceedings in Physics, pp , Springer Berlin Heidelberg, [6] A. J. Y. Hancco, G. A. Lobos, and V. R. Batista, Explicit minimal scherk saddle towers of arbitrary even genera in r3, Publicacions Matemàtiques, vol. 58, pp , [7] J. Perez and M. Traizet, The classification of singly periodic minimal surfaces with genus zero and scherk-type ends, Transactions of the American Mathematical Society, vol. 359, pp , [8] C. Mamaloukas, On determination of developable and minimal surfaces, International Journal of Pure and Applied Mathematics, vol. 39, pp , [9] W. Meeks and H. Rosenberg, The uniqueness of the helicoid, Annals of Mathematics, vol. 161, no. 2, pp , [10] R. Ghafouri and R. Bruinsma, Helicoid to spiral ribbon transition, Physical Review Letters, vol. 94, no. 13, [11] A. Boudaoud, P. Patrcio, and M. B. Amar, The helicoid versus the catenoid: Geometrically induced bifurcations, Physical Review Letters, vol. 83, no. 19, pp , [12] A. Ogawa, Helicatenoid, The Mathematica Journal, vol. 2, no. 2, [13] H. Rosenberg, Deformations of complete minimal surfaces, Transactions of the American Mathematical Society, vol. 295, no. 2, pp , [14] G. Pradisi and A. Sagnotti, Open string orbifolds, Physics Letters B, vol. 216, no. 1-2, pp , [15] E. L. Starostin and G. H. M. van der Heijden, The shape of a möbius strip, Nature Materials, vol. 6, no. 8, pp , [16] V. Petresin and L.-P. Robert, The double möbius strip studies, Nexus Network Journal, vol. 4, no. 2, pp , Technical Report 11

arxiv:math/ v1 [math.dg] 1 Jul 1993

arxiv:math/ v1 [math.dg] 1 Jul 1993 APPEARED IN BULLETIN OF THE AMERICAN MATHEMATICAL SOCIETY Volume 29, Number 1, July 1993, Pages 77-84 ADDING HANDLES TO THE HELICOID DAVID HOFFMAN, FUSHENG WEI, AND HERMANN KARCHER arxiv:math/9307226v1

More information

MINIMAL SURFACE EQUATION. Audrey Karl

MINIMAL SURFACE EQUATION. Audrey Karl MINIMAL SURFACE EQUATION Audrey Karl THE PDE Formula, Terms, Unknowns MINIMAL SURFACE equivalent to having zero mean curvature Shape who has the least amount of area needed to occupy space/ Minimizes the

More information

New Deformations of Classical Minimal Surfaces

New Deformations of Classical Minimal Surfaces New Deformations of Classical Minimal Surfaces Adam G. Weyhaupt Department of Mathematics Indiana University Southern Illinois University Edwardsville March 7, 2006 Outline Minimal surfaces: definitions,

More information

On bifurcation and local rigidity of triply periodic minimal surfaces in the three-dimensional Euclidean space

On bifurcation and local rigidity of triply periodic minimal surfaces in the three-dimensional Euclidean space On bifurcation and local rigidity of triply periodic minimal surfaces in the three-dimensional Euclidean space (Joint work with T. Shoda and P. Piccione) Miyuki Koiso (Institute of Mathematics for Industry,

More information

Minimal Surfaces. December 13, Alex Verzea. MATH 580: Partial Dierential Equations 1. Professor: Gantumur Tsogtgerel

Minimal Surfaces. December 13, Alex Verzea. MATH 580: Partial Dierential Equations 1. Professor: Gantumur Tsogtgerel Minimal Surfaces December 13, 2012 Alex Verzea 260324472 MATH 580: Partial Dierential Equations 1 Professor: Gantumur Tsogtgerel 1 Intuitively, a Minimal Surface is a surface that has minimal area, locally.

More information

Minimal Surfaces. Clay Shonkwiler

Minimal Surfaces. Clay Shonkwiler Minimal Surfaces Clay Shonkwiler October 18, 2006 Soap Films A soap film seeks to minimize its surface energy, which is proportional to area. Hence, a soap film achieves a minimum area among all surfaces

More information

arxiv: v1 [math.dg] 20 Mar 2017

arxiv: v1 [math.dg] 20 Mar 2017 Triply periodic zero mean curvature surfaces in Lorentz-Minkowski 3-space arxiv:1703.06600v1 [math.dg] 20 Mar 2017 Shoichi Fujimori Abstract. We construct triply periodic zero mean curvature surfaces of

More information

Geometry and Minimal Surfaces. Dr Giuseppe Tinaglia

Geometry and Minimal Surfaces. Dr Giuseppe Tinaglia Geometry and Minimal Surfaces Dr Giuseppe Tinaglia What is Geometry? geo = earth, metria = measure It all begun with doing measurements. Collection of empirically discovered principles concerning lengths,

More information

Periodic constant mean curvature surfaces in H 2 R

Periodic constant mean curvature surfaces in H 2 R Periodic constant mean curvature surfaces in H 2 R Laurent Mazet, M. Magdalena Rodríguez and Harold Rosenberg June 8, 2011 1 Introduction A properly embedded surface Σ in H 2 R, invariant by a non-trivial

More information

1. Appendix A- Typologies

1. Appendix A- Typologies geometry 3D soild typology geometry 3D soild type 3D geomtry with a focus point cone (1/2) cc, f1602 cone (2/2) [...] (see left column) right cone cc, f1615 circular right cone cc, f1616 elliptical right

More information

Classification of Phase Portraits at Equilibria for u (t) = f( u(t))

Classification of Phase Portraits at Equilibria for u (t) = f( u(t)) Classification of Phase Portraits at Equilibria for u t = f ut Transfer of Local Linearized Phase Portrait Transfer of Local Linearized Stability How to Classify Linear Equilibria Justification of the

More information

Minimal submanifolds: old and new

Minimal submanifolds: old and new Minimal submanifolds: old and new Richard Schoen Stanford University - Chen-Jung Hsu Lecture 1, Academia Sinica, ROC - December 2, 2013 Plan of Lecture Part 1: Volume, mean curvature, and minimal submanifolds

More information

PRE-CALCULUS TRIG APPLICATIONS UNIT Simplifying Trigonometric Expressions

PRE-CALCULUS TRIG APPLICATIONS UNIT Simplifying Trigonometric Expressions What is an Identity? PRE-CALCULUS TRIG APPLICATIONS UNIT Simplifying Trigonometric Expressions What is it used for? The Reciprocal Identities: sin θ = cos θ = tan θ = csc θ = sec θ = ctn θ = The Quotient

More information

Minimal surfaces with the area growth of two planes; the case of infinite symmetry

Minimal surfaces with the area growth of two planes; the case of infinite symmetry arxiv:math/0501110v1 [math.dg] 8 Jan 005 Minimal surfaces with the area growth of two planes; the case of infinite symmetry William H. Meeks III Department of Mathematics University of Massachusetts Amherst,

More information

RECENT PROGRESSES IN THE CALABI-YAU PROBLEM FOR MINIMAL SURFACES. Antonio Alarcón

RECENT PROGRESSES IN THE CALABI-YAU PROBLEM FOR MINIMAL SURFACES. Antonio Alarcón Matemática Contemporânea, Vol 30, 29-40 c 2006, Sociedade Brasileira de Matemática RECENT PROGRESSES IN THE CALABI-YAU PROBLEM FOR MINIMAL SURFACES Antonio Alarcón Abstract In the last forty years, interest

More information

6.1 The Inverse Sine, Cosine, and Tangent Functions Objectives

6.1 The Inverse Sine, Cosine, and Tangent Functions Objectives Objectives 1. Find the Exact Value of an Inverse Sine, Cosine, or Tangent Function. 2. Find an Approximate Value of an Inverse Sine Function. 3. Use Properties of Inverse Functions to Find Exact Values

More information

THE CALABI YAU CONJECTURES FOR EMBEDDED SURFACES

THE CALABI YAU CONJECTURES FOR EMBEDDED SURFACES THE CALABI YAU CONJECTURES FOR EMBEDDED SURFACES TOBIAS H. COLDING In this talk I will discuss the proof of the Calabi-Yau conjectures for embedded surfaces. This is joint work with Bill Minicozzi, [CM9].

More information

Elliptical Integrals and Functions

Elliptical Integrals and Functions Appendix A Elliptical Integrals and Functions Elliptic integrals and functions are mathematical objects, which nowadays are often omitted in the mathematical curricula of universities. One quite trivial

More information

Practice Test 3 A Sections.4 and.5, (11634851) Question 345678910111314151617181903456789303133334353 Description This is practice test A to help prepare for Test 3. It covers sections.4 and.5. Part B

More information

Section 7.2. The Calculus of Complex Functions

Section 7.2. The Calculus of Complex Functions Section 7.2 The Calculus of Complex Functions In this section we will iscuss limits, continuity, ifferentiation, Taylor series in the context of functions which take on complex values. Moreover, we will

More information

Solutions. MATH 1060 Exam 3 Fall (10 points) For 2 sin(3x π) + 1 give the. amplitude. period. phase shift. vertical shift.

Solutions. MATH 1060 Exam 3 Fall (10 points) For 2 sin(3x π) + 1 give the. amplitude. period. phase shift. vertical shift. MATH 060 Exam Fall 008 Solutions. (0 points) For sin(x π) + give the amplitude period phase shift vertical shift amplitude= period= π phase shift= π vertical shift=. (5 points) Consider a sine curve with

More information

Exercises involving elementary functions

Exercises involving elementary functions 017:11:0:16:4:09 c M K Warby MA3614 Complex variable methods and applications 1 Exercises involving elementary functions 1 This question was in the class test in 016/7 and was worth 5 marks a) Let z +

More information

Discrete Differential Geometry: Consistency as Integrability

Discrete Differential Geometry: Consistency as Integrability Discrete Differential Geometry: Consistency as Integrability Yuri SURIS (TU München) Oberwolfach, March 6, 2006 Based on the ongoing textbook with A. Bobenko Discrete Differential Geometry Differential

More information

Hyperbolics. Scott Morgan. Further Mathematics Support Programme - WJEC A-Level Further Mathematics 31st March scott3142.

Hyperbolics. Scott Morgan. Further Mathematics Support Programme - WJEC A-Level Further Mathematics 31st March scott3142. Hyperbolics Scott Morgan Further Mathematics Support Programme - WJEC A-Level Further Mathematics 3st March 208 scott342.com @Scott342 Topics Hyperbolic Identities Calculus with Hyperbolics - Differentiation

More information

arxiv: v3 [math.dg] 16 Oct 2017

arxiv: v3 [math.dg] 16 Oct 2017 MINIMAL TWIN SURFACES HAO CHEN arxiv:1610.07926v3 [math.dg] 16 Oct 2017 Abstract. We report some minimal surfaces that can be seen as copies of a triply periodic minimal surface (TPMS) related by reflections

More information

Sine * * This file is from the 3D-XplorMath project. Please see:

Sine * * This file is from the 3D-XplorMath project. Please see: Sine * The demo in 3D-XplorMath illustrates: If a unit circle in the plane is traversed with constant velocity then it is parametrized with the so-called trigonometric or circular functions, c(t) = (cos

More information

arxiv: v1 [math.dg] 21 Apr 2016

arxiv: v1 [math.dg] 21 Apr 2016 AN END-TO-END CONSTRUCTION OF DOUBLY PERIODIC MINIMAL SURFACES PETER CONNOR AND KEVIN LI arxiv:1604.06440v1 math.dg] 21 Apr 2016 Abstract. Using Traizet s regeneration method, we prove that for each positive

More information

CALC 3 CONCEPT PACKET Complete

CALC 3 CONCEPT PACKET Complete CALC 3 CONCEPT PACKET Complete Written by Jeremy Robinson, Head Instructor Find Out More +Private Instruction +Review Sessions WWW.GRADEPEAK.COM Need Help? Online Private Instruction Anytime, Anywhere

More information

16 Inverse Trigonometric Functions

16 Inverse Trigonometric Functions 6 Inverse Trigonometric Functions Concepts: Restricting the Domain of the Trigonometric Functions The Inverse Sine Function The Inverse Cosine Function The Inverse Tangent Function Using the Inverse Trigonometric

More information

arxiv: v1 [math.dg] 29 Sep 2009

arxiv: v1 [math.dg] 29 Sep 2009 arxiv:0909.5354v1 [math.dg] 29 Sep 2009 The Klein bottle in its classical shape: a further step towards a good parametrization Gregorio Franzoni October 24, 2018 Abstract Together with the Möbius strip,

More information

Spherical trigonometry

Spherical trigonometry Spherical trigonometry 1 The spherical Pythagorean theorem Proposition 1.1 On a sphere of radius, any right triangle AC with C being the right angle satisfies cos(c/) = cos(a/) cos(b/). (1) Proof: Let

More information

Modern Examples of Complete Embedded Minimal Surfaces of Finite Total Curvature

Modern Examples of Complete Embedded Minimal Surfaces of Finite Total Curvature Modern Examples of Complete Embedded Minimal Surfaces of Finite Total Curvature David Glasser December 14, 2004 1. Introduction. A natural class of minimal surfaces to study are the embedded minimal surfaces

More information

a. y= 5x 2 +2x 3 d. 2x+5=10 b. y= 3 x 2 c. y= 1 x 3 Learning Goal QUIZ Trigonometric Identities. OH nooooooo! Class Opener: March 17, 2015

a. y= 5x 2 +2x 3 d. 2x+5=10 b. y= 3 x 2 c. y= 1 x 3 Learning Goal QUIZ Trigonometric Identities. OH nooooooo! Class Opener: March 17, 2015 DAY 48 March 16/17, 2015 OH nooooooo! Class Opener: Find D and R: a. y= 5x 2 +2x 3 b. y= 3 x 2 c. y= 1 x 3 +2 d. 2x+5=10 Nov 14 2:45 PM Learning Goal 5.1.-5.2. QUIZ Trigonometric Identities. Mar 13 11:56

More information

ORDINARY DIFFERENTIAL EQUATIONS

ORDINARY DIFFERENTIAL EQUATIONS ORDINARY DIFFERENTIAL EQUATIONS Basic concepts: Find y(x) where x is the independent and y the dependent varible, based on an equation involving x, y(x), y 0 (x),...e.g.: y 00 (x) = 1+y(x) y0 (x) 1+x or,

More information

Bicontinuous Surfaces in Self-assembling Amphiphilic Systems

Bicontinuous Surfaces in Self-assembling Amphiphilic Systems Bicontinuous Surfaces in Self-assembling Amphiphilic Systems Ulrich Schwarz 1 and Gerhard Gompper 2 1 Max-Planck-Institut für Kolloid- und Grenzflächenforschung, D-14424 Potsdam 2 Institut für Festkörperforschung,

More information

Trig Identities. or (x + y)2 = x2 + 2xy + y 2. Dr. Ken W. Smith Other examples of identities are: (x + 3)2 = x2 + 6x + 9 and

Trig Identities. or (x + y)2 = x2 + 2xy + y 2. Dr. Ken W. Smith Other examples of identities are: (x + 3)2 = x2 + 6x + 9 and Trig Identities An identity is an equation that is true for all values of the variables. Examples of identities might be obvious results like Part 4, Trigonometry Lecture 4.8a, Trig Identities and Equations

More information

2 Recollection of elementary functions. II

2 Recollection of elementary functions. II Recollection of elementary functions. II Last updated: October 5, 08. In this section we continue recollection of elementary functions. In particular, we consider exponential, trigonometric and hyperbolic

More information

Practice Problems for the Final Exam

Practice Problems for the Final Exam Math 114 Spring 2017 Practice Problems for the Final Exam 1. The planes 3x + 2y + z = 6 and x + y = 2 intersect in a line l. Find the distance from the origin to l. (Answer: 24 3 ) 2. Find the area of

More information

Riemann Surface. David Gu. SMI 2012 Course. University of New York at Stony Brook. 1 Department of Computer Science

Riemann Surface. David Gu. SMI 2012 Course. University of New York at Stony Brook. 1 Department of Computer Science Riemann Surface 1 1 Department of Computer Science University of New York at Stony Brook SMI 2012 Course Thanks Thanks for the invitation. Collaborators The work is collaborated with Shing-Tung Yau, Feng

More information

Figure 1. A minimal surface, like this soap film, is characterized by the property that small pieces minimize area for given boundary.

Figure 1. A minimal surface, like this soap film, is characterized by the property that small pieces minimize area for given boundary. Joaquín Pérez Figure 1. A minimal surface, like this soap film, is characterized by the property that small pieces minimize area for given boundary. Joaquín Pérez is professor of geometry and topology

More information

1. Vectors and Matrices

1. Vectors and Matrices E. 8.02 Exercises. Vectors and Matrices A. Vectors Definition. A direction is just a unit vector. The direction of A is defined by dir A = A, (A 0); A it is the unit vector lying along A and pointed like

More information

Derivatives of Trig and Inverse Trig Functions

Derivatives of Trig and Inverse Trig Functions Derivatives of Trig and Inverse Trig Functions Math 102 Section 102 Mingfeng Qiu Nov. 28, 2018 Office hours I m planning to have additional office hours next week. Next Monday (Dec 3), which time works

More information

1966 IMO Shortlist. IMO Shortlist 1966

1966 IMO Shortlist. IMO Shortlist 1966 IMO Shortlist 1966 1 Given n > 3 points in the plane such that no three of the points are collinear. Does there exist a circle passing through (at least) 3 of the given points and not containing any other

More information

MATH 15a: Linear Algebra Exam 1, Solutions

MATH 15a: Linear Algebra Exam 1, Solutions MATH 5a: Linear Algebra Exam, Solutions. Let T : R 3 R 4 be the linear transformation with T( e ) = 2 e + e 2 + 3 e 3 4 e 4, T( e 2 ) = e e 2 +2 e 3 +6 e 4, and T( e 3 ) = 4 e e 2 +7 e 3 +8 e 4. (a) (6

More information

10.7 Trigonometric Equations and Inequalities

10.7 Trigonometric Equations and Inequalities 0.7 Trigonometric Equations and Inequalities 857 0.7 Trigonometric Equations and Inequalities In Sections 0., 0. and most recently 0., we solved some basic equations involving the trigonometric functions.

More information

Riemann surfaces. Ian Short. Thursday 29 November 2012

Riemann surfaces. Ian Short. Thursday 29 November 2012 Riemann surfaces Ian Short Thursday 29 November 2012 Complex analysis and geometry in the plane Complex differentiability Complex differentiability Complex differentiability Complex differentiability Complex

More information

Constant mean curvature surfaces in M 2 R

Constant mean curvature surfaces in M 2 R Constant mean curvature surfaces in M 2 R David Hoffman Department of Mathematics Stanford University Stanford, CA 94305 hoffman@math.stanford.edu Jorge H. S. de Lira Departamento de Matemática Universidade

More information

Conformal properties in classical minimal surface theory

Conformal properties in classical minimal surface theory Surveys in Differential Geometry IX, International Press Conformal properties in classical minimal surface theory William H. Meeks III and Joaquín Pérez Abstract. This is a survey of recent developments

More information

Some examples of static equivalency in space using descriptive geometry and Grassmann algebra

Some examples of static equivalency in space using descriptive geometry and Grassmann algebra July 16-20, 2018, MIT, Boston, USA Caitlin Mueller, Sigrid Adriaenssens (eds.) Some examples of static equivalency in space using descriptive geometry and Grassmann algebra Maja BANIČEK*, Krešimir FRESL

More information

Complex Trigonometric and Hyperbolic Functions (7A)

Complex Trigonometric and Hyperbolic Functions (7A) Complex Trigonometric and Hyperbolic Functions (7A) 07/08/015 Copyright (c) 011-015 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation

More information

JUST THE MATHS UNIT NUMBER PARTIAL DIFFERENTIATION 1 (Partial derivatives of the first order) A.J.Hobson

JUST THE MATHS UNIT NUMBER PARTIAL DIFFERENTIATION 1 (Partial derivatives of the first order) A.J.Hobson JUST THE MATHS UNIT NUMBER 14.1 PARTIAL DIFFERENTIATION 1 (Partial derivatives of the first order) by A.J.Hobson 14.1.1 Functions of several variables 14.1.2 The definition of a partial derivative 14.1.3

More information

CONSIDERATION OF COMPACT MINIMAL SURFACES IN 4-DIMENSIONAL FLAT TORI IN TERMS OF DEGENERATE GAUSS MAP

CONSIDERATION OF COMPACT MINIMAL SURFACES IN 4-DIMENSIONAL FLAT TORI IN TERMS OF DEGENERATE GAUSS MAP CONSIDERATION OF COMPACT MINIMAL SURFACES IN 4-DIMENSIONAL FLAT TORI IN TERMS OF DEGENERATE GAUSS MAP TOSHIHIRO SHODA Abstract. In this paper, we study a compact minimal surface in a 4-dimensional flat

More information

Section 4.4. Using the Fundamental Theorem. Difference Equations to Differential Equations

Section 4.4. Using the Fundamental Theorem. Difference Equations to Differential Equations Difference Equations to Differential Equations Section 4.4 Using the Fundamental Theorem As we saw in Section 4.3, using the Fundamental Theorem of Integral Calculus reduces the problem of evaluating a

More information

Kinematics. Chapter Multi-Body Systems

Kinematics. Chapter Multi-Body Systems Chapter 2 Kinematics This chapter first introduces multi-body systems in conceptual terms. It then describes the concept of a Euclidean frame in the material world, following the concept of a Euclidean

More information

Accreditation Period. Victorian Certificate of Education MATHEMATICS STUDY DESIGN. VICTORIAN CURRICULUM AND ASSESSMENT AUTHORITY

Accreditation Period. Victorian Certificate of Education MATHEMATICS STUDY DESIGN.   VICTORIAN CURRICULUM AND ASSESSMENT AUTHORITY Accreditation Period 2016 2020 Victorian Certificate of Education MATHEMATICS STUDY DESIGN www.vcaa.vic.edu.au VICTORIAN CURRICULUM AND ASSESSMENT AUTHORITY Specialist Mathematics Units 1 and 2 VCE Mathematics

More information

Day 12. Thursday June 7, 2012

Day 12. Thursday June 7, 2012 Day 12 Thursday June 7, 2012 1 A Word on Well-Ordering We talked about the principle of induction. Given a formula ϕ(n) then to prove n.ϕ(n) then it is sufficent to prove ϕ(0). n.ϕ(n) ϕ(n + 1) We mentioned

More information

Analysis III Solutions - Serie 12

Analysis III Solutions - Serie 12 .. Necessary condition Let us consider the following problem for < x, y < π, u =, for < x, y < π, u y (x, π) = x a, for < x < π, u y (x, ) = a x, for < x < π, u x (, y) = u x (π, y) =, for < y < π. Find

More information

DEFORMATIONS OF THE GYROID AND LIDINOID MINIMAL SURFACES

DEFORMATIONS OF THE GYROID AND LIDINOID MINIMAL SURFACES DEFORMATIONS OF THE YROID AND LIDINOID MINIMAL SURFACES ADAM. WEYHAUPT Abstract. The gyroid and Lidinoid are triply periodic minimal surfaces of genus embedded in R that contain no straight lines or planar

More information

arxiv: v1 [math.dg] 28 Jun 2008

arxiv: v1 [math.dg] 28 Jun 2008 Limit Surfaces of Riemann Examples David Hoffman, Wayne Rossman arxiv:0806.467v [math.dg] 28 Jun 2008 Introduction The only connected minimal surfaces foliated by circles and lines are domains on one of

More information

ON THE SYMMETRY OF ANNULAR BRYANT SURFACE WITH CONSTANT CONTACT ANGLE. Sung-Ho Park

ON THE SYMMETRY OF ANNULAR BRYANT SURFACE WITH CONSTANT CONTACT ANGLE. Sung-Ho Park Korean J. Math. 22 (201), No. 1, pp. 133 138 http://dx.doi.org/10.11568/kjm.201.22.1.133 ON THE SYMMETRY OF ANNULAR BRYANT SURFACE WITH CONSTANT CONTACT ANGLE Sung-Ho Park Abstract. We show that a compact

More information

10.7 Trigonometric Equations and Inequalities

10.7 Trigonometric Equations and Inequalities 0.7 Trigonometric Equations and Inequalities 857 0.7 Trigonometric Equations and Inequalities In Sections 0. 0. and most recently 0. we solved some basic equations involving the trigonometric functions.

More information

11.10a Taylor and Maclaurin Series

11.10a Taylor and Maclaurin Series 11.10a 1 11.10a Taylor and Maclaurin Series Let y = f(x) be a differentiable function at x = a. In first semester calculus we saw that (1) f(x) f(a)+f (a)(x a), for all x near a The right-hand side of

More information

18.04 Practice problems exam 1, Spring 2018 Solutions

18.04 Practice problems exam 1, Spring 2018 Solutions 8.4 Practice problems exam, Spring 8 Solutions Problem. omplex arithmetic (a) Find the real and imaginary part of z + z. (b) Solve z 4 i =. (c) Find all possible values of i. (d) Express cos(4x) in terms

More information

NOTES 10: ANALYTIC TRIGONOMETRY

NOTES 10: ANALYTIC TRIGONOMETRY NOTES 0: ANALYTIC TRIGONOMETRY Name: Date: Period: Mrs. Nguyen s Initial: LESSON 0. USING FUNDAMENTAL TRIGONOMETRIC IDENTITIES FUNDAMENTAL TRIGONOMETRIC INDENTITIES Reciprocal Identities sin csc cos sec

More information

2 Trigonometric functions

2 Trigonometric functions Theodore Voronov. Mathematics 1G1. Autumn 014 Trigonometric functions Trigonometry provides methods to relate angles and lengths but the functions we define have many other applications in mathematics..1

More information

Rational Trigonometry. Rational Trigonometry

Rational Trigonometry. Rational Trigonometry There are an infinite number of points on the unit circle whose coordinates are each rational numbers. Indeed every Pythagorean triple gives one! 3 65 64 65 7 5 4 5 03 445 396 445 3 4 5 5 75 373 5 373

More information

Worksheet 1.4: Geometry of the Dot and Cross Products

Worksheet 1.4: Geometry of the Dot and Cross Products Boise State Math 275 (Ultman) Worksheet 1.4: Geometry of the Dot and Cross Products From the Toolbox (what you need from previous classes): Basic algebra and trigonometry: be able to solve quadratic equations,

More information

HUDSONVILLE HIGH SCHOOL COURSE FRAMEWORK

HUDSONVILLE HIGH SCHOOL COURSE FRAMEWORK HUDSONVILLE HIGH SCHOOL COURSE FRAMEWORK COURSE / SUBJECT A P C a l c u l u s ( B C ) KEY COURSE OBJECTIVES/ENDURING UNDERSTANDINGS OVERARCHING/ESSENTIAL SKILLS OR QUESTIONS Limits and Continuity Derivatives

More information

Integrated Mathematics I, II, III 2016 Scope and Sequence

Integrated Mathematics I, II, III 2016 Scope and Sequence Mathematics I, II, III 2016 Scope and Sequence I Big Ideas Math 2016 Mathematics I, II, and III Scope and Sequence Number and Quantity The Real Number System (N-RN) Properties of exponents to rational

More information

Ring-like minimal surfaces

Ring-like minimal surfaces Ring-like minimal surfaces Sven Lidin To cite this version: Sven Lidin. Ring-like minimal surfaces. Journal de Physique, 1988, 49 (3), pp.421-427. . HAL

More information

On the genus of triply periodic minimal surfaces

On the genus of triply periodic minimal surfaces On the genus of triply periodic minimal surfaces Martin Traizet December 21, 2006 Abstract : we prove the existence of embedded minimal surfaces of arbitrary genus g 3 in any flat 3-torus. In fact we construct

More information

Syllabus: for Complex variables

Syllabus: for Complex variables EE-2020, Spring 2009 p. 1/42 Syllabus: for omplex variables 1. Midterm, (4/27). 2. Introduction to Numerical PDE (4/30): [Ref.num]. 3. omplex variables: [Textbook]h.13-h.18. omplex numbers and functions,

More information

CHAPTER 1 Prerequisites for Calculus 2. CHAPTER 2 Limits and Continuity 58

CHAPTER 1 Prerequisites for Calculus 2. CHAPTER 2 Limits and Continuity 58 CHAPTER 1 Prerequisites for Calculus 2 1.1 Lines 3 Increments Slope of a Line Parallel and Perpendicular Lines Equations of Lines Applications 1.2 Functions and Graphs 12 Functions Domains and Ranges Viewing

More information

If y = f (u) is a differentiable function of u and u = g(x) is a differentiable function of x then dy dx = dy. du du. If y = f (u) then y = f (u) u

If y = f (u) is a differentiable function of u and u = g(x) is a differentiable function of x then dy dx = dy. du du. If y = f (u) then y = f (u) u Section 3 4B The Chain Rule If y = f (u) is a differentiable function of u and u = g(x) is a differentiable function of x then dy dx = dy du du dx or If y = f (u) then f (u) u The Chain Rule with the Power

More information

Hyperbolic Discrete Ricci Curvature Flows

Hyperbolic Discrete Ricci Curvature Flows Hyperbolic Discrete Ricci Curvature Flows 1 1 Mathematics Science Center Tsinghua University Tsinghua University 010 Unified Framework of Discrete Curvature Flow Unified framework for both Discrete Ricci

More information

e y [cos(x) + i sin(x)] e y [cos(x) i sin(x)] ] sin(x) + ey e y x = nπ for n = 0, ±1, ±2,... cos(nπ) = ey e y 0 = ey e y sin(z) = 0,

e y [cos(x) + i sin(x)] e y [cos(x) i sin(x)] ] sin(x) + ey e y x = nπ for n = 0, ±1, ±2,... cos(nπ) = ey e y 0 = ey e y sin(z) = 0, Worked Solutions 83 Chapter 3: Power Series Solutions II: Generalizations Theory 34 a Suppose that e z = 0 for some z = x + iy Then both the real imaginary parts of e z must be zero, e x cos(y) = 0 e x

More information

AP Calculus BC Syllabus

AP Calculus BC Syllabus AP Calculus BC Syllabus Course Overview and Philosophy This course is designed to be the equivalent of a college-level course in single variable calculus. The primary textbook is Calculus, 7 th edition,

More information

secθ 1 cosθ The pythagorean identities can also be expressed as radicals

secθ 1 cosθ The pythagorean identities can also be expressed as radicals Basic Identities Section Objectives: Students will know how to use fundamental trigonometric identities to evaluate trigonometric functions and simplify trigonometric expressions. We use trig. identities

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

Inverse Trig Functions

Inverse Trig Functions 6.6i Inverse Trigonometric Functions Inverse Sine Function Does g(x) = sin(x) have an inverse? What restriction would we need to make so that at least a piece of this function has an inverse? Given f (x)

More information

If y = f (u) is a differentiable function of u and u = g(x) is a differentiable function of x then dy dx = dy. du du. If y = f (u) then y = f (u) u

If y = f (u) is a differentiable function of u and u = g(x) is a differentiable function of x then dy dx = dy. du du. If y = f (u) then y = f (u) u Section 3 4B Lecture The Chain Rule If y = f (u) is a differentiable function of u and u = g(x) is a differentiable function of x then dy dx = dy du du dx or If y = f (u) then y = f (u) u The Chain Rule

More information

TRIGONOMETRY OUTCOMES

TRIGONOMETRY OUTCOMES TRIGONOMETRY OUTCOMES C10. Solve problems involving limits of trigonometric functions. C11. Apply derivatives of trigonometric functions. C12. Solve problems involving inverse trigonometric functions.

More information

Examples of the Fourier Theorem (Sect. 10.3). The Fourier Theorem: Continuous case.

Examples of the Fourier Theorem (Sect. 10.3). The Fourier Theorem: Continuous case. s of the Fourier Theorem (Sect. 1.3. The Fourier Theorem: Continuous case. : Using the Fourier Theorem. The Fourier Theorem: Piecewise continuous case. : Using the Fourier Theorem. The Fourier Theorem:

More information

THE CLASSIFICATION OF SINGLY PERIODIC MINIMAL SURFACES WITH GENUS ZERO AND SCHERK-TYPE ENDS

THE CLASSIFICATION OF SINGLY PERIODIC MINIMAL SURFACES WITH GENUS ZERO AND SCHERK-TYPE ENDS TRANSACTIONS OF THE AMERICAN MATHEMATICAL SOCIETY Volume 359, Number 3, March 2007, Pages 965 990 S 0002-9947(06)04094-3 Article electronically published on October 16, 2006 THE CLASSIFICATION OF SINGLY

More information

June 9 Math 1113 sec 002 Summer 2014

June 9 Math 1113 sec 002 Summer 2014 June 9 Math 1113 sec 002 Summer 2014 Section 6.5: Inverse Trigonometric Functions Definition: (Inverse Sine) For x in the interval [ 1, 1] the inverse sine of x is denoted by either and is defined by the

More information

Multivariable Calculus Midterm 2 Solutions John Ross

Multivariable Calculus Midterm 2 Solutions John Ross Multivariable Calculus Midterm Solutions John Ross Problem.: False. The double integral is not the same as the iterated integral. In particular, we have shown in a HW problem (section 5., number 9) that

More information

Bounded domains which are universal for minimal surfaces

Bounded domains which are universal for minimal surfaces Bounded domains which are universal for minimal surfaces Francisco Martín William H. Meeks, III Nicolai Nadirashvili August 16, 2005 Abstract We construct open domains in R 3 which do not admit complete

More information

Vector Calculus handout

Vector Calculus handout Vector Calculus handout The Fundamental Theorem of Line Integrals Theorem 1 (The Fundamental Theorem of Line Integrals). Let C be a smooth curve given by a vector function r(t), where a t b, and let f

More information

AP Calculus AB Syllabus

AP Calculus AB Syllabus AP Calculus AB Syllabus Course Overview and Philosophy This course is designed to be the equivalent of a college-level course in single variable calculus. The primary textbook is Calculus of a Single Variable,

More information

MASTER S THESIS. Minimal Surfaces A proof of Bernstein's theorem JENNY LARSSON

MASTER S THESIS. Minimal Surfaces A proof of Bernstein's theorem JENNY LARSSON MASTER S THESIS Minimal Surfaces A proof of Bernstein's theorem JENNY LARSSON Department of Mathematical Sciences Division of Mathematics CHALMERS UNIVERSITY OF TECHNOLOGY UNIVERSITY OF GOTHENBURG Gothenburg,

More information

UNIFORM SUBHARMONIC ORBITS FOR SITNIKOV PROBLEM

UNIFORM SUBHARMONIC ORBITS FOR SITNIKOV PROBLEM Manuscript submitted to Website: http://aimsciences.org AIMS Journals Volume 00, Number 0, Xxxx XXXX pp. 000 000 UNIFORM SUBHARMONIC ORBITS FOR SITNIKOV PROBLEM CLARK ROBINSON Abstract. We highlight the

More information

2.2 Separable Equations

2.2 Separable Equations 82 2.2 Separable Equations An equation y = f(x, y) is called separable provided algebraic operations, usually multiplication, division and factorization, allow it to be written in a separable form y =

More information

(2) = 137 /13 (45 / dt)log(2) = log(137 /13) dt = 13.24

(2) = 137 /13 (45 / dt)log(2) = log(137 /13) dt = 13.24 Correct answer: A 4 WYSE Academic Challenge Sectional Mathematics 008 Solution Set ( sin α + sinα cosα + cos α ) ( + sin( )) ( + ) (sinα + cosα ) α Correct answer: D If Xthe number of girls, then we want

More information

Supporting Information. for. A robust AFM-based method for locally measuring the elasticity of. samples

Supporting Information. for. A robust AFM-based method for locally measuring the elasticity of. samples Supporting Information for A robust AFM-based method for locally measuring the elasticity of samples Alexandre Bubendorf 1 Stefan Walheim 23 Thomas Schimmel 2 and Ernst Meyer 1 Address: 1 Department of

More information

(c) Find the equation of the degree 3 polynomial that has the same y-value, slope, curvature, and third derivative as ln(x + 1) at x = 0.

(c) Find the equation of the degree 3 polynomial that has the same y-value, slope, curvature, and third derivative as ln(x + 1) at x = 0. Chapter 7 Challenge problems Example. (a) Find the equation of the tangent line for ln(x + ) at x = 0. (b) Find the equation of the parabola that is tangent to ln(x + ) at x = 0 (i.e. the parabola has

More information

LESMAHAGOW HIGH SCHOOL Mathematics Department. National 5. Relationships Scheme of Work

LESMAHAGOW HIGH SCHOOL Mathematics Department. National 5. Relationships Scheme of Work LESMAHAGOW HIGH SCHOOL Mathematics Department National 5 Relationships Scheme Work Relationships Main Resource (Supplementary resource Int 2 Credit Book 1/2) Applying algebraic skills to linear equations

More information

Instructor: Koshal Dahal Test 4 date: Fri, May 1

Instructor: Koshal Dahal Test 4 date: Fri, May 1 Rec/Sec: Review Test (Math1650:500) Instructor: Koshal Dahal Test date: Fri, May 1 Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Find the equivalent

More information

arxiv: v1 [math.dg] 13 Jan 2019

arxiv: v1 [math.dg] 13 Jan 2019 EXISTENCE OF THE RHOMBOHEDRAL AND TETRAGONAL DEFORMATION FAMILIES OF THE GYROID HAO CHEN arxiv:191.46v1 [math.dg] 13 Jan 219 Abstract. We provide an existence proof for two 1-parameter families of triply

More information

Topics and Concepts. 1. Limits

Topics and Concepts. 1. Limits Topics and Concepts 1. Limits (a) Evaluating its (Know: it exists if and only if the it from the left is the same as the it from the right) (b) Infinite its (give rise to vertical asymptotes) (c) Limits

More information