C&O 631 NOTES 1. Formal Power Series the Series That We Shall Use

Total Page:16

File Type:pdf, Size:1020Kb

C&O 631 NOTES 1. Formal Power Series the Series That We Shall Use C&O 631 NOTES 1. Formal power series The series that we shall use in this course are formal power series, not the power series of real variables that have been studied in calculus courses. A formal power series is given by P i i i A(x) = i≥0 aix , where ai = [x ]A(x), the coefficient of x , is a complex number, for i ≥ 0. P i The basic rule for A(x) is that ai is determined finitely for each finite i. Let B(x) = i≥0 bix . Then A(x) = B(x) if and only if ai = bi for all i ≥ 0, and we define sum and product by i ! X i X X i A(x) + B(x) = (ai + bi)x ;A(x)B(x) = ajbi−j x ; i≥0 i≥0 j=0 P i and a special case of product is the scalar product c A(x) = i≥0(c ai)x , for a complex number c. We write A(0) = a0, and unless A is a polynomial, this is the only evaluation we allow. If b0 = 0, then we define the composition X i X X n A(B(x)) = aiB(x) = aibj1 : : :bji x ; i≥0 n≥0 i≥0;j1;:::;ji≥1 j1+:::+ji=n and note that the summations above are finite. Note that we only allow substitutions of this type - where we substitute a constant-free B(x) for x. Now suppose A(0) = 1. Then if B(x) is a multiplicative inverse of A(x), we have (since multiplication of complex numbers is commutative, so is multiplication of A(x) with B(x), P i P j so there is no difference between a left-inverse and a right-inverse) i≥0 aix j≥0 bjx = 1, and equating coefficients of xn on both sides, for n ≥ 0, we obtain b0 = 1 a1b0 + b1 = 0 a2b0 + a1b1 + b2 = 0; where the nth equation is anb0 +an−1b1 +:::+b0 = 0, n ≥ 1. But this gives b0 = 1, and allows us to determine bn uniquely in terms of b0; : : :; bn−1, for each n ≥ 1, so, by induction on n, B(x) is unique. Applying this process to obtain the multiplicative inverse of A(x) = 1 − x, −1 P i we obtain bn = 1, n ≥ 0, by induction on n, or (1 − x) = i≥0 x . But substitution into this, for an arbitrary A(x) with A(0) = 1, gives −1 X i A(x)−1 = (1 − (1 − A(x))) = 1 + (1 − A(x)) ; i≥1 which is therefore the unique multiplicative inverse of A(x). We define differentiation and integration operators by d X X ai A(x) = ia xi−1;I A(x) = xi+1: dx i x i + 1 i≥1 i≥0 Date: May 2, 2017. 1 2 C&O 631 NOTES d d Now note that we have uniqueness for solution of differential equations: if dx A(x) = dx B(x) and A(0) = B(0), then A(x) = B(x). Now d X X X d d (A(x) + B(x)) = i(a + b )xi−1 = ia xi−1 + ib xi−1 = A(x) + B(x); dx i i i i dx dx i≥1 i≥1 i≥1 so the differentiation satisfies the sum rule, and i d X X (A(x)B(x)) = ia b xi−1 dx j i−j i≥1 j=0 i X X i−1 = (j + i − j)ajbi−jx i≥1 j=0 d d = A(x) B(x) + A(x) B(x) ; dx dx d n n−1 d and differentiation satisfies the product rule. Induction on n then gives dx B(x) = nB(x) dx B(x) for positive integers n, which allows us to prove the chain rule: d d A(B(x)) = A0(B(x)) B(x): dx dx To differentiate A(x)−1, where A(0) = 1, we apply the product rule to A(x) · A(x)−1 = 1, to obtain d d (1) A(x)−1 A(x) + A(x) A(x)−1 = 0; dx dx and thus conclude that d d A(x)−1 = −A(x)−2 A(x): dx dx We now define three special series X 1 X 1 X a(a − 1):::(a − n + 1) (2) "(x) = xn; λ(x) = xn;B (x) = xn; n! n a n! n≥0 n≥1 n≥0 where a is a complex number parameter in Ba(x). Our object is to show that "(x); λ(x);Ba(x) have the properties of the familiar functions ex; ln(1 − x)−1; (1 + x)a, respectively. (Except that we will NOT be able to consider, for example, "("(x)), since it uses composition with d a series with constant term 1.) First, note that dx "(x) = "(x). Then, for example, we can prove that "(x)"(−x) = 1, since "(x)"(−x) has constant term "(0)"(−0) = 1, and d ("(x)"(−x)) = "(x)"(−x) − "(x)"(−x) = 0; dx where we have used the product rule and chain rule. The result follows by the uniqueness of solution of differential equations ( since 1 also has constant term 1 and derivative 0). Also, d P n −1 we have dx λ(x) = n≥0 x = (1 − x) , so d (λ(1 − "(−x))) = ("(−x))−1 "(−x) = 1; dx by the chain rule, and λ(1 − "(−0)) = 0, and we conclude that λ(1 − "(−x)) = x, by uniqueness of solution of differential equations. (The series 1 − "(−x) has constant term 0, C&O 631 NOTES 3 so the composition λ(1 − "(−x)) is valid.) Similarly, we prove that "(λ(x)) = (1 − x)−1, using "(λ(0)) = 1, and d ((1 − x)"(λ(x))) = −"(λ(x)) + (1 − x)"(λ(x))(1 − x)−1 = 0; dx using the product rule and chain rule. Also, if A(0) = 1, the chain rule together with (1) gives d d d (3) λ(1 − A(x)−1) = A(x) 1 − A(x)−1 = A(x)−1 A(x): dx dx dx d For the series Ba(x), we have dx Ba(x) = a Ba−1(x), and we omit further details of these computations. In summary, we have demonstrated above that the series "(x); λ(x);Ba(x) defined in (2) have most of the properties of the familiar functions ex; ln(1 − x)−1; (1 + x)a, respectively, and we shall write X 1 X 1 X a(a − 1):::(a − n + 1) (4) ex = xn; ln(1 − x)−1 = xn; (1 + x)a = xn; n! n n! n≥0 n≥1 n≥0 where, as usual, the only substitutions that we allow for x are constant-free formal power series. For example, in terms of these familiar functions, (3) becomes the familiar logarithmic differentiation rule d d lnA(x) = A(x)−1 A(x); dx dx where A(0) = 1. As another example, consider the problem of finding the nth root of a formal power series: begin by noting that it is easy to verify that there are no zero divisors for formal power series, and this fact allows us to establish that nth roots are unique, at least with given constant term, as follows. Suppose A(0) = B(0) = 1, and A(x)n = B(x)n, for some positive integer n. Then we have 0 = A(x)n − B(x)n = (A(x) − B(x))(A(x)n−1 + A(x)n−2B(x) + ::: + B(x)n−1): Now the constant term in the second factor is A(0)n−1 + A(0)n−2B(0) + ::: + B(0)n−1 = n 6= 0, so we conclude that A(x) − B(x) = 0, since there are no zero divisors, which gives A(x) = B(x), as required. But we can determine the nth root of A(x) with A(0) = 1 by 1 substitution in the binomial series B 1 (x) = (1 + x) n , to obtain n 1 1 X 1 ( 1 − 1):::( 1 − i + 1) A(x) n = (1 + (A(x) − 1)) n = 1 + n n n (A(x) − 1)i; i! i≥1 which is therefore the unique nth root with constant term 1. We introduce trigonometric series by defining x3 x5 x2 x4 sin(x) = x − + − : : :; cos(x) = 1 − + − : : :; 3! 5! 2! 4! and then proving the properties of these series from properties of the series "(x) = ex, by eix − e−ix eix + e−ix sin(x) = ; cos(x) = ; 2i 2 4 C&O 631 NOTES so, for example, we have eix − e−ix 2 eix + e−ix 2 sin(x)2 + cos(x)2 = + 2i 2 1 2ix −2ix 2ix −2ix = 4 −(e − 2 + e ) + (e + 2 + e ) = 1: Then, noting that cos(x) has constant term 1, so it is invertible, we define sin(x) x3 2x5 2x3 16x5 tan(x) = = x + + + ::: = x + + + : : :; cos(x) 3 15 3! 5! 1 x2 5x4 x2 5x4 sec(x) = = 1 + + + ::: = 1 + + + : : :: cos(x) 2 24 2! 4! Various special functions are of interest combinatorially. For example, the coefficients in these formal power series for sec and tan, scaled by the factorial as in the above expressions, give the number of permutations of a special kind, called alternating permutations. P i In a similar way, consider formal Laurent series, given by A(x) = i≥−k aix , for some finite negative integer −k. We proceed as for formal power series above, with little modifi- −k cation required. To handle multiplicative inverses, suppose that A(x) = a−kx B(x), where a−k is invertible, and B(x) is a formal power series with B(0) = 1.
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]
  • 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]
  • 9 Power and Polynomial Functions
    Arkansas Tech University MATH 2243: Business Calculus Dr. Marcel B. Finan 9 Power and Polynomial Functions A function f(x) is a power function of x if there is a constant k such that f(x) = kxn If n > 0, then we say that f(x) is proportional to the nth power of x: If n < 0 then f(x) is said to be inversely proportional to the nth power of x. We call k the constant of proportionality. Example 9.1 (a) The strength, S, of a beam is proportional to the square of its thickness, h: Write a formula for S in terms of h: (b) The gravitational force, F; between two bodies is inversely proportional to the square of the distance d between them. Write a formula for F in terms of d: Solution. 2 k (a) S = kh ; where k > 0: (b) F = d2 ; k > 0: A power function f(x) = kxn , with n a positive integer, is called a mono- mial function. A polynomial function is a sum of several monomial func- tions. Typically, a polynomial function is a function of the form n n−1 f(x) = anx + an−1x + ··· + a1x + a0; an 6= 0 where an; an−1; ··· ; a1; a0 are all real numbers, called the coefficients of f(x): The number n is a non-negative integer. It is called the degree of the polynomial. A polynomial of degree zero is just a constant function. A polynomial of degree one is a linear function, of degree two a quadratic function, etc. The number an is called the leading coefficient and a0 is called the constant term.
    [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]
  • Class 6 Mathematics Chapter 9(Part-2)
    CLASS 6 MATHEMATICS CHAPTER 9(PART-2) TERMINOLOGY ASSOCIATED WITH ALGEBRA Constants and variables In algebra, we use two types of symbols-constants and variables. Constants-A symbol which has a fixed value is called a constant. Thus, each of 7, -3, 0, etc. , is a constant. Variable A symbol (or letter) which can be given various numerical values is called a variable. Thus, a variable is a number which does not have a fixed value. Variable are generalised numbers or unknown numbers. As variables are usually denoted by letters, so variables are also known as literal (or literal numbers). ALGEBRAIC EXPRESSIONS:- A collection of constants and literals connected by one or more of the operations of addition, subtractions, multiplication and division is called an algebraic expression. TERMS OF ALGEBRAIC EXPRESSION:- The various parts of an algebraic expression separated by + or - Sign are called the terms of the algebraic expression. CONSTANT TERM:- The term of an algebraic expression having no literal is called its constant term. PRODUCT:- When two or more constants or literals (or both) are multiplied, then the result so obtained is called the product. FACTORS:- Each of the quantity (constant or literal) multiplied together to form a product is called a factor of the product. A constant factor is called a numerical factor and other factors are called variable (or literal) factors. COEFFICIENTS:- Any factor of a (non constant) term of an algebraic expression is called the coefficient of the remaining factor of the term. In particular, the constant part is called the numerical coefficient or simply the coefficient of the term and the remaining part is called the literal coefficient of the term.
    [Show full text]
  • Definition for Constant Term
    Definition For Constant Term Jean-Lou noddling enviably while unreconciled Kenny gleams anatomically or lobbies synecdochically. Enoch remains occlusive: she coin her kookaburras inspanned too seraphically? Half-hourly eleven, Arel interns meconium and frapped midst. To show off the methodology for? Thank frontier for using The relevant Dictionary! The home equity loan constants for constant. It with precise formulas for college called a comedy of a line with that could make your device with adaptive quizzes and other branches. We have their definition? In constant term in algebra? In constant for direct variation? Degree of aggregate Expression Math is Fun. As polynomials that term for the video on the value when the following is measured by the sample provides sufficient evidence to the graphing is that the end the factors. Notable Properties of Specific Numbers. Numbers or another expression is measured by some common sense that contains a family, he explained how are algebraic expressions calculator will be multiplied. Although, according to my daughter, my capacity of humor is terrible. What is constant term is one constant: advanced mathematicians to include those expressions calculator will be subject codes! They are marked as ram in whatever game reports. Your constant term that have an answer this? What is original in math Eastbrook Community Schools. Sign up and solutions to continue on vedantu master classes tab before you to. Inverse variation can be illustrated with a graph in food shape if a hyperbola, pictured below. Math Central is supported by the University of Regina and The Pacific Institute for the Mathematical Sciences.
    [Show full text]
  • 2.4 Formal Power Series
    52 CHAPTER 2. ADVANCED COUNTING AND GENERATING FUNCTIONS 2.4 Formal Power Series In this chapter, we will first try to develop the theory of generating functions by getting closed form expressions for some known recurrence relations. These ideas will be used later to get some binomial identities. To do so, we first recall from Page 41 that for all n Q and k Z, k 0, the binomial ∈ n(n 1)(∈n 2) ≥ (n k + 1) coefficients, n , are well defined, using the idea that n = − − · · · − . We k k k! now start with the definition of “formal power series” over Q and study its properties in some detail. n Definition 2.4.1 (Formal power series). An algebraic expression of the form f(x)= anx , n≥0 where a Q for all n 0, is called a formal power series in the indeterminate x overPQ. n ∈ ≥ The set of all formal power series in the indeterminate x, with coefficients from Q will be denoted by (x). P Remark 2.4.2. 1. Given a sequence of numbers an Q : n = 0, 1, 2,... , one associates { ∈ n } n x n two formal power series, namely, anx and an . The expression anx is called n≥0 n≥0 n! n≥0 P P xn P the generating function and the expression an is called the exponential generating n≥0 n! function, for the numbers a : n 0 . P { n ≥ } n n 2. Let f(x) = anx be a formal power series. Then the coefficient of x , for n 0, in n≥0 ≥ f(x) is denotedP by [xn]f(x).
    [Show full text]
  • 7. Formal Power Series
    7. Formal Power Series. In Sections 4 through 6 we have been manipulating infinite power series in one or more indeterminates without concerning ourselves that such manipulations are justified. So far we have not run into any problems, but perhaps that was just a matter of good luck. In this section we will see which algebraic manipulations are valid for formal power series (and more generally for formal Laurent series), as well as seeing some manipulations which are invalid. Special attention should be paid to the concept of convergence of a sequence of formal power series. Many students consistently confuse this with the concept of convergence of a sequence of real numbers (familiar from calculus), but the two concepts are in fact quite different. First we recall some basic concepts and terminology of abstract algebra. (These are covered in MATH 135, but some review is warranted.) A ring is a set R which has two special elements, a zero 0 ∈ R and a one 1 ∈ R, and is equipped with two binary operations, multiplication · : R×R → R and addition + : R×R → R. A long list of axioms completes the definition, but suffice it here to say that the axioms state that the usual rules of integer arithmetic hold for (R; ·, +; 0, 1) with one exception. In general, the multiplication in a ring is not required to be commutative: that is, the rule ab = ba for all a, b ∈ R is not in general required. When multiplication in R is commutative we say that R is a commutative ring. (The ring of 2–by–2 matrices with real entries is an example of a ring that is not commutative.) Some noncommutative rings are in fact useful in combinatorial enumeration, but all of the rings of importance in these notes are commutative.
    [Show full text]
  • 4 Polynomial and Rational Functions
    4 Polynomial and Rational Functions Outcome/Performance Criteria: 4. Understand polynomial and rational functions. (a) Identify the degree, lead coefficient and constant term of a poly- nomial function from its equation. (b) Given the graph of a polynomial function, determine its possible degrees and the signs of its lead coefficient and constant term. Given the degree of a polynomial function and the signs of its lead coefficient and constant term, sketch a possible graph of the function. (c) Give the end behavior of a polynomial function, from either its equation or its graph, using “as x a, f(x) b notation. → → (d) Graph a polynomial function from the factored form of its equation; given the graph of a polynomial function with its x- intercepts and one other point, give the equation of the polyno- mial function. (e) Solve a polynomial inequality. (f) Give the equations of the vertical and horizontal asymptotes of a rational function from either the equation or the graph of the function. (g) Graph a rational function from its equation, without using a calculator. (h) Give the end behavior of a rational function from its graph, using “as x a, f(x) b notation. → → 113 4.1 Introduction to Polynomial Functions Performance Criteria: 4. (a) Identify the degree, lead coefficient and constant term of a poly- nomial function from its equation. (b) Given the graph of a polynomial function, determine its possible degrees and the signs of its lead coefficient and constant term. Given the degree of a polynomial function and the signs of its lead coefficient and constant term, sketch a possible graph of the function.
    [Show full text]
  • Basic Differentiation Rules and Rates of Change
    Basic Differentiation Rules and Rates of Change 1. Welcome to basic differentiation rules and rates of change. My name is Tuesday Johnson and I’m a lecturer at the University of Texas El Paso. 2. With each lecture I present, I will start you off with a list of skills for the topic at hand. You can find most of these reviews on my website, but if that doesn’t work for you, you can find them pretty much anywhere in the internet world. My favorite places to look are Khan Academy and Math is Power 4 U. The skills for this lecture include evaluating functions, radicals as rational exponents, simplifying rational expressions, and knowing basic exponential rules. The trig skills you need are knowing the graphs of the sine and cosine functions, being able to evaluate trig functions, and solving trigonometric equations. 3. Let’s get started with Calculus I Differentiation: Basic Differentiation Rules and Rates of Change. This lecture corresponds to Larson’s Calculus, 10th edition, section 2.2. 4. We are going to take the derivative rules a little at a time and practice the steps before we put them all together. In part 1 we will have two rules, the first is the constant rule. The derivative of any constant is zero. We can see this by looking at a graph of a constant function. Notice that it’s slope is zero. The derivative is just the slope, so if you have a line with a constant slope of zero then it’s derivative will also be constantly zero.
    [Show full text]
  • Polynomial Functions
    Polynomial functions mc-TY-polynomial-2009-1 Many common functions are polynomial functions. In this unit we describe polynomial functions and look at some of their properties. 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 when a rule describes a polynomial function, and write down the degree of the polynomial, • recognize the typical shapes of the graphs of polynomials, of degree up to 4, • understand what is meant by the multiplicity of a root of a polynomial, • sketch the graph of a polynomial, given its expression as a product of linear factors. Contents 1. Introduction 2 2. Whatisapolynomial? 2 3. Graphsofpolynomialfunctions 3 4. Turningpointsofpolynomialfunctions 6 5. Rootsofpolynomialfunctions 7 www.mathcentre.ac.uk 1 c mathcentre 2009 1. Introduction A polynomial function is a function such as a quadratic, a cubic, a quartic, and so on, involving only non-negative integer powers of x. We can give a general defintion of a polynomial, and define its degree. 2. What is a polynomial? A polynomial of degree n is a function of the form n n−1 2 f(x)= anx + an−1x + . + a2x + a1x + a0 where the a’s are real numbers (sometimes called the coefficients of the polynomial). Although this general formula might look quite complicated, particular examples are much simpler. For example, f(x)=4x3 3x2 +2 − is a polynomial of degree 3, as 3 is the highest power of x in the formula.
    [Show full text]
  • Quadratic Functions Quadratic Functions a Quadratic Function Is a Function of the Form F(X) = Ax2 +Bx+C, Where A, B, and C Are Constants and a 6= 0
    Quadratic Functions Quadratic Functions A quadratic function is a function of the form f(x) = ax2 +bx+c, where a, b, and c are constants and a 6= 0. The term ax2 is called the quadratic term (hence the name given to the function), the term bx is called the linear term, and the term c is called the constant term. Quadratic functions are very good for describing the position of particles under constant (or near constant) acceleration. The acceleration due to gravity of a planet or moon near its surface is an example of near constant acceleration. Suppose that twenty years from now you are on a mission to the Moon. You just finished your excursion on the surface, you are ascending back to the lunar orbiter in your lander at a velocity of V meters per second, when, suddenly, the lander starts breaking up. At a height of H meters, you decide that your only chance to survive is to jump out of the lander and hope for the best. The acceleration due of gravity near the surface of the Moon is A meters per second2, and there is little or no atmosphere on the Moon, hence little or no air resistance. If t is the time in seconds since you began your dive, then your height h(t) as a function of t is 1 h(t) = ¡ At2 + V t + H: 2 On the way down, you realize that it may not have been the brightest idea to jump out of the lander, and you decide to figure the exact second when you will become a human pancake.
    [Show full text]