Visualizing Dessins d Enfants on the Torus

Size: px
Start display at page:

Download "Visualizing Dessins d Enfants on the Torus"

Transcription

1 Department of Mathematics Purdue University Summer Project Presentation Purdue University October 04, 2015

2 Overview of the algorithm Input: An elliptic curve in the form: y 2 + a 1 xy + a 3 y = x 3 + a 2 x 2 + a 4 x + a 6 A Belyĭ Map: β : E(C) P 1 (C) Output: Points and coloring corresponding to a Dessin d Enfant embedded on the torus, T 2 (R).

3 Step 1: Setup Algorithm We find a set of points (x, y) that approximate β 1 on the curve from 0 to 1: β 1( [0, 1] ) E(C). Recall: β 1 (0) = Red Vertices β 1 (1) = Black Vertices β 1 ([0, 1]) = Edges

4 Step 1: Setup Algorithm Given our curve : y 2 + a 1 x y + a 3, y = x 3 + a 2 x 2 + a 4 x + a 6 We simplify it to the following 4(x 3 + a 2 x 2 + a 4 x + a6) + (a 1 x + a 3 ) 3 = 4(x e 1 )(x e 2 )(x e 3 ) Where e 1, e 2, and e 3 are roots of the elliptic curve

5 Step 2: The elliptic logarithm Recall the lattice Λ = { m ω 1 + n ω 2 m, n Z } in terms of the periods ω 1 = e3 e 1 dt (t e 1 ) (t e 2 ) (t e 3 ) and ω 2 = e3 e 2 dt (t e 1 ) (t e 2 ) (t e 3 ) For every point (x, y) calculated in step 1 we compute an elliptic logarithm, z by log E : E(C) C/Λ.: dt z = sgn(y) x (t e 1 ) (t e 2 ) (t e 3 ) = m ω 1 + n ω 2

6 Step 3: Projecting to the torii We exploit the following isomorphisms E(C) (x, y) C/Λ dt sgn(y) x (t e 1 ) (t e 2 ) (t e 3 ) T 2 (R) ( ) u = R + r cos 2πm cos 2πn ( ) v = R + r cos 2πm sin 2πn = m ω 1 + n ω 2 w = r sin 2πn

7 John Cremona and Thotasaphon Thongjunthug s Method One of the major issues was calculating the elliptic logarithm in Sage. We used the Arithmetic Geometric Mean(AGM) to approximate the elliptic integral. Without using an integral within a few steps you can acquire the elliptic integral quickly.

8 Overview of the Algorithm The algorithm is broken up into two steps 1 Finding the periods ω 1 and ω 2 2 Finding the elliptic logarithm To find the periods you set up one "for" loop that converges to ω 1 and ω 2 as you increase the iterations To find the elliptic logarithm you set up a nested "for" loop that calculates a complex number for every point on the elliptic curve.

9 Step 1 - Calculating the Periods To begin calculate four values in terms of the roots of the elliptic curve. A 0 = e 1 e 3 B 0 = e 1 e 2 C 0 = e 2 e 3 D 0 = e 2 e 1 Next we run through the "for" loop from p = 0, 1, 2, 3...N 1 A p+1 = A p + B p 2 B p+1 = A p B p C p+1 = C p + D p 2 D p+1 = C p D p As p iterates to N-1 the following ratio converges to the period ω 1 = π = π ω 2 = π = π A N B N C N D N Remark: There is a consistent way to choose the signs to guarantee convergence

10 Step 2 - Calculating the Elliptic Logarithm Given a point (x, y) on the elliptic curve, compute the following To calculate the elliptic logarithm find the following values I 1 = x e1 J 1 = (2y + a 1x + a 3 ) x e 2 2I 1 (x e 2 ) Then as p = 0, 1, 2, 3, 4...N 1 calculate the following values I p+1 = Ap (I p + 1) B p 1 I p + A p 1 J p+1 = I p+1 J p This returns the elliptic logarithm z = arctan A N J N A N

11 Dessin of Degree 3 Algorithm E : y 2 = x β(x, y) = (y+1) 2

12 Dessin of Degree 4 Algorithm E : y 2 = x 3 + x x β(x, y) = (x 2 +4y+56) (108)

13 Dessin of Degree 5 Algorithm E : y 2 = x 3 + 5x + 10 β(x, y) = (x 5)y+16 32

14 Dessin of Degree 9 Algorithm E : y 2 = x β(x, y) = (216x 3 ) (y+36) 3

15 Acknowledgments Algorithm Dr. Edray Herber Goins Hongshan Li Avi Steiner Dr. Steve Bell Dr. David Goldberg Dr. Lazslo Lempert Dr. Joel and Mrs. Ruth Spira Dr. Uli Walther Dr. Mark Ward Dr. Lowell W. Beineke Dr. Gregery Buzzard / Department of Mathematics College of Science UREP-C / Universidad Nacional de Colombia National Science Foundation

16 Thank You! Questions?

Drawing Planar Graphs via Dessins d Enfants

Drawing Planar Graphs via Dessins d Enfants Drawing Planar Graphs via Dessins d Enfants Kevin Bowman, Sheena Chandra, Anji Li and Amanda Llewellyn PRiME 2013: Purdue Research in Mathematics Experience, Purdue University July 21, 2013 Drawing Planar

More information

Metabelian Galois Representations

Metabelian Galois Representations Metabelian Galois Representations Edray Herber Goins AMS 2018 Spring Western Sectional Meeting Special Session on Automorphisms of Riemann Surfaces and Related Topics Portland State University Department

More information

A Review of Complex Numbers Ilya Pollak ECE 301 Signals and Systems Section 2, Fall 2010 Purdue University

A Review of Complex Numbers Ilya Pollak ECE 301 Signals and Systems Section 2, Fall 2010 Purdue University A Review of Complex Numbers la Pollak ECE 30 Signals and Sstems Section, Fall 00 Purdue Universit A complex number is represented in the form z = x + j, where x and are real numbers satisfing the usual

More information

The arithmetic geometric mean (Agm)

The arithmetic geometric mean (Agm) The arithmetic geometric mean () Pictures by David Lehavi This is part of exercise 5 question 4 in myc> calculus class Fall 200: a = c a n+ =5a n 2 lim n an = a = a an + bn a n+ = 2 b = b b n+ = a nb n

More information

Visualizing Dessins D Enfants

Visualizing Dessins D Enfants Willamette Valley Consortium for Mathematics Research Occidental College and Ave Maria University MAA MathFest August 7, 2014 Introduction Belyi Maps Dessins Passports Shabat Polynomials Question Example

More information

Elliptic Functions. Introduction

Elliptic Functions. Introduction Elliptic Functions Introduction 1 0.1 What is an elliptic function Elliptic function = Doubly periodic meromorphic function on C. Too simple object? Indeed, in most of modern textbooks on the complex analysis,

More information

Logarithmic and Exponential Equations and Change-of-Base

Logarithmic and Exponential Equations and Change-of-Base Logarithmic and Exponential Equations and Change-of-Base MATH 101 College Algebra J. Robert Buchanan Department of Mathematics Summer 2012 Objectives In this lesson we will learn to solve exponential equations

More information

HERON TRIANGLES, DIOPHANTINE PROBLEMS AND ELLIPTIC CURVES

HERON TRIANGLES, DIOPHANTINE PROBLEMS AND ELLIPTIC CURVES HERON TRIANGLES, DIOPHANTINE PROBLEMS AND ELLIPTIC CURVES GARIKAI CAMPBELL AND EDRAY HERBER GOINS Abstract. For all nonzero rational t, E t : v 2 = u 3 + (t 2 + 2)u 2 + u is an elliptic curve defined over

More information

Dessins d enfants and transcendental lattices of singular K3 surfaces. Dessins d enfants and transcendental lattices of extremal elliptic surfaces

Dessins d enfants and transcendental lattices of singular K3 surfaces. Dessins d enfants and transcendental lattices of extremal elliptic surfaces Dessins d enfants and transcendental lattices of singular K3 surfaces Dessins d enfants and transcendental lattices of extremal elliptic surfaces Saitama, 2008 March Ichiro Shimada (Hokkaido University)

More information

THE CREMONA GROUP: LECTURE 1

THE CREMONA GROUP: LECTURE 1 THE CREMONA GROUP: LECTURE 1 Birational maps of P n. A birational map from P n to P n is specified by an (n + 1)-tuple (f 0,..., f n ) of homogeneous polynomials of the same degree, which can be assumed

More information

Does There Exist an Elliptic Curve E/Q with Mordell-Weil Group Z 2 Z 8 Z 4?

Does There Exist an Elliptic Curve E/Q with Mordell-Weil Group Z 2 Z 8 Z 4? Does There Exist an Elliptic Curve E/Q with Mordell-Weil Group Z 2 Z 8 Z 4? Edray Herber Goins Department of Mathematics, Purdue University Atkin Memorial Lecture and Workshop: over Q( 5) April 29, 2012

More information

COMPLEX MULTIPLICATION: LECTURE 13

COMPLEX MULTIPLICATION: LECTURE 13 COMPLEX MULTIPLICATION: LECTURE 13 Example 0.1. If we let C = P 1, then k(c) = k(t) = k(c (q) ) and the φ (t) = t q, thus the extension k(c)/φ (k(c)) is of the form k(t 1/q )/k(t) which as you may recall

More information

Cubic curves: a short survey

Cubic curves: a short survey ICAMMP 4 4-7 January 5 SUST, Sylhet, Bangladesh Cubic curves: a short survey Balázs Szendrői Department of Mathematics, University of Utrecht, The Netherlands szendroi@math.uu.nl http://www.math.uu.nl/people/szendroi

More information

Integral points of a modular curve of level 11. by René Schoof and Nikos Tzanakis

Integral points of a modular curve of level 11. by René Schoof and Nikos Tzanakis June 23, 2011 Integral points of a modular curve of level 11 by René Schoof and Nikos Tzanakis Abstract. Using lower bounds for linear forms in elliptic logarithms we determine the integral points of the

More information

AP CALCULUS AB 2007 SCORING GUIDELINES (Form B)

AP CALCULUS AB 2007 SCORING GUIDELINES (Form B) AP CALCULUS AB 27 SCORING GUIDELINES (Form B) Question 2 A particle moves along the x-axis so that its velocity v at time 2 t is given by vt () = sin ( t ). The graph of v is shown above for t 5 π. The

More information

Rational Distance Sets on Conic Sections

Rational Distance Sets on Conic Sections Rational Distance Sets on Conic Sections Megan D Ly Loyola Marymount Shawn E Tsosie UMASS Amherst July 010 Lyda P Urresta Union College Abstract Leonhard Euler noted that there exists an infinite set of

More information

Equidistributions in arithmetic geometry

Equidistributions in arithmetic geometry Equidistributions in arithmetic geometry Edgar Costa Dartmouth College 14th January 2016 Dartmouth College 1 / 29 Edgar Costa Equidistributions in arithmetic geometry Motivation: Randomness Principle Rigidity/Randomness

More information

Belyi Lattès maps. Ayberk Zeytin. Department of Mathematics, Galatasaray University. İstanbul Turkey. January 12, 2016

Belyi Lattès maps. Ayberk Zeytin. Department of Mathematics, Galatasaray University. İstanbul Turkey. January 12, 2016 Belyi Lattès maps Ayberk Zeytin Department of Mathematics, Galatasaray University Çırağan Cad. No. 36, 3357 Beşiktaş İstanbul Turkey January 1, 016 Abstract In this work, we determine all Lattès maps which

More information

SEMI-MAGIC SQUARES AND ELLIPTIC CURVES

SEMI-MAGIC SQUARES AND ELLIPTIC CURVES SEMI-MAGIC SQUARES AD ELLIPTIC CURVES EDRAY HERBER GOIS Abstract. We show that, for all odd natural numbers, the - torsion points on an elliptic curve may be placed in an grid such that the sum of each

More information

Outline of the Seminar Topics on elliptic curves Saarbrücken,

Outline of the Seminar Topics on elliptic curves Saarbrücken, Outline of the Seminar Topics on elliptic curves Saarbrücken, 11.09.2017 Contents A Number theory and algebraic geometry 2 B Elliptic curves 2 1 Rational points on elliptic curves (Mordell s Theorem) 5

More information

Non-generic attacks on elliptic curve DLPs

Non-generic attacks on elliptic curve DLPs Non-generic attacks on elliptic curve DLPs Benjamin Smith Team GRACE INRIA Saclay Île-de-France Laboratoire d Informatique de l École polytechnique (LIX) ECC Summer School Leuven, September 13 2013 Smith

More information

Galois theory of a quaternion group origami

Galois theory of a quaternion group origami Galois theory of a quaternion group origami Special Session on Automorphisms of Riemann Surfaces and Related Topics Fall Sectional Meeting Loyola University Chicago, Chicago, IL Rachel Joint work with

More information

Final Exam ECE301 Signals and Systems Friday, May 3, Cover Sheet

Final Exam ECE301 Signals and Systems Friday, May 3, Cover Sheet Name: Final Exam ECE3 Signals and Systems Friday, May 3, 3 Cover Sheet Write your name on this page and every page to be safe. Test Duration: minutes. Coverage: Comprehensive Open Book but Closed Notes.

More information

Points of Finite Order

Points of Finite Order Points of Finite Order Alex Tao 23 June 2008 1 Points of Order Two and Three If G is a group with respect to multiplication and g is an element of G then the order of g is the minimum positive integer

More information

Why Should I Care About Elliptic Curves?

Why Should I Care About Elliptic Curves? Why Should I Care About? Edray Herber Goins Department of Mathematics Purdue University August 7, 2009 Abstract An elliptic curve E possessing a rational point is an arithmetic-algebraic object: It is

More information

Algebraic equations of genus 2 Riemann surfaces with a hyperelliptic uniform dessin

Algebraic equations of genus 2 Riemann surfaces with a hyperelliptic uniform dessin Algebraic equations of genus 2 Riemann surfaces with a hyperelliptic uniform dessin Ernesto Girondo (joint with David Torres) Automorphisms of Riemann Surfaces and related topics University Park, 2009

More information

The structure of algebraic varieties

The structure of algebraic varieties The structure of algebraic varieties János Kollár Princeton University ICM, August, 2014, Seoul with the assistance of Jennifer M. Johnson and Sándor J. Kovács (Written comments added for clarity that

More information

MATH 3150: PDE FOR ENGINEERS FINAL EXAM (VERSION D) 1. Consider the heat equation in a wire whose diffusivity varies over time: u k(t) 2 x 2

MATH 3150: PDE FOR ENGINEERS FINAL EXAM (VERSION D) 1. Consider the heat equation in a wire whose diffusivity varies over time: u k(t) 2 x 2 MATH 35: PDE FOR ENGINEERS FINAL EXAM (VERSION D). Consider the heat equation in a wire whose diffusivity varies over time: u t = u k(t) x where k(t) is some positive function of time. Assume the wire

More information

Logarithmic Functions

Logarithmic Functions Metropolitan Community College The Natural Logarithmic Function The natural logarithmic function is defined on (0, ) as ln x = x 1 1 t dt. Example 1. Evaluate ln 1. Example 1. Evaluate ln 1. Solution.

More information

Functions associated to scattering amplitudes. Stefan Weinzierl

Functions associated to scattering amplitudes. Stefan Weinzierl Functions associated to scattering amplitudes Stefan Weinzierl Institut für Physik, Universität Mainz I: Periodic functions and periods II: III: Differential equations The two-loop sun-rise diagramm in

More information

The Definite Integral as an Accumulator

The Definite Integral as an Accumulator The Definite Integral as an Accumulator Louis A. Talman Department of Mathematical & Computer Sciences Metropolitan State College of Denver May, 5 In the last few years, the committee that writes the AP

More information

Differential Equations with a Convergent Integer power Series Solution

Differential Equations with a Convergent Integer power Series Solution Differential Equations with a Convergent Integer power Series Solution Mark van Hoeij AMC Conference TU/e (Algebra Meetkunde and Computation) July 3, 2014 Notations Let y Q[[x]] and suppose that 1 y has

More information

arxiv: v1 [math.nt] 15 Mar 2012

arxiv: v1 [math.nt] 15 Mar 2012 ON ZAGIER S CONJECTURE FOR L(E, 2): A NUMBER FIELD EXAMPLE arxiv:1203.3429v1 [math.nt] 15 Mar 2012 JEFFREY STOPPLE ABSTRACT. We work out an example, for a CM elliptic curve E defined over a real quadratic

More information

Dessins d enfants: Solving equations determining Belyi pairs

Dessins d enfants: Solving equations determining Belyi pairs Dessins d enfants: Solving equations determining Belyi pairs Elena KREINES Institut des Hautes Études Scientifiques 35, route de Chartres 91440 Bures-sur-Yvette (France) Septembre 2006 IHES/M/06/44 Dessins

More information

Motion in Space. MATH 311, Calculus III. J. Robert Buchanan. Fall Department of Mathematics. J. Robert Buchanan Motion in Space

Motion in Space. MATH 311, Calculus III. J. Robert Buchanan. Fall Department of Mathematics. J. Robert Buchanan Motion in Space Motion in Space MATH 311, Calculus III J. Robert Buchanan Department of Mathematics Fall 2011 Background Suppose the position vector of a moving object is given by r(t) = f (t), g(t), h(t), Background

More information

Math Exam 2, October 14, 2008

Math Exam 2, October 14, 2008 Math 96 - Exam 2, October 4, 28 Name: Problem (5 points Find all solutions to the following system of linear equations, check your work: x + x 2 x 3 2x 2 2x 3 2 x x 2 + x 3 2 Solution Let s perform Gaussian

More information

Iterative solvers for linear equations

Iterative solvers for linear equations Spectral Graph Theory Lecture 17 Iterative solvers for linear equations Daniel A. Spielman October 31, 2012 17.1 About these notes These notes are not necessarily an accurate representation of what happened

More information

Equations for Hilbert modular surfaces

Equations for Hilbert modular surfaces Equations for Hilbert modular surfaces Abhinav Kumar MIT April 24, 2013 Introduction Outline of talk Elliptic curves, moduli spaces, abelian varieties 2/31 Introduction Outline of talk Elliptic curves,

More information

Belyi functions with prescribed monodromy

Belyi functions with prescribed monodromy Ravi Jagadeesan, Mentor: Akhil Mathew MIT PRIMES May 18, 2013 Compact Riemann surfaces Definition A Riemann surface is a one-dimensional complex manifold. 1 1 http://upload.wikimedia.org/wikipedia/commons/f/f0/triple_

More information

Igusa Class Polynomials

Igusa Class Polynomials Genus 2 day, Intercity Number Theory Seminar Utrecht, April 18th 2008 Overview Igusa class polynomials are the genus 2 analogue of the classical Hilbert class polynomial. For each notion, I will 1. tell

More information

The Arithmetic-Geometric Mean and Periods of Curves of Genus 1 and 2

The Arithmetic-Geometric Mean and Periods of Curves of Genus 1 and 2 The Arithmetic-Geometric Mean and Periods of Curves of Genus 1 and By Rudolf Wing Tat Chow A thesis submitted in partial fulfilment of the requirements for the degree of Doctor of Philosophy School of

More information

A tour through Elliptic Divisibility Sequences

A tour through Elliptic Divisibility Sequences A tour through Elliptic Divisibility Sequences Victor S. Miller CCR Princeton Princeton, NJ 08540 15 April 2010 Points and their denominators Let E : y 2 + a 1 xy + a 3 y = x 3 + a 2 x 2 + a 4 x + a 6

More information

Elliptic Curves. Akhil Mathew (Department of Mathematics Drew UniversityElliptic MathCurves 155, Professor Alan Candiotti) 10 Dec.

Elliptic Curves. Akhil Mathew (Department of Mathematics Drew UniversityElliptic MathCurves 155, Professor Alan Candiotti) 10 Dec. Elliptic Curves Akhil Mathew Department of Mathematics Drew University Math 155, Professor Alan Candiotti 10 Dec. 2008 Akhil Mathew (Department of Mathematics Drew UniversityElliptic MathCurves 155, Professor

More information

Formal Groups. Niki Myrto Mavraki

Formal Groups. Niki Myrto Mavraki Formal Groups Niki Myrto Mavraki Contents 1. Introduction 1 2. Some preliminaries 2 3. Formal Groups (1 dimensional) 2 4. Groups associated to formal groups 9 5. The Invariant Differential 11 6. The Formal

More information

Calculation of the Gravitational Constant. Abstract. + α R 2 1. T 3 cos 12 β

Calculation of the Gravitational Constant. Abstract. + α R 2 1. T 3 cos 12 β Calculation of the Gravitational Constant Abstract G 4 M ( π 5 α 2 ω + α R 2 tan θ R 2 2 ω 20T 5 cos 20 β π 3 α 2 ω 8 ω 2G4 T 3 cos 2 β G is the Gravitational constant and M is the mass of Earth. ω Angular

More information

S12 PHY321: Practice Final

S12 PHY321: Practice Final S12 PHY321: Practice Final Contextual information Damped harmonic oscillator equation: ẍ + 2βẋ + ω0x 2 = 0 ( ) ( General solution: x(t) = e [A βt 1 exp β2 ω0t 2 + A 2 exp )] β 2 ω0t 2 Driven harmonic oscillator

More information

Taylor series. Chapter Introduction From geometric series to Taylor polynomials

Taylor series. Chapter Introduction From geometric series to Taylor polynomials Chapter 2 Taylor series 2. Introduction The topic of this chapter is find approximations of functions in terms of power series, also called Taylor series. Such series can be described informally as infinite

More information

On-Line Hardware Implementation for Complex Exponential and Logarithm

On-Line Hardware Implementation for Complex Exponential and Logarithm On-Line Hardware Implementation for Complex Exponential and Logarithm Ali SKAF, Jean-Michel MULLER * and Alain GUYOT Laboratoire TIMA / INPG - 46, Av. Félix Viallet, 3831 Grenoble Cedex * Laboratoire LIP

More information

Properties of Linear Transformations from R n to R m

Properties of Linear Transformations from R n to R m Properties of Linear Transformations from R n to R m MATH 322, Linear Algebra I J. Robert Buchanan Department of Mathematics Spring 2015 Topic Overview Relationship between the properties of a matrix transformation

More information

Elliptic Curves I. The first three sections introduce and explain the properties of elliptic curves.

Elliptic Curves I. The first three sections introduce and explain the properties of elliptic curves. Elliptic Curves I 1.0 Introduction The first three sections introduce and explain the properties of elliptic curves. A background understanding of abstract algebra is required, much of which can be found

More information

Gauss composition and integral arithmetic invariant theory

Gauss composition and integral arithmetic invariant theory Gauss composition and integral arithmetic invariant theory David Zureick-Brown (Emory University) Anton Gerschenko (Google) Connections in Number Theory Fall Southeastern Sectional Meeting University of

More information

Abelian Varieties and Complex Tori: A Tale of Correspondence

Abelian Varieties and Complex Tori: A Tale of Correspondence Abelian Varieties and Complex Tori: A Tale of Correspondence Nate Bushek March 12, 2012 Introduction: This is an expository presentation on an area of personal interest, not expertise. I will use results

More information

( ) ( ) numerically using the DFT. The DTFT is defined. [ ]e. [ ] = x n. [ ]e j 2π Fn and the DFT is defined by X k. [ ]e j 2π kn/n with N = 5.

( ) ( ) numerically using the DFT. The DTFT is defined. [ ]e. [ ] = x n. [ ]e j 2π Fn and the DFT is defined by X k. [ ]e j 2π kn/n with N = 5. ( /13) in the Ω form. ind the DTT of 8rect 3 n 2 8rect ( 3( n 2) /13) 40drcl(,5)e j 4π Let = Ω / 2π. Then 8rect 3 n 2 40 drcl( Ω / 2π,5)e j 2Ω ( /13) ind the DTT of 8rect 3( n 2) /13 by X = x n numerically

More information

Cubic fourfolds and odd-torsion Brauer Manin obstructions on K3 surfaces

Cubic fourfolds and odd-torsion Brauer Manin obstructions on K3 surfaces Cubic fourfolds and odd-torsion Brauer Manin obstructions on K3 surfaces Anthony Várilly-Alvarado Rice University Arithmetic Geometry, Number Theory and Computation August 22nd, 2018 We report on results

More information

Fay s Trisecant Identity

Fay s Trisecant Identity Fay s Trisecant Identity Gus Schrader University of California, Berkeley guss@math.berkeley.edu December 4, 2011 Gus Schrader (UC Berkeley) Fay s Trisecant Identity December 4, 2011 1 / 31 Motivation Fay

More information

Stochastic Loewner Evolution: another way of thinking about Conformal Field Theory

Stochastic Loewner Evolution: another way of thinking about Conformal Field Theory Stochastic Loewner Evolution: another way of thinking about Conformal Field Theory John Cardy University of Oxford October 2005 Centre for Mathematical Physics, Hamburg Outline recall some facts about

More information

Composition of Functions

Composition of Functions Composition of Functions Lecture 34 Section 7.3 Robb T. Koether Hampden-Sydney College Mon, Mar 25, 2013 Robb T. Koether (Hampden-Sydney College) Composition of Functions Mon, Mar 25, 2013 1 / 29 1 Composition

More information

Weak Néron Models for Lattès Maps

Weak Néron Models for Lattès Maps Weak Néron Models for Lattès Maps Robert L. Benedetto and Hsia Liang-Chung Amherst College and Taiwan Normal University Conference on Diophantine Problems and Arithmetic Dynamics June 24 28, 2013 Notation

More information

Symmetries of quasiplatonic Riemann surfaces arxiv: v1 [math.cv] 11 Jan 2014

Symmetries of quasiplatonic Riemann surfaces arxiv: v1 [math.cv] 11 Jan 2014 Symmetries of quasiplatonic Riemann surfaces arxiv:1401.575v1 [math.cv] 11 Jan 014 Gareth A. Jones and David Singerman School of Mathematics University of Southampton Southampton SO17 1BJ, U.K. Paul D.

More information

arxiv: v1 [math.cv] 1 Apr 2015

arxiv: v1 [math.cv] 1 Apr 2015 DESSINS D ENFANTS FOR ANALYSTS VINCENT BEFFARA arxiv:150400244v1 [mathcv] 1 Apr 2015 Abstract We present an algorithmic way of exactly computing Belyi functions for hypermaps and triangulations in genus

More information

(A) (B) (C) (D) (E) (F) Figure 1: Graphs of functions from Question 1. Answer Positive: C, D; zero: B, E; negative: A, F. :)

(A) (B) (C) (D) (E) (F) Figure 1: Graphs of functions from Question 1. Answer Positive: C, D; zero: B, E; negative: A, F. :) Question ( marks) Each of the six diagrams in Figure represents the graph of some function of two variables whose second partial derivatives are continuous on R. Diagrams show the graphs in a neighbourhood

More information

Maximum and Minimum Values (4.2)

Maximum and Minimum Values (4.2) Math 111.01 July 17, 2003 Summer 2003 Maximum and Minimum Values (4.2) Example. Determine the points at which f(x) = sin x attains its maximum and minimum. Solution: sin x attains the value 1 whenever

More information

Tables of elliptic curves over number fields

Tables of elliptic curves over number fields Tables of elliptic curves over number fields John Cremona University of Warwick 10 March 2014 Overview 1 Why make tables? What is a table? 2 Simple enumeration 3 Using modularity 4 Curves with prescribed

More information

Dr. Abdulla Eid. Section 3.8 Derivative of the inverse function and logarithms 3 Lecture. Dr. Abdulla Eid. MATHS 101: Calculus I. College of Science

Dr. Abdulla Eid. Section 3.8 Derivative of the inverse function and logarithms 3 Lecture. Dr. Abdulla Eid. MATHS 101: Calculus I. College of Science Section 3.8 Derivative of the inverse function and logarithms 3 Lecture College of Science MATHS 101: Calculus I (University of Bahrain) Logarithmic Differentiation 1 / 19 Topics 1 Inverse Functions (1

More information

Lecture 11 : Overview

Lecture 11 : Overview Lecture 11 : Overview Error in Assignment 3 : In Eq. 1, Hamiltonian should be H = p2 r 2m + p2 ϕ 2mr + (p z ea z ) 2 2 2m + eφ (1) Error in lecture 10, slide 7, Eq. (21). Should be S(q, α, t) m Q = β =

More information

ABC Triples in Families

ABC Triples in Families Edray Herber Goins Department of Mathematics Purdue University September 30, 2010 Abstract Given three positive, relative prime integers A, B, and C such that the first two sum to the third i.e. A+B =

More information

Chapter 9: Infinite Series Part 2

Chapter 9: Infinite Series Part 2 Name: Date: Period: AP Calc BC Mr. Mellina/Ms. Lombardi Chapter 9: Infinite Series Part 2 Topics: 9.5 Alternating Series Remainder 9.7 Taylor Polynomials and Approximations 9.8 Power Series 9.9 Representation

More information

On the Diophantine Equation x 4 +y 4 +z 4 +t 4 = w 2

On the Diophantine Equation x 4 +y 4 +z 4 +t 4 = w 2 1 3 47 6 3 11 Journal of Integer Sequences, Vol. 17 (014), Article 14.11.5 On the Diophantine Equation x 4 +y 4 +z 4 +t 4 = w Alejandra Alvarado Eastern Illinois University Department of Mathematics and

More information

Galois Theory of Several Variables

Galois Theory of Several Variables On National Taiwan University August 24, 2009, Nankai Institute Algebraic relations We are interested in understanding transcendental invariants which arise naturally in mathematics. Satisfactory understanding

More information

Student Study Session Topic: Interpreting Graphs

Student Study Session Topic: Interpreting Graphs Student Study Session Topic: Interpreting Graphs Starting with the graph of a function or its derivative, you may be asked all kinds of questions without having (or needing) and equation to work with.

More information

Shimura Degrees, New Modular Degrees, and Congruence Primes

Shimura Degrees, New Modular Degrees, and Congruence Primes Shimura Degrees, New Modular Degrees, and Congruence Primes Alyson Deines CCR La Jolla October 2, 2015 Alyson Deines (CCR La Jolla) Shimura Degrees, New Modular Degrees, and Congruence Primes 1 / 34 Elliptic

More information

1969 AP Calculus BC: Section I

1969 AP Calculus BC: Section I 969 AP Calculus BC: Section I 9 Minutes No Calculator Note: In this eamination, ln denotes the natural logarithm of (that is, logarithm to the base e).. t The asymptotes of the graph of the parametric

More information

Elliptic Cohomology. Prospects in Mathematics Durham, December Sarah Whitehouse. University of Sheffield

Elliptic Cohomology. Prospects in Mathematics Durham, December Sarah Whitehouse. University of Sheffield Elliptic Cohomology Prospects in Mathematics Durham, December 2006 Sarah Whitehouse University of Sheffield Plan 1 Overview 2 Invariants 3 From genera to cohomology theories 4 Elliptic curves 5 Elliptic

More information

como trabajan las calculadoras?

como trabajan las calculadoras? Revista de Matemática: Teoría y Aplicaciones 2005 12(1 & 2) : 45 50 cimpa ucr ccss issn: 1409-2433 como trabajan las calculadoras? Bruce H. Edwards Received/Recibido: 24 Feb 2004 Abstract What happens

More information

QUOTIENTS AND LIFTS OF SYMMETRIC DIRECTED GRAPHS

QUOTIENTS AND LIFTS OF SYMMETRIC DIRECTED GRAPHS QUOTIENTS AND LIFTS OF SYMMETRIC DIRECTED GRAPHS MANUELA AGUIAR, ANA DIAS, AND MIRIAM MANOEL Abstract. Given a directed graph, an equivalence relation on the graph vertex set is said to be balanced if,

More information

AP Calculus 2004 AB FRQ Solutions

AP Calculus 2004 AB FRQ Solutions AP Calculus 4 AB FRQ Solutions Louis A. Talman, Ph. D. Emeritus Professor of Mathematics Metropolitan State University of Denver July, 7 Problem. Part a The function F (t) = 8 + 4 sin(t/) gives the rate,

More information

HERON TRIANGLES VIA ELLIPTIC CURVES

HERON TRIANGLES VIA ELLIPTIC CURVES ROCKY MOUNTAIN JOURNAL OF MATHEMATICS Volume 36, Number 5, 006 HERON TRIANGLES VIA ELLIPTIC CURVES EDRAY HERBER GOINS AND DAVIN MADDOX ABSTRACT. Given a positive integer n, one may ask if there is a right

More information

AP Calculus BC - Problem Solving Drill 19: Parametric Functions and Polar Functions

AP Calculus BC - Problem Solving Drill 19: Parametric Functions and Polar Functions AP Calculus BC - Problem Solving Drill 19: Parametric Functions and Polar Functions Question No. 1 of 10 Instructions: (1) Read the problem and answer choices carefully () Work the problems on paper as

More information

1.7 Sums of series Example 1.7.1: 2. Real functions of one variable Example 1.7.2: 2.1 General definitions Example 2.1.3: Example 2.1.

1.7 Sums of series Example 1.7.1: 2. Real functions of one variable Example 1.7.2: 2.1 General definitions Example 2.1.3: Example 2.1. 7 Sums of series We often want to sum a series of terms, for example when we look at polynomials As we already saw, we abbreviate a sum of the form For example and u + u + + u r by r u i i= a n x n + a

More information

Math 213br HW 3 solutions

Math 213br HW 3 solutions Math 13br HW 3 solutions February 6, 014 Problem 1 Show that for each d 1, there exists a complex torus X = C/Λ and an analytic map f : X X of degree d. Let Λ be the lattice Z Z d. It is stable under multiplication

More information

MAT100 OVERVIEW OF CONTENTS AND SAMPLE PROBLEMS

MAT100 OVERVIEW OF CONTENTS AND SAMPLE PROBLEMS MAT100 OVERVIEW OF CONTENTS AND SAMPLE PROBLEMS MAT100 is a fast-paced and thorough tour of precalculus mathematics, where the choice of topics is primarily motivated by the conceptual and technical knowledge

More information

Bachet s equation and groups formed from solutions in Z p

Bachet s equation and groups formed from solutions in Z p Bachet s equation and groups formed from solutions in Z p Boise State University April 30, 2015 Elliptic Curves and Bachet s Equation Elliptic curves are of the form y 2 = x 3 + ax + b Bachet equations

More information

Numerics of classical elliptic functions, elliptic integrals and modular forms

Numerics of classical elliptic functions, elliptic integrals and modular forms 1 / 49 Numerics of classical elliptic functions, elliptic integrals and modular forms Fredrik Johansson LFANT, Inria Bordeaux & Institut de Mathématiques de Bordeaux KMPB Conference: Elliptic Integrals,

More information

AP CALCULUS BC 2006 SCORING GUIDELINES (Form B) Question 6. n n n 3n

AP CALCULUS BC 2006 SCORING GUIDELINES (Form B) Question 6. n n n 3n AP CALCULUS BC 6 SCORING GUIDELINES (Form B) Question 6 The function f is defined by f ( ) =. The Maclaurin series for f is given by + 6 9 ( ) n n + + L+ + L, which converges to f ( ) for <

More information

Mathematics 2203, Test 1 - Solutions

Mathematics 2203, Test 1 - Solutions Mathematics 220, Test 1 - Solutions F, 2010 Philippe B. Laval Name 1. Determine if each statement below is True or False. If it is true, explain why (cite theorem, rule, property). If it is false, explain

More information

Feynman integrals as Periods

Feynman integrals as Periods Feynman integrals as Periods Pierre Vanhove Amplitudes 2017, Higgs Center, Edinburgh, UK based on [arxiv:1309.5865], [arxiv:1406.2664], [arxiv:1601.08181] Spencer Bloch, Matt Kerr Pierre Vanhove (IPhT)

More information

LECTURE 10: THE PARALLEL TRANSPORT

LECTURE 10: THE PARALLEL TRANSPORT LECTURE 10: THE PARALLEL TRANSPORT 1. The parallel transport We shall start with the geometric meaning of linear connections. Suppose M is a smooth manifold with a linear connection. Let γ : [a, b] M be

More information

20th Philippine Mathematical Olympiad Qualifying Stage, 28 October 2017

20th Philippine Mathematical Olympiad Qualifying Stage, 28 October 2017 0th Philippine Mathematical Olympiad Qualifying Stage, 8 October 017 A project of the Mathematical Society of the Philippines (MSP) and the Department of Science and Technology - Science Education Institute

More information

Generating functions in enumerative geometry

Generating functions in enumerative geometry Generating functions in enumerative geometry Ragni Piene ICREM 5 Bandung, Indonesia October 22, 2011 Counting 1 Counting 2 Counting 3 Partitions Let n be a positive integer. In how many ways p(n) can we

More information

CSCE 222 Discrete Structures for Computing. Dr. Hyunyoung Lee

CSCE 222 Discrete Structures for Computing. Dr. Hyunyoung Lee CSCE 222 Discrete Structures for Computing Sequences and Summations Dr. Hyunyoung Lee Based on slides by Andreas Klappenecker 1 Sequences 2 Sequences A sequence is a function from a subset of the set of

More information

Quantum Statistical Mechanical Systems

Quantum Statistical Mechanical Systems Sfcs Quantum Statistical Mechanical Systems Mentor: Prof. Matilde Marcolli October 20, 2012 Sfcs 1 2 Quantum Statistical Mechanical Systems 3 4 and Uniformization 5 6 of the System 7 of 8 and Further Study

More information

FREE STEINER LOOPS. Smile Markovski, Ana Sokolova Faculty of Sciences and Mathematics, Republic of Macedonia

FREE STEINER LOOPS. Smile Markovski, Ana Sokolova Faculty of Sciences and Mathematics, Republic of Macedonia GLASNIK MATEMATIČKI Vol. 36(56)(2001), 85 93 FREE STEINER LOOPS Smile Markovski, Ana Sokolova Faculty of Sciences and Mathematics, Republic of Macedonia Abstract. A Steiner loop, or a sloop, is a groupoid

More information

AP Calculus BC Summer Assignment Mrs. Comeau

AP Calculus BC Summer Assignment Mrs. Comeau AP Calculus BC Summer Assignment 2015-2016 Mrs. Comeau Please complete this assignment DUE: the first day of class, SEPTEMBER 2nd. Email me if you have questions, or need help over the summer. I would

More information

A Database of Elliptic Curves with Z/2Z Z/8Z torsion

A Database of Elliptic Curves with Z/2Z Z/8Z torsion A Database of Elliptic Curves with Z/2Z Z/8Z torsion Suman Ahmed 1, Mohammed Gamal 2 Jeroen Hanselman 3, Wanlin Li 4, Cihan Pehlivan 5, Gustavo Rama 6, Project leaders: Jennifer Balakrishnan 7, Stephanie

More information

2-ADIC ARITHMETIC-GEOMETRIC MEAN AND ELLIPTIC CURVES

2-ADIC ARITHMETIC-GEOMETRIC MEAN AND ELLIPTIC CURVES -ADIC ARITHMETIC-GEOMETRIC MEAN AND ELLIPTIC CURVES KENSAKU KINJO, YUKEN MIYASAKA AND TAKAO YAMAZAKI 1. The arithmetic-geometric mean over R and elliptic curves We begin with a review of a relation between

More information

Ordinary Differential Equations (ODEs)

Ordinary Differential Equations (ODEs) c01.tex 8/10/2010 22: 55 Page 1 PART A Ordinary Differential Equations (ODEs) Chap. 1 First-Order ODEs Sec. 1.1 Basic Concepts. Modeling To get a good start into this chapter and this section, quickly

More information

Deligne s functorial Riemann-Roch theorem

Deligne s functorial Riemann-Roch theorem Deligne s functorial Riemann-Roch theorem PIMS, Sept. 13th 2007 D. Rössler (joint with V. Maillot) () Deligne s functorial Riemann-Roch theorem PIMS, Sept. 13th 2007 1 / 14 The Adams-Riemann-Roch theorem

More information

Josh Engwer (TTU) Improper Integrals 10 March / 21

Josh Engwer (TTU) Improper Integrals 10 March / 21 Improper Integrals Calculus II Josh Engwer TTU 10 March 2014 Josh Engwer (TTU) Improper Integrals 10 March 2014 1 / 21 Limits of Functions (Toolkit) TASK: Evaluate limit (if it exists): lim f (x) x x0

More information

Solution Set for Homework #1

Solution Set for Homework #1 CS 683 Spring 07 Learning, Games, and Electronic Markets Solution Set for Homework #1 1. Suppose x and y are real numbers and x > y. Prove that e x > ex e y x y > e y. Solution: Let f(s = e s. By the mean

More information