Inde Nite Integration As Term Rewriting: Integrals Containing Tangent

Total Page:16

File Type:pdf, Size:1020Kb

Inde Nite Integration As Term Rewriting: Integrals Containing Tangent Computer Algebra ÓÄÊ 519.61 Indenite integration as term rewriting: integrals containing tangent ⃝c 2012 ã. J. Hu, Y. Hou, A.D. Rich and D.J. Jerey, Department of Applied Mathematics, The University of Western Ontario 1151 Richmond St. London, Ontario, Canada N6A 5B7 E-mail: [email protected], [email protected], [email protected], [email protected] Ïîñòóïèëà â ðåäàêöèþ We describe the development of a term-rewriting system for indenite integration; it is also called a rule-based evaluation system. The development is separated into modules, and we describe the module for a wide class of integrands containing the tangent function. 1. Introduction correctness is not the only aim of the development. The quality of integral expressions is judged by a number of Programming styles in computer-algebra systems are criteria, which are used to decide whether an integration frequently described as either term-rewriting based, or rule should be accepted. Assume that an integrand f(x) computationally based. For example, Mathematica is has a proposed primitive F (x). Selection is based on widely recognized as a rewrite language [1], whereas the following criteria, which are discussed further in the Maple is rarely described this way. The distinction next section. is mostly one of emphasis, since all available systems include elements of both styles of programming. The • Correctness: we require F 0(x) = f(x). dichotomy can be seen more specically in programming • Simplicity: we seek the simplest form for an to evaluate indenite integrals, also called primitives integral. We adopt a pragmatic approach and aim or anti-derivatives. For symbolic integration, some of for the shortest expression length. the best-known approaches are computationally based. • Continuity: we aim to ensure that all of the Thus the Risch algorithm [8] and the Rothstein- expressions for integrals are continuous on domains Trager-Lazard-Rioboo algorithm [9, 10, 5] are both of maximum extent [4]. computational algorithms. These algorithms and others • Æsthetics: we employ a number of principles to like them are not universally applicable, however, and select for mathematical beauty where possible. for many integrals rule-based rewriting is needed and • Utility: the rules should facilitate the afore- has advantages, some of which we discuss below. mentioned `show-step' application. See Sec. 2.5. Doubts have been expressed about the viability of • Eciency: the path to a result should be as direct large-scale term rewriting [2]; the present scheme is as possible, and the set of rules should be compact. more algorithmic and deterministic than earlier term rewriting schemes, and we prefer the description rule- A more detailed description of the repository is given based scheme for the integration scheme presented below. here. A particular success of rule-based schemes is the popularity of software that can display the steps of a 2. Discussion of selection criteria calculation. This is variously called `display step' or `single step'. Examples of software oering this include The following example allows us to discuss several WolframAlpha and Derive, and many calculus aspects of our overall aim. We compare 5 possible tutorial programs. expressions for an integral. The rule-based integration scheme that is considered Z p ( p ) here [7, 6] consists of a public-domain repository of − − 1 − − − 2 tan x dx = 2 ln 2 2 tan x 2 2 tan x transformation rules for indenite integration, together (p ) with utility les that allow it to be utilized by various − arctan −2 tan x − 1 computer-algebra systems. The repository is not a table ( p ) + 1 ln 2 − 2 tan x + 2 −2 tan x of integrals; it is a compact set of rules, much smaller 2 (p ) than a table covering the same domain. Also simple − arctan −2 tan x + 1 ; (1) 1 Z p therefore algebraic manipulation alone cannot succeed −2 tan x dx = (2) in nding it. Secondly, branch cuts could make the given p ( h i −Tan[x] p p expression dier algebraically from the shortest form; p −2ArcTan 1 − 2 Tan[x] another way to say this is that the two expressions dier 2 Tan[x] h p p i by a piecewise constant. Therefore an integration system +2ArcTan 1 + 2 Tan[x] should aim to obtain the simplest form directly, since h p p i algebraic simplication is not likely to be successful. + Log 1 − 2 Tan[x] + Tan[x] This can be seen particularly in the results of Risch h p p ]) integration, which are obtained without regard for −Log 1 + 2 Tan[x] + Tan[x] ; (3) branch cuts. p = ln cos x + ln(1 + −2 tan x − tan x) 2.3. Continuity 1 + tan x + arctan p ; (4) p − The integrand − is singular at , p 2 tan x p 2 tan x x = nπ + π=2 −2 tan x −2 tan x and is otherwise continuous. At x = nπ the function = − arctan + arctanh ; (5) 1 + tan x 1 − tan x changes from real to imaginary, but is continuous 1 + tan x 1 − tan x at those points. Therefore expressions for its integral = arctan p + arctanh p : (6) should also be continuous except possibly at −2 tan x −2 tan x x = (n + 1=2)π. We see that expression (5) has discontinuities In the above equations, expression (1) comes from at tan x = ±1. Therefore the other expressions are Maple 16; (3) comes from Mathematica 8; (4) to (6) preferred. Combining continuity with simplicity, we can come from the present project. We now consider these therefore reduce our choice of preferred expressions to expressions under the headings listed above. (6) and (4). An additional point to note is that the integrand is integrable at its singular points, and one 2.1. Correctness could ask for the integral expression to be continuous there. None of the expressions has a dened value at With and denoting an integrand and primitive f F and therefore the evaluation of denite as above, we note that the test 0 requires x = nπ + π=2 F = f integrals with these endpoints must be evaluated as a a denition of dierentiation. Here, we choose it to one-sided limit. be complex dierentiation. This is reected in the It should be further noted that requirements for absence of absolute values around the arguments of the continuity and simplicity might conict. Consider a logarithm functions in the example. The debate between dierent example: the integral computer-algebra users over Z Z ( x2 + 2 x dx ln x ; Complex dx = arctan ; (8) = (7) x4 − 3x2 + 4 2 − x2 x ln jxj ; Real ( p ) ( p ) = arctan 2x + 7 + arctan 2x − 7 : (9) is of long standing. In the current repository, all transformation rules are valid for complex quantities. The discontinuous expression is shorter, and would be In the example the integrand itself becomes imaginary judged simpler by most users. This is a simple example for intervals (nπ; nπ + π=2) with n 2 Z. using the Lazard-Rioboo algorithm [5]; as the degrees of Note that the verication of the test F 0 = f by the polynomials grow, the dierence in length between a computer-algebra system is not itself a trivial step. the two expressions increases. Maple cannot complete a verication of (4) in any straightforward way, for example. 2.4. Æsthetics 2.2. Simplicity Beauty is the rst test. There is no permanent place in the world for ugly mathematics. The last 3 expressions are clearly shorter and simpler G. H. Hardy [3] than the rst two. A constant problem in computer- algebra systems is expression swell, and every part of If we compare (4) and (6), we see that (6) uses two such systems should be striving to keep results succinct. related functions, namely arctan and arctanh. Although This increases the utility of a system. we know that arctanh can be expressed in logarithms, Integral expressions cannot necessarily be simplied the look of (6) with its many symmetries has greater automatically into their shortest forms. There are mathematical beauty than the other expressions. two reasons for this. First, the shortest form may A similar principle concerns the relation between the dier by a constant from the given expression, and form of the integrand and the form of its integral. 2 Consider the following example, which comes from a transformation from left to right. Therefore the Maple 16. condition m + n + 1 =6 0 must be listed in the validity Z p eld of the rule. In addition, the transformation reduces p tan x cos x arccos (cos x − sin x) 2 tan x dx = p the exponent of T1 = tan(c + dx) from m to m − 1, cos x sin x and clearly this requires ≥ in order to qualify ( p p ) m 1 − ln cos x + 2 tan x cos x + sin x : (10) for a simplication. Thus this becomes a condition in the simplication eld. We can note in passing that the In contrast to (1), also from Maple, this form introduces case m + n + 1 = 0 does not invalidate the equation, a jumble of functions not seen in the integrand. Also the which now reduces to a simple exact integral, but simply prevents the equation being used as a transformation. obvious symmetry of x ! −x which relates problems (1) and (10) is not preserved in the answers. We prefer, then, A similar eect can be seen in transformation (18). to echo as much as possible the functional forms seen in Here, the case C = 0 reduces the transformation to a the integrand. trivial identity. 2.5. Utility 4. Functions containing tangent The way in which rules are encoded will be reected The new module for integration addresses functions of when a user single-steps through a derivation.
Recommended publications
  • Integration Benchmarks for Computer Algebra Systems
    The Electronic Journal of Mathematics and Technology, Volume 2, Number 3, ISSN 1933-2823 Integration on Computer Algebra Systems Kevin Charlwood e-mail: [email protected] Washburn University Topeka, KS 66621 Abstract In this article, we consider ten indefinite integrals and the ability of three computer algebra systems (CAS) to evaluate them in closed-form, appealing only to the class of real, elementary functions. Although these systems have been widely available for many years and have undergone major enhancements in new versions, it is interesting to note that there are still indefinite integrals that escape the capacity of these systems to provide antiderivatives. When this occurs, we consider what a user may do to find a solution with the aid of a CAS. 1. Introduction We will explore the use of three CAS’s in the evaluation of indefinite integrals: Maple 11, Mathematica 6.0.2 and the Texas Instruments (TI) 89 Titanium graphics calculator. We consider integrals of real elementary functions of a single real variable in the examples that follow. Students often believe that a good CAS will enable them to solve any problem when there is a known solution; these examples are useful in helping instructors show their students that this is not always the case, even in a calculus course. A CAS may provide a solution, but in a form containing special functions unfamiliar to calculus students, or too cumbersome for students to use directly, [1]. Students may ask, “Why do we need to learn integration methods when our CAS will do all the exercises in the homework?” As instructors, we want our students to come away from their mathematics experience with some capacity to make intelligent use of a CAS when needed.
    [Show full text]
  • VSDITLU: a Verifiable Symbolic Definite Integral Table Look-Up
    VSDITLU: a verifiable symbolic definite integral table look-up A. A. Adams, H. Gottliebsen, S. A. Linton, and U. Martin Department of Computer Science, University of St Andrews, St Andrews KY16 9ES, Scotland {aaa,hago,sal,um}@cs.st-and.ac.uk Abstract. We present a verifiable symbolic definite integral table look-up: a sys- tem which matches a query, comprising a definite integral with parameters and side conditions, against an entry in a verifiable table and uses a call to a library of facts about the reals in the theorem prover PVS to aid in the transformation of the table entry into an answer. Our system is able to obtain correct answers in cases where standard techniques implemented in computer algebra systems fail. We present the full model of such a system as well as a description of our prototype implementation showing the efficacy of such a system: for example, the prototype is able to obtain correct answers in cases where computer algebra systems [CAS] do not. We extend upon Fateman’s web-based table by including parametric limits of integration and queries with side conditions. 1 Introduction In this paper we present a verifiable symbolic definite integral table look-up: a system which matches a query, comprising a definite integral with parameters and side condi- tions, against an entry in a verifiable table, and uses a call to a library of facts about the reals in the theorem prover PVS to aid in the transformation of the table entry into an answer. Our system is able to obtain correct answers in cases where standard tech- niques, such as those implemented in the computer algebra systems [CAS] Maple and Mathematica, do not.
    [Show full text]
  • The 30 Year Horizon
    The 30 Year Horizon Manuel Bronstein W illiam Burge T imothy Daly James Davenport Michael Dewar Martin Dunstan Albrecht F ortenbacher P atrizia Gianni Johannes Grabmeier Jocelyn Guidry Richard Jenks Larry Lambe Michael Monagan Scott Morrison W illiam Sit Jonathan Steinbach Robert Sutor Barry T rager Stephen W att Jim W en Clifton W illiamson Volume 10: Axiom Algebra: Theory i Portions Copyright (c) 2005 Timothy Daly The Blue Bayou image Copyright (c) 2004 Jocelyn Guidry Portions Copyright (c) 2004 Martin Dunstan Portions Copyright (c) 2007 Alfredo Portes Portions Copyright (c) 2007 Arthur Ralfs Portions Copyright (c) 2005 Timothy Daly Portions Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd. All rights reserved. This book and the Axiom software is licensed as follows: Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name of The Numerical ALgorithms Group Ltd. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS
    [Show full text]
  • Generalization of Risch's Algorithm to Special Functions
    Generalization of Risch's Algorithm to Special Functions Clemens G. Raab (RISC) LHCPhenonet School Hagenberg, July 9, 2012 Clemens G. Raab (RISC) Generalization of Risch's Algorithm to Special Functions Overview 1 Introduction to symbolic integration 2 Relevant classes of functions and Risch's algorithm 3 Basics of differential fields 4 A generalization of Risch's algorithm 1 Introduction 2 Inside the algorithm 5 Application to definite integrals depending on parameters Clemens G. Raab (RISC) Generalization of Risch's Algorithm to Special Functions Introduction to symbolic integration Clemens G. Raab (RISC) Generalization of Risch's Algorithm to Special Functions Different approaches and structures Differential algebra: differential fields Holonomic systems: Ore algebras Rule-based: expressions, tables of transformation rules ... Symbolic integration Computer algebra 1 Model the functions by algebraic structures 2 Computations in the algebraic framework 3 Interpret result in terms of functions Clemens G. Raab (RISC) Generalization of Risch's Algorithm to Special Functions Holonomic systems: Ore algebras Rule-based: expressions, tables of transformation rules ... Symbolic integration Computer algebra 1 Model the functions by algebraic structures 2 Computations in the algebraic framework 3 Interpret result in terms of functions Different approaches and structures Differential algebra: differential fields Clemens G. Raab (RISC) Generalization of Risch's Algorithm to Special Functions Rule-based: expressions, tables of transformation rules ... Symbolic
    [Show full text]
  • Generalization of Risch's Algorithm to Special Functions
    Generalization of Risch’s Algorithm to Special Functions Clemens G. Raab Abstract Symbolic integration deals with the evaluation of integrals in closed form. We present an overview of Risch’s algorithm including recent developments. The algorithms discussed are suited for both indefinite and definite integration. They can also be used to compute linear relations among integrals and to find identities for special functions given by parameter integrals. The aim of this presentation1 is twofold: to introduce the reader to some basic ideas of differential algebra in the context of integration and to raise awareness in the physics community of computer algebra algorithms for indefinite and definite integration. 1 Introduction In earlier times large tables of integrals were compiled by hand [20, 19, 30, 36]. Nowadays, computer algebra tools play an important role in the evaluation of def- inite integrals and we will mention some approaches below. Tables of integrals are even used in modern software as well. Algorithms for symbolic integration in gen- eral proceed in three steps. First, in computer algebra the functions typically are modeled by algebraic structures. Then, the computations are done in the algebraic framework and, finally, the result needs to be interpreted in terms of functions again. Some considerations concerning the first step, i.e., algebraic representation of func- arXiv:1305.1481v1 [cs.SC] 7 May 2013 tions, will be part of Section 2. A brief overview of some approaches and corre- sponding algorithms will be given below. We will focus entirely on the approach using differential fields. Other introductory texts on this subject include [32, 12].
    [Show full text]
  • Symbolic Integration: the Stormy Decade Joel Moses* Project MAC, MIT, Cambridge, Massachusetts
    Symbolic Integration: The Stormy Decade Joel Moses* Project MAC, MIT, Cambridge, Massachusetts Three approaches to symbolic integration in the Introduction 1960's are described. The first, from artificial intelligence, led to Slagle's SAINT and to a large degree Symbolic integration led a stormy life in the 1960's. to Moses' SIN. The second, from algebraic manipulation, In the beginning of the decade only humans could led to Manove's implementation and to Horowitz' and determine the indefinite integral to all but the most Tobey's reexamination of the Hermite algorithm for trivial problems. The techniques used had not changed integrating rational functions. The third, from materially in 200 years. People were satisfied in con- mathematics, led to Richardson's proof of the sidering the problem as requiring heuristic solutions unsolvability of the problem for a class of functions and and a good deal of resourcefulness and intelligence. for Risch's decision procedure for the elementary There was no hint of the tremendous changes that were functions. Generalizations of Risch's algorithm to a to take place in the decade to come. By the end of the class of special functions and programs for solving decade computer programs were faster and sometimes differential equations and for finding the definite integral more powerful than humans, while using techniques are also described. similar to theirs. Advances in the theory of integration Key Words and Phrases: integration, symbolic yielded procedures which in a strong sense completely integration, definite integrals, rational functions solved the integration problem for the usual elementary CR Categories: 3.1, 3.2, 3.6, 4.9, 5.2, 5.9 functions.
    [Show full text]
  • Definite Integration in Differential Fields
    JOHANNES KEPLER UNIVERSITAT¨ LINZ JKU Technisch-Naturwissenschaftliche Fakult¨at Definite Integration in Differential Fields DISSERTATION zur Erlangung des akademischen Grades Doktor im Doktoratsstudium der Technischen Wissenschaften Eingereicht von: Dipl.-Ing. Clemens G. Raab Angefertigt am: Institut f¨urSymbolisches Rechnen (RISC) Beurteilung: Univ.-Prof. Dr. Peter Paule (Betreuung) Prof. Dr. Michael F. Singer Linz, August 2012 Eidesstattliche Erkl¨arung Ich erkl¨arean Eides statt, dass ich die vorliegende Dissertation selbstst¨andigund ohne fremde Hilfe verfasst, andere als die angegebenen Quellen und Hilfsmittel nicht benutzt bzw. die w¨ortlich oder sinngem¨aßentnommenen Stellen als solche kenntlich gemacht habe. Die vorliegende Dissertation ist mit dem elektronisch ¨ubermittelten Textdokument iden- tisch. Linz, August 2012 Clemens G. Raab Kurzzusammenfassung Das Ziel dieser Doktorarbeit ist die Weiterentwicklung von Computeralgebramethoden zur Berechnung von definiten Integralen. Eine Art den Wert eines definiten Integrals zu berechnen f¨uhrt ¨uber das Auswerten einer Stammfunktion des Integranden. Im neun- zehnten Jahrhundert war Joseph Liouville einer der ersten die die Struktur elementarer Stammfunktionen von elementaren Funktionen untersuchten. Im fr¨uhenzwanzigsten Jahr- hundert wurden Differentialk¨orper als algebraische Strukturen zur Modellierung der dif- ferentiellen Eigenschaften von Funktionen eingef¨uhrt.Mit deren Hilfe hat Robert H. Risch im Jahr 1969 einen vollst¨andigenAlgorithmus f¨urtranszendente elementare Integranden
    [Show full text]
  • Calcconf2019 Papers 190910.Pdf
    Calculus in upper secondary and beginning university mathematics Conference held at the University of Agder, Kristiansand, Norway August 6-9, 2019 This conference was supported by the Centre for Research, Innovation and Coordination of Mathematics Teaching (MatRIC) Edited by John Monaghan, Elena Nardi and Tommy Dreyfus Suggested reference: J. Monaghan, E. Nardi and T. Dreyfus (Eds.) (2019), Calculus in upper secondary and beginning university mathematics – Conference proceedings. Kristiansand, Norway: MatRIC. Retrieved on [date] from https://matric-calculus.sciencesconf.org/ Table of contents Introduction Calculus in upper secondary and beginning university mathematics 1 Plenary lectures Biehler, Rolf The transition from Calculus and to Analysis – Conceptual analyses and supporting steps for students 4 Tall, David The Evolution of Calculus: A Personal Experience 1956–2019 18 Thompson, Patrick W. Making the Fundamental Theorem of Calculus fundamental to students’ calculus 38 Plenary panel González-Martín, Alejandro S.; Mesa, Vilma; Monaghan, John; Nardi, Elena (Moderator) From Newton’s first to second law: How can curriculum, pedagogy and assessment celebrate a more dynamic experience of calculus? 66 Contributed papers Bang, Henrik; Grønbæk, Niels; Larsen Claus Teachers’ choices of digital approaches to upper secondary calculus 67 Biza, Irene Calculus as a discursive bridge for Algebra, Geometry and Analysis: The case of tangent line 71 Bos, Rogier; Doorman, Michiel; Drijvers, Paul Supporting the reinvention of slope 75 Clark, Kathleen
    [Show full text]
  • Arxiv:2009.08431V1 [Math.HO] 17 Sep 2020 Integral Tables, There Can Be Difficulties and Drawbacks Occasioned by Their Use
    INTEGRALS OF FUNCTIONS CONTAINING PARAMETERS 1 Integrals of functions containing parameters Robert M. Corless, David J. Jeffrey and David R. Stoutemyer 1 Introduction \There is always a well{known solution to every human problem { neat, plausible, and wrong." H. L. Mencken [15]1 The Non Sequitur cartoon for 20 January 2016 Calculus students are taught that an indefinite integral is defined only up to an additive constant, and as a consequence generations of students have assiduously added \ +C " to their calculus homework. Although ubiquitous, these constants rarely garner much attention, and typically loiter without intent around the ends of equations, feeling neglected. There is, however, useful work they can do; work which is particularly relevant in the contexts of integral tables and computer algebra systems. We begin, therefore, with a discussion of the context, before returning to coax the constants out of the shadows and assign them their tasks. Tables of integrals are inescapable components of calculus text- books [2, 18], and there are well known reference books that publish voluminous collections [1, 9, 16, 20]. A modern alternative to inte- gral tables is provided by computer algebra systems (CAS), which are readily available on computing platforms ranging from phones to super- computers. These systems evaluate integrals using a mixture of integral tables and algebraic algorithms. A feature shared by tables and com- puter systems is the fact that the formulae usually contain parameters. No one would want a table of integrals that contained separate entries for x, x2 and x42, rather than one entry for xn, and many tables include additional parameters for user convenience; for example, there will be entries for integrals containing sin ax, rather than the sufficient, but less convenient, sin x.
    [Show full text]
  • Useful Review on the Exponential-Integral Special Function
    A review on the Exponential-Integral special function and other strictly related special functions. Lectures from a seminar of Mathematical Physics by Enrico Masina† † Dipartimento di Fisica ed Astronomia (DIFA), University of Bologna Alma Mater Studiorum, and INFN, Italy [email protected] arXiv:1907.12373v1 [math.GM] 24 Jul 2019 Introduction The aim of this short series of lectures is to provide a good treatise about the Exponential Integral special function, covering also a few selected topics like its generalisation, other related special functions (Sine Integral, Cosine Integral and the Logarithmic Integral) and the theory of Asymptotic Series. Special functions have always played a central role in physics and in mathematics, arising as solutions of particular differential equations, or integrals, during the study of particular important physical models and theories in Quantum Mechanics, Thermodynamics, Fluid Dynamics, Viscoelasticity, et cetera. The theory of Special Functions is closely related to the theory of Lie groups and Lie alge- bras, as well as certain topics in Mathematical Physics, hence their use and a deep knowl- edge about them is as necessary as mandatory. In its first part, the present paper aims to give a particular detailed treatise over the Ex- ponential Integral function and strictly related functions: its generalisation (the so called generalised-Ei), and the Modified Exponential Integral (often named Ein), giving their Se- ries expansion and showing their plots over the real plane. The second part is entirely dedicated to a review of Asymptotic Series, starting with the Big-O and Little-o symbols (the Landau symbols), in order to reconnect to the Exponential Integral (and related functions) to study their asymptotic behaviour.
    [Show full text]
  • Calculus: an Intuitive Approach
    Calculus: An intuitive approach Wai Yai Pong Contents I Single Variable4 1 Differentiation6 1.1 Motivation...............................6 1.2 Derivative...............................9 1.3 Rules of Differentiation........................ 13 1.4 Derivatives of Elementary Functions................ 22 1.5 Implicit Differentiation........................ 28 1.6 Continuity and Limits........................ 31 2 The Mean Value Theorem and its Applications 35 2.1 The Mean Value Theorem...................... 35 2.2 Minima and Maxima of Functions................. 38 2.3 Concavity............................... 45 3 Integration 48 3.1 Anti-derivatives............................ 48 3.2 Definite Integrals........................... 54 4 The Fundamental Theorem of Calculus 58 4.1 Fundamental Theorems of Calculus................ 58 5 Further Results 62 5.1 Further Results............................ 63 6 Techniques of Integration 70 6.1 Integration by Parts.......................... 70 6.2 Trigonometric Integrals........................ 73 6.3 Trigonometric Substitutions..................... 80 6.4 Rational Functions.......................... 83 2 CONTENTS 3 7 Improper Integrals 91 7.1 Definitions............................... 91 7.2 Comparison Test........................... 93 8 Sequences 94 8.1 The Basics............................... 94 8.2 Convergence.............................. 95 8.3 Tests of Convergence......................... 97 9 Series 100 9.1 Convergence.............................. 100 9.2 Convergence Tests.......................... 103 9.3 Power Series.............................. 107 9.4 Taylor Expansions........................... 110 Part I Single Variable 4 Chapter 1 Differentiation Calculus is, in a very board sense, a mathematical study of changes. In mathe- matics, if the change of a quantity y depends in a unique fashion of a quantity x, then we say that y is a function of x and we write y = f (x) if we refer to that function of f . The functions appear in this Calculus book are functions relating tuples of real quantities.
    [Show full text]
  • A Simple Method for Computing Some Pseudo-Elliptic Integrals In
    A Simple Method for Computing Some Pseudo-Elliptic Integrals in Terms of Elementary Functions Sam Blake The University of Melbourne DRAFT version: 25/09/2020:00:45:25 Abstract We introduce a method for computing some pseudo-elliptic integrals in terms of elementary functions. The method is simple and fast in comparison to the algebraic case of the Risch-Trager-Bronstein algorithm [16][17][21][1]. This method can quickly solve many pseudo-elliptic integrals, which other well-known computer algebra systems either fail, return an answer in terms of special functions, or require more than 20 seconds of computing time. Randomised tests showed our method solved 73.4% of the integrals that could be solved with the best implementation of the Risch-Trager- Bronstein algorithm. Unlike the symbolic integration algorithms of Risch [16][17], Davenport [5], Trager [21], Bronstein [1] and Miller [12]; our method is not a decision process. The implementation of this method is less than 200 lines of Mathematica code and can be easily ported to other CAS that can solve systems of polynomial equations. Keywords: symbolic integration, Risch algorithm, algebraic functions, pseudo-elliptic inte- grals 1 Introduction The problem of finding elementary solutions to integrals of algebraic functions has challenged arXiv:2004.04910v3 [cs.SC] 24 Sep 2020 mathematicians for centuries. In 1905, Hardy conjectured that the problem may be unsolv- able [9]. Sophisticated algorithms have been developed, including the famed Risch algorithm [16][17] and its modern variants by Davenport [5], Trager [21], Bronstein [1] and Miller [12]. However, it is known that the implementation of these algorithms are highly complex and sometimes fail, are incomplete or hang [7].
    [Show full text]