Orthogonal Polynomials and Special Functions

Total Page:16

File Type:pdf, Size:1020Kb

Orthogonal Polynomials and Special Functions U.U.D.M. Project Report 2020:29 Orthogonal polynomials and special functions Elsa Graneland Examensarbete i matematik, 15 hp Handledare: Jörgen Östensson Examinator: Veronica Crispin Quinonez Juni 2020 Department of Mathematics Uppsala University Abstract This thesis is a brief introduction to the theory of orthogonal polynomials which is based on the theory of inner product spaces. We will also consider some special functions, especially the Bessel function. We present definitions of orthonormal and monic orthogonal polynomials, and discuss the three-term recurrence relation, the Jacobi matrix and also a result concerning the zeros of the orthogonal polynomials. Furthermore the Sturm-Liouville problem is presented and in particular, the Bessel function. Many polynomials and special functions are solutions to differential equations describing phenomena in nature. Lastly some applications to physics, e.g. quantum mechanics, are being presented. 2 Contents 1 Introduction 4 2 Inner product and inner product space 4 3 Gram-Schmidt process 6 4 Orthogonal polynomials 8 4.1 Orthonormal and monic orthogonal polynomials . .8 4.2 Three-term recurrence relation . 10 4.3 The Jacobi matrix . 12 4.4 Zeros of orthogonal polynomials . 13 5 Classical orthogonal polynomials 16 5.1 Legendre polynomials . 16 5.2 Hermite polynomials . 18 5.3 Laguerre polynomials . 20 6 Sturm-Liouville problems 21 7 Applications 24 7.1 Eigenvalues of the Laplace operator . 24 7.1.1 Eigenvalue problem in a disk . 25 7.1.2 Eigenvalue problem in a ball . 26 7.2 Schr¨odingerequation . 28 7.2.1 Harmonic oscillator . 29 7.2.2 Hydrogen atom . 30 8 References 33 3 1 Introduction The theory of orthogonal polynomials and special functions is of intrinsic interest to many parts of mathematics. Moreover, it can be used to explain many physical and chemical phenomena. For example, the vibrations of a drum head can be explained in terms of special functions known as Bessel functions. And the solutions of the Schr¨odingerequation for a harmonic oscillator can be described using orthogonal polynomials known as Hermite polynomials. Furthermore, the eigenfunctions for the Schr¨odingeroperator associated with the hydrogen atom are described in terms orthogonal polynomials known as Laguerre polynomials. In Section 2 the definitions of inner product and inner product space are presented, and in Section 3 the Gram-Schmidt algorithm is described. In Section 4 the orthonormal and monic orthogonal polynomials are defined. This is followed by a discussion about the three-term recurrence relation, the Jacobi matrix and the zeros of orthogonal polynomials. This thesis considers three of the classical orthogonal polynomials, which are presented in Section 5. In Section 6 we discuss Sturm-Liouville problems. The last section in this thesis, Section 7, present the applications mentioned above. 2 Inner product and inner product space The standard scalar products of Rn and Cn satisfy some calculation rules. These are taken as axioms in a general inner product space. Definition 2.1. The inner product h · ; · i on a vector space X is a mapping of X × X in to the scalar field K (= R or C) satisfying the following. For all vectors x, y and z and scalars α we have: 1. hx + y; zi = h x; z i + h y; z i: 2. h α x; y i = α h x; y i: 3. h x; y i = h y; x i: 4. h x; x i ≥ 0 and equal if and only if x = 0: The inner product on X defines a norm on X given by kxk = phx; xi and a distance function, or metric, on X given by d(x; y) = kx − yk = phx − y; x − yi: When an inner product space is complete, the space is called a Hilbert space and is usually denoted by H. Remark. It follows from the definition above, that h αx + βy; z i = αh x; z i + βh y; z i: h x; αy + βz i = αh x; y i + βh x; z i: Due to the conjugate in the second variable, one says that the inner product is 1 sesquilinear, meaning "1 2 times linear". 4 Definition 2.2. Two elements x and y in an inner product space X are said to be orthogonal if h x; y i = 0. A set of vectors is called a orthonormal set if these vectors are pairwise orthogonal and of norm 1. Example 1. Euclidean space Rn. n Given vectors x = (x1; x2; :::; xn) and y = (y1; y2; :::; yn) in R an inner product is defined by n X h x; y i = x1 y1 + x2 y2 + ::: + xn yn = xj yj: (2.1) j=1 This makes Rn into a Hilbert space. Example 2. Unitary space Cn. The standard inner product on Cn is given by n X h x; y i = xj yj: (2.2) j=1 This makes Cn into a Hilbert space. Example 3. The space C[a; b]. Let C[a; b] denote the space complex-valued continuous functions defined on the interval [a; b]. An inner product on C[a; b] is given by Z b h f; g i = f(x) g(x) dx: (2.3) a This space is not complete in the metric induced by the scalar product. Example 4. The space L2(R; dµ). Given a positive Borel measure dµ on R, we let L2(R; dµ) denote the equivalent classes of all Borel measurable functions such that Z jfj2dµ < 1: R Two functions are considered equivalent if they agree µ-almost everywhere. An inner product on L2[R; dµ] is given by Z h f; g i = f(x) g(x) dµ. (2.4) R This makes L2(R; dµ) into a Hilbert space. For the classical orthogonal polynomials it holds that dµ = !(x) dx: Moreover the so-called ! usually vanishes outside some interval [a; b]. In this case we write L2([a; b];!(x)dx), and the scalar product is given by Z b h f; g i = f(x) g(x)!(x) dx: a In case h f; g i = 0 we say that f and g are orthogonal with respect to the weight ! on [a; b]. For more about the theory of inner product spaces and Hilbert spaces, see [3]. 5 3 Gram-Schmidt process The Gram Schmidt process is an algorithm that is used to turn any linearly independent set of vectors into a orthonormal set of vectors. We denote the linearly independent set of vectors by xj, and the resulting orthonormal set of vectors by ej. The steps of the algorithm are as follows: • First step: The first element of the orthonormal sequence, e1, will be obtained from 1 e1 = x1: kx1k • Second step: All the following steps will include two parts: first create a vector orthogonal to the previous vector(s), then normalize it. We create v2 as v2 = x2 − h x2; e1 ie1; and then normalize it: 1 e2 = v2: kv2k • Third step: We create v3 as v3 = x3 − h x3; e1 ie1 − h x3; e2 ie2 and then normalize: 1 e3 = v3: kv3k The algorithm proceeds by induction. • nth step: Suppose that fe1; :::; en−1g is an orthonormal set such that spanfe1; :::; en−1g = spanfx1; :::; xn−1g. The vector vn is defined by: n−1 X vn = xn − h xn; ek iek: k=1 Note that vn is a non-zero vector. Otherwise xn would belong to the span of fx1; :::; xn−1g and the set fx1; :::; xng would be linearly dependent. Note also that vn is orthogonal to all the vectors e1; :::; en−1. Normalizing vn: 1 en = vn; kvnk we therefore obtain an orthonormal set fe1; :::; eng with spanfe1; :::; eng = spanfx1; :::; xng. Example 5. Gram-Schmidt procedure on vectors in R3 Consider the two vectors x1 = (1; 1; 0) and x2 = (1; 2; 1). The Gram-Schmidt procedure can be used to obtain a set fe1; e2g that is orthonormal with respect to the standard scalar product in R3. 6 • First step: The vector e1 is obtained by normalizing x1: 1 1 e1 = x1 = p 1; 1; 0 : kx1k 2 • Second step: We create v2 as: 3 1 v = x − h x ; e ie = (1; 2; 1) − (1; 1; 0) = (−1; 1; 2): 2 2 2 1 1 2 2 And now we normalize: 1 1 e2 = v2 = p (−1; 1; 2): kv2k 6 Example 6. Gram-Schmidt process on polynomials 2 2 Consider the set u = f1; x; x g, and let u1 = 1, u2 = x and u3 = x . The Gram-Schmidt process can be used to obtain a set fe1; e2; e3g that is orthonormal with respect to the inner product Z 1 h f; g i = f(x) g(x) dx: −1 • First step: The first element of the orthonormal sequence, e1, will be obtained from 1 1 e1 = u1 = p ku1k 2 • Second step: We create v2 as: Z 1 v2 = u2 − h u2; e1 ie1 = x − hx; 1i = x − x · 1 dx = x: −1 And then make it normalized: 1 x r3 e2 = v2 = q = x: kv2k 2 2 3 • Third step: We create v3 as: v3 = u3 − h u3; e1 ie1 − h u3; e2 ie2 Z 1 1 1 Z 1 r3 r3 = x2 − x2 · p dx · p − x2 · x dx · x −1 2 2 −1 2 2 1 2 1 = x2 − · − 0 = x2 − 2 3 3 Note that Z 1 2 2 2 1 8 kv3k = x − dx = ; −1 3 45 and therefore: p 1 3 5 2 1 e3 = v3 = p x − : kv3k 2 2 3 These are, up to a multiplicative factor, the first three so-called Legendre polynomials. 7 4 Orthogonal polynomials 4.1 Orthonormal and monic orthogonal polynomials Let dµ be a positive Borel measure on R having finite moments, that is Z jxjmdµ < 1 (4.1) R for all integers m ≥ 0.
Recommended publications
  • Operational Techniques for Laguerre and Legendre Polynomials
    INTERNATIONAL JOURNAL of PURE MATHEMATICS Volume 2, 2015 Operational techniques for Laguerre and Legendre polynomials Clemente Cesarano, Dario Assante, A. R. El Dhaba Abstract— By starting from the concepts and the related n , (2) formalism of the Monomiality Principle, we exploit methods of δ xn =∏() xm − δ operational nature to describe different families of Laguerre m=0 polynomials, ordinary and generalized, and to introduce the Legendre polynomials through a special class of Laguerre polynomials whose associated multiplication and derivative operators read: themselves. Many of the identities presented, involving families of d different polynomials were derived by using the structure of the ^ δ operators who satisfy the rules of a Weyl group. M= xe dx In this paper, we first present the Laguerre and Legendre d δ −1 (3) polynomials, and their generalizations, from an operational point of ^ e dx P = . view, we discuss some operational identities and further we derive δ some interesting relations involving an exotic class of orthogonal polynomials in the description of Legendre polynomials. It is worth noting that, when δ = 0 then: Keywords— Laguerre polynomials, Legendre polynomials, Weyl group, Monomiality Principle, Generating Functions. ^ Mx= (4) ^ d I. INTRODUCTION P = . In this section we will present the concepts and the related aspects of dx the Monomiality Principle [1,2] to explore different approaches for More in general, a given polynomial Laguerre and Legendre polynomials [3]. The associated operational calculus introduced by the Monomiality Principle allows us to reformulate the theory of the generalized Laguerre and Legendre pxn (), nx∈∈, polynomials from a unified point of view. In fact, these are indeed shown to be particular cases of more general polynomials and can be can be considered a quasi-monomial if two operators also used to derive classes of isospectral problems, an interesting example is given by the generalized Bessel functions [4].
    [Show full text]
  • ' Unit 16 Her-Mite and Laguerre Polynomials
    ' UNIT 16 HER-MITE AND LAGUERRE POLYNOMIALS Structure Introduction Objectives Hermite's Differential Equation and ~eAitePolynomials Generating Function and Recurrence Relations for Hermite Polynomials Orthogonality Relations for Hermite Polynomials One Dimensional Harmonic Oscillator Laguerre's Differentiation Equation and Laguerre Polynomials Generating Polynomials and Recurrence Relations for Laguerre Polynomials Orthogonality Relations for Laguerre Polynomials Summary Terminal Questions Solutions and Answers 5 16.1 INTRODUCTION You have studied the properties of the Legendre polynomials, and the Bessel functions in Units 14 and 15, respectively. In this unit, you will learn the properties of Hermite polynomials and Laguerre polynomials. These polynomials are useful in studying the behaviour of a harmonic oscillator and the hydrogen atom using quantum mechanics. In fact, these polynomials enable us to describe the microscopic world of molecules, atoms, and sub- atomic particles in a mathematical language. A study of the properties of these polynomials and a knowledge of their zeros is also helpful in developing numerical methods. Like Legendre and Bessel polynomials, the Hermite and Laguerre polynomials are solutions of linear second order ordinary differential equations (ODE) known as the Hermite and the Laguerre differential equations. You will come across these ODES and the two polynomials in Sec. 16.2 and 16.6, respectively. The generating function and the recurrence relations for Hermite polynomials are given in Sec. 16.3. You have already seen the importance of the generating functions for Legendre and Bessel polynomials in the last units. You will now learn how the generating function for Hermite polynomials is helpful in obtaining many of their properties. The recurrence relations connecting Hermite polynomials of different orders and their derivatives are derived from the generating function in the same section.
    [Show full text]
  • 32 FA15 Abstracts
    32 FA15 Abstracts IP1 metric simple exclusion process and the KPZ equation. In Vector-Valued Nonsymmetric and Symmetric Jack addition, the experiments of Takeuchi and Sano will be and Macdonald Polynomials briefly discussed. For each partition τ of N there are irreducible representa- Craig A. Tracy tions of the symmetric group SN and the associated Hecke University of California, Davis algebra HN (q) on a real vector space Vτ whose basis is [email protected] indexed by the set of reverse standard Young tableaux of shape τ. The talk concerns orthogonal bases of Vτ -valued polynomials of x ∈ RN . The bases consist of polyno- IP6 mials which are simultaneous eigenfunctions of commuta- Limits of Orthogonal Polynomials and Contrac- tive algebras of differential-difference operators, which are tions of Lie Algebras parametrized by κ and (q, t) respectively. These polynomi- als reduce to the ordinary Jack and Macdonald polynomials In this talk, I will discuss the connection between superin- when the partition has just one part (N). The polynomi- tegrable systems and classical systems of orthogonal poly- als are constructed by means of the Yang-Baxter graph. nomials in particular in the expansion coefficients between There is a natural bilinear form, which is positive-definite separable coordinate systems, related to representations of for certain ranges of parameter values depending on τ,and the (quadratic) symmetry algebras. This connection al- there are integral kernels related to the bilinear form for lows us to extend the Askey scheme of classical orthogonal the group case, of Gaussian and of torus type. The mate- polynomials and the limiting processes within the scheme.
    [Show full text]
  • Orthogonal Functions: the Legendre, Laguerre, and Hermite Polynomials
    ORTHOGONAL FUNCTIONS: THE LEGENDRE, LAGUERRE, AND HERMITE POLYNOMIALS THOMAS COVERSON, SAVARNIK DIXIT, ALYSHA HARBOUR, AND TYLER OTTO Abstract. The Legendre, Laguerre, and Hermite equations are all homogeneous second order Sturm-Liouville equations. Using the Sturm-Liouville Theory we will be able to show that polynomial solutions to these equations are orthogonal. In a more general context, finding that these solutions are orthogonal allows us to write a function as a Fourier series with respect to these solutions. 1. Introduction The Legendre, Laguerre, and Hermite equations have many real world practical uses which we will not discuss here. We will only focus on the methods of solution and use in a mathematical sense. In solving these equations explicit solutions cannot be found. That is solutions in in terms of elementary functions cannot be found. In many cases it is easier to find a numerical or series solution. There is a generalized Fourier series theory which allows one to write a function f(x) as a linear combination of an orthogonal system of functions φ1(x),φ2(x),...,φn(x),... on [a; b]. The series produced is called the Fourier series with respect to the orthogonal system. While the R b a f(x)φn(x)dx coefficients ,which can be determined by the formula cn = R b 2 , a φn(x)dx are called the Fourier coefficients with respect to the orthogonal system. We are concerned only with showing that the Legendre, Laguerre, and Hermite polynomial solutions are orthogonal and can thus be used to form a Fourier series. In order to proceed we must define an inner product and define what it means for a linear operator to be self- adjoint.
    [Show full text]
  • Orthogonal Polynomials on the Unit Circle Associated with the Laguerre Polynomials
    PROCEEDINGS OF THE AMERICAN MATHEMATICAL SOCIETY Volume 129, Number 3, Pages 873{879 S 0002-9939(00)05821-4 Article electronically published on October 11, 2000 ORTHOGONAL POLYNOMIALS ON THE UNIT CIRCLE ASSOCIATED WITH THE LAGUERRE POLYNOMIALS LI-CHIEN SHEN (Communicated by Hal L. Smith) Abstract. Using the well-known fact that the Fourier transform is unitary, we obtain a class of orthogonal polynomials on the unit circle from the Fourier transform of the Laguerre polynomials (with suitable weights attached). Some related extremal problems which arise naturally in this setting are investigated. 1. Introduction This paper deals with a class of orthogonal polynomials which arise from an application of the Fourier transform on the Laguerre polynomials. We shall briefly describe the essence of our method. Let Π+ denote the upper half plane fz : z = x + iy; y > 0g and let Z 1 H(Π+)=ff : f is analytic in Π+ and sup jf(x + yi)j2 dx < 1g: 0<y<1 −∞ It is well known that, from the Paley-Wiener Theorem [4, p. 368], the Fourier transform provides a unitary isometry between the spaces L2(0; 1)andH(Π+): Since the Laguerre polynomials form a complete orthogonal basis for L2([0; 1);xαe−x dx); the application of Fourier transform to the Laguerre polynomials (with suitable weight attached) generates a class of orthogonal rational functions which are com- plete in H(Π+); and by composition of which with the fractional linear transfor- mation (which maps Π+ conformally to the unit disc) z =(2t − i)=(2t + i); we obtain a family of polynomials which are orthogonal with respect to the weight α t j j sin 2 dt on the boundary z = 1 of the unit disc.
    [Show full text]
  • Generalizations and Specializations of Generating Functions for Jacobi, Gegenbauer, Chebyshev and Legendre Polynomials with Definite Integrals
    Journal of Classical Analysis Volume 3, Number 1 (2013), 17–33 doi:10.7153/jca-03-02 GENERALIZATIONS AND SPECIALIZATIONS OF GENERATING FUNCTIONS FOR JACOBI, GEGENBAUER, CHEBYSHEV AND LEGENDRE POLYNOMIALS WITH DEFINITE INTEGRALS HOWARD S. COHL AND CONNOR MACKENZIE Abstract. In this paper we generalize and specialize generating functions for classical orthogo- nal polynomials, namely Jacobi, Gegenbauer, Chebyshev and Legendre polynomials. We derive a generalization of the generating function for Gegenbauer polynomials through extension a two element sequence of generating functions for Jacobi polynomials. Specializations of generat- ing functions are accomplished through the re-expression of Gauss hypergeometric functions in terms of less general functions. Definite integrals which correspond to the presented orthogonal polynomial series expansions are also given. 1. Introduction This paper concerns itself with analysis of generating functions for Jacobi, Gegen- bauer, Chebyshev and Legendre polynomials involving generalization and specializa- tion by re-expression of Gauss hypergeometric generating functions for these orthog- onal polynomials. The generalizations that we present here are for two of the most important generating functions for Jacobi polynomials, namely [4, (4.3.1–2)].1 In fact, these are the first two generating functions which appear in Section 4.3 of [4]. As we will show, these two generating functions, traditionally expressed in terms of Gauss hy- pergeometric functions, can be re-expressed in terms of associated Legendre functions (and also in terms of Ferrers functions, associated Legendre functions on the real seg- ment ( 1,1)). Our Jacobi polynomial generating function generalizations, Theorem 1, Corollary− 1 and Corollary 2, generalize the generating function for Gegenbauer polyno- mials.
    [Show full text]
  • Arxiv:1903.11395V3 [Math.NA] 1 Dec 2020 M
    Noname manuscript No. (will be inserted by the editor) The Gauss quadrature for general linear functionals, Lanczos algorithm, and minimal partial realization Stefano Pozza · Miroslav Prani´c Received: date / Accepted: date Abstract The concept of Gauss quadrature can be generalized to approx- imate linear functionals with complex moments. Following the existing lit- erature, this survey will revisit such generalization. It is well known that the (classical) Gauss quadrature for positive definite linear functionals is connected with orthogonal polynomials, and with the (Hermitian) Lanczos algorithm. Analogously, the Gauss quadrature for linear functionals is connected with for- mal orthogonal polynomials, and with the non-Hermitian Lanczos algorithm with look-ahead strategy; moreover, it is related to the minimal partial realiza- tion problem. We will review these connections pointing out the relationships between several results established independently in related contexts. Original proofs of the Mismatch Theorem and of the Matching Moment Property are given by using the properties of formal orthogonal polynomials and the Gauss quadrature for linear functionals. Keywords Linear functionals · Matching moments · Gauss quadrature · Formal orthogonal polynomials · Minimal realization · Look-ahead Lanczos algorithm · Mismatch Theorem. 1 Introduction Let A be an N × N Hermitian positive definite matrix and v a vector so that v∗v = 1, where v∗ is the conjugate transpose of v. Consider the specific linear S. Pozza Faculty of Mathematics and Physics, Charles University, Sokolovsk´a83, 186 75 Praha 8, Czech Republic. Associated member of ISTI-CNR, Pisa, Italy, and member of INdAM- GNCS group, Italy. E-mail: [email protected]ff.cuni.cz arXiv:1903.11395v3 [math.NA] 1 Dec 2020 M.
    [Show full text]
  • On Sobolev Orthogonality for the Generalized Laguerre Polynomials* Teresa E
    Journal of Approximation Theory AT2973 journal of approximation theory 86, 278285 (1996) article no. 0069 On Sobolev Orthogonality for the Generalized Laguerre Polynomials* Teresa E. Perez and Miguel A. Pin~ar- Departamento de Matematica Aplicada, Universidad de Granada, Granada, Spain Communicated by Walter Van Assche Received December 27, 1994; accepted in revised form September 4, 1995 (:) The orthogonality of the generalized Laguerre polynomials, [Ln (x)]n0,isa well known fact when the parameter : is a real number but not a negative integer. In fact, for &1<:, they are orthogonal on the interval [0, +) with respect to the weight function \(x)=x:e&x, and for :<&1, but not an integer, they are orthogonal with respect to a non-positive definite linear functional. In this work we will show that, for every value of the real parameter :, the generalized Laguerre polynomials are orthogonal with respect to a non-diagonal Sobolev inner product, that is, an inner product involving derivatives. 1996 Academic Press, Inc. 1. INTRODUCTION Classical Laguerre polynomials are the main subject of a very extensive (:) literature. If we denote by [Ln (x)]n0 the sequence of monic Laguerre polynomials, their crucial property is the following orthogonality condition + (:) (:) (:) (:) (:) : &x (Ln , Lm )L = Ln (x) L m (x) x e dx=kn $n, m , (1.1) |0 where m, n # N, kn{0 and the parameter : satisfies the condition &1<: in order to assure the convergence of the integrals. For the monic classical Laguerre polynomials, an explicit representation is well known (see Szego [5, p. 102]): n j (:) n (&1) n+: j Ln (x)=(&1) n! : x , n0, (1.2) j j! \n&j+ =0 a where ( b) is the generalized binomial coefficient a 1(a+1) = .
    [Show full text]
  • Arxiv:2008.08079V2 [Math.FA] 29 Dec 2020 Hypergroups Is Not Required)
    HARMONIC ANALYSIS OF LITTLE q-LEGENDRE POLYNOMIALS STEFAN KAHLER Abstract. Many classes of orthogonal polynomials satisfy a specific linearization prop- erty giving rise to a polynomial hypergroup structure, which offers an elegant and fruitful link to harmonic and functional analysis. From the opposite point of view, this allows regarding certain Banach algebras as L1-algebras, associated with underlying orthogonal polynomials or with the corresponding orthogonalization measures. The individual be- havior strongly depends on these underlying polynomials. We study the little q-Legendre polynomials, which are orthogonal with respect to a discrete measure. Their L1-algebras have been known to be not amenable but to satisfy some weaker properties like right character amenability. We will show that the L1-algebras associated with the little q- Legendre polynomials share the property that every element can be approximated by linear combinations of idempotents. This particularly implies that these L1-algebras are weakly amenable (i. e., every bounded derivation into the dual module is an inner deriva- tion), which is known to be shared by any L1-algebra of a locally compact group. As a crucial tool, we establish certain uniform boundedness properties of the characters. Our strategy relies on continued fractions, character estimations and asymptotic behavior. 1. Introduction 1.1. Motivation. One of the most famous results of mathematics, the ‘Banach–Tarski paradox’, states that any ball in d ≥ 3 dimensions can be split into a finite number of pieces in such a way that these pieces can be reassembled into two balls of the original size. It is also well-known that there is no analogue for d 2 f1; 2g, and the Banach–Tarski paradox heavily relies on the axiom of choice [37].
    [Show full text]
  • Orthogonal Polynomials and Cubature Formulae on Spheres and on Balls∗
    SIAM J. MATH. ANAL. c 1998 Society for Industrial and Applied Mathematics Vol. 29, No. 3, pp. 779{793, May 1998 015 ORTHOGONAL POLYNOMIALS AND CUBATURE FORMULAE ON SPHERES AND ON BALLS∗ YUAN XUy Abstract. Orthogonal polynomials on the unit sphere in Rd+1 and on the unit ball in Rd are shown to be closely related to each other for symmetric weight functions. Furthermore, it is shown that a large class of cubature formulae on the unit sphere can be derived from those on the unit ball and vice versa. The results provide a new approach to study orthogonal polynomials and cubature formulae on spheres. Key words. orthogonal polynomials in several variables, on spheres, on balls, spherical har- monics, cubature formulae AMS subject classifications. 33C50, 33C55, 65D32 PII. S0036141096307357 1. Introduction. We are interested in orthogonal polynomials in several vari- ables with emphasis on those orthogonal with respect to a given measure on the unit sphere Sd in Rd+1. In contrast to orthogonal polynomials with respect to measures defined on the unit ball Bd in Rd, there have been relatively few studies on the struc- ture of orthogonal polynomials on Sd beyond the ordinary spherical harmonics which are orthogonal with respect to the surface (Lebesgue) measure (cf. [2, 3, 4, 5, 6, 8]). The classical theory of spherical harmonics is primarily based on the fact that the ordinary harmonics satisfy the Laplace equation. Recently Dunkl (cf. [2, 3, 4, 5] and the references therein) opened a way to study orthogonal polynomials on the spheres with respect to measures invariant under a finite reflection group by developing a theory of spherical harmonics analogous to the classical one.
    [Show full text]
  • Shifted Jacobi Polynomials and Delannoy Numbers
    SHIFTED JACOBI POLYNOMIALS AND DELANNOY NUMBERS GABOR´ HETYEI A` la m´emoire de Pierre Leroux Abstract. We express a weigthed generalization of the Delannoy numbers in terms of shifted Jacobi polynomials. A specialization of our formulas extends a relation between the central Delannoy numbers and Legendre polynomials, observed over 50 years ago [8], [13], [14], to all Delannoy numbers and certain Jacobi polynomials. Another specializa- tion provides a weighted lattice path enumeration model for shifted Jacobi polynomials and allows the presentation of a combinatorial, non-inductive proof of the orthogonality of Jacobi polynomials with natural number parameters. The proof relates the orthogo- nality of these polynomials to the orthogonality of (generalized) Laguerre polynomials, as they arise in the theory of rook polynomials. We also find finite orthogonal polynomial sequences of Jacobi polynomials with negative integer parameters and expressions for a weighted generalization of the Schr¨odernumbers in terms of the Jacobi polynomials. Introduction It has been noted more than fifty years ago [8], [13], [14] that the diagonal entries of the Delannoy array (dm,n), introduced by Henri Delannoy [5], and the Legendre polynomials Pn(x) satisfy the equality (1) dn,n = Pn(3), but this relation was mostly considered a “coincidence”. An important observation of our present work is that (1) can be extended to (α,0) (2) dn+α,n = Pn (3) for all α ∈ Z such that α ≥ −n, (α,0) where Pn (x) is the Jacobi polynomial with parameters (α, 0). This observation in itself is a strong indication that the interaction between Jacobi polynomials (generalizing Le- gendre polynomials) and the Delannoy numbers is more than a mere coincidence.
    [Show full text]
  • Algorithms for Classical Orthogonal Polynomials
    Konrad-Zuse-Zentrum für Informationstechnik Berlin Takustr. 7, D-14195 Berlin - Dahlem Wolfram Ko epf Dieter Schmersau Algorithms for Classical Orthogonal Polynomials at Berlin Fachb ereich Mathematik und Informatik der Freien Universit Preprint SC Septemb er Algorithms for Classical Orthogonal Polynomials Wolfram Ko epf Dieter Schmersau koepfzibde Abstract In this article explicit formulas for the recurrence equation p x A x B p x C p x n+1 n n n n n1 and the derivative rules 0 x p x p x p x p x n n+1 n n n n1 n and 0 p x p x x p x x n n n n1 n n resp ectively which are valid for the orthogonal p olynomial solutions p x of the dierential n equation 00 0 x y x x y x y x n of hyp ergeometric typ e are develop ed that dep end only on the co ecients x and x which themselves are p olynomials wrt x of degrees not larger than and resp ectively Partial solutions of this problem had b een previously published by Tricomi and recently by Yanez Dehesa and Nikiforov Our formulas yield an algorithm with which it can b e decided whether a given holonomic recur rence equation ie one with p olynomial co ecients generates a family of classical orthogonal p olynomials and returns the corresp onding data density function interval including the stan dardization data in the armative case In a similar way explicit formulas for the co ecients of the recurrence equation and the dierence rule x rp x p x p x p x n n n+1 n n n n1 of the classical orthogonal p olynomials of a discrete variable are given that dep end only
    [Show full text]