Elementary Functions Even and Odd Functions Reflection Across the Y-Axis Rotation About the Origin

Total Page:16

File Type:pdf, Size:1020Kb

Elementary Functions Even and Odd Functions Reflection Across the Y-Axis Rotation About the Origin Even and odd functions In this lesson we look at even and odd functions. A symmetry of a function is a transformation that leaves the graph unchanged. Consider the functions f(x) = x2 and g(x) = jxj whose graphs are drawn Elementary Functions below. Part 1, Functions Both graphs allow us to view the y-axis as a mirror. Lecture 1.4a, Symmetries of Functions: Even and Odd Functions A reflection across the y-axis leaves the function unchanged. This reflection is an example of a symmetry. Dr. Ken W. Smith Sam Houston State University 2013 Smith (SHSU) Elementary Functions 2013 1 / 25 Smith (SHSU) Elementary Functions 2013 2 / 25 Reflection across the y-axis Rotation about the origin A symmetry of a function can be represented by an algebra statement. What other symmetries might functions have? Reflection across the y-axis interchanges positive x-values with negative We can reflect a graph about the x-axis by replacing f(x) by −f(x): x-values, swapping x and −x: But could a graph be fixed by this reflection? Whenever a number is equal Therefore f(−x) = f(x): to its negative, then the number is zero. The statement, \For all x 2 R;f (−x) = f(x)" (x = −x =) 2x = 0 =) x = 0:) is equivalent to the statement So if f(x) = −f(x) then f(x) = 0: \The graph of the function is unchanged by reflection across the y-axis." But we could reflect a graph across first one axis and then the other. Reflecting a graph across the y-axis and then across the x-axis is equivalent to rotating the graph 180◦ around the origin. When this happens, f(x) = −f(−x): If f(x) = −f(−x) then we have rotational symmetry about the origin. In this case, we may multiply both sides of the equation by −1 and write f(−x) = −f(x): Smith (SHSU) Elementary Functions 2013 3 / 25 Smith (SHSU) Elementary Functions 2013 4 / 25 Even and odd functions Even and odd functions So far, we have discussed two types of symmetry for graphs of functions: Definition. A function f(x) is even if f(−x) = f(x): 1 Reflection symmetry about the y-axis, in which case f(−x) = f(x): 2 Rotation symmetry about the origin, in which case f(−x) = −f(x): The function is odd if f(−x) = −f(x): We note that functions like f(x) = x2 and f(x) = x4, where the exponent An even function has reflection symmetry about the y-axis. on x is even will have the property that f(−x) = f(x) since −1 to an An odd function has rotational symmetry about the origin. even integer power is equal to 1. We can decide algebraically if a function is even, odd or neither by Similarly, functions like f(x) = x; f(x) = x3 and f(x) = x5, where the replacing x by −x and computing f(−x): exponent on x is odd will have the property that f(−x) = −f(x) since −1 to an odd power is equal to −1: This motivates the following definitions. If f(−x) = f(x); the function is even. If f(−x) = −f(x); the function is odd. Smith (SHSU) Elementary Functions 2013 5 / 25 Smith (SHSU) Elementary Functions 2013 6 / 25 Even and odd functions Even and odd functions Examples. The graphs of a variety of functions are given below (on this page and the next). Consider the symmetries of the graph y = f(x) and decide, from the graph drawings, if f(x) is odd, even or neither. Even Odd Even Odd Smith (SHSU) Elementary Functions 2013 7 / 25 Smith (SHSU) Elementary Functions 2013 8 / 25 Even and odd functions Even and odd functions Odd Odd Even Odd Smith (SHSU) Elementary Functions 2013 9 / 25 Smith (SHSU) Elementary Functions 2013 10 / 25 Even and odd functions Even and odd functions, some examples Three worked exercises. 1 Graph the function f(x) = x3 − 4x and then decide if the function is even, odd, or neither. Solution. This function is odd since it is symmetric about the origin. Odd Even We can check this algebraically: Smith (SHSU) Elementary Functions 2013 11 / 25 Smithf(− (SHSU)x) = (−x)3 − 4(−Elementaryx) = − Functionsx3 + 4x = −(x3 − 4x) = −2013f(x): 12 / 25 Even and odd functions, example 2 Even and odd functions, example 3 x 2 Decide algebraically if the function f(x) = is even, odd, or 5 2 1 + x2 2 Decide algebraically if the function f(x) = x + 7x − 3x + 5 is even, neither. odd, or neither. Solution. Solution. x −x If f(x) = then f(−x) = : If f(x) = x5 + 7x2 − 3x + 5 then 1 + x2 1 + (−x)2 2 2 Since (−x) = x we can simplify this to f(−x) = (−x)5 + 7(−x)2 − 3(−x) + 5 = −x5 + 7x2 + 3x + 5: −x x f(−x) = = − = −f(x): 1 + (−x)2 1 + x2 Since f(−x) = −x5 + 7x2 + 3x + 5 is neither equal to f(x) nor equal to −f(x) then f(x) is neither even nor odd. So f(x) is odd. Smith (SHSU) Elementary Functions 2013 13 / 25 Smith (SHSU) Elementary Functions 2013 14 / 25 Even and odd functions: can a function be both?? Testing the concepts. Elementary Functions There is a function which is both even and odd! What is it? Part 1, Functions Lecture 1.4b, Symmetries of Functions: Periodic Functions ?? Dr. Ken W. Smith (END) Sam Houston State University 2013 Smith (SHSU) Elementary Functions 2013 15 / 25 Smith (SHSU) Elementary Functions 2013 16 / 25 Periodic functions Visualizing functions For example, if we look at the graphs below, we see graphs that appear to In this lesson we discuss periodic functions and also introduce the greatest represent periodic functions. integer function. Some graphs have translation symmetry, that is, we may shift the graph along the x-axis a certain amount and leave the graph unchanged. In this case the function is periodic; there is a real number c so that if we shift the graph to the left by c units, then the graph is unchanged. Algebraically, we write f(x + c) = f(x). The smallest positive real number c such that f(x + c) = f(x) is called the period of the function f. We will see this phenomenon (periodic functions and translation symmetry) throughout our study of trigonometry. The graph on the left has period 2π, slightly more than 6. The graph on the right has period 2. Smith (SHSU) Elementary Functions 2013 17 / 25 Smith (SHSU) Elementary Functions 2013 18 / 25 Visualizing functions Visualizing functions We digress from our discussion of periodic functions to introduce a function common in mathematics and computer science. The greatest integer function f(x) = bxc; takes as input a real number and rounds the number down to the greatest integer less than or equal to it. For example, it rounds 3.1 to 3, so b3:1c = 3: If the input is already an integer, the output is unchanged. For example, b5c = 5: If the number x is positive, bxc is essentially the value of x with everything to the right of the decimal place stripped away. The graph on the left has period 2π, slightly more than 6. So it is easy to compute bxc when x ≥ 0: The graph on the right has period π, slightly more than 3. One has to be careful if x is negative { we always round down here, so We will look more closely at periodic functions several times in this course. b−1:1c = −2 Smith (SHSU) Elementary Functions 2013 19 / 25 Smith (SHSU) Elementary Functions 2013 20 / 25 Visualizing functions Visualizing functions Here is a graph of the greatest-integer function. The greatest-integer function is also called the floor function since is rounds down to the integer \on the floor", below x: Notice a certain symmetry of this function: if we translate the graph up and to the right (at an angle of 45◦) then we get the same graph back. In other words, if f(x) = bxc then f(x) = f(x − 1) + 1: Smith (SHSU) Elementary Functions 2013 21 / 25 Smith (SHSU) Elementary Functions 2013 22 / 25 Visualizing functions Visualizing functions The fractional-part function is an example of a sawtooth function { it is periodic with very sharp edges! A function related to the greatest-integer function is the fractional-part function. The floor function throws away the decimal part of a positive real number. What if, instead, we keep only the decimal part? The fractional-part function g(x) = x − bxc keeps just the remainder, after we remove the integer part. Smith (SHSU) Elementary Functions 2013 23 / 25 Smith (SHSU) Elementary Functions 2013 24 / 25 Visualizing functions (END) Smith (SHSU) Elementary Functions 2013 25 / 25.
Recommended publications
  • In Order for the Figure to Map Onto Itself, the Line of Reflection Must Go Through the Center Point
    3-5 Symmetry State whether the figure appears to have line symmetry. Write yes or no. If so, copy the figure, draw all lines of symmetry, and state their number. 1. SOLUTION: A figure has reflectional symmetry if the figure can be mapped onto itself by a reflection in a line. The figure has reflectional symmetry. In order for the figure to map onto itself, the line of reflection must go through the center point. Two lines of reflection go through the sides of the figure. Two lines of reflection go through the vertices of the figure. Thus, there are four possible lines that go through the center and are lines of reflections. Therefore, the figure has four lines of symmetry. eSolutionsANSWER: Manual - Powered by Cognero Page 1 yes; 4 2. SOLUTION: A figure has reflectional symmetry if the figure can be mapped onto itself by a reflection in a line. The given figure does not have reflectional symmetry. There is no way to fold or reflect it onto itself. ANSWER: no 3. SOLUTION: A figure has reflectional symmetry if the figure can be mapped onto itself by a reflection in a line. The given figure has reflectional symmetry. The figure has a vertical line of symmetry. It does not have a horizontal line of symmetry. The figure does not have a line of symmetry through the vertices. Thus, the figure has only one line of symmetry. ANSWER: yes; 1 State whether the figure has rotational symmetry. Write yes or no. If so, copy the figure, locate the center of symmetry, and state the order and magnitude of symmetry.
    [Show full text]
  • Solutions to HW Due on Feb 13
    Math 432 - Real Analysis II Solutions to Homework due February 13 In class, we learned that the n-th remainder for a smooth function f(x) defined on some open interval containing 0 is given by n−1 X f (k)(0) R (x) = f(x) − xk: n k! k=0 Taylor's Theorem gives a very helpful expression of this remainder. It says that for some c between 0 and x, f (n)(c) R (x) = xn: n n! A function is called analytic on a set S if 1 X f (k)(0) f(x) = xk k! k=0 for all x 2 S. In other words, f is analytic on S if and only if limn!1 Rn(x) = 0 for all x 2 S. Question 1. Use Taylor's Theorem to prove that all polynomials are analytic on all R by showing that Rn(x) ! 0 for all x 2 R. Solution 1. Let f(x) be a polynomial of degree m. Then, for all k > m derivatives, f (k)(x) is the constant 0 function. Thus, for any x 2 R, Rn(x) ! 0. So, the polynomial f is analytic on all R. x Question 2. Use Taylor's Theorem to prove that e is analytic on all R. by showing that Rn(x) ! 0 for all x 2 R. Solution 2. Note that f (k)(x) = ex for all k. Fix an x 2 R. Then, by Taylor's Theorem, ecxn R (x) = n n! for some c between 0 and x. We now proceed with two cases.
    [Show full text]
  • The Cubic Groups
    The Cubic Groups Baccalaureate Thesis in Electrical Engineering Author: Supervisor: Sana Zunic Dr. Wolfgang Herfort 0627758 Vienna University of Technology May 13, 2010 Contents 1 Concepts from Algebra 4 1.1 Groups . 4 1.2 Subgroups . 4 1.3 Actions . 5 2 Concepts from Crystallography 6 2.1 Space Groups and their Classification . 6 2.2 Motions in R3 ............................. 8 2.3 Cubic Lattices . 9 2.4 Space Groups with a Cubic Lattice . 10 3 The Octahedral Symmetry Groups 11 3.1 The Elements of O and Oh ..................... 11 3.2 A Presentation of Oh ......................... 14 3.3 The Subgroups of Oh ......................... 14 2 Abstract After introducing basics from (mathematical) crystallography we turn to the description of the octahedral symmetry groups { the symmetry group(s) of a cube. Preface The intention of this account is to provide a description of the octahedral sym- metry groups { symmetry group(s) of the cube. We first give the basic idea (without proofs) of mathematical crystallography, namely that the 219 space groups correspond to the 7 crystal systems. After this we come to describing cubic lattices { such ones that are built from \cubic cells". Finally, among the cubic lattices, we discuss briefly the ones on which O and Oh act. After this we provide lists of the elements and the subgroups of Oh. A presentation of Oh in terms of generators and relations { using the Dynkin diagram B3 is also given. It is our hope that this account is accessible to both { the mathematician and the engineer. The picture on the title page reflects Ha¨uy'sidea of crystal structure [4].
    [Show full text]
  • Even and Odd Functions Fourier Series Take on Simpler Forms for Even and Odd Functions Even Function a Function Is Even If for All X
    04-Oct-17 Even and Odd functions Fourier series take on simpler forms for Even and Odd functions Even function A function is Even if for all x. The graph of an even function is symmetric about the y-axis. In this case Examples: 4 October 2017 MATH2065 Introduction to PDEs 2 1 04-Oct-17 Even and Odd functions Odd function A function is Odd if for all x. The graph of an odd function is skew-symmetric about the y-axis. In this case Examples: 4 October 2017 MATH2065 Introduction to PDEs 3 Even and Odd functions Most functions are neither odd nor even E.g. EVEN EVEN = EVEN (+ + = +) ODD ODD = EVEN (- - = +) ODD EVEN = ODD (- + = -) 4 October 2017 MATH2065 Introduction to PDEs 4 2 04-Oct-17 Even and Odd functions Any function can be written as the sum of an even plus an odd function where Even Odd Example: 4 October 2017 MATH2065 Introduction to PDEs 5 Fourier series of an EVEN periodic function Let be even with period , then 4 October 2017 MATH2065 Introduction to PDEs 6 3 04-Oct-17 Fourier series of an EVEN periodic function Thus the Fourier series of the even function is: This is called: Half-range Fourier cosine series 4 October 2017 MATH2065 Introduction to PDEs 7 Fourier series of an ODD periodic function Let be odd with period , then This is called: Half-range Fourier sine series 4 October 2017 MATH2065 Introduction to PDEs 8 4 04-Oct-17 Odd and Even Extensions Recall the temperature problem with the heat equation.
    [Show full text]
  • Chapter 1 – Symmetry of Molecules – P. 1
    Chapter 1 – Symmetry of Molecules – p. 1 - 1. Symmetry of Molecules 1.1 Symmetry Elements · Symmetry operation: Operation that transforms a molecule to an equivalent position and orientation, i.e. after the operation every point of the molecule is coincident with an equivalent point. · Symmetry element: Geometrical entity (line, plane or point) which respect to which one or more symmetry operations can be carried out. In molecules there are only four types of symmetry elements or operations: · Mirror planes: reflection with respect to plane; notation: s · Center of inversion: inversion of all atom positions with respect to inversion center, notation i · Proper axis: Rotation by 2p/n with respect to the axis, notation Cn · Improper axis: Rotation by 2p/n with respect to the axis, followed by reflection with respect to plane, perpendicular to axis, notation Sn Formally, this classification can be further simplified by expressing the inversion i as an improper rotation S2 and the reflection s as an improper rotation S1. Thus, the only symmetry elements in molecules are Cn and Sn. Important: Successive execution of two symmetry operation corresponds to another symmetry operation of the molecule. In order to make this statement a general rule, we require one more symmetry operation, the identity E. (1.1: Symmetry elements in CH4, successive execution of symmetry operations) 1.2. Systematic classification by symmetry groups According to their inherent symmetry elements, molecules can be classified systematically in so called symmetry groups. We use the so-called Schönfliess notation to name the groups, Chapter 1 – Symmetry of Molecules – p. 2 - which is the usual notation for molecules.
    [Show full text]
  • Further Analysis on Classifications of PDE(S) with Variable Coefficients
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Elsevier - Publisher Connector Applied Mathematics Letters 23 (2010) 966–970 Contents lists available at ScienceDirect Applied Mathematics Letters journal homepage: www.elsevier.com/locate/aml Further analysis on classifications of PDE(s) with variable coefficients A. Kılıçman a,∗, H. Eltayeb b, R.R. Ashurov c a Department of Mathematics and Institute for Mathematical Research, Universiti Putra Malaysia, 43400 UPM, Serdang, Selangor, Malaysia b Mathematics Department, College of Science, King Saud University, P.O.Box 2455, Riyadh 11451, Saudi Arabia c Institute of Advance Technology, Universiti Putra Malaysia, 43400 UPM, Serdang, Selangor, Malaysia article info a b s t r a c t Article history: In this study we consider further analysis on the classification problem of linear second Received 1 April 2009 order partial differential equations with non-constant coefficients. The equations are Accepted 13 April 2010 produced by using convolution with odd or even functions. It is shown that the patent of classification of new equations is similar to the classification of the original equations. Keywords: ' 2010 Elsevier Ltd. All rights reserved. Even and odd functions Double convolution Classification 1. Introduction The subject of partial differential equations (PDE's) has a long history and a wide range of applications. Some second- order linear partial differential equations can be classified as parabolic, hyperbolic or elliptic in order to have a guide to appropriate initial and boundary conditions, as well as to the smoothness of the solutions. If a PDE has coefficients which are not constant, it is possible that it is of mixed type.
    [Show full text]
  • Pose Estimation for Objects with Rotational Symmetry
    Pose Estimation for Objects with Rotational Symmetry Enric Corona, Kaustav Kundu, Sanja Fidler Abstract— Pose estimation is a widely explored problem, enabling many robotic tasks such as grasping and manipulation. In this paper, we tackle the problem of pose estimation for objects that exhibit rotational symmetry, which are common in man-made and industrial environments. In particular, our aim is to infer poses for objects not seen at training time, but for which their 3D CAD models are available at test time. Previous X 2 X 1 X 2 X 1 work has tackled this problem by learning to compare captured Y ∼ 2 Y ∼ 2 Y ∼ 2 Y ∼ 2 views of real objects with the rendered views of their 3D CAD Z ∼ 6 Z ∼ 1 Z ∼ Z ∼ 1 ∼ ∼ ∼ ∞ ∼ models, by embedding them in a joint latent space using neural Fig. 1. Many industrial objects such as various tools exhibit rotational networks. We show that sidestepping the issue of symmetry symmetries. In our work, we address pose estimation for such objects. in this scenario during training leads to poor performance at test time. We propose a model that reasons about rotational symmetry during training by having access to only a small set of that this is not a trivial task, as the rendered views may look symmetry-labeled objects, whereby exploiting a large collection very different from objects in real images, both because of of unlabeled CAD models. We demonstrate that our approach different background, lighting, and possible occlusion that significantly outperforms a naively trained neural network on arise in real scenes.
    [Show full text]
  • 12-5 Worksheet Part C
    Name ________________________________________ Date __________________ Class__________________ LESSON Reteach 12-5 Symmetry A figure has symmetry if there is a transformation of the figure such that the image and preimage are identical. There are two kinds of symmetry. The figure has a line of symmetry that divides the figure into two congruent halves. Line Symmetry one line of symmetry two lines of symmetry no line symmetry When a figure is rotated between 0° and 360°, the resulting figure coincides with the original. • The smallest angle through which the figure is rotated to coincide with itself is called the angle of rotational symmetry. • The number of times that you can get an identical figure when repeating the degree of rotation is called the order of the rotational Rotational symmetry. Symmetry angle: 180° 120° no rotational order: 2 3 symmetry Tell whether each figure has line symmetry. If so, draw all lines of symmetry. 1. 2. _________________________________________ ________________________________________ Tell whether each figure has rotational symmetry. If so, give the angle of rotational symmetry and the order of the symmetry. 3. 4. _________________________________________ ________________________________________ Original content Copyright © by Holt McDougal. Additions and changes to the original content are the responsibility of the instructor. 12-38 Holt Geometry Name ________________________________________ Date __________________ Class__________________ LESSON Reteach 12-5 Symmetry continued Three-dimensional figures can also have symmetry. Symmetry in Three Description Example Dimensions A plane can divide a figure into two Plane Symmetry congruent halves. There is a line about which a figure Symmetry About can be rotated so that the image and an Axis preimage are identical.
    [Show full text]
  • Symmetry and Groups, and Crystal Structures
    CHAPTER 3: SYMMETRY AND GROUPS, AND CRYSTAL STRUCTURES Sarah Lambart RECAP CHAP. 2 2 different types of close packing: hcp: tetrahedral interstice (ABABA) ccp: octahedral interstice (ABCABC) Definitions: The coordination number or CN is the number of closest neighbors of opposite charge around an ion. It can range from 2 to 12 in ionic structures. These structures are called coordination polyhedron. RECAP CHAP. 2 Rx/Rz C.N. Type Hexagonal or An ideal close-packing of sphere 1.0 12 Cubic for a given CN, can only be Closest Packing achieved for a specific ratio of 1.0 - 0.732 8 Cubic ionic radii between the anions and 0.732 - 0.414 6 Octahedral Tetrahedral (ex.: the cations. 0.414 - 0.225 4 4- SiO4 ) 0.225 - 0.155 3 Triangular <0.155 2 Linear RECAP CHAP. 2 Pauling’s rule: #1: the coodination polyhedron is defined by the ratio Rcation/Ranion #2: The Electrostatic Valency (e.v.) Principle: ev = Z/CN #3: Shared edges and faces of coordination polyhedra decreases the stability of the crystal. #4: In crystal with different cations, those of high valency and small CN tend not to share polyhedral elements #5: The principle of parsimony: The number of different sites in a crystal tends to be small. CONTENT CHAP. 3 (2-3 LECTURES) Definitions: unit cell and lattice 7 Crystal systems 14 Bravais lattices Element of symmetry CRYSTAL LATTICE IN TWO DIMENSIONS A crystal consists of atoms, molecules, or ions in a pattern that repeats in three dimensions. The geometry of the repeating pattern of a crystal can be described in terms of a crystal lattice, constructed by connecting equivalent points throughout the crystal.
    [Show full text]
  • Math 203 Lecture 12 Notes: Tessellation – a Complete Covering
    Math 103 Lecture #12 class notes page 1 Math 203 Lecture 12 notes: Note: this lecture is very “visual,” i.e., lots of pictures illustrating tessellation concepts Tessellation – a complete covering of a plane by one or more figures in a repeating pattern, with no overlapping. There are only 3 regular polygons that can tessellate a plane without being combined with other polygons: 1) equilateral triangle 2)square 3) regular hexagon. Once a basic design has been constructed, it may be extended through 3 different transformations: translation (slide), rotation (turn), or reflection (flip). FLIP: A figure has line symmetry if there is a line of reflection such that each point in the figure can be reflected into the figure. Line symmetry is sometimes referred to as mirror symmetry, axial, symmetry, bilateral symmetry, or reflective symmetry. The line of symmetry may be vertical, horizontal, or slanted. A figure may have one or more lines of symmetry, or none. Regular polygons with n sides have n lines of symmetry. Any line through the center of a circle is a line of symmetry for a circle. The circle is the most symmetric of all plane figures. The musical counterpart of horizontal reflection (across the y-axis) is called retrogression, while vertical reflection (across the x-axis) is called inversion. SLIDE: Translation (or slide translation) is one in which a figure moves without changing size or shape. It can be thought of as a motion that moves the figure from one location in a plane to another. The distance that the figure moves, or slides, is called the magnitude.
    [Show full text]
  • Fourier Series
    Chapter 10 Fourier Series 10.1 Periodic Functions and Orthogonality Relations The differential equation ′′ y + 2y = F cos !t models a mass-spring system with natural frequency with a pure cosine forcing function of frequency !. If 2 = !2 a particular solution is easily found by undetermined coefficients (or by∕ using Laplace transforms) to be F y = cos !t. p 2 !2 − If the forcing function is a linear combination of simple cosine functions, so that the differential equation is N ′′ 2 y + y = Fn cos !nt n=1 X 2 2 where = !n for any n, then, by linearity, a particular solution is obtained as a sum ∕ N F y (t)= n cos ! t. p 2 !2 n n=1 n X − This simple procedure can be extended to any function that can be repre- sented as a sum of cosine (and sine) functions, even if that summation is not a finite sum. It turns out that the functions that can be represented as sums in this form are very general, and include most of the periodic functions that are usually encountered in applications. 723 724 10 Fourier Series Periodic Functions A function f is said to be periodic with period p> 0 if f(t + p)= f(t) for all t in the domain of f. This means that the graph of f repeats in successive intervals of length p, as can be seen in the graph in Figure 10.1. y p 2p 3p 4p 5p Fig. 10.1 An example of a periodic function with period p.
    [Show full text]
  • Symmetry Groups of Platonic Solids
    Symmetry Groups of Platonic Solids David Newcomb Stanford University 03/09/12 Problem Describe the symmetry groups of the Platonic solids, with proofs, and with an emphasis on the icosahedron. Figure 1: The five Platonic solids. 1 Introduction The first group of people to carefully study Platonic solids were the ancient Greeks. Although they bear the namesake of Plato, the initial proofs and descriptions of such solids come from Theaetetus, a contemporary. Theaetetus provided the first known proof that there are only five Platonic solids, in addition to a mathematical description of each one. The five solids are the cube, the tetrahedron, the octahedron, the icosahedron, and the dodecahedron. Euclid, in his book Elements also offers a more thorough description of the construction and properties of each solid. Nearly 2000 years later, Kepler attempted a beautiful planetary model involving the use of the Platonic solids. Although the model proved to be incorrect, it helped Kepler discover fundamental laws of the universe. Still today, Platonic solids are useful tools in the natural sciences. Primarily, they are important tools for understanding the basic chemistry of molecules. Additionally, dodecahedral behavior has been found in the shape of the earth's crust as well as the structure of protons in nuclei. 1 The scope of this paper, however, is limited to the mathematical dissection of the sym- metry groups of such solids. Initially, necessary definitions will be provided along with important theorems. Next, the brief proof of Theaetetus will be discussed, followed by a discussion of the broad technique used to determine the symmetry groups of Platonic solids.
    [Show full text]