From Spiral to Spline: Optimal Techniques in Interactive Curve Design

Total Page:16

File Type:pdf, Size:1020Kb

From Spiral to Spline: Optimal Techniques in Interactive Curve Design From Spiral to Spline: Optimal Techniques in Interactive Curve Design by Raphael Linus Levien A dissertation submitted in partial satisfaction of the requirements for the degree of Doctor of Philosophy in Engineering–Electrical Engineering and Computer Sciences in the GRADUATE DIVISION of the UNIVERSITY OF CALIFORNIA, BERKELEY Committee in charge: Professor Carlo S´equin, Chair Professor Jonathan Shewchuk Professor Jasper Rine Fall 2009 From Spiral to Spline: Optimal Techniques in Interactive Curve Design Copyright © 2009 by Raphael Linus Levien Abstract From Spiral to Spline: Optimal Techniques in Interactive Curve Design by Raphael Linus Levien Doctor of Philosophy in Engineering–Electrical Engineering and Computer Sciences University of California, Berkeley Professor Carlo S´equin, Chair A basic technique for designing curved shapes in the plane is interpolating splines. The designer inputs a sequence of control points, and the computer fits a smooth curve that goes through these points. The literature of interpolating splines is rich, much of it based on the mathematical idealization of a thin elastic strip constrained to pass through the points. Until now there is little consensus on which, if any, of these splines is ideal. This thesis explores the properties of an ideal interpolating spline. The most important property is fairness, a property often in tension with locality, meaning that perturbations to the input points do not affect sections of the curve at a distance. The idealized elastic strip has two serious problems. A sequence of co-circular input points results in a curve deviating from a circular arc. For some other inputs, no solution (with finite extent) exists at all. The idealized elastic strip has two properties worth preserving. First, any ideal spline must be extensional, meaning that the insertion of a new point on the curve shouldn’t change its shape. Second, curve segments between any two adjacent control points are drawn from a two-parameter family (and this propety is closely related to good locality properties). A central result of this thesis is that any spline sharing these properties also has the property that all segments between two control points are cut from a single, fixed generating curve. Thus, the problem of choosing an ideal spline is reduced to that of choosing the ideal generating curve. The Euler spiral has excellent all-around properties, and, for some applications, a log-aesthetic curve may be even better. Shapes in applications such as font outlines contain extra features such as corners and transi- tions between straight lines and smooth curves. Attaching additional constraints to control points expresses these features, and, carefully applied, give the designer a richer palette of curve types. The splines presented in this thesis are entirely practical as well, especially for designing fonts. Sophisticated new numerical techniques compute the splines at interactive speeds, as well as convert to optimized cubic B´ezier representation. Professor Carlo S´equin Dissertation Committee Chair 1 To my father. i Contents Contents ii List of Figures vii List of Tables xi Acknowledgements xii 1 Introduction 1 2 Properties of splines 6 2.1 Fairness . 6 2.1.1 Empirical testing of fairness . 7 2.2 Continuity . 8 2.3 Roundness . 9 2.4 Extensionality . 10 2.5 Existence and uniqueness . 11 2.6 Locality . 13 2.7 Transformational invariance . 13 2.8 Counting parameters . 14 2.9 Monotone curvature . 14 2.10 Summary . 15 3 The Elastica 16 3.1 Statement of the elastica problem . 17 3.2 Variational study . 17 3.2.1 The Euler–Lagrange equation . 17 3.2.2 Application of the Euler–Lagrange equation to the elastica . 18 ii 3.3 A family of solutions . 19 3.4 Equilibrium of moments . 21 3.5 Pendulum analogy . 23 3.6 Equilibrium of forces: Finite element approach . 25 3.7 Solutions with length and endpoint constraints . 29 3.8 Elastica with general constraints . 29 3.9 Angle constraints . 32 3.10 Elastica as an interpolating spline . 35 3.11 SI-MEC . 35 3.12 Real splines . 39 4 Two-parameter splines 42 4.1 Extensional two-parameter splines have a generating curve . 43 4.2 Properties of the MEC spline . 45 4.3 SI-MEC . 46 4.4 Cubic Lagrange (with length parametrization) . 47 4.5 Ikarus (biarc) . 47 4.6 Euler’s spiral . 48 4.6.1 Euler’s spiral as a spline primitive . 51 4.6.2 Variational formulation of Euler’s spiral . 51 4.6.3 Euler spiral spline in use . 52 4.6.4 Existence and uniqueness of Euler spiral spline . 53 4.7 Hobby’s spline . 57 4.8 Splines from fixed generating curves . 60 4.8.1 Log-aesthetic curve splines . 61 4.9 Piecewise SI-MEC splines, or Kurgla 1 . 63 4.10 Circle splines . 64 4.11 Summary . 65 5 History of the elastica 67 5.1 Jordanus de Nemore – 13th century . 68 5.2 Galileo sets the stage – 1638 . 68 5.3 Hooke’s law of the spring – 1678 . 69 5.4 James Bernoulli poses the elastica problem – 1691 . 70 iii 5.5 James Bernoulli partially solves it – 1692 . 71 5.6 James Bernoulli publishes the first solution – 1694 . 73 5.7 Daniel Bernoulli proposes variational techniques – 1742 . 77 5.8 Euler’s analysis – 1744 . 78 5.8.1 Moments . 83 5.9 Elliptic integrals . 85 5.10 Laplace on the capillary – 1807 . 86 5.11 Kirchhoff’s kinetic analogy – 1859 . 87 5.12 Closed form solution: Jacobi elliptic functions – 1880 . 89 5.12.1 Inflectional solutions . 90 5.12.2 Non-inflectional solutions . 91 5.13 Max Born – 1906 . 91 5.14 Influence on modern spline theory – 1946 to 1965 . 92 5.15 Numerical techniques – 1958 through today . 93 6 History of the Euler spiral 95 6.1 James Bernoulli poses a problem of elasticity – 1694 . 95 6.2 Euler characterizes the curve – 1744 . 98 6.3 Euler finds the limits – 1781 . 100 6.4 Relation to the elastica . 101 6.5 Fresnel on diffraction problems – 1818 . 103 6.6 Talbot’s railway transition spiral – 1890 . 106 6.7 Mathematical properties . 107 6.8 Use as an interpolating spline . 108 6.9 Efficient computation . 109 7 Four-parameter curves 110 7.1 Why four parameters? . 110 7.2 Minimum Variation Curve . 114 7.2.1 Euler–Poisson equation . 114 7.2.2 Euler–Poisson solution of MVC . 115 7.3 Polynomial spiral spline . 117 7.4 Generalized constraints . 119 iv 8 Numerical toolbox 122 8.1 Numerical integration of polynomial spirals . 123 8.1.1 Polynomial approximation of the integral . 124 8.1.2 Higher-order polynomial approximations . 125 8.1.3 Hybrid approach . 126 8.2 Determining Euler spiral parameters . 127 8.3 Global constraint solver . 129 8.3.1 Two-parameter solver . 130 8.3.2 Four-parameter solver . 131 8.4 2-D Lookup table . 132 9 Converting to B´eziercurves 135 9.1 Parameters . ..
Recommended publications
  • Study of Spiral Transition Curves As Related to the Visual Quality of Highway Alignment
    A STUDY OF SPIRAL TRANSITION CURVES AS RELA'^^ED TO THE VISUAL QUALITY OF HIGHWAY ALIGNMENT JERRY SHELDON MURPHY B, S., Kansas State University, 1968 A MJvSTER'S THESIS submitted in partial fulfillment of the requirements for the degree MASTER OF SCIENCE Department of Civil Engineering KANSAS STATE UNIVERSITY Manhattan, Kansas 1969 Approved by P^ajQT Professor TV- / / ^ / TABLE OF CONTENTS <2, 2^ INTRODUCTION 1 LITERATURE SEARCH 3 PURPOSE 5 SCOPE 6 • METHOD OF SOLUTION 7 RESULTS 18 RECOMMENDATIONS FOR FURTHER RESEARCH 27 CONCLUSION 33 REFERENCES 34 APPENDIX 36 LIST OF TABLES TABLE 1, Geonetry of Locations Studied 17 TABLE 2, Rates of Change of Slope Versus Curve Ratings 31 LIST OF FIGURES FIGURE 1. Definition of Sight Distance and Display Angle 8 FIGURE 2. Perspective Coordinate Transformation 9 FIGURE 3. Spiral Curve Calculation Equations 12 FIGURE 4. Flow Chart 14 FIGURE 5, Photograph and Perspective of Selected Location 15 FIGURE 6. Effect of Spiral Curves at Small Display Angles 19 A, No Spiral (Circular Curve) B, Completely Spiralized FIGURE 7. Effects of Spiral Curves (DA = .015 Radians, SD = 1000 Feet, D = l** and A = 10*) 20 Plate 1 A. No Spiral (Circular Curve) B, Spiral Length = 250 Feet FIGURE 8. Effects of Spiral Curves (DA = ,015 Radians, SD = 1000 Feet, D = 1° and A = 10°) 21 Plate 2 A. Spiral Length = 500 Feet B. Spiral Length = 1000 Feet (Conpletely Spiralized) FIGURE 9. Effects of Display Angle (D = 2°, A = 10°, Ig = 500 feet, = SD 500 feet) 23 Plate 1 A. Display Angle = .007 Radian B. Display Angle = .027 Radiaji FIGURE 10.
    [Show full text]
  • Construction Surveying Curves
    Construction Surveying Curves Three(3) Continuing Education Hours Course #LS1003 Approved Continuing Education for Licensed Professional Engineers EZ-pdh.com Ezekiel Enterprises, LLC 301 Mission Dr. Unit 571 New Smyrna Beach, FL 32170 800-433-1487 [email protected] Construction Surveying Curves Ezekiel Enterprises, LLC Course Description: The Construction Surveying Curves course satisfies three (3) hours of professional development. The course is designed as a distance learning course focused on the process required for a surveyor to establish curves. Objectives: The primary objective of this course is enable the student to understand practical methods to locate points along curves using variety of methods. Grading: Students must achieve a minimum score of 70% on the online quiz to pass this course. The quiz may be taken as many times as necessary to successful pass and complete the course. Ezekiel Enterprises, LLC Section I. Simple Horizontal Curves CURVE POINTS Simple The simple curve is an arc of a circle. It is the most By studying this course the surveyor learns to locate commonly used. The radius of the circle determines points using angles and distances. In construction the “sharpness” or “flatness” of the curve. The larger surveying, the surveyor must often establish the line of the radius, the “flatter” the curve. a curve for road layout or some other construction. The surveyor can establish curves of short radius, Compound usually less than one tape length, by holding one end Surveyors often have to use a compound curve because of the tape at the center of the circle and swinging the of the terrain.
    [Show full text]
  • Differential Geometry
    Differential Geometry J.B. Cooper 1995 Inhaltsverzeichnis 1 CURVES AND SURFACES—INFORMAL DISCUSSION 2 1.1 Surfaces ................................ 13 2 CURVES IN THE PLANE 16 3 CURVES IN SPACE 29 4 CONSTRUCTION OF CURVES 35 5 SURFACES IN SPACE 41 6 DIFFERENTIABLEMANIFOLDS 59 6.1 Riemannmanifolds .......................... 69 1 1 CURVES AND SURFACES—INFORMAL DISCUSSION We begin with an informal discussion of curves and surfaces, concentrating on methods of describing them. We shall illustrate these with examples of classical curves and surfaces which, we hope, will give more content to the material of the following chapters. In these, we will bring a more rigorous approach. Curves in R2 are usually specified in one of two ways, the direct or parametric representation and the implicit representation. For example, straight lines have a direct representation as tx + (1 t)y : t R { − ∈ } i.e. as the range of the function φ : t tx + (1 t)y → − (here x and y are distinct points on the line) and an implicit representation: (ξ ,ξ ): aξ + bξ + c =0 { 1 2 1 2 } (where a2 + b2 = 0) as the zero set of the function f(ξ ,ξ )= aξ + bξ c. 1 2 1 2 − Similarly, the unit circle has a direct representation (cos t, sin t): t [0, 2π[ { ∈ } as the range of the function t (cos t, sin t) and an implicit representation x : 2 2 → 2 2 { ξ1 + ξ2 =1 as the set of zeros of the function f(x)= ξ1 + ξ2 1. We see from} these examples that the direct representation− displays the curve as the image of a suitable function from R (or a subset thereof, usually an in- terval) into two dimensional space, R2.
    [Show full text]
  • The Ordered Distribution of Natural Numbers on the Square Root Spiral
    The Ordered Distribution of Natural Numbers on the Square Root Spiral - Harry K. Hahn - Ludwig-Erhard-Str. 10 D-76275 Et Germanytlingen, Germany ------------------------------ mathematical analysis by - Kay Schoenberger - Humboldt-University Berlin ----------------------------- 20. June 2007 Abstract : Natural numbers divisible by the same prime factor lie on defined spiral graphs which are running through the “Square Root Spiral“ ( also named as “Spiral of Theodorus” or “Wurzel Spirale“ or “Einstein Spiral” ). Prime Numbers also clearly accumulate on such spiral graphs. And the square numbers 4, 9, 16, 25, 36 … form a highly three-symmetrical system of three spiral graphs, which divide the square-root-spiral into three equal areas. A mathematical analysis shows that these spiral graphs are defined by quadratic polynomials. The Square Root Spiral is a geometrical structure which is based on the three basic constants: 1, sqrt2 and π (pi) , and the continuous application of the Pythagorean Theorem of the right angled triangle. Fibonacci number sequences also play a part in the structure of the Square Root Spiral. Fibonacci Numbers divide the Square Root Spiral into areas and angle sectors with constant proportions. These proportions are linked to the “golden mean” ( golden section ), which behaves as a self-avoiding-walk- constant in the lattice-like structure of the square root spiral. Contents of the general section Page 1 Introduction to the Square Root Spiral 2 2 Mathematical description of the Square Root Spiral 4 3 The distribution
    [Show full text]
  • An Approach on Simulation of Involute Tooth Profile Used on Cylindrical Gears
    BULETINUL INSTITUTULUI POLITEHNIC DIN IAŞI Publicat de Universitatea Tehnică „Gheorghe Asachi” din Iaşi Volumul 66 (70), Numărul 2, 2020 Secţia CONSTRUCŢII DE MAŞINI AN APPROACH ON SIMULATION OF INVOLUTE TOOTH PROFILE USED ON CYLINDRICAL GEARS BY MIHĂIȚĂ HORODINCĂ “Gheorghe Asachi” Technical University of Iaşi, Faculty of Machine Manufacturing and Industrial Management Received: April 6, 2020 Accepted for publication: June 10, 2020 Abstract. Some results on theoretical approach related by simulation of 2D involute tooth profiles on spur gears, based on rolling of a mobile generating rack around a fixed pitch circle are presented in this paper. A first main approach proves that the geometrical depiction of each generating rack position during rolling can be determined by means of a mathematical model which allows the calculus of Cartesian coordinates for some significant points placed on the rack. The 2D involute tooth profile appears to be the internal envelope bordered by plenty of different equidistant positions of the generating rack during a complete rolling. A second main approach allows the detection of Cartesian coordinates of this internal envelope as the best approximation of 2D involute tooth profile. This paper intends to provide a way for a better understanding of involute tooth profile generation procedure. Keywords: tooth profile; involute; generating rack; simulation. 1. Introduction Gear manufacturing is a major topic in industry due to a large scale utilization of gears for motion transmissions and speed reducers. Commonly the flank gear surface on cylindrical toothed wheels (gears) is described by two Corresponding author: e-mail: [email protected] 22 Mihăiţă Horodincă orthogonally curves: an involute as flank line (in a transverse plane) and a profile line.
    [Show full text]
  • On the Topology of Hypocycloid Curves
    Física Teórica, Julio Abad, 1–16 (2008) ON THE TOPOLOGY OF HYPOCYCLOIDS Enrique Artal Bartolo∗ and José Ignacio Cogolludo Agustíny Departamento de Matemáticas, Facultad de Ciencias, IUMA Universidad de Zaragoza, 50009 Zaragoza, Spain Abstract. Algebraic geometry has many connections with physics: string theory, enu- merative geometry, and mirror symmetry, among others. In particular, within the topo- logical study of algebraic varieties physicists focus on aspects involving symmetry and non-commutativity. In this paper, we study a family of classical algebraic curves, the hypocycloids, which have links to physics via the bifurcation theory. The topology of some of these curves plays an important role in string theory [3] and also appears in Zariski’s foundational work [9]. We compute the fundamental groups of some of these curves and show that they are in fact Artin groups. Keywords: hypocycloid curve, cuspidal points, fundamental group. PACS classification: 02.40.-k; 02.40.Xx; 02.40.Re . 1. Introduction Hypocycloid curves have been studied since the Renaissance (apparently Dürer in 1525 de- scribed epitrochoids in general and then Roemer in 1674 and Bernoulli in 1691 focused on some particular hypocycloids, like the astroid, see [5]). Hypocycloids are described as the roulette traced by a point P attached to a circumference S of radius r rolling about the inside r 1 of a fixed circle C of radius R, such that 0 < ρ = R < 2 (see Figure 1). If the ratio ρ is rational, an algebraic curve is obtained. The simplest (non-trivial) hypocycloid is called the deltoid or the Steiner curve and has a history of its own both as a real and complex curve.
    [Show full text]
  • Around and Around ______
    Andrew Glassner’s Notebook http://www.glassner.com Around and around ________________________________ Andrew verybody loves making pictures with a Spirograph. The result is a pretty, swirly design, like the pictures Glassner EThis wonderful toy was introduced in 1966 by Kenner in Figure 1. Products and is now manufactured and sold by Hasbro. I got to thinking about this toy recently, and wondered The basic idea is simplicity itself. The box contains what might happen if we used other shapes for the a collection of plastic gears of different sizes. Every pieces, rather than circles. I wrote a program that pro- gear has several holes drilled into it, each big enough duces Spirograph-like patterns using shapes built out of to accommodate a pen tip. The box also contains some Bezier curves. I’ll describe that later on, but let’s start by rings that have gear teeth on both their inner and looking at traditional Spirograph patterns. outer edges. To make a picture, you select a gear and set it snugly against one of the rings (either inside or Roulettes outside) so that the teeth are engaged. Put a pen into Spirograph produces planar curves that are known as one of the holes, and start going around and around. roulettes. A roulette is defined by Lawrence this way: “If a curve C1 rolls, without slipping, along another fixed curve C2, any fixed point P attached to C1 describes a roulette” (see the “Further Reading” sidebar for this and other references). The word trochoid is a synonym for roulette. From here on, I’ll refer to C1 as the wheel and C2 as 1 Several the frame, even when the shapes Spirograph- aren’t circular.
    [Show full text]
  • Some Curves and the Lengths of Their Arcs Amelia Carolina Sparavigna
    Some Curves and the Lengths of their Arcs Amelia Carolina Sparavigna To cite this version: Amelia Carolina Sparavigna. Some Curves and the Lengths of their Arcs. 2021. hal-03236909 HAL Id: hal-03236909 https://hal.archives-ouvertes.fr/hal-03236909 Preprint submitted on 26 May 2021 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Some Curves and the Lengths of their Arcs Amelia Carolina Sparavigna Department of Applied Science and Technology Politecnico di Torino Here we consider some problems from the Finkel's solution book, concerning the length of curves. The curves are Cissoid of Diocles, Conchoid of Nicomedes, Lemniscate of Bernoulli, Versiera of Agnesi, Limaçon, Quadratrix, Spiral of Archimedes, Reciprocal or Hyperbolic spiral, the Lituus, Logarithmic spiral, Curve of Pursuit, a curve on the cone and the Loxodrome. The Versiera will be discussed in detail and the link of its name to the Versine function. Torino, 2 May 2021, DOI: 10.5281/zenodo.4732881 Here we consider some of the problems propose in the Finkel's solution book, having the full title: A mathematical solution book containing systematic solutions of many of the most difficult problems, Taken from the Leading Authors on Arithmetic and Algebra, Many Problems and Solutions from Geometry, Trigonometry and Calculus, Many Problems and Solutions from the Leading Mathematical Journals of the United States, and Many Original Problems and Solutions.
    [Show full text]
  • On the Topology of Hypocycloids
    ON THE TOPOLOGY OF HYPOCYCLOIDS ENRIQUE ARTAL BARTOLO AND JOSE´ IGNACIO COGOLLUDO-AGUST´IN Abstract. Algebraic geometry has many connections with physics: string theory, enumerative geometry, and mirror symmetry, among others. In par- ticular, within the topological study of algebraic varieties physicists focus on aspects involving symmetry and non-commutativity. In this paper, we study a family of classical algebraic curves, the hypocycloids, which have links to physics via the bifurcation theory. The topology of some of these curves plays an important role in string theory [3] and also appears in Zariski’s foundational work [9]. We compute the fundamental groups of some of these curves and show that they are in fact Artin groups. 1. Introduction Hypocycloid curves have been studied since the Renaissance (apparently D¨urer in 1525 described epitrochoids in general and then Roemer in 1674 and Bernoulli in 1691 focused on some particular hypocycloids, like the astroid, see [5]). Hypocy- cloids are described as the roulette traced by a point P attached to a circumference S of radius r rolling about the inside of a fixed circle C of radius R, such that r 1 0 < ρ = R < 2 (see Figure 1). If the ratio ρ is rational, an algebraic curve is ob- tained. The simplest (non-trivial) hypocycloid is called the deltoid or the Steiner curve and has a history of its own both as a real and complex curve. S r C P arXiv:1703.08308v1 [math.AG] 24 Mar 2017 R Figure 1. Hypocycloid Key words and phrases. hypocycloid curve, cuspidal points, fundamental group.
    [Show full text]
  • Archimedean Spirals ∗
    Archimedean Spirals ∗ An Archimedean Spiral is a curve defined by a polar equation of the form r = θa, with special names being given for certain values of a. For example if a = 1, so r = θ, then it is called Archimedes’ Spiral. Archimede’s Spiral For a = −1, so r = 1/θ, we get the reciprocal (or hyperbolic) spiral. Reciprocal Spiral ∗This file is from the 3D-XploreMath project. You can find it on the web by searching the name. 1 √ The case a = 1/2, so r = θ, is called the Fermat (or hyperbolic) spiral. Fermat’s Spiral √ While a = −1/2, or r = 1/ θ, it is called the Lituus. Lituus In 3D-XplorMath, you can change the parameter a by going to the menu Settings → Set Parameters, and change the value of aa. You can see an animation of Archimedean spirals where the exponent a varies gradually, from the menu Animate → Morph. 2 The reason that the parabolic spiral and the hyperbolic spiral are so named is that their equations in polar coordinates, rθ = 1 and r2 = θ, respectively resembles the equations for a hyperbola (xy = 1) and parabola (x2 = y) in rectangular coordinates. The hyperbolic spiral is also called reciprocal spiral because it is the inverse curve of Archimedes’ spiral, with inversion center at the origin. The inversion curve of any Archimedean spirals with respect to a circle as center is another Archimedean spiral, scaled by the square of the radius of the circle. This is easily seen as follows. If a point P in the plane has polar coordinates (r, θ), then under inversion in the circle of radius b centered at the origin, it gets mapped to the point P 0 with polar coordinates (b2/r, θ), so that points having polar coordinates (ta, θ) are mapped to points having polar coordinates (b2t−a, θ).
    [Show full text]
  • The Logarithmic Spiral * the Parametric Equations for The
    The Logarithmic Spiral * The parametric equations for the Logarithmic Spiral are: x(t) =aa exp(bb t) cos(t) · · · y(t) =aa exp(bb t) sin(t). · · · This spiral is connected with the complex exponential as follows: x(t) + i y(t) = aa exp((bb + i)t). The animation that is automatically displayed when you select Logarithmic Spiral from the Plane Curves menu shows the osculating circles of the spiral. Their midpoints draw another curve, the evolute of this spiral. These os- culating circles illustrate an interesting theorem, namely if the curvature is a monotone function along a segment of a plane curve, then the osculating circles are nested - because the distance of the midpoints of two osculating circles is (by definition) the length of a secant of the evolute while the difference of their radii is the arc length of the evolute between the two midpoints. (See page 31 of J.J. Stoker’s “Differential Geometry”, Wiley-Interscience, 1969). For the logarithmic spiral this implies that through every point of the plane minus the origin passes exactly one os- culating circle. Etienne´ Ghys pointed out that this leads * This file is from the 3D-XplorMath project. Please see: http://3D-XplorMath.org/ 1 to a surprise: The unit tangent vectors of the osculating circles define a vector field X on R2 0 – but this vec- tor field has more integral curves, i.e.\ {solution} curves of the ODE c0(t) = X(c(t)), than just the osculating circles, namely also the logarithmic spiral. How is this compatible with the uniqueness results of ODE solutions? Read words backwards for explanation: eht dleifrotcev si ton ztihcspiL gnola eht evruc.
    [Show full text]
  • Generating Negative Pedal Curve Through Inverse Function – an Overview *Ramesha
    © 2017 JETIR March 2017, Volume 4, Issue 3 www.jetir.org (ISSN-2349-5162) Generating Negative pedal curve through Inverse function – An Overview *Ramesha. H.G. Asst Professor of Mathematics. Govt First Grade College, Tiptur. Abstract This paper attempts to study the negative pedal of a curve with fixed point O is therefore the envelope of the lines perpendicular at the point M to the lines. In inversive geometry, an inverse curve of a given curve C is the result of applying an inverse operation to C. Specifically, with respect to a fixed circle with center O and radius k the inverse of a point Q is the point P for which P lies on the ray OQ and OP·OQ = k2. The inverse of the curve C is then the locus of P as Q runs over C. The point O in this construction is called the center of inversion, the circle the circle of inversion, and k the radius of inversion. An inversion applied twice is the identity transformation, so the inverse of an inverse curve with respect to the same circle is the original curve. Points on the circle of inversion are fixed by the inversion, so its inverse is itself. is a function that "reverses" another function: if the function f applied to an input x gives a result of y, then applying its inverse function g to y gives the result x, and vice versa, i.e., f(x) = y if and only if g(y) = x. The inverse function of f is also denoted.
    [Show full text]