The Factorial Function

Total Page:16

File Type:pdf, Size:1020Kb

The Factorial Function The factorial function 1 Geometric series and some calculus In this lecture we’re going to use induction in other ways to establish some facts from calculus. 1.1 Induction and geometric series Proposition 1.1. For every integer n ≥ 0, and for any real number x, the following identity holds: n X 1 − xn+1 xi = 1 + x + ::: + xn = 1 − x i=0 holds. Proof. We establish this by induction. For n = 0, the left hand side is simply the number 1. The (1−x) right hand side is (1−x) = 1 as well. Assume that statement holds for a given value k. In that case, k+1 k X X xi = ( xi) + xk+1: i=0 i=0 1−xk+1 By the induction hypothesis, the first sum is 1−x . Thus, using the induction hypothesis we get: k X 1 − xk+1 ( xi) + xk+1 = + xk+1: 1 − x i=0 Taking a common denominator on the right hand side and doing some algebra yields: 1 − xk+1 1 − xk+1 (1 − x)xk+1 + xk+1 = + 1 − x 1 − x 1 − x 1 − xk+1 + xk+1 − xk+2 = 1 − x 1 − xk+2 = ; 1 − x but this is precisely what we wanted to show. 1 2 1.1 Induction and geometric series Remark 1.2. The statement we made above is a priori a statement about equalities of real numbers. However, x was arbitrary in the statement, so in fact we know more. The left hand side is a poly- nomial function in x, in particular a continuous function of x. The right hand side is a continuous function of x except when x = 1 since the expression on the right hand side is ill-defined there. Nevertheless, if we simply define a new function piecewise by taking the value of the sum on the left for x = 1 (i.e., n + 1) when x = 1, then the equality above is an equality of continuous func- tions. This kind of observation about limits allows us to extend the validity of the above statement yet further. Proposition 1.3. If jxj < 1, then 1 X 1 xi = : 1 − x i=0 Proof. The sum on the left is defined as a limit: n X lim xi: n!1 i=0 Now, the preceding proposition allows us to write this as: 1 − xn+1 1 xn+1 lim = − lim : n!1 1 − x 1 − x n!1 1 − x xn+1 xn+1 Now, we claim that limn!1 1−x = 0 if jxj < 1. To this end, it suffices to show that limn!1 j 1−x j = 0. We will show that jxn+1j is a decreasing sequence that tends to 0. Indeed, jxj ≥ 0 by definition. If x = 0, there is nothing to show, so suppose x 6= 0. In that case, 0 < jxj < 1 by assumption. We claim that jxn+2j < jxn+1j. We can establish this fact using the first principle of mathematical induction. For n = −1, this is the statement that jx1j < jx0j = j1j and is therefore true by assumption on x, i.e., jxj < 1. Now assume that jxk+1j < jxkj for a fixed k. In that case, jxk+2j = jxjjxk+1j. The equality jxj < 1 is preserved by multiplication by a real number (this follows from the fact that the real numbers are ordered). Therefore, jxjjxk+1j < j1jjxk+1j. In other words, jxk+2j < jxk+1j, which is what we wanted to show. By induction, we conclude that jxn+2j < jxn+1j. By transitivity of inequality, we conclude that the sequence is a decreasing sequence of real numbers that is bounded below by 0, and such a sequence automatically converges by the “least 1 upper bound” property of real numbers. Since 1−x does not depend on n, the limit of the right hand side is 0 and we’re done. Remark 1.4. Now that we have functions, we can use various properties of continuity and differ- d 1 −1 entiability to analyze these expressions. For example, dx ( 1−x ) = (1−x)2 . Differentiating the left hand side of the expression above gives n 1 1 d X X X lim ( xi) = ixi−1 = ixi−1: n!1 dx i=0 i=0 i=1 3 1.2 Induction and limits 1.2 Induction and limits Proposition 1.5. The following formula holds: lim xne−x = 0 x!1 Proof. We use induction and L’Hopital’s rule. The statement for n = 0 is the assertion that −x limx!1 e = 0, which is known from calculus. The form of L’Hopital’s rule we will need states f that if we are given a limit of a fraction g , that is an “indeterminate form” (here 1=1), then: f f 0 lim = lim : x!1 g x!1 g0 Now, assume the statement for a given value of k, i.e., xk lim = 0: x!1 ex In that case, xk+1 (k + 1)xk xk lim = lim = (k + 1) lim = 0 x!1 ex x!1 ex x!1 ex where the first equality follows from L’Hopital’s rule, and the second by the induction hypothesis. The assertion then follows from the first principle of mathematical induction. 1.3 The gamma function Definition 1.6. Assume x is a real number. We define Z 1 Γ(x) := e−ttx−1dt: 0 We can compute this for various values of x, e.g., x = 1. In that case, we are computing Z 1 Z a Γ(1) = e−tdt = lim a ! 1 e−tdt: 0 0 We evaluate the RHS by the fundamental theorem of calculus as e−t has anti-derivative −e−t. Thus, we see: Z a lim a ! 1 e−tdt = lim (−e−a) − (−e−0) = lim a ! 11 − e−a: 0 a!1 −a Since lima!1 e = 0, we conclude that Γ(1) = 1. You can compute Γ(2) by integration by parts. Z 1 Γ(2) = te−tdt: 0 Take u = t and dv = e−tdt. Then du = dt and v = −e−t, so Z 1 Z a −t −t a −t te dt = lim −te j0 + e dt: 0 a!1 0 The limit we computed above shows that the first term is 0, while the previous computation shows that the other term is 1. In other words, Γ(2) = 1. The integration by parts trick can be turned into an induction arugment. 4 1.3 The gamma function Proposition 1.7. For every integer n ≥ 0, the formula Γ(n + 1) = n! holds. Proof. For n = 0, this is simply the computation we made above that Γ(1) = 1 = 0!. Therefore assume the statement holds for a fixed k. Let us analyze Γ(k + 1). In that case, by definition: Z 1 Γ(k + 1) = tk+1−1e−tdt: 0 Integration by parts with u = tk and dv = e−tdt gives du = (k)tk−1dt, v = −e−t. Then Z 1 Z 1 k −t k −t a k −t t e dt = lim −t e j0 + (k)t e dt: 0 a!1 0 The first limit is 0 by the proposition we proved above, and the second is kΓ(k) by definition. Now, assume inductively that Γ(k) = (k − 1)!. In that case, Γ(k + 1) = kΓ(k). By the induction hypothesis, this is k(k − 1)! = k! by definition, which is precisely what we wanted to show. Remark 1.8. We will define x! = Γ(x − 1) for any real number x, and the above function can be x viewed as givingp meaing to factorials for values of that are not integers. E.g., one may show that Γ(1=2) = π..
Recommended publications
  • Formal Power Series - Wikipedia, the Free Encyclopedia
    Formal power series - Wikipedia, the free encyclopedia http://en.wikipedia.org/wiki/Formal_power_series Formal power series From Wikipedia, the free encyclopedia In mathematics, formal power series are a generalization of polynomials as formal objects, where the number of terms is allowed to be infinite; this implies giving up the possibility to substitute arbitrary values for indeterminates. This perspective contrasts with that of power series, whose variables designate numerical values, and which series therefore only have a definite value if convergence can be established. Formal power series are often used merely to represent the whole collection of their coefficients. In combinatorics, they provide representations of numerical sequences and of multisets, and for instance allow giving concise expressions for recursively defined sequences regardless of whether the recursion can be explicitly solved; this is known as the method of generating functions. Contents 1 Introduction 2 The ring of formal power series 2.1 Definition of the formal power series ring 2.1.1 Ring structure 2.1.2 Topological structure 2.1.3 Alternative topologies 2.2 Universal property 3 Operations on formal power series 3.1 Multiplying series 3.2 Power series raised to powers 3.3 Inverting series 3.4 Dividing series 3.5 Extracting coefficients 3.6 Composition of series 3.6.1 Example 3.7 Composition inverse 3.8 Formal differentiation of series 4 Properties 4.1 Algebraic properties of the formal power series ring 4.2 Topological properties of the formal power series
    [Show full text]
  • Year 6 Local Linearity and L'hopitals.Notebook December 04, 2018
    Year 6 Local Linearity and L'Hopitals.notebook December 04, 2018 New Divider! ­ Application of Derivatives: Local Linearity and L'Hopitals Local Linear Approximation Do Now: For each sketch the function, write the equation of the tangent line at x = 0 and include the tangent line in your sketch. 1) 2) In general, if a function f is differentiable at an x, then a sufficiently magnified portion of the graph of f centered at the point P(x, f(x)) takes on the appearance of a ______________ line segment. For this reason, a function that is differentiable at x is sometimes said to be locally linear at x. 1 Year 6 Local Linearity and L'Hopitals.notebook December 04, 2018 How is this useful? We are pretty good at finding the equations of tangent lines for various functions. Question: Would you rather evaluate linear functions or crazy ridiculous functions such as higher order polynomials, trigonometric, logarithmic, etc functions? Evaluate sec(0.3) The idea is to use the equation of the tangent line to a point on the curve to help us approximate the function values at a specific x. Get it??? Probably not....here is an example of a problem I would like us to be able to approximate by the end of the class. Without the use of a calculator approximate . 2 Year 6 Local Linearity and L'Hopitals.notebook December 04, 2018 Local Linear Approximation General Proof Directions would say, evaluate f(a). If f(x) you find this impossible for some y reason, then that's how you would recognize we need to use local linear approximation! You would: 1) Draw in a tangent line at x = a.
    [Show full text]
  • Sequence Rules
    SEQUENCE RULES A connected series of five of the same colored chip either up or THE JACKS down, across or diagonally on the playing surface. There are 8 Jacks in the card deck. The 4 Jacks with TWO EYES are wild. To play a two-eyed Jack, place it on your discard pile and place NOTE: There are printed chips in the four corners of the game board. one of your marker chips on any open space on the game board. The All players must use them as though their color marker chip is in 4 jacks with ONE EYE are anti-wild. To play a one-eyed Jack, place the corner. When using a corner, only four of your marker chips are it on your discard pile and remove one marker chip from the game needed to complete a Sequence. More than one player may use the board belonging to your opponent. That completes your turn. You same corner as part of a Sequence. cannot place one of your marker chips on that same space during this turn. You cannot remove a marker chip that is already part of a OBJECT OF THE GAME: completed SEQUENCE. Once a SEQUENCE is achieved by a player For 2 players or 2 teams: One player or team must score TWO SE- or a team, it cannot be broken. You may play either one of the Jacks QUENCES before their opponents. whenever they work best for your strategy, during your turn. For 3 players or 3 teams: One player or team must score ONE SE- DEAD CARD QUENCE before their opponents.
    [Show full text]
  • 0.999… = 1 an Infinitesimal Explanation Bryan Dawson
    0 1 2 0.9999999999999999 0.999… = 1 An Infinitesimal Explanation Bryan Dawson know the proofs, but I still don’t What exactly does that mean? Just as real num- believe it.” Those words were uttered bers have decimal expansions, with one digit for each to me by a very good undergraduate integer power of 10, so do hyperreal numbers. But the mathematics major regarding hyperreals contain “infinite integers,” so there are digits This fact is possibly the most-argued- representing not just (the 237th digit past “Iabout result of arithmetic, one that can evoke great the decimal point) and (the 12,598th digit), passion. But why? but also (the Yth digit past the decimal point), According to Robert Ely [2] (see also Tall and where is a negative infinite hyperreal integer. Vinner [4]), the answer for some students lies in their We have four 0s followed by a 1 in intuition about the infinitely small: While they may the fifth decimal place, and also where understand that the difference between and 1 is represents zeros, followed by a 1 in the Yth less than any positive real number, they still perceive a decimal place. (Since we’ll see later that not all infinite nonzero but infinitely small difference—an infinitesimal hyperreal integers are equal, a more precise, but also difference—between the two. And it’s not just uglier, notation would be students; most professional mathematicians have not or formally studied infinitesimals and their larger setting, the hyperreal numbers, and as a result sometimes Confused? Perhaps a little background information wonder .
    [Show full text]
  • Notes on Euler's Work on Divergent Factorial Series and Their Associated
    Indian J. Pure Appl. Math., 41(1): 39-66, February 2010 °c Indian National Science Academy NOTES ON EULER’S WORK ON DIVERGENT FACTORIAL SERIES AND THEIR ASSOCIATED CONTINUED FRACTIONS Trond Digernes¤ and V. S. Varadarajan¤¤ ¤University of Trondheim, Trondheim, Norway e-mail: [email protected] ¤¤University of California, Los Angeles, CA, USA e-mail: [email protected] Abstract Factorial series which diverge everywhere were first considered by Euler from the point of view of summing divergent series. He discovered a way to sum such series and was led to certain integrals and continued fractions. His method of summation was essentialy what we call Borel summation now. In this paper, we discuss these aspects of Euler’s work from the modern perspective. Key words Divergent series, factorial series, continued fractions, hypergeometric continued fractions, Sturmian sequences. 1. Introductory Remarks Euler was the first mathematician to develop a systematic theory of divergent se- ries. In his great 1760 paper De seriebus divergentibus [1, 2] and in his letters to Bernoulli he championed the view, which was truly revolutionary for his epoch, that one should be able to assign a numerical value to any divergent series, thus allowing the possibility of working systematically with them (see [3]). He antic- ipated by over a century the methods of summation of divergent series which are known today as the summation methods of Cesaro, Holder,¨ Abel, Euler, Borel, and so on. Eventually his views would find their proper place in the modern theory of divergent series [4]. But from the beginning Euler realized that almost none of his methods could be applied to the series X1 1 ¡ 1!x + 2!x2 ¡ 3!x3 + ::: = (¡1)nn!xn (1) n=0 40 TROND DIGERNES AND V.
    [Show full text]
  • Calculus Terminology
    AP Calculus BC Calculus Terminology Absolute Convergence Asymptote Continued Sum Absolute Maximum Average Rate of Change Continuous Function Absolute Minimum Average Value of a Function Continuously Differentiable Function Absolutely Convergent Axis of Rotation Converge Acceleration Boundary Value Problem Converge Absolutely Alternating Series Bounded Function Converge Conditionally Alternating Series Remainder Bounded Sequence Convergence Tests Alternating Series Test Bounds of Integration Convergent Sequence Analytic Methods Calculus Convergent Series Annulus Cartesian Form Critical Number Antiderivative of a Function Cavalieri’s Principle Critical Point Approximation by Differentials Center of Mass Formula Critical Value Arc Length of a Curve Centroid Curly d Area below a Curve Chain Rule Curve Area between Curves Comparison Test Curve Sketching Area of an Ellipse Concave Cusp Area of a Parabolic Segment Concave Down Cylindrical Shell Method Area under a Curve Concave Up Decreasing Function Area Using Parametric Equations Conditional Convergence Definite Integral Area Using Polar Coordinates Constant Term Definite Integral Rules Degenerate Divergent Series Function Operations Del Operator e Fundamental Theorem of Calculus Deleted Neighborhood Ellipsoid GLB Derivative End Behavior Global Maximum Derivative of a Power Series Essential Discontinuity Global Minimum Derivative Rules Explicit Differentiation Golden Spiral Difference Quotient Explicit Function Graphic Methods Differentiable Exponential Decay Greatest Lower Bound Differential
    [Show full text]
  • Euler and His Work on Infinite Series
    BULLETIN (New Series) OF THE AMERICAN MATHEMATICAL SOCIETY Volume 44, Number 4, October 2007, Pages 515–539 S 0273-0979(07)01175-5 Article electronically published on June 26, 2007 EULER AND HIS WORK ON INFINITE SERIES V. S. VARADARAJAN For the 300th anniversary of Leonhard Euler’s birth Table of contents 1. Introduction 2. Zeta values 3. Divergent series 4. Summation formula 5. Concluding remarks 1. Introduction Leonhard Euler is one of the greatest and most astounding icons in the history of science. His work, dating back to the early eighteenth century, is still with us, very much alive and generating intense interest. Like Shakespeare and Mozart, he has remained fresh and captivating because of his personality as well as his ideas and achievements in mathematics. The reasons for this phenomenon lie in his universality, his uniqueness, and the immense output he left behind in papers, correspondence, diaries, and other memorabilia. Opera Omnia [E], his collected works and correspondence, is still in the process of completion, close to eighty volumes and 31,000+ pages and counting. A volume of brief summaries of his letters runs to several hundred pages. It is hard to comprehend the prodigious energy and creativity of this man who fueled such a monumental output. Even more remarkable, and in stark contrast to men like Newton and Gauss, is the sunny and equable temperament that informed all of his work, his correspondence, and his interactions with other people, both common and scientific. It was often said of him that he did mathematics as other people breathed, effortlessly and continuously.
    [Show full text]
  • Arithmetic and Geometric Progressions
    Arithmetic and geometric progressions mcTY-apgp-2009-1 This unit introduces sequences and series, and gives some simple examples of each. It also explores particular types of sequence known as arithmetic progressions (APs) and geometric progressions (GPs), and the corresponding series. In order to master the techniques explained here it is vital that you undertake plenty of practice exercises so that they become second nature. After reading this text, and/or viewing the video tutorial on this topic, you should be able to: • recognise the difference between a sequence and a series; • recognise an arithmetic progression; • find the n-th term of an arithmetic progression; • find the sum of an arithmetic series; • recognise a geometric progression; • find the n-th term of a geometric progression; • find the sum of a geometric series; • find the sum to infinity of a geometric series with common ratio r < 1. | | Contents 1. Sequences 2 2. Series 3 3. Arithmetic progressions 4 4. The sum of an arithmetic series 5 5. Geometric progressions 8 6. The sum of a geometric series 9 7. Convergence of geometric series 12 www.mathcentre.ac.uk 1 c mathcentre 2009 1. Sequences What is a sequence? It is a set of numbers which are written in some particular order. For example, take the numbers 1, 3, 5, 7, 9, .... Here, we seem to have a rule. We have a sequence of odd numbers. To put this another way, we start with the number 1, which is an odd number, and then each successive number is obtained by adding 2 to give the next odd number.
    [Show full text]
  • On the Euler Integral for the Positive and Negative Factorial
    On the Euler Integral for the positive and negative Factorial Tai-Choon Yoon ∗ and Yina Yoon (Dated: Dec. 13th., 2020) Abstract We reviewed the Euler integral for the factorial, Gauss’ Pi function, Legendre’s gamma function and beta function, and found that gamma function is defective in Γ(0) and Γ( x) − because they are undefined or indefinable. And we came to a conclusion that the definition of a negative factorial, that covers the domain of the negative space, is needed to the Euler integral for the factorial, as well as the Euler Y function and the Euler Z function, that supersede Legendre’s gamma function and beta function. (Subject Class: 05A10, 11S80) A. The positive factorial and the Euler Y function Leonhard Euler (1707–1783) developed a transcendental progression in 1730[1] 1, which is read xedx (1 x)n. (1) Z − f From this, Euler transformed the above by changing e to g for generalization into f x g dx (1 x)n. (2) Z − Whence, Euler set f = 1 and g = 0, and got an integral for the factorial (!) 2, dx ( lx )n, (3) Z − where l represents logarithm . This is called the Euler integral of the second kind 3, and the equation (1) is called the Euler integral of the first kind. 4, 5 Rewriting the formula (3) as follows with limitation of domain for a positive half space, 1 1 n ln dx, n 0. (4) Z0 x ≥ ∗ Electronic address: [email protected] 1 “On Transcendental progressions that is, those whose general terms cannot be given algebraically” by Leonhard Euler p.3 2 ibid.
    [Show full text]
  • 3 Formal Power Series
    MT5821 Advanced Combinatorics 3 Formal power series Generating functions are the most powerful tool available to combinatorial enu- merators. This week we are going to look at some of the things they can do. 3.1 Commutative rings with identity In studying formal power series, we need to specify what kind of coefficients we should allow. We will see that we need to be able to add, subtract and multiply coefficients; we need to have zero and one among our coefficients. Usually the integers, or the rational numbers, will work fine. But there are advantages to a more general approach. A favourite object of some group theorists, the so-called Nottingham group, is defined by power series over a finite field. A commutative ring with identity is an algebraic structure in which addition, subtraction, and multiplication are possible, and there are elements called 0 and 1, with the following familiar properties: • addition and multiplication are commutative and associative; • the distributive law holds, so we can expand brackets; • adding 0, or multiplying by 1, don’t change anything; • subtraction is the inverse of addition; • 0 6= 1. Examples incude the integers Z (this is in many ways the prototype); any field (for example, the rationals Q, real numbers R, complex numbers C, or integers modulo a prime p, Fp. Let R be a commutative ring with identity. An element u 2 R is a unit if there exists v 2 R such that uv = 1. The units form an abelian group under the operation of multiplication. Note that 0 is not a unit (why?).
    [Show full text]
  • Formal Power Series License: CC BY-NC-SA
    Formal Power Series License: CC BY-NC-SA Emma Franz April 28, 2015 1 Introduction The set S[[x]] of formal power series in x over a set S is the set of functions from the nonnegative integers to S. However, the way that we represent elements of S[[x]] will be as an infinite series, and operations in S[[x]] will be closely linked to the addition and multiplication of finite-degree polynomials. This paper will introduce a bit of the structure of sets of formal power series and then transfer over to a discussion of generating functions in combinatorics. The most familiar conceptualization of formal power series will come from taking coefficients of a power series from some sequence. Let fang = a0; a1; a2;::: be a sequence of numbers. Then 2 the formal power series associated with fang is the series A(s) = a0 + a1s + a2s + :::, where s is a formal variable. That is, we are not treating A as a function that can be evaluated for some s0. In general, A(s0) is not defined, but we will define A(0) to be a0. 2 Algebraic Structure Let R be a ring. We define R[[s]] to be the set of formal power series in s over R. Then R[[s]] is itself a ring, with the definitions of multiplication and addition following closely from how we define these operations for polynomials. 2 2 Let A(s) = a0 + a1s + a2s + ::: and B(s) = b0 + b1s + b1s + ::: be elements of R[[s]]. Then 2 the sum A(s) + B(s) is defined to be C(s) = c0 + c1s + c2s + :::, where ci = ai + bi for all i ≥ 0.
    [Show full text]
  • March 14 Math 1190 Sec. 62 Spring 2017
    March 14 Math 1190 sec. 62 Spring 2017 Section 4.5: Indeterminate Forms & L’Hopital’sˆ Rule In this section, we are concerned with indeterminate forms. L’Hopital’sˆ Rule applies directly to the forms 0 ±∞ and : 0 ±∞ Other indeterminate forms we’ll encounter include 1 − 1; 0 · 1; 11; 00; and 10: Indeterminate forms are not defined (as numbers) March 14, 2017 1 / 61 Theorem: l’Hospital’s Rule (part 1) Suppose f and g are differentiable on an open interval I containing c (except possibly at c), and suppose g0(x) 6= 0 on I. If lim f (x) = 0 and lim g(x) = 0 x!c x!c then f (x) f 0(x) lim = lim x!c g(x) x!c g0(x) provided the limit on the right exists (or is 1 or −∞). March 14, 2017 2 / 61 Theorem: l’Hospital’s Rule (part 2) Suppose f and g are differentiable on an open interval I containing c (except possibly at c), and suppose g0(x) 6= 0 on I. If lim f (x) = ±∞ and lim g(x) = ±∞ x!c x!c then f (x) f 0(x) lim = lim x!c g(x) x!c g0(x) provided the limit on the right exists (or is 1 or −∞). March 14, 2017 3 / 61 The form 1 − 1 Evaluate the limit if possible 1 1 lim − x!1+ ln x x − 1 March 14, 2017 4 / 61 March 14, 2017 5 / 61 March 14, 2017 6 / 61 Question March 14, 2017 7 / 61 l’Hospital’s Rule is not a ”Fix-all” cot x Evaluate lim x!0+ csc x March 14, 2017 8 / 61 March 14, 2017 9 / 61 Don’t apply it if it doesn’t apply! x + 4 6 lim = = 6 x!2 x2 − 3 1 BUT d (x + 4) 1 1 lim dx = lim = x!2 d 2 x!2 2x 4 dx (x − 3) March 14, 2017 10 / 61 Remarks: I l’Hopital’s rule only applies directly to the forms 0=0, or (±∞)=(±∞).
    [Show full text]