G25 Pi-Day Fun.Pdf
Total Page:16
File Type:pdf, Size:1020Kb
Load more
Recommended publications
-
The Quest for Pi David H. Bailey, Jonathan M. Borwein, Peter B
The Quest for Pi David H. Bailey, Jonathan M. Borwein, Peter B. Borwein and Simon Plouffe June 25, 1996 Ref: Mathematical Intelligencer, vol. 19, no. 1 (Jan. 1997), pg. 50–57 Abstract This article gives a brief history of the analysis and computation of the mathematical constant π =3.14159 ..., including a number of the formulas that have been used to compute π through the ages. Recent developments in this area are then discussed in some detail, including the recent computation of π to over six billion decimal digits using high-order convergent algorithms, and a newly discovered scheme that permits arbitrary individual hexadecimal digits of π to be computed. D. Bailey: NASA Ames Research Center, Mail Stop T27A-1, Moffett Field, CA 94035-1000. E-mail: [email protected]. J. Borwein: Dept. of Mathematics and Statistics, Simon Fraser University Burnaby, BC V5A 1S6 Canada. Email: [email protected]. This work was supported by NSERC and the Shrum Endowment at Simon Fraser University. P. Borwein: Dept. of Mathematics and Statistics, Simon Fraser University Burnaby, BC V5A 1S6 Canada. Email: [email protected]. S. Plouffe: Dept. of Mathematics and Statistics, Simon Fraser University Burnaby, BC V5A 1S6 Canada. Email: [email protected]. 1 Introduction The fascinating history of the constant we now know as π spans several millennia, almost from the beginning of recorded history up to the present day. In many ways this history parallels the advancement of science and technology in general, and of mathematics and computer technology in particular. An overview of this history is presented here in sections one and two. -
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. -
Circumference and Area of Circles 353
Circumference and 7-1 Area of Circles MAIN IDEA Find the circumference Measure and record the distance d across the circular and area of circles. part of an object, such as a battery or a can, through its center. New Vocabulary circle Place the object on a piece of paper. Mark the point center where the object touches the paper on both the object radius and on the paper. chord diameter Carefully roll the object so that it makes one complete circumference rotation. Then mark the paper again. pi Finally, measure the distance C between the marks. Math Online glencoe.com • Extra Examples • Personal Tutor • Self-Check Quiz in. 1234 56 1. What distance does C represent? C 2. Find the ratio _ for this object. d 3. Repeat the steps above for at least two other circular objects and compare the ratios of C to d. What do you observe? 4. Graph the data you collected as ordered pairs, (d, C). Then describe the graph. A circle is a set of points in a plane center radius circumference that are the same distance from a (r) (C) given point in the plane, called the center. The segment from the center diameter to any point on the circle is called (d) the radius. A chord is any segment with both endpoints on the circle. The diameter of a circle is twice its radius or d 2r. A diameter is a chord that passes = through the center. It is the longest chord. The distance around the circle is called the circumference. -
Finding Pi Project
Name: ________________________ Finding Pi - Activity Objective: You may already know that pi (π) is a number that is approximately equal to 3.14. But do you know where the number comes from? Let's measure some round objects and find out. Materials: • 6 circular objects Some examples include a bicycle wheel, kiddie pool, trash can lid, DVD, steering wheel, or clock face. Be sure each object you choose is shaped like a perfect circle. • metric tape measure Be sure your tape measure has centimeters on it. • calculator It will save you some time because dividing with decimals can be tricky. • “Finding Pi - Table” worksheet It may be attached to this page, or on the back. What to do: Step 1: Choose one of your circular objects. Write the name of the object on the “Finding Pi” table. Step 2: With the centimeter side of your tape measure, accurately measure the distance around the outside of the circle (the circumference). Record your measurement on the table. Step 3: Next, measure the distance across the middle of the object (the diameter). Record your measurement on the table. Step 4: Use your calculator to divide the circumference by the diameter. Write the answer on the table. If you measured carefully, the answer should be about 3.14, or π. Repeat steps 1 through 4 for each object. Super Teacher Worksheets - www.superteacherworksheets.com Name: ________________________ “Finding Pi” Table Measure circular objects and complete the table below. If your measurements are accurate, you should be able to calculate the number pi (3.14). Is your answer name of circumference diameter circumference ÷ approximately circular object measurement (cm) measurement (cm) diameter equal to π? 1. -
Evaluating Fourier Transforms with MATLAB
ECE 460 – Introduction to Communication Systems MATLAB Tutorial #2 Evaluating Fourier Transforms with MATLAB In class we study the analytic approach for determining the Fourier transform of a continuous time signal. In this tutorial numerical methods are used for finding the Fourier transform of continuous time signals with MATLAB are presented. Using MATLAB to Plot the Fourier Transform of a Time Function The aperiodic pulse shown below: x(t) 1 t -2 2 has a Fourier transform: X ( jf ) = 4sinc(4π f ) This can be found using the Table of Fourier Transforms. We can use MATLAB to plot this transform. MATLAB has a built-in sinc function. However, the definition of the MATLAB sinc function is slightly different than the one used in class and on the Fourier transform table. In MATLAB: sin(π x) sinc(x) = π x Thus, in MATLAB we write the transform, X, using sinc(4f), since the π factor is built in to the function. The following MATLAB commands will plot this Fourier Transform: >> f=-5:.01:5; >> X=4*sinc(4*f); >> plot(f,X) In this case, the Fourier transform is a purely real function. Thus, we can plot it as shown above. In general, Fourier transforms are complex functions and we need to plot the amplitude and phase spectrum separately. This can be done using the following commands: >> plot(f,abs(X)) >> plot(f,angle(X)) Note that the angle is either zero or π. This reflects the positive and negative values of the transform function. Performing the Fourier Integral Numerically For the pulse presented above, the Fourier transform can be found easily using the table. -
History of the Numerical Methods of Pi
History of the Numerical Methods of Pi By Andy Yopp MAT3010 Spring 2003 Appalachian State University This project is composed of a worksheet, a time line, and a reference sheet. This material is intended for an audience consisting of undergraduate college students with a background and interest in the subject of numerical methods. This material is also largely recreational. Although there probably aren't any practical applications for computing pi in an undergraduate curriculum, that is precisely why this material aims to interest the student to pursue their own studies of mathematics and computing. The time line is a compilation of several other time lines of pi. It is explained at the bottom of the time line and further on the worksheet reference page. The worksheet is a take-home assignment. It requires that the student know how to construct a hexagon within and without a circle, use iterative algorithms, and code in C. Therefore, they will need a variety of materials and a significant amount of time. The most interesting part of the project was just how well the numerical methods of pi have evolved. Currently, there are iterative algorithms available that are more precise than a graphing calculator with only a single iteration of the algorithm. This is a far cry from the rough estimate of 3 used by the early Babylonians. It is also a different entity altogether than what the circle-squarers have devised. The history of pi and its numerical methods go hand-in-hand through shameful trickery and glorious achievements. It is through the evolution of these methods which I will try to inspire students to begin their own research. -
MATLAB Examples Mathematics
MATLAB Examples Mathematics Hans-Petter Halvorsen, M.Sc. Mathematics with MATLAB • MATLAB is a powerful tool for mathematical calculations. • Type “help elfun” (elementary math functions) in the Command window for more information about basic mathematical functions. Mathematics Topics • Basic Math Functions and Expressions � = 3�% + ) �% + �% + �+,(.) • Statistics – mean, median, standard deviation, minimum, maximum and variance • Trigonometric Functions sin() , cos() , tan() • Complex Numbers � = � + �� • Polynomials = =>< � � = �<� + �%� + ⋯ + �=� + �=@< Basic Math Functions Create a function that calculates the following mathematical expression: � = 3�% + ) �% + �% + �+,(.) We will test with different values for � and � We create the function: function z=calcexpression(x,y) z=3*x^2 + sqrt(x^2+y^2)+exp(log(x)); Testing the function gives: >> x=2; >> y=2; >> calcexpression(x,y) ans = 16.8284 Statistics Functions • MATLAB has lots of built-in functions for Statistics • Create a vector with random numbers between 0 and 100. Find the following statistics: mean, median, standard deviation, minimum, maximum and the variance. >> x=rand(100,1)*100; >> mean(x) >> median(x) >> std(x) >> mean(x) >> min(x) >> max(x) >> var(x) Trigonometric functions sin(�) cos(�) tan(�) Trigonometric functions It is quite easy to convert from radians to degrees or from degrees to radians. We have that: 2� ������� = 360 ������� This gives: 180 � ������� = �[�������] M � � �[�������] = �[�������] M 180 → Create two functions that convert from radians to degrees (r2d(x)) and from degrees to radians (d2r(x)) respectively. Test the functions to make sure that they work as expected. The functions are as follows: function d = r2d(r) d=r*180/pi; function r = d2r(d) r=d*pi/180; Testing the functions: >> r2d(2*pi) ans = 360 >> d2r(180) ans = 3.1416 Trigonometric functions Given right triangle: • Create a function that finds the angle A (in degrees) based on input arguments (a,c), (b,c) and (a,b) respectively. -
Unit 5 Area, the Pythagorean Theorem, and Volume Geometry
Unit 5 Area, the Pythagorean Theorem, and Volume Geometry ACC Unit Goals – Stage 1 Number of Days: 34 days 2/27/17 – 4/13/17 Unit Description: Deriving new formulas from previously discovered ones, the students will leave Unit 5 with an understanding of area and volume formulas for polygons, circles and their three-dimensional counterparts. Unit 5 seeks to have the students develop and describe a process whereby they are able to solve for areas and volumes in both procedural and applied contexts. Units of measurement are emphasized as a method of checking one’s approach to a solution. Using their study of circles from Unit 3, the students will dissect the Pythagorean Theorem. Through this they will develop properties of the special right triangles: 45°, 45°, 90° and 30°, 60°, 90°. Algebra skills from previous classes lead students to understand the connection between the distance formula and the Pythagorean Theorem. In all instances, surface area will be generated using the smaller pieces from which a given shape is constructed. The student will, again, derive new understandings from old ones. Materials: Construction tools, construction paper, patty paper, calculators, Desmos, rulers, glue sticks (optional), sets of geometric solids, pennies and dimes (Explore p. 458), string, protractors, paper clips, square, isometric and graph paper, sand or water, plastic dishpan Standards for Mathematical Transfer Goals Practice Students will be able to independently use their learning to… SMP 1 Make sense of problems • Make sense of never-before-seen problems and persevere in solving them. and persevere in solving • Construct viable arguments and critique the reasoning of others. -
On the Hawking Wormhole Horizon Entropy
ON THE HAWKING WORMHOLE HORIZON ENTROPY Hristu Culetu, Ovidius University, Dept.of Physics, B-dul Mamaia 124, 8700 Constanta, Romania e-mail : [email protected] November 11, 2018 Abstract The entropy S of the horizon θ = π/2 of the Hawking wormhole written in spherical Rindler coordinates is computed in this letter. Us- ing Padmanabhan’s prescription, we found that the surface gravity of the horizon is constant and equals the proper acceleration of the Rindler ob- server. S is a monotonic function of the radial coordinate ξ and vanishes when ξ equals the Planck length. In addition, its expression is similar with the Kaul-Majumdar one for the black hole entropy, including logarithmic corrections in quantum gravity scenarios. Keywords : surface gravity, spherical Rindler coordinates, horizon entropy. PACS Nos : 04.60 - m ; 02.40.-k ; 04.90.+e. 1 Introduction The connection between gravity and thermodynamics is one of the most sur- arXiv:hep-th/0409079v4 14 Apr 2006 prising features of gravity. Once the geometrical meaning of gravity is accepted, surfaces which act as one-way membranes for information will arise, leading to some connection with entropy, interpreted as the lack of information [1] [2]. As T.Padmanabhan has noticed [3], in any spacetime we might have a family of observers following a congruence of timelike curves which have no access to part of spacetime (a horizon is formed which blocks the informations from those observers). Keeping in mind that QFT does not recognize any nontrivial geometry of space- time in a local inertial frame, we could use a uniformly accelerated frame (a local Rindler frame) to study the connection between one way membranes arising in a spacetime and the thermodynamical entropy. -
Regiões Circulares E O Número Pi
Universidade Federal de Goiás Instituto de Matemática e Estatística Programa de Mestrado Profissional em Matemática em Rede Nacional Regiões Circulares e o número Pi THIAGO VERÍSSIMO PEREIRA Goiânia 2013 THIAGO VERÍSSIMO PEREIRA Regiões Circulares e o número Pi Trabalho de Conclusão de Curso apresentado ao Programa de Pós–Graduação do Instituto de Matemática e Estatística da Universidade Federal de Goiás, como requisito parcial para obtenção do título de Mestre em matemática Área de concentração: Matemática do ensino básico. Orientador: Prof. Dr. José Yunier Bello Cruz Goiânia 2013 Dados Internacionais de Catalogação na Publicação (CIP) GPT/BC/UFG Pereira, Thiago Veríssimo. P436r Regiões circulares e o número pi [manuscrito] / Thiago Veríssimo Pereira. – 2013. 40 f. : il., figs., tabs. Orientador: Prof. Dr. José Yunier Bello Cruz. Dissertação (Mestrado) – Universidade Federal de Goiás, Instituto de Matemática e Estatística, 2013. Bibliografia. 1. Matemática, História da. 2. Geometria. 3. Pi. I. Título. CDU: 51:930.1 Todos os direitos reservados. É proibida a reprodução total ou parcial do trabalho sem autorização da universidade, do autor e do orientador(a). Thiago Veríssimo Pereira Licenciado em Matemática pela UnB. Professor da Secretaria de Educação do Distrito Federal e da rede particular desde 2009. A Deus e a minha família, em especial minha esposa, que me deram apoio e força para chegar até aqui, e a meus professores que me inspiraram. Agradecimentos A Deus, minha família, em especial a minha esposa, aos professores, tutores e coordenadores do IME-UFG pelo empenho e dedicação mostrados ao longo do curso, em especial ao Prof. Dr. José Yunier Bello Cruz e aos colegas de turma pelo apoio e compreensão nos momentos difíceis. -
36 Surprising Facts About Pi
36 Surprising Facts About Pi piday.org/pi-facts Pi is the most studied number in mathematics. And that is for a good reason. The number pi is an integral part of many incredible creations including the Pyramids of Giza. Yes, that’s right. Here are 36 facts you will love about pi. 1. The symbol for Pi has been in use for over 250 years. The symbol was introduced by William Jones, an Anglo-Welsh philologist in 1706 and made popular by the mathematician Leonhard Euler. 2. Since the exact value of pi can never be calculated, we can never find the accurate area or circumference of a circle. 3. March 14 or 3/14 is celebrated as pi day because of the first 3.14 are the first digits of pi. Many math nerds around the world love celebrating this infinitely long, never-ending number. 1/8 4. The record for reciting the most number of decimal places of Pi was achieved by Rajveer Meena at VIT University, Vellore, India on 21 March 2015. He was able to recite 70,000 decimal places. To maintain the sanctity of the record, Rajveer wore a blindfold throughout the duration of his recall, which took an astonishing 10 hours! Can’t believe it? Well, here is the evidence: https://twitter.com/GWR/status/973859428880535552 5. If you aren’t a math geek, you would be surprised to know that we can’t find the true value of pi. This is because it is an irrational number. But this makes it an interesting number as mathematicians can express π as sequences and algorithms. -
Π and Its Computation Through the Ages
π and its computation through the ages Xavier Gourdon & Pascal Sebah http://numbers.computation.free.fr/Constants/constants.html August 13, 2010 The value of π has engaged the attention of many mathematicians and calculators from the time of Archimedes to the present day, and has been computed from so many different formulae, that a com- plete account of its calculation would almost amount to a history of mathematics. - James Glaisher (1848-1928) The history of pi is a quaint little mirror of the history of man. - Petr Beckmann 1 Computing the constant π Understanding the nature of the constant π, as well as trying to estimate its value to more and more decimal places has engaged a phenomenal energy from mathematicians from all periods of history and from most civilizations. In this small overview, we have tried to collect as many as possible major calculations of the most famous mathematical constant, including the methods used and references whenever there are available. 1.1 Milestones of π's computation • Ancient civilizations like Egyptians [15], Babylonians, China ([29], [52]), India [36],... were interested in evaluating, for example, area or perimeter of circular fields. Of course in this early history, π was not yet a constant and was only implicit in all available documents. Perhaps the most famous is the Rhind Papyrus which states the rule used to compute the area of a circle: take away 1/9 of the diameter and take the square of the remainder therefore implicitly π = (16=9)2: • Archimedes of Syracuse (287-212 B.C.). He developed a method based on inscribed and circumscribed polygons which will be of practical use until the mid seventeenth.