Greek Mathematics II Fall 2021 - R

Total Page:16

File Type:pdf, Size:1020Kb

Greek Mathematics II Fall 2021 - R Greek Mathematics II Fall 2021 - R. L. Herman Greek Number Theory • Pythagorean Theorem 2 2 2 x + y = z ; x; y; z integers. n = 3 • Diophantine Equations Solve 3x + 5y = 1; x; y integers. n = 6 • Euclid • Proved # primes infinite, Book IX, Prop 20 n = 10 • Perfect Numbers, Book VII, Def 22, Book IX, Prop 36 Euclid proves: If 2n − 1 is prime, then n = 15 (2n − 1) 2n−1 is perfect. n Mersenne prime: 2 − 1: Figure 1: Polygonal Numbers • Polygonal Numbers History of Math R. L. Herman Fall 2021 1/20 Euclidean Algorithm - Book VII, Prop 1 • gcd(a; b): Greatest common divisor of a and b. Continuing the computation: • Algorithm ai bi 210 45 a1 = max(a; b) − min(a; b) 165 45 b1 = min(a; b) 120 45 repeat 75 45 30 45 Terminates when ai+1 = bi+1: 15 30 Example: Find gcd(210; 45): 15 15 We find gcd(210; 45) = 15: a1 = 210 − 45 = 165 b1 = 45 History of Math R. L. Herman Fall 2021 2/20 Euclidean Algorithm - Another Approach Find the greatest common divisor of positive integers, a and b: • If a < b; exchange a and b: • Divide a by b and get the remainder, r: Thus, a = qb + r: • If r 6= 0, replace a by b and b by r: Repeat the division. • If r = 0, report gcd(a; b) = b: Example: Find gcd(210; 45): 210 = 4 · 45 + 30 45 = 1 · 30 + 15 30 = 2 · 15 Thus, gcd(210; 45) = 15: History of Math R. L. Herman Fall 2021 3/20 Pell's Equation (1611-1685) • x 2 − Ny 2 = 1; N is a nonsquare integer, and x; y are integer solutions. • Example of a Diophantine equation. p • Related to 2 : x 2 − 2y 2 = 0; p y = 1 ) x = 2: • x 2 − 2y 2 = 1; p x If x; y large, then y ≈ 2: • Known to Pythagoreans, Diophantus, and • Archimedes' Cattle Problem can be reduced to solving Pell's Equation. • Brahmagupta (598-570) first to solve. History of Math R. L. Herman Fall 2021 4/20 Let p z = x1 + y1 n; p w = x2 + y2 n; p zw = x3 + y3 n; Then • Example: x 2 − 3y 2 = 1 x = x x + ny y ; • Guess (2; 1): 3 1 2 1 2 p So, z = 2 + 3 = w: y3 = x1y2 + x2y1: p 2 zw = 2 + 3 Since Norm(zw) = 1; p (x3; y3) is a solution. = 7 + 4 3: Then, (7; 4) is a solution. Pell's Equation General Solution • x 2 − ny 2 = 1; n is a nonsquare integer and x; y are integer solutions. p • Let z = x + y n; x; y 2 p Z andz ¯ = x − y n: • Norm(z) = zz¯ = x 2 − ny 2 = 1: • Norm(zw) = Norm(z)Norm(w): History of Math R. L. Herman Fall 2021 5/20 • Example: x 2 − 3y 2 = 1 • Guess (2; 1): p So, z = 2 + 3 = w: p 2 zw = 2 + 3 p = 7 + 4 3: Then, (7; 4) is a solution. Pell's Equation General Solution • x 2 − ny 2 = 1; n is a nonsquare integer and Let x; y are integer solutions. p p z = x + y n; • Let z = x + y n; x; y 2 1 1 p Z p andz ¯ = x − y n: w = x2 + y2 n; p • Norm(z) = zz¯ = x 2 − ny 2 = 1: zw = x3 + y3 n; • Norm(zw) = Norm(z)Norm(w): Then x3 = x1x2 + ny1y2; y3 = x1y2 + x2y1: Since Norm(zw) = 1; (x3; y3) is a solution. History of Math R. L. Herman Fall 2021 5/20 Then, (7; 4) is a solution. Pell's Equation General Solution • x 2 − ny 2 = 1; n is a nonsquare integer and Let x; y are integer solutions. p p z = x + y n; • Let z = x + y n; x; y 2 1 1 p Z p andz ¯ = x − y n: w = x2 + y2 n; p • Norm(z) = zz¯ = x 2 − ny 2 = 1: zw = x3 + y3 n; • Norm(zw) = Norm(z)Norm(w): Then • Example: x 2 − 3y 2 = 1 x = x x + ny y ; • Guess (2; 1): 3 1 2 1 2 p So, z = 2 + 3 = w: y3 = x1y2 + x2y1: p 2 zw = 2 + 3 Since Norm(zw) = 1; p (x3; y3) is a solution. = 7 + 4 3: History of Math R. L. Herman Fall 2021 5/20 Pell's Equation General Solution • x 2 − ny 2 = 1; n is a nonsquare integer and Let x; y are integer solutions. p p z = x + y n; • Let z = x + y n; x; y 2 1 1 p Z p andz ¯ = x − y n: w = x2 + y2 n; p • Norm(z) = zz¯ = x 2 − ny 2 = 1: zw = x3 + y3 n; • Norm(zw) = Norm(z)Norm(w): Then • Example: x 2 − 3y 2 = 1 x = x x + ny y ; • Guess (2; 1): 3 1 2 1 2 p So, z = 2 + 3 = w: y3 = x1y2 + x2y1: p 2 zw = 2 + 3 Since Norm(zw) = 1; p (x3; y3) is a solution. = 7 + 4 3: Then, (7; 4) is a solution. History of Math R. L. Herman Fall 2021 5/20 Eudoxus of Cnidus (c.390 { c. 337 BCE) • Studied under Plato • Taught Aristotle • Astronomer, Mathematician N = 8 • Theory of Proportions Circles: A / r 2, Spheres: V / r 3, Volume of a pyramid N = 18 Volume of a cone • Studied reals, continuous quantities • Method of Exhaustion Due to Antiphon (480{411 BCE) N = 38 Area from a sequence of inscribed polygons Figure 2: Method of Exhaustion History of Math R. L. Herman Fall 2021 6/20 Archimedes of Syracuse (287-212 BCE) • Went to Alexandria, Egypt then, back to Syracuse, Sicily • Greatest Mathematician of Antiquity • Mathematician, Engineer, Inventor • Archimedean screw, lever, pulley • King Heiro II's crown - Eureka Archimedes Principle of Bouyancy • According to Plutarch (46-120) • Marcellus - Syracuse 212 BCE • Claw of Archimedes • Heat Ray • Prone to intense concentration • Death of Archimedes History of Math R. L. Herman Fall 2021 7/20 • Regular Polygons (n-gon) 1 Ap = 2 hQ; Q = Perimeter • Inscribed Polygons 1 Ap = 2 anh < area of circle • Circumscribed Polygon q 180 2 a2 a = 2R sin n ; h = R − 4 : • Approximation of π; Ap Ap R2 < π < h2 Archimedes' Mathematics • Mastered Euclid and Eudoxus' (c. 390-337 BCE) Method of Exhaustion C • Measurement of a Circle C A D = const.; D2 = const. D A = area History of Math R. L. Herman Fall 2021 8/20 • Inscribed Polygons 1 Ap = 2 anh < area of circle • Circumscribed Polygon q 180 2 a2 a = 2R sin n ; h = R − 4 : • Approximation of π; Ap Ap R2 < π < h2 Archimedes' Mathematics • Mastered Euclid and Eudoxus' (c. 390-337 BCE) Method of Exhaustion • Measurement of a Circle C A D = const.; D2 = const. • Regular Polygons (n-gon) h 1 Ap = 2 hQ; Q = Perimeter R History of Math R. L. Herman Fall 2021 8/20 • Circumscribed Polygon q 180 2 a2 a = 2R sin n ; h = R − 4 : • Approximation of π; Ap Ap R2 < π < h2 Archimedes' Mathematics • Mastered Euclid and Eudoxus' (c. 390-337 BCE) Method of Exhaustion • Measurement of a Circle C A D = const.; D2 = const. • Regular Polygons (n-gon) h 1 Ap = 2 hQ; Q = Perimeter R • Inscribed Polygons 1 Ap = 2 anh < area of circle History of Math R. L. Herman Fall 2021 8/20 • Approximation of π; Ap Ap R2 < π < h2 Archimedes' Mathematics • Mastered Euclid and Eudoxus' (c. 390-337 BCE) Method of Exhaustion • Measurement of a Circle C A a D = const.; D2 = const. • Regular Polygons (n-gon) h 1 Ap = 2 hQ; Q = Perimeter R • Inscribed Polygons 1 Ap = 2 anh < area of circle • Circumscribed Polygon q 180 2 a2 a = 2R sin n ; h = R − 4 : History of Math R. L. Herman Fall 2021 8/20 Archimedes' Mathematics • Mastered Euclid and Eudoxus' (c. 390-337 BCE) Method of Exhaustion • Measurement of a Circle C A D = const.; D2 = const. • Regular Polygons (n-gon) h 1 Ap = 2 hQ; Q = Perimeter R • Inscribed Polygons 1 Ap = 2 anh < area of circle • Circumscribed Polygon q 180 2 a2 a = 2R sin n ; h = R − 4 : • Approximation of π; Ap Ap R2 < π < h2 History of Math R. L. Herman Fall 2021 8/20 Estimating π • Approximation of π; Ap Ap 2 < π < 2 ; R h Circumscribed • Recall 4 Ap a = 2R sin 180 ; 2 Inscribed q n h = R2 − a2 = R cos 180 ; 0 4 n 0 2 4 6 8 10 12 14 16 18 1 180 Ap = 2 anh = nhR sin n : n • Therefore, n 360 180 sin < π < n tan ; 2 n n h • Hexagon (n = 6); R 2:598 < π < 3:464: • Archimedes - up to 96-gon 3:1394 < π < 3:1427: History of Math R. L. Herman Fall 2021 9/20 Archimedes' Inscribed and Circumscribed n-gons Consider a fixed circle of radius R: 180 • Inscribed n-gon: h = R cos n ; 180 n = 5 n = 6 Ai = nhR sin n : • Circumscribed n-gon: R 180 r = 180 ; Ac = nHr sin n : cos n • Thus, 180 A = nR2 tan ; n = 7 n = 8 i n n 360 A = R2 sin : c 2 n • This gives n 360 180 n = 9 20 sin < π < n tan ; 2 n n History of Math R. L. Herman Fall 2021 10/20 Early Approximations of π • Bible, π ≈ 3: 4 4 256 • Egyptians, 3 = 81 ≈ 3:1604938 • Ptolemy (150), 360-gon, 3.1416 • Chinese (430-501) 355 ≈ 3:14159292 • Leibniz-Madhava 113 π 1 1 = 1 − + − · · · 3927 4 3 5 • Hindu (1100) 1250 ≈ 3:1416 • Euler • Viete', 393,216-gon, π to 9 places.
Recommended publications
  • King Lfred's Version Off the Consolations of Boethius
    King _lfred's Version off the Consolations of Boethius HENRY FROWDE, M A. PUBLISHER TO THE UNIVERSITY OF OF_0RD LONDON, EDINBURGH_ AND NEW YORK Kring e__lfred's Version o_/"the Consolations of Boethius _ _ Z)one into c_gfodern English, with an Introduction _ _ _ _ u_aa Litt.D._ Editor _o_.,I_ing .... i .dlfred_ OM Englis.h..ffgerAon2.' !ilo of the ' De Con.d.¢_onz,o,e 2 Oxford : _4t the Claro_don:,.....: PrestO0000 M D CCCC _eee_ Ioee_ J_el eeoee le e_ZNeFED AT THE_.e_EN_N PI_.._S _ee • • oeoo eee • oeee eo6_o eoee • ooeo e_ooo ..:.. ..'.: oe°_ ° leeeo eeoe ee •QQ . :.:.. oOeeo QOO_e 6eeQ aee...._ e • eee TO THE REV. PROFESSOR W. W. SKEAT LITT.D._ D.C.L._ LL.D.:_ PH.D. THIS _800K IS GRATEFULLY DEDICATED PREFACE THE preparationsfor adequately commemoratingthe forthcoming millenary of King Alfred's death have set going a fresh wave of popularinterest in that hero. Lectares have been given, committees formed, sub- scriptions paid and promised, and an excellent book of essays by eminent specialists has been written about Alfred considered under quite a number of aspects. That great King has himself told us that he was not indifferent to the opinion of those that should come after him, and he earnestly desired that that opinion should be a high one. We have by no means for- gotten him, it is true, but yet to verymany intelligent people he is, to use a paradox, a distinctly nebulous character of history. His most undying attributes in the memory of the people are not unconnected with singed cakes and romantic visits in disguise to the Danish viii Preface Danish camp.
    [Show full text]
  • The Diophantine Equation X 2 + C = Y N : a Brief Overview
    Revista Colombiana de Matem¶aticas Volumen 40 (2006), p¶aginas31{37 The Diophantine equation x 2 + c = y n : a brief overview Fadwa S. Abu Muriefah Girls College Of Education, Saudi Arabia Yann Bugeaud Universit¶eLouis Pasteur, France Abstract. We give a survey on recent results on the Diophantine equation x2 + c = yn. Key words and phrases. Diophantine equations, Baker's method. 2000 Mathematics Subject Classi¯cation. Primary: 11D61. Resumen. Nosotros hacemos una revisi¶onacerca de resultados recientes sobre la ecuaci¶onDiof¶antica x2 + c = yn. 1. Who was Diophantus? The expression `Diophantine equation' comes from Diophantus of Alexandria (about A.D. 250), one of the greatest mathematicians of the Greek civilization. He was the ¯rst writer who initiated a systematic study of the solutions of equations in integers. He wrote three works, the most important of them being `Arithmetic', which is related to the theory of numbers as distinct from computation, and covers much that is now included in Algebra. Diophantus introduced a better algebraic symbolism than had been known before his time. Also in this book we ¯nd the ¯rst systematic use of mathematical notation, although the signs employed are of the nature of abbreviations for words rather than algebraic symbols in contemporary mathematics. Special symbols are introduced to present frequently occurring concepts such as the unknown up 31 32 F. S. ABU M. & Y. BUGEAUD to its sixth power. He stands out in the history of science as one of the great unexplained geniuses. A Diophantine equation or indeterminate equation is one which is to be solved in integral values of the unknowns.
    [Show full text]
  • Squaring the Circle a Case Study in the History of Mathematics the Problem
    Squaring the Circle A Case Study in the History of Mathematics The Problem Using only a compass and straightedge, construct for any given circle, a square with the same area as the circle. The general problem of constructing a square with the same area as a given figure is known as the Quadrature of that figure. So, we seek a quadrature of the circle. The Answer It has been known since 1822 that the quadrature of a circle with straightedge and compass is impossible. Notes: First of all we are not saying that a square of equal area does not exist. If the circle has area A, then a square with side √A clearly has the same area. Secondly, we are not saying that a quadrature of a circle is impossible, since it is possible, but not under the restriction of using only a straightedge and compass. Precursors It has been written, in many places, that the quadrature problem appears in one of the earliest extant mathematical sources, the Rhind Papyrus (~ 1650 B.C.). This is not really an accurate statement. If one means by the “quadrature of the circle” simply a quadrature by any means, then one is just asking for the determination of the area of a circle. This problem does appear in the Rhind Papyrus, but I consider it as just a precursor to the construction problem we are examining. The Rhind Papyrus The papyrus was found in Thebes (Luxor) in the ruins of a small building near the Ramesseum.1 It was purchased in 1858 in Egypt by the Scottish Egyptologist A.
    [Show full text]
  • Mathematicians
    MATHEMATICIANS [MATHEMATICIANS] Authors: Oliver Knill: 2000 Literature: Started from a list of names with birthdates grabbed from mactutor in 2000. Abbe [Abbe] Abbe Ernst (1840-1909) Abel [Abel] Abel Niels Henrik (1802-1829) Norwegian mathematician. Significant contributions to algebra and anal- ysis, in particular the study of groups and series. Famous for proving the insolubility of the quintic equation at the age of 19. AbrahamMax [AbrahamMax] Abraham Max (1875-1922) Ackermann [Ackermann] Ackermann Wilhelm (1896-1962) AdamsFrank [AdamsFrank] Adams J Frank (1930-1989) Adams [Adams] Adams John Couch (1819-1892) Adelard [Adelard] Adelard of Bath (1075-1160) Adler [Adler] Adler August (1863-1923) Adrain [Adrain] Adrain Robert (1775-1843) Aepinus [Aepinus] Aepinus Franz (1724-1802) Agnesi [Agnesi] Agnesi Maria (1718-1799) Ahlfors [Ahlfors] Ahlfors Lars (1907-1996) Finnish mathematician working in complex analysis, was also professor at Harvard from 1946, retiring in 1977. Ahlfors won both the Fields medal in 1936 and the Wolf prize in 1981. Ahmes [Ahmes] Ahmes (1680BC-1620BC) Aida [Aida] Aida Yasuaki (1747-1817) Aiken [Aiken] Aiken Howard (1900-1973) Airy [Airy] Airy George (1801-1892) Aitken [Aitken] Aitken Alec (1895-1967) Ajima [Ajima] Ajima Naonobu (1732-1798) Akhiezer [Akhiezer] Akhiezer Naum Ilich (1901-1980) Albanese [Albanese] Albanese Giacomo (1890-1948) Albert [Albert] Albert of Saxony (1316-1390) AlbertAbraham [AlbertAbraham] Albert A Adrian (1905-1972) Alberti [Alberti] Alberti Leone (1404-1472) Albertus [Albertus] Albertus Magnus
    [Show full text]
  • Unaccountable Numbers
    Unaccountable Numbers Fabio Acerbi In memoriam Alessandro Lami, a tempi migliori HE AIM of this article is to discuss and amend one of the most intriguing loci corrupti of the Greek mathematical T corpus: the definition of the “unknown” in Diophantus’ Arithmetica. To do so, I first expound in detail the peculiar ter- minology that Diophantus employs in his treatise, as well as the notation associated with it (section 1). Sections 2 and 3 present the textual problem and discuss past attempts to deal with it; special attention will be paid to a paraphrase contained in a let- ter of Michael Psellus. The emendation I propose (section 4) is shown to be supported by a crucial, and hitherto unnoticed, piece of manuscript evidence and by the meaning and usage in non-mathematical writings of an adjective that in Greek math- ematical treatises other than the Arithmetica is a sharply-defined technical term: ἄλογος. Section 5 offers some complements on the Diophantine sign for the “unknown.” 1. Denominations, signs, and abbreviations of mathematical objects in the Arithmetica Diophantus’ Arithmetica is a collection of arithmetical prob- lems:1 to find numbers which satisfy the specific constraints that 1 “Arithmetic” is the ancient denomination of our “number theory.” The discipline explaining how to calculate with particular, possibly non-integer, numbers was called in Late Antiquity “logistic”; the first explicit statement of this separation is found in the sixth-century Neoplatonic philosopher and mathematical commentator Eutocius (In sph. cyl. 2.4, in Archimedis opera III 120.28–30 Heiberg): according to him, dividing the unit does not pertain to arithmetic but to logistic.
    [Show full text]
  • 15 Famous Greek Mathematicians and Their Contributions 1. Euclid
    15 Famous Greek Mathematicians and Their Contributions 1. Euclid He was also known as Euclid of Alexandria and referred as the father of geometry deduced the Euclidean geometry. The name has it all, which in Greek means “renowned, glorious”. He worked his entire life in the field of mathematics and made revolutionary contributions to geometry. 2. Pythagoras The famous ‘Pythagoras theorem’, yes the same one we have struggled through in our childhood during our challenging math classes. This genius achieved in his contributions in mathematics and become the father of the theorem of Pythagoras. Born is Samos, Greece and fled off to Egypt and maybe India. This great mathematician is most prominently known for, what else but, for his Pythagoras theorem. 3. Archimedes Archimedes is yet another great talent from the land of the Greek. He thrived for gaining knowledge in mathematical education and made various contributions. He is best known for antiquity and the invention of compound pulleys and screw pump. 4. Thales of Miletus He was the first individual to whom a mathematical discovery was attributed. He’s best known for his work in calculating the heights of pyramids and the distance of the ships from the shore using geometry. 5. Aristotle Aristotle had a diverse knowledge over various areas including mathematics, geology, physics, metaphysics, biology, medicine and psychology. He was a pupil of Plato therefore it’s not a surprise that he had a vast knowledge and made contributions towards Platonism. Tutored Alexander the Great and established a library which aided in the production of hundreds of books.
    [Show full text]
  • Theon of Alexandria and Hypatia
    CREATIVE MATH. 12 (2003), 111 - 115 Theon of Alexandria and Hypatia Michael Lambrou Abstract. In this paper we present the story of the most famous ancient female math- ematician, Hypatia, and her father Theon of Alexandria. The mathematician and philosopher Hypatia flourished in Alexandria from the second part of the 4th century until her violent death incurred by a mob in 415. She was the daughter of Theon of Alexandria, a math- ematician and astronomer, who flourished in Alexandria during the second part of the fourth century. Information on Theon’s life is only brief, coming mainly from a note in the Suda (Suida’s Lexicon, written about 1000 AD) stating that he lived in Alexandria in the times of Theodosius I (who reigned AD 379-395) and taught at the Museum. He is, in fact, the Museum’s last attested member. Descriptions of two eclipses he observed in Alexandria included in his commentary to Ptolemy’s Mathematical Syntaxis (Almagest) and elsewhere have been dated as the eclipses that occurred in AD 364, which is consistent with Suda. Although originality in Theon’s works cannot be claimed, he was certainly immensely influential in the preservation, dissemination and editing of clas- sic texts of previous generations. Indeed, with the exception of Vaticanus Graecus 190 all surviving Greek manuscripts of Euclid’s Elements stem from Theon’s edition. A comparison to Vaticanus Graecus 190 reveals that Theon did not actually change the mathematical content of the Elements except in minor points, but rather re-wrote it in Koini and in a form more suitable for the students he taught (some manuscripts refer to Theon’s sinousiai).
    [Show full text]
  • Arithmetic Sequences, Diophantine Equations and the Number of the Beast Bryan Dawson Union University
    Arithmetic Sequences, Diophantine Equations and the Number of the Beast Bryan Dawson Union University Here is wisdom. Let him who has understanding calculate the number of the beast, for it is the number of a man: His number is 666. -Revelation 13:18 (NKJV) "Let him who has understanding calculate ... ;" can anything be more enticing to a mathe­ matician? The immediate question, though, is how do we calculate-and there are no instructions. But more to the point, just who might 666 be? We can find anything on the internet, so certainly someone tells us. A quick search reveals the answer: according to the "Gates of Hell" website (Natalie, 1998), 666 refers to ... Bill Gates ill! In the calculation offered by the website, each letter in the name is replaced by its ASCII character code: B I L L G A T E S I I I 66 73 76 76 71 65 84 69 83 1 1 1 = 666 (Notice, however, that an exception is made for the suffix III, where the value of the suffix is given as 3.) The big question is this: how legitimate is the calculation? To answer this question, we need to know several things: • Can this same type of calculation be performed on other names? • What mathematics is behind such calculations? • Have other types of calculations been used to propose a candidate for 666? • What type of calculation did John have in mind? Calculations To answer the first two questions, we need to understand the ASCII character code. The ASCII character code replaces characters with numbers in order to have a numeric way of storing all characters.
    [Show full text]
  • Unit 3, Lesson 1: How Well Can You Measure?
    GRADE 7 MATHEMATICS NAME DATE PERIOD Unit 3, Lesson 1: How Well Can You Measure? 1. Estimate the side length of a square that has a 9 cm long diagonal. 2. Select all quantities that are proportional to the diagonal length of a square. A. Area of a square B. Perimeter of a square C. Side length of a square 3. Diego made a graph of two quantities that he measured and said, “The points all lie on a line except one, which is a little bit above the line. This means that the quantities can’t be proportional.” Do you agree with Diego? Explain. 4. The graph shows that while it was being filled, the amount of water in gallons in a swimming pool was approximately proportional to the time that has passed in minutes. a. About how much water was in the pool after 25 minutes? b. Approximately when were there 500 gallons of water in the pool? c. Estimate the constant of proportionality for the number of gallons of water per minute going into the pool. Unit 3: Measuring Circles Lesson 1: How Well Can You Measure? 1 GRADE 7 MATHEMATICS NAME DATE PERIOD Unit 3: Measuring Circles Lesson 1: How Well Can You Measure? 2 GRADE 7 MATHEMATICS NAME DATE PERIOD Unit 3, Lesson 2: Exploring Circles 1. Use a geometric tool to draw a circle. Draw and measure a radius and a diameter of the circle. 2. Here is a circle with center and some line segments and curves joining points on the circle. Identify examples of the following.
    [Show full text]
  • 94 Erkka Maula
    ORGANON 15 PROBLÊMES GENERAUX Erkka Maula (Finland) FROM TIME TO PLACE: THE PARADIGM CASE The world-order in philosophical cosmology can be founded upon time as well as .space. Perhaps the most fundamental question pertaining to any articulated world- view concerns, accordingly, their ontological and epistemological priority. Is the basic layer of notions characterized by temporal or by spatial concepts? Does a world-view in its development show tendencies toward the predominance of one set of concepts rather than the other? At the stage of its relative maturity, when the qualitative and comparative phases have paved the way for the formation of quantitative concepts: Which are considered more fundamental, measurements of time or measurements of space? In the comparative phase: Is the geometry of the world a geometry of motion or a geometry of timeless order? In the history of our own scientific world-view, there seems to be discernible an oscillation between time-oriented and space-oriented concept formation.1 In the dawn, when the first mathematical systems of astronomy and geography appear, shortly before Euclid's synthesis of the axiomatic thought, there were attempts at a geometry of motion. They are due to Archytas of Tarentum and Eudoxus of Cnidus, foreshadowed by Hippias of Elis and the Pythagoreans, who tend to intro- duce temporal concepts into geometry. Their most eloquent adversary is Plato, and after him the two alternative streams are often called the Heraclitean and the Parmenidean world-views. But also such later and far more articulated distinctions as those between the statical and dynamic cosmologies, or between the formalist and intuitionist philosophies of mathematics, can be traced down to the original Greek dichotomy, although additional concepts entangle the picture.
    [Show full text]
  • Survey of Modern Mathematical Topics Inspired by History of Mathematics
    Survey of Modern Mathematical Topics inspired by History of Mathematics Paul L. Bailey Department of Mathematics, Southern Arkansas University E-mail address: [email protected] Date: January 21, 2009 i Contents Preface vii Chapter I. Bases 1 1. Introduction 1 2. Integer Expansion Algorithm 2 3. Radix Expansion Algorithm 3 4. Rational Expansion Property 4 5. Regular Numbers 5 6. Problems 6 Chapter II. Constructibility 7 1. Construction with Straight-Edge and Compass 7 2. Construction of Points in a Plane 7 3. Standard Constructions 8 4. Transference of Distance 9 5. The Three Greek Problems 9 6. Construction of Squares 9 7. Construction of Angles 10 8. Construction of Points in Space 10 9. Construction of Real Numbers 11 10. Hippocrates Quadrature of the Lune 14 11. Construction of Regular Polygons 16 12. Problems 18 Chapter III. The Golden Section 19 1. The Golden Section 19 2. Recreational Appearances of the Golden Ratio 20 3. Construction of the Golden Section 21 4. The Golden Rectangle 21 5. The Golden Triangle 22 6. Construction of a Regular Pentagon 23 7. The Golden Pentagram 24 8. Incommensurability 25 9. Regular Solids 26 10. Construction of the Regular Solids 27 11. Problems 29 Chapter IV. The Euclidean Algorithm 31 1. Induction and the Well-Ordering Principle 31 2. Division Algorithm 32 iii iv CONTENTS 3. Euclidean Algorithm 33 4. Fundamental Theorem of Arithmetic 35 5. Infinitude of Primes 36 6. Problems 36 Chapter V. Archimedes on Circles and Spheres 37 1. Precursors of Archimedes 37 2. Results from Euclid 38 3. Measurement of a Circle 39 4.
    [Show full text]
  • Math 3010 § 1. Treibergs First Midterm Exam Name
    Math 3010 x 1. First Midterm Exam Name: Solutions Treibergs February 7, 2018 1. For each location, fill in the corresponding map letter. For each mathematician, fill in their principal location by number, and dates and mathematical contribution by letter. Mathematician Location Dates Contribution Archimedes 5 e β Euclid 1 d δ Plato 2 c ζ Pythagoras 3 b γ Thales 4 a α Locations Dates Contributions 1. Alexandria E a. 624{547 bc α. Advocated the deductive method. First man to have a theorem attributed to him. 2. Athens D b. 580{497 bc β. Discovered theorems using mechanical intuition for which he later provided rigorous proofs. 3. Croton A c. 427{346 bc γ. Explained musical harmony in terms of whole number ratios. Found that some lengths are irrational. 4. Miletus D d. 330{270 bc δ. His books set the standard for mathematical rigor until the 19th century. 5. Syracuse B e. 287{212 bc ζ. Theorems require sound definitions and proofs. The line and the circle are the purest elements of geometry. 1 2. Use the Euclidean algorithm to find the greatest common divisor of 168 and 198. Find two integers x and y so that gcd(198; 168) = 198x + 168y: Give another example of a Diophantine equation. What property does it have to be called Diophantine? (Saying that it was invented by Diophantus gets zero points!) 198 = 1 · 168 + 30 168 = 5 · 30 + 18 30 = 1 · 18 + 12 18 = 1 · 12 + 6 12 = 3 · 6 + 0 So gcd(198; 168) = 6. 6 = 18 − 12 = 18 − (30 − 18) = 2 · 18 − 30 = 2 · (168 − 5 · 30) − 30 = 2 · 168 − 11 · 30 = 2 · 168 − 11 · (198 − 168) = 13 · 168 − 11 · 198 Thus x = −11 and y = 13 .
    [Show full text]