Trigonometric Polynomial Approximation the Discrete Fourier Transform Trigonometric Least Squares Solution

Total Page:16

File Type:pdf, Size:1020Kb

Trigonometric Polynomial Approximation the Discrete Fourier Transform Trigonometric Least Squares Solution Trigonometric Polynomial Approximation The Discrete Fourier Transform Trigonometric Least Squares Solution Numerical Analysis and Computing Lecture Notes #14 — Approximation Theory — Trigonometric Polynomial Approximation Joe Mahaffy, [email protected] Department of Mathematics Dynamical Systems Group Computational Sciences Research Center San Diego State University San Diego, CA 92182-7720 http://www-rohan.sdsu.edu/∼jmahaffy Spring 2010 Joe Mahaffy, [email protected] Trig. Polynomial Approx. — (1/22) Trigonometric Polynomial Approximation The Discrete Fourier Transform Trigonometric Least Squares Solution Outline 1 Trigonometric Polynomial Approximation Introduction Fourier Series 2 The Discrete Fourier Transform Introduction Discrete Orthogonality of the Basis Functions 3 Trigonometric Least Squares Solution Expressions Examples Joe Mahaffy, [email protected] Trig. Polynomial Approx. — (2/22) Trigonometric Polynomial Approximation Introduction The Discrete Fourier Transform Fourier Series Trigonometric Least Squares Solution Trigonometric Polynomials: A Very Brief History ∞ ∞ P(x)= an cos(nx)+ i an sin(nx) n=0 n=0 1750s Jean Le Rond d’Alembert used finite sums of sin and cos to study vibrations of a string. 17xx Use adopted by Leonhard Euler (leading mathematician at the time). 17xx Daniel Bernoulli advocates use of infinite (as above) sums of sin and cos. 18xx Jean Baptiste Joseph Fourier used these infinite series to study heat flow. Developed theory. Joe Mahaffy, [email protected] Trig. Polynomial Approx. — (3/22) Trigonometric Polynomial Approximation Introduction The Discrete Fourier Transform Fourier Series Trigonometric Least Squares Solution Fourier Series: First Observations For each positive integer n, the set of functions {Φ0, Φ1,..., Φ2n−1}, where 1 Φ0(x) = 2 Φk (x) = cos(kx), k = 1,..., n Φn+k (x) = sin(kx), k = 1,..., n − 1 is an Orthogonal set on the interval [−π, π] with respect to the weight function w(x)=1. Joe Mahaffy, [email protected] Trig. Polynomial Approx. — (4/22) Trigonometric Polynomial Approximation Introduction The Discrete Fourier Transform Fourier Series Trigonometric Least Squares Solution Orthogonality Orthogonality follows from the fact that integrals over [−π, π] of cos(kx) and sin(kx) are zero (except cos(0)), and products can be rewritten as sums: cos(θ − θ ) − cos(θ + θ ) sin θ sin θ = 1 2 1 2 1 2 2 cos(θ1 − θ2) + cos(θ1 + θ2) cos θ1 cos θ2 = 2 sin(θ − θ ) + sin(θ + θ ) 1 2 1 2 sin θ1 cos θ2 = . 2 Let Tn be the set of all linear combinations of the functions {Φ0, Φ1,..., Φ2n−1}; this is the set of trigonometric polynomials of degree ≤ n. Joe Mahaffy, [email protected] Trig. Polynomial Approx. — (5/22) Trigonometric Polynomial Approximation Introduction The Discrete Fourier Transform Fourier Series Trigonometric Least Squares Solution The Fourier Series, S(x) For f ∈ C[−π, π], we seek the continuous least squares approximation by functions in Tn of the form − a n 1 S (x) = 0 + a cos(nx) + (a cos(kx) + b sin(kx)) , n 2 n k k k=1 where, thanks to orthogonality 1 π 1 π ak = f (x) cos(kx) dx, bk = f (x) sin(kx) dx. π −π π −π Definition (Fourier Series) The limit S(x) = lim Sn(x) n→∞ is called the Fourier Series of f . Joe Mahaffy, [email protected] Trig. Polynomial Approx. — (6/22) Trigonometric Polynomial Approximation Introduction The Discrete Fourier Transform Fourier Series Trigonometric Least Squares Solution Example: Approximating f (x)= |x| on [−π, π] 1 of 2 First we note that f (x) and cos(kx) are even functions on [−π, π] and sin(kx) are odd functions on [−π, π]. Hence, 1 π 2 π a0 = |x| dx = x dx = π. π −π π 0 Joe Mahaffy, [email protected] Trig. Polynomial Approx. — (7/22) Trigonometric Polynomial Approximation Introduction The Discrete Fourier Transform Fourier Series Trigonometric Least Squares Solution Example: Approximating f (x)= |x| on [−π, π] 1 of 2 First we note that f (x) and cos(kx) are even functions on [−π, π] and sin(kx) are odd functions on [−π, π]. Hence, 1 π 2 π a0 = |x| dx = x dx = π. π −π π 0 1 π 2 π ak = |x| cos(kx) dx = x cos(kx) dx π −π π 0 2 sin(kx) π 2 π = x − 1 · sin(kx) dx k k π 0 π 0 0 2 2 = [cos( kπ) − cos(0)] = (−1)k − 1 . k2 k2 π π Joe Mahaffy, [email protected] Trig. Polynomial Approx. — (7/22) Trigonometric Polynomial Approximation Introduction The Discrete Fourier Transform Fourier Series Trigonometric Least Squares Solution Example: Approximating f (x)= |x| on [−π, π] 1 of 2 First we note that f (x) and cos(kx) are even functions on [−π, π] and sin(kx) are odd functions on [−π, π]. Hence, 1 π 2 π a0 = |x| dx = x dx = π. π −π π 0 1 π 2 π ak = |x| cos(kx) dx = x cos(kx) dx π −π π 0 2 sin(kx) π 2 π = x − 1 · sin(kx) dx k k π 0 π 0 0 2 2 = [cos( kπ) − cos(0)] = (−1)k − 1 . k2 k2 π π 1 π bk = |x| sin(kx) dx = 0. π −π even × odd = odd. Joe Mahaffy, [email protected] Trig. Polynomial Approx. — (7/22) Trigonometric Polynomial Approximation Introduction The Discrete Fourier Transform Fourier Series Trigonometric Least Squares Solution Example: Approximating f (x)= |x| on [−π, π] 2 of 2 n π 2 (−1)k − 1 We can write down Sn(x)= + cos(kx) 2 π k2 k=1 4 f(x) S0(x) 3 2 1 0 -2 0 2 Joe Mahaffy, [email protected] Trig. Polynomial Approx. — (8/22) Trigonometric Polynomial Approximation Introduction The Discrete Fourier Transform Fourier Series Trigonometric Least Squares Solution Example: Approximating f (x)= |x| on [−π, π] 2 of 2 n π 2 (−1)k − 1 We can write down Sn(x)= + cos(kx) 2 π k2 k=1 4 f(x) S1(x) 3 2 1 0 -2 0 2 Joe Mahaffy, [email protected] Trig. Polynomial Approx. — (8/22) Trigonometric Polynomial Approximation Introduction The Discrete Fourier Transform Fourier Series Trigonometric Least Squares Solution Example: Approximating f (x)= |x| on [−π, π] 2 of 2 n π 2 (−1)k − 1 We can write down Sn(x)= + cos(kx) 2 π k2 k=1 4 f(x) S3(x) 3 2 1 0 -2 0 2 Joe Mahaffy, [email protected] Trig. Polynomial Approx. — (8/22) Trigonometric Polynomial Approximation Introduction The Discrete Fourier Transform Fourier Series Trigonometric Least Squares Solution Example: Approximating f (x)= |x| on [−π, π] 2 of 2 n π 2 (−1)k − 1 We can write down Sn(x)= + cos(kx) 2 π k2 k=1 4 f(x) S5(x) 3 2 1 0 -2 0 2 Joe Mahaffy, [email protected] Trig. Polynomial Approx. — (8/22) Trigonometric Polynomial Approximation Introduction The Discrete Fourier Transform Fourier Series Trigonometric Least Squares Solution Example: Approximating f (x)= |x| on [−π, π] 2 of 2 n π 2 (−1)k − 1 We can write down Sn(x)= + cos(kx) 2 π k2 k=1 4 f(x) S7(x) 3 2 1 0 -2 0 2 Joe Mahaffy, [email protected] Trig. Polynomial Approx. — (8/22) Trigonometric Polynomial Approximation Introduction The Discrete Fourier Transform Fourier Series Trigonometric Least Squares Solution Example: Approximating f (x)= |x| on [−π, π] 2 of 2 n π 2 (−1)k − 1 We can write down Sn(x)= + cos(kx) 2 π k2 k=1 4 f(x) S0(x) S1(x) 3 S3(x) S5(x) S7(x) 2 1 0 -2 0 2 Joe Mahaffy, [email protected] Trig. Polynomial Approx. — (8/22) Trigonometric Polynomial Approximation Introduction The Discrete Fourier Transform Discrete Orthogonality of the Basis Functions Trigonometric Least Squares Solution The Discrete Fourier Transform: Introduction The discrete Fourier transform, a.k.a. the finite Fourier transform, is a transform on samples of a function. It, and its “cousins,” are the most widely used mathematical transforms; applications include: Signal Processing Image Processing Audio Processing Data compression A tool for partial differential equations etc... Joe Mahaffy, [email protected] Trig. Polynomial Approx. — (9/22) Trigonometric Polynomial Approximation Introduction The Discrete Fourier Transform Discrete Orthogonality of the Basis Functions Trigonometric Least Squares Solution The Discrete Fourier Transform Suppose we have 2m data points, (xj , fj ), where jπ x = −π + , and f = f (x ), j = 0, 1,..., 2m − 1. j m j j The discrete least squares fit of a trigonometric polynomial Sn(x) ∈ Tn minimizes 2m−1 2 E(Sn)= [Sn(xj ) − fj ] . j=0 Joe Mahaffy, [email protected] Trig. Polynomial Approx. — (10/22) Trigonometric Polynomial Approximation Introduction The Discrete Fourier Transform Discrete Orthogonality of the Basis Functions Trigonometric Least Squares Solution Orthogonality of the Basis Functions? We know that the basis functions 1 Φ0(x) = 2 Φk (x) = cos(kx), k = 1,..., n Φn+k (x) = sin(kx), k = 1,..., n − 1 are orthogonal with respect to integration over the interval. The Big Question: Are they orthogonal in the discrete case? Is the following true: 2m−1 Φk (xj )Φl (xj )= αk δk,l ??? j=0 Joe Mahaffy, [email protected] Trig. Polynomial Approx. — (11/22) Trigonometric Polynomial Approximation Introduction The Discrete Fourier Transform Discrete Orthogonality of the Basis Functions Trigonometric Least Squares Solution Orthogonality of the Basis Functions! (A Lemma)... Lemma If the integer r is not a multiple of 2m, then 2m−1 2m−1 cos(rxj )= sin(rxj ) = 0. j=0 j=0 Moreover, if r is not a multiple of m, then 2m−1 2m−1 2 2 [cos(rxj )] = [sin(rxj )] = m.
Recommended publications
  • Construction of Determinantal Representation of Trigonometric Polynomials ∗ Mao-Ting Chien A, ,1, Hiroshi Nakazato B
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Elsevier - Publisher Connector Linear Algebra and its Applications 435 (2011) 1277–1284 Contents lists available at ScienceDirect Linear Algebra and its Applications journal homepage: www.elsevier.com/locate/laa Construction of determinantal representation of trigonometric polynomials ∗ Mao-Ting Chien a, ,1, Hiroshi Nakazato b a Department of Mathematics, Soochow University, Taipei 11102, Taiwan b Department of Mathematical Sciences, Faculty of Science and Technology, Hirosaki University, Hirosaki 036-8561, Japan ARTICLE INFO ABSTRACT Article history: For a pair of n × n Hermitian matrices H and K, a real ternary homo- Received 6 December 2010 geneous polynomial defined by F(t, x, y) = det(tIn + xH + yK) is Accepted 10 March 2011 hyperbolic with respect to (1, 0, 0). The Fiedler conjecture (or Lax Available online 2 April 2011 conjecture) is recently affirmed, namely, for any real ternary hyper- SubmittedbyR.A.Brualdi bolic polynomial F(t, x, y), there exist real symmetric matrices S1 and S such that F(t, x, y) = det(tI + xS + yS ).Inthispaper,we AMS classification: 2 n 1 2 42A05 give a constructive proof of the existence of symmetric matrices for 14Q05 the ternary forms associated with trigonometric polynomials. 15A60 © 2011 Elsevier Inc. All rights reserved. Keywords: Hyperbolic polynomial Bezoutian matrix Trigonometric polynomial Numerical range 1. Introduction Let p(x) = p(x1, x2,...,xm) be a real homogeneous polynomial of degree n. The polynomial p(x) is called hyperbolic with respect to a real vector e = (e1, e2,...,em) if p(e) = 0, and for all vectors w ∈ Rm linearly independent of e, the univariate polynomial t → p(w − te) has all real roots.
    [Show full text]
  • 7: Inner Products, Fourier Series, Convolution
    7: FOURIER SERIES STEVEN HEILMAN Contents 1. Review 1 2. Introduction 1 3. Periodic Functions 2 4. Inner Products on Periodic Functions 3 5. Trigonometric Polynomials 5 6. Periodic Convolutions 7 7. Fourier Inversion and Plancherel Theorems 10 8. Appendix: Notation 13 1. Review Exercise 1.1. Let (X; h·; ·i) be a (real or complex) inner product space. Define k·k : X ! [0; 1) by kxk := phx; xi. Then (X; k·k) is a normed linear space. Consequently, if we define d: X × X ! [0; 1) by d(x; y) := ph(x − y); (x − y)i, then (X; d) is a metric space. Exercise 1.2 (Cauchy-Schwarz Inequality). Let (X; h·; ·i) be a complex inner product space. Let x; y 2 X. Then jhx; yij ≤ hx; xi1=2hy; yi1=2: Exercise 1.3. Let (X; h·; ·i) be a complex inner product space. Let x; y 2 X. As usual, let kxk := phx; xi. Prove Pythagoras's theorem: if hx; yi = 0, then kx + yk2 = kxk2 + kyk2. 1 Theorem 1.4 (Weierstrass M-test). Let (X; d) be a metric space and let (fj)j=1 be a sequence of bounded real-valued continuous functions on X such that the series (of real num- P1 P1 bers) j=1 kfjk1 is absolutely convergent. Then the series j=1 fj converges uniformly to some continuous function f : X ! R. 2. Introduction A general problem in analysis is to approximate a general function by a series that is relatively easy to describe. With the Weierstrass Approximation theorem, we saw that it is possible to achieve this goal by approximating compactly supported continuous functions by polynomials.
    [Show full text]
  • Trigonometric Interpolation and Quadrature in Perturbed Points∗
    SIAM J. NUMER.ANAL. c 2017 Society for Industrial and Applied Mathematics Vol. 55, No. 5, pp. 2113{2122 TRIGONOMETRIC INTERPOLATION AND QUADRATURE IN PERTURBED POINTS∗ ANTHONY P. AUSTINy AND LLOYD N. TREFETHENz Abstract. The trigonometric interpolants to a periodic function f in equispaced points converge if f is Dini-continuous, and the associated quadrature formula, the trapezoidal rule, converges if f is continuous. What if the points are perturbed? With equispaced grid spacing h, let each point be perturbed by an arbitrary amount ≤ αh, where α 2 [0; 1=2) is a fixed constant. The Kadec 1/4 theorem of sampling theory suggests there may be trouble for α ≥ 1=4. We show that convergence of both the interpolants and the quadrature estimates is guaranteed for all α < 1=2 if f is twice continuously differentiable, with the convergence rate depending on the smoothness of f. More precisely, it is enough for f to have 4α derivatives in a certain sense, and we conjecture that 2α derivatives are enough. Connections with the Fej´er{Kalm´artheorem are discussed. Key words. trigonometric interpolation, quadrature, Lebesgue constant, Kadec 1/4 theorem, Fej´er–Kalm´artheorem, sampling theory AMS subject classifications. 42A15, 65D32, 94A20 DOI. 10.1137/16M1107760 1. Introduction and summary of results. The basic question of robustness of mathematical algorithms is \What happens if the data are perturbed?" Yet little literature exists on the effect on interpolants, or on quadratures, of perturbing the interpolation points. The questions addressed in this paper arise in two almost equivalent settings: in- terpolation by algebraic polynomials (e.g., in Gauss or Chebyshev points) and periodic interpolation by trigonometric polynomials (e.g., in equispaced points).
    [Show full text]
  • Extremal Positive Trigonometric Polynomials Dimitar K
    APPROXIMATION THEORY: A volume dedicated to Blagovest Sendov 2002, 1-24 Extremal Positive Trigonometric Polynomials Dimitar K. Dimitrov ∗ In this paper we review various results about nonnegative trigono- metric polynomials. The emphasis is on their applications in Fourier Series, Approximation Theory, Function Theory and Number The- ory. 1. Introduction There are various reasons for the interest in the problem of constructing nonnegative trigonometric polynomials. Among them are: Ces`aromeans and Gibbs’ phenomenon of the the Fourier series, approximation theory, univalent functions and polynomials, positive Jacobi polynomial sums, or- thogonal polynomials on the unit circle, zero-free regions for the Riemann zeta-function, just to mention a few. In this paper we summarize some of the recent results on nonnegative trigonometric polynomials. Needless to say, we shall not be able to cover all the results and applications. Because of that this short review represents our personal taste. We restrict ourselves to the results and problems we find interesting and challenging. One of the earliest examples of nonnegative trigonometric series is the Poisson kernel ∞ X 1 − ρ2 1 + 2 ρk cos kθ = , −1 < ρ < 1, (1.1) 1 − 2ρ cos θ + ρ2 k=1 which, as it was pointed out by Askey and Gasper [8], was also found but not published by Gauss [30]. The problem of constructing nonnegative trigonometric polynomials was inspired by the development of the theory ∗Research supported by the Brazilian science foundation FAPESP under Grant No. 97/06280-0 and CNPq under Grant No. 300645/95-3 2 Positive Trigonometric Polynomials of Fourier series and by the efforts for giving a simple proof of the Prime Number Theorem.
    [Show full text]
  • Stepanov and Weyl Almost Periodic Functions on Locally Compact
    STEPANOV AND WEYL ALMOST PERIODICITY IN LOCALLY COMPACT ABELIAN GROUPS TIMO SPINDELER Abstract. We study Stepanov and Weyl almost periodic functions on locally compact Abelian groups, which naturally appear in the theory of aperiodic order. 1. Introduction Almost periodic functions are natural generalisations of periodic functions, and they ap- pear in many different areas of mathematics. They are well studied objects on the real line because they are used in boundary value problems for differential equations [13]. A system- atic treatment of these functions can be found in [5]. Also, there is a well established theory for Bohr almost periodic functions and weakly almost periodic functions on locally compact Abelian groups [6, 8]. Bohr almost periodic functions turned out to be an important tool in harmonic analysis. Firstly, they are used to study finite-dimensional representations of locally compact Abelian groups [7, Ch. 16.2]. Secondly, they describe those autocorrelations which give rise to a pure point diffraction measure; more on that below. However, recent progress in the study of aperiodic order and dynamical systems [10, 11, 18] makes it clear that we also need to aim at a better understanding of Stepanov and Weyl almost periodic functions on locally compact Abelian groups. Let us be more precise. Meyer sets and cut and project sets are important tools in the study of aperiodic order, since they are used to model quasicrystals. If µ denotes a translation bounded measure (e.g. the Dirac comb of a Meyer set), then the diffraction measure γµ, which −1 is the Fourier transform of the autocorrelation γµ := limn An (µ A µ A ), indicates →∞ | | | n ∗ | n how (dis)ordered the system that µ models is [1]; note that (An)n∈N is a suitable averagingc sequence.
    [Show full text]
  • Numerical Methods I Trigonometric Polynomials and the FFT
    Numerical Methods I Trigonometric Polynomials and the FFT Aleksandar Donev Courant Institute, NYU1 [email protected] 1MATH-GA 2011.003 / CSCI-GA 2945.003, Fall 2014 Nov 13th, 2014 A. Donev (Courant Institute) Lecture X 11/2014 1 / 41 Outline 1 Trigonometric Orthogonal Polynomials 2 Fast Fourier Transform 3 Applications of FFT 4 Wavelets 5 Conclusions A. Donev (Courant Institute) Lecture X 11/2014 2 / 41 Trigonometric Orthogonal Polynomials Periodic Functions Consider now interpolating / approximating periodic functions defined on the interval I = [0; 2π]: 8x f (x + 2π) = f (x); as appear in practice when analyzing signals (e.g., sound/image processing). Also consider only the space of complex-valued square-integrable 2 functions L2π, Z 2π 2 2 2 8f 2 Lw :(f ; f ) = kf k = jf (x)j dx < 1: 0 Polynomial functions are not periodic and thus basis sets based on orthogonal polynomials are not appropriate. Instead, consider sines and cosines as a basis function, combined together into complex exponential functions ikx φk (x) = e = cos(kx) + i sin(kx); k = 0; ±1; ±2;::: A. Donev (Courant Institute) Lecture X 11/2014 3 / 41 Trigonometric Orthogonal Polynomials Fourier Basis ikx φk (x) = e ; k = 0; ±1; ±2;::: It is easy to see that these are orhogonal with respect to the continuous dot product Z 2π Z 2π ? (φj ; φk ) = φj (x)φk (x)dx = exp [i(j − k)x] dx = 2πδij x=0 0 The complex exponentials can be shown to form a complete 2 trigonometric polynomial basis for the space L2π, i.e., 1 2 X ^ ikx 8f 2 L2π : f (x) = fk e ; k=−∞ where the Fourier coefficients can be computed for any frequency or wavenumber k using: Z 2π (f ; φk ) 1 −ikx f^k = = : f (x)e dx: 2π 2π 0 A.
    [Show full text]
  • FOURIER ANALYSIS 1. the Best Approximation Onto Trigonometric
    FOURIER ANALYSIS ERIK LØW AND RAGNAR WINTHER 1. The best approximation onto trigonometric polynomials Before we start the discussion of Fourier series we will review some basic results on inner–product spaces and orthogonal projections mostly presented in Section 4.6 of [1]. 1.1. Inner–product spaces. Let V be an inner–product space. As usual we let u, v denote the inner–product of u and v. The corre- sponding normh isi given by v = v, v . k k h i A basic relation between the inner–productp and the norm in an inner– product space is the Cauchy–Scwarz inequality. It simply states that the absolute value of the inner–product of u and v is bounded by the product of the corresponding norms, i.e. (1.1) u, v u v . |h i|≤k kk k An outline of a proof of this fundamental inequality, when V = Rn and is the standard Eucledian norm, is given in Exercise 24 of Section 2.7k·k of [1]. We will give a proof in the general case at the end of this section. Let W be an n dimensional subspace of V and let P : V W be the corresponding projection operator, i.e. if v V then w∗ =7→P v W is the element in W which is closest to v. In other∈ words, ∈ v w∗ v w for all w W. k − k≤k − k ∈ It follows from Theorem 12 of Chapter 4 of [1] that w∗ is characterized by the conditions (1.2) v P v, w = v w∗, w =0 forall w W.
    [Show full text]
  • Structure of Fourier Exponents of Almost Periodic Functions and Periodicity of Almost Periodic Functions
    Mathematica Bohemica Alexandr Fischer Structure of Fourier exponents of almost periodic functions and periodicity of almost periodic functions Mathematica Bohemica, Vol. 121 (1996), No. 3, 249–262 Persistent URL: http://dml.cz/dmlcz/125993 Terms of use: © Institute of Mathematics AS CR, 1996 Institute of Mathematics of the Czech Academy of Sciences provides access to digitized documents strictly for personal use. Each copy of any part of this document must contain these Terms of use. This document has been digitized, optimized for electronic delivery and stamped with digital signature within the project DML-CZ: The Czech Digital Mathematics Library http://dml.cz 121 (1996) MATHEMATICA BOHEMICA No. 3, 249-262 STRUCTURE OF FOURIER EXPONENTS OF ALMOST PERIODIC FUNCTIONS AND PERIODICITY OF ALMOST PERIODIC FUNCTIONS ALEXANDR FISCHER, Praha (Received October 12, 1993) Summary. The paper deals with almost periodic functions which are limits of sequences of continuous periodic functions, and determines the structure of their Fourier exponents and their ranges. It is shown that the class CP(&) of continuous periodic functions is not densely distributed in the space AP(Sf). Keywords: almost periodicity (Bohr), Fourier coefficient, Fourier exponent, Bochner transformation AMS classification: 42A75 1. INTRODUCTION 1.1. Preliminaries. Oscillating motions enjoy a privileged position in many technical as well as theoretical domains. The central role is played here by peri­ odic motions represented by periodic functions. Unfortunately, the class of periodic functions is not linear since the sum of two periodic functions, which do not have a non-zero period in common, gives rise to a non-periodic function. This lack of linearity is circumvented by introducing almost periodic functions.
    [Show full text]
  • Inner Product Spaces
    Part VI Inner Product Spaces 475 Section 27 The Dot Product in Rn Focus Questions By the end of this section, you should be able to give precise and thorough answers to the questions listed below. You may want to keep these questions in mind to focus your thoughts as you complete the section. What is the dot product of two vectors? Under what conditions is the dot • product defined? How do we find the angle between two nonzero vectors in Rn? • How does the dot product tell us if two vectors are orthogonal? • How do we define the length of a vector in any dimension and how can the • dot product be used to calculate the length? How do we define the distance between two vectors? • What is the orthogonal projection of a vector u in the direction of the vector • v and how do we find it? What is the orthogonal complement of a subspace W of Rn? • Application: Hidden Figures in Computer Graphics In video games, the speed at which a computer can render changing graphics views is vitally im- portant. To increase a computer’s ability to render a scene, programs often try to identify those parts of the images a viewer could see and those parts the viewer could not see. For example, in a scene involving buildings, the viewer could not see any images blocked by a solid building. In the mathematical world, this can be visualized by graphing surfaces. In Figure 27.1 we see a crude image of a house made up of small polygons (this is how programs generally represent surfaces).
    [Show full text]
  • Trigonometric Interpolation
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Elsevier - Publisher Connector JOURNAL OF hL4THERIATICXL XN.XLYSIS .+ND APPLICXTIOKS 28, 652-659 (1969) Trigonometric Interpolation Department of Mathematics, University of Florida, Gainesville, Florida, 32601 Submitted by S. Ulam 1 It is well known that in Hermite interpolation [4] certain consecutive derivatives of the interpolating polynomial are required to agree with pre- scribed values at the nodes of interpolation. In 1906 G. D. Birkhoff [3] con- sidered most general interpolation problem where consecutive derivatives of the interpolation polynomial is not necessarily prescribed. Using special cases of Birkhoff interpolation G. Polya [9] and H. Poritsky [lo] obtained approximate solution to certain differential equation. Remarking on this paper of Birkhoff, J. Suranyi and P. Turin [ 141 mentioned that the paper is so general that one can not expect better formulae than those of Hermite, one can not even see from this paper the new feature of this general interpolation, viz for each n by the suitable choice of the xi’s and the indices of the prescribed derivatives the problem can be solvable or can have infinity of solution. On this account in a series of papers [l, 2, 141 TurPn and his associates have initiated the problem of (0, 2) interpolation when the values and second derivatives of the interpolatory polynomials are prescribed on the zeros of z&) = (1 - x’) P;-,(X), Z’n&) d eno t es the Legendre polynomial of degree < n - 1. On these abscissas the problem of (0, .M) interpolation when M > 2 is not known and seems to be difficult.
    [Show full text]
  • Highly Effective Stable Evaluation of Bandlimited Functions on the Sphere
    HIGHLY EFFECTIVE STABLE EVALUATION OF BANDLIMITED FUNCTIONS ON THE SPHERE KAMEN IVANOV AND PENCHO PETRUSHEV Abstract. An algorithm for fast and accurate evaluation of band-limited functions at many scattered points on the unit 2-d sphere is developed. The algorithm is based on trigonometric representation of spherical harmonics in spherical coordinates and highly localized tensor-product trigonometric kernels (needlets). It is simple, fast, local, memory efficient, numerically stable and with guaranteed accuracy. Comparison of this algorithm with other existing algorithms in the literature is also presented. 1. Introduction The fast and accurate evaluation of band limited functions on the sphere is important for many areas such as Geodesy and Geomagnetism. In this article the band limited functions on the 2-d sphere S2 will be termed spherical polynomials and we are interested in developing an algorithm for efficient evaluation of high degree (> 2000) spherical polynomials at many (millions) scattered locations on S2. Our requirements on the algorithm are to be fast, simple, local, numerically stable, and memory efficient with the emphasis on its speed and stability. A natural standard approach to evaluation of a spherical polynomial given by its coefficients in the standard basis is to (i) compute the values of the polynomial at regular grid points on S2, and (ii) use these to evaluate the polynomial at arbitrary points on S2. We shall utilize this approach in the present paper. Regular grid points on S2 will be points which are equally spaced with respect to their spherical coordinates (θ; λ). This kind of grid points have the obvious drawback that they concentrate around the poles, but this is fully compensated by the possibility of applying fast Fourier methods.
    [Show full text]
  • Vector Spaces of Functions
    Part 2 Vector spaces of functions part:vector-spaces The main goal for this part of the course is to establish a framework where we can treat functions in the same way that we treated vectors in the multivariable course. To do this, we first introduce the idea of a vector space, a generalization of the Euclidean space Rn. While there are many interesting examples of vector spaces, we focus primarily on collections of functions. We show how many features of the Euclidean space Rn can be generalized to these other vector spaces. CHAPTER 5 Introduction to vector spaces 5.1. Vector spaces From our multivariable calculus course, we know many things we can do with vectors. The most basic properties of vectors in Euclidean space is that they can be scaled and can be added. This motivates the following definition. A collection V DefineRealVectorSpace of mathematical objects is called a real vector space if (1) for any two items v1 and v2 in V the sum v1 + v2 is also in V, (2) for any item v in V and real number ↵ the rescaled item ↵v is also in V, and if all the “usual rules” (associativity, commutativity, distributive property, etc.) hold true; see Exercise 5.1. Here are some examples. E 5.1. The collection of vectors in Rn forms a real vector space. E 5.2. The collection of all polynomials p(x) such that p(1) = 0 forms a vector space. To see this, notice that if p1 and p2 are such polynomials, then p(x) = p1(x)+p2(x) is also a polynomial such that p(1) = 0.
    [Show full text]