Chapter 6. Legendre and Bessel Functions

Size: px
Start display at page:

Download "Chapter 6. Legendre and Bessel Functions"

Transcription

1 Chapter 6 Legendre and Bessel Functions Legendre's Equation Legendre's Equation (order n): legendre d K y''k y'c n n C y = : is an important ode in applied mathematics When n is a non-negative integer, this ode has a polynomial solution of degree n, usually denoted P n, called the n th order Legendre polynomial Maple denotes it as LegendreP n, dsolve legendre = y = _C LegendreP n, C _C LegendreQ n, After loading the orthopoly pacage: with orthopoly : we can enter P n, for the n th Legendre polynomial For eample, P 3, = 3 K 3 In addition to interesting symmetry properties: plot P n, $ n =, =K = K K K K The first 6 Legendre polynomials on the interval K, the Legendre polynomials have the following orthogonality property: K P m, P n, d = n C d mn, where d mn is the Kronecer delta, d mn = if m s n and d nn = The following matri confirms this property for the first 6 Legendre polynomials Matri 6, 6, m, n / K Legendre-Fourier Approimations P m, P n, d = 3 9 The orthogonality property of the family P n, n = allows us to approimate any piecewise smooth function f on the interval K % % with linear combinations of Legendre polynomials For eample, let f d piecewise!,k, : 3 page 3

2 plot f, =K = 3 K K Define an d n C K f P n, d : and form LF, d >n an P n, = : This is called the th Legendre-Fourier Approimation for the function f For eample, the = 6 approimation is a 6th degree polynomial LF 6, = C 39 6 C K 8 3 K C C plot f, LF 6,, =K = K K And here is the = approimation, a degree polynomial (too long to show here) plot f, LF,, =K = 8 3 K K The approimations get better and better as increases because the coefficients are eactly the ones that minimize the square of the area between the graph of the function f and the graph of the approimation LF,, on the interval K, Bessel's Equation Bessel's Equation (order n): bessel d y''c y'c K n y = : is another important ode in applied mathematics Bessel's equation has independent solutions J n, R and Y n, O Maple writes these as BesselJ n, and BesselY n, Both are defined by infinite series dsolve bessel = y = _C BesselJ n, C _C BesselY n, Dividing Bessel's equation by yields y''c y'c K n y =, which loos lie a mass-spring system with damping that decreases toward and a spring constant that increases toward We can anticipate oscillating solutions, and that's eactly what we get with both J n and Y n plot BesselJ n, $ n =, =, caption = "Si Bessel functions of the first ind" page 33

3 8 6 4 K K Si Bessel functions of the first ind The functions J n are called Bessel functions of the first ind The functions Y n are called Bessel functions of the second ind Their graphs are similar ecept for the fact that each Y n is unbounded at the origin rendering it less useful in applications plot BesselY n, $ n =, =,K 6, caption = "Si Bessel functions of the second ind" K K K K Si Bessel functions of the second ind Orthogonality Bessel functions of the first ind generate families of functions that are orthogonal with respect to on the interval, For eample, consider the first zeros of J displayed below plot BesselJ,, = 33, ticmars =, caption = "The first zeros of BesselJ(,)" 6 K The first zeros of Bessel(,) The values of the zeros can be obtained using a procedure named BesselJZeros See the net entry where we assign the name z to the sequence containing the first zeros of J z d evalf BesselJZeros, 4488, 8, 86393, 93444, 4939, 8639, 63663, 4343, , Here is the third one z 3 = 86393, chec it on the graph above ow these functions BesselJ, z, =, are orthogonal on, with respect to the weight function w = The first are plotted below plot BesselJ, z $ =, =, caption = "Five functions orthogonal on [,] with respect to w() = " K4 Five functions orthogonal on [,] with respect to w() = page 34 ()

4 The following matri calculation confirms the orthogonality for these functions M d Matri,, m, n / $BesselJ, z m BesselJ, z n d : evalf %, K K K K46 - K493 - K6-368 K K36 - K8 - K44-3 K K8-3 () Observe that all of the off-diagonal entries in this matri are digit approimations to Bessel-Fourier Approimations The orthogonality property of the family J z n, with respect to on,, allows us to n = approimate any piecewise smooth function f on the interval % % with linear combinations of Bessel functions of the first ind of order For eample, consider a modified form of the function we used to illustrate Legendre-Fourier approimations f d piecewise!,, K : plot f, = = Define an d M n, n $f $ BesselJ, z n d : and BF, d >n an BesselJ, z n : = This is called the th Bessel-Fourier Approimation for the function f The = approimation, which is a linear combination of Bessel functions is shown below, followed by the = approimation 6 plot f, BF,, = = plot f, BF,, = = Once more, the approimations get better and better as increases because the coefficients are eactly the ones that minimize the square of the weighted area between the graph of the function f and the graph of the approimation BF, page 3

5 Chapter 6 Procedures Math Entry (Eample) Typical Application Calculation Legendre Polynomials The importance of Legendre polynomials derives from two facts Legendre's equation arises often in Physics and Engineering applications These polynomials can be used to easily obtain approimations to piecewise smooth functions on any finite interval a, b One only has to translate a, b to K, via T = b K a $ K m where m = a C b / is the midpoint of a, b For eample, suppose we wish to approimate this function g d piecewise!,k, plot g, = K K : 3 4 Let T d K / : and define Q n, d P n, T : This yields Legendre polynomials translated to the interval, plot Q n, $n =, = K K 3 4 Legendre polynomials on, The matri calculation on the right indicates that, while orthogonality is preserved, Q n, d = n C Matri 4, 4, m, n / Q m, Q n, d 3 The n th diagonal entry is Let an d n C 9 n C g Q n, d : and LF, d n > an Q n, : We get this 6th = degree Legendre-Fourier approimation plot g, LF 6,, = K 3 4 Bessel Functions The importance of Bessel functions also derives from two facts Bessel's equation and odes that are closely related to it come up over and over again in Physics and Engineering models Bessel functions of the first ind can be used to obtain approimations to piecewise smooth functions on any finite interval of the form, b To approimate the function g with Bessel functions of the first ind of order use the family at the top of the panel on the right J z n n = Here z n is the nth positive zero of J plot BesselJ,, = K3 z d evalf BesselJZeros, 6 : The 3rd one: z 3 = The first 4 functions in the orthogonal family are defined below and plotted on the right F n, d BesselJ, z n : plot F n, $n = 4, = ow let M d an d K3 3 4 ' $ F n, d ' $ n = 6 : M n $g F n, d : BF, d > an F n, : and approimate n = plot g, BF 6,, = K 3 4 page 36

Example 1: What do you know about the graph of the function

Example 1: What do you know about the graph of the function Section 1.5 Analyzing of Functions In this section, we ll look briefly at four types of functions: polynomial functions, rational functions, eponential functions and logarithmic functions. Eample 1: What

More information

Bessel s and legendre s equations

Bessel s and legendre s equations Chapter 12 Bessel s and legendre s equations 12.1 Introduction Many linear differential equations having variable coefficients cannot be solved by usual methods and we need to employ series solution method

More information

Linear Equations in Linear Algebra

Linear Equations in Linear Algebra 1 Linear Equations in Linear Algebra 1.1 SYSTEMS OF LINEAR EQUATIONS LINEAR EQUATION,, 1 n A linear equation in the variables equation that can be written in the form a a a b 1 1 2 2 n n a a is an where

More information

Polynomials. p n (x) = a n x n + a n 1 x n 1 + a 1 x + a 0, where

Polynomials. p n (x) = a n x n + a n 1 x n 1 + a 1 x + a 0, where Polynomials Polynomials Evaluation of polynomials involve only arithmetic operations, which can be done on today s digital computers. We consider polynomials with real coefficients and real variable. p

More information

Statistical Geometry Processing Winter Semester 2011/2012

Statistical Geometry Processing Winter Semester 2011/2012 Statistical Geometry Processing Winter Semester 2011/2012 Linear Algebra, Function Spaces & Inverse Problems Vector and Function Spaces 3 Vectors vectors are arrows in space classically: 2 or 3 dim. Euclidian

More information

TEACHER NOTES MATH NSPIRED

TEACHER NOTES MATH NSPIRED Math Objectives Students will produce various graphs of Taylor polynomials. Students will discover how the accuracy of a Taylor polynomial is associated with the degree of the Taylor polynomial. Students

More information

Relevant self-assessment exercises: [LIST SELF-ASSESSMENT EXERCISES HERE]

Relevant self-assessment exercises: [LIST SELF-ASSESSMENT EXERCISES HERE] Chapter 5 Fourier Analysis of Finite Difference Methods In this lecture, we determine the stability of PDE discretizations using Fourier analysis. First, we begin with Fourier analysis of PDE s, and then

More information

Lecture 4: Series expansions with Special functions

Lecture 4: Series expansions with Special functions Lecture 4: Series expansions with Special functions 1. Key points 1. Legedre polynomials (Legendre functions) 2. Hermite polynomials(hermite functions) 3. Laguerre polynomials (Laguerre functions) Other

More information

C/CS/Phys C191 Grover s Quantum Search Algorithm 11/06/07 Fall 2007 Lecture 21

C/CS/Phys C191 Grover s Quantum Search Algorithm 11/06/07 Fall 2007 Lecture 21 C/CS/Phys C191 Grover s Quantum Search Algorithm 11/06/07 Fall 2007 Lecture 21 1 Readings Benenti et al, Ch 310 Stolze and Suter, Quantum Computing, Ch 84 ielsen and Chuang, Quantum Computation and Quantum

More information

Math 2412 Activity 1(Due by EOC Sep. 17)

Math 2412 Activity 1(Due by EOC Sep. 17) Math 4 Activity (Due by EOC Sep. 7) Determine whether each relation is a unction.(indicate why or why not.) Find the domain and range o each relation.. 4,5, 6,7, 8,8. 5,6, 5,7, 6,6, 6,7 Determine whether

More information

Appendices ( ) ( ) Appendix A: Equations and Inequalities 13. ( ) 1. Solve the equation 2x+ 7 = x + 8= x + 15.

Appendices ( ) ( ) Appendix A: Equations and Inequalities 13. ( ) 1. Solve the equation 2x+ 7 = x + 8= x + 15. Appendices Appendi A: Equations and Inequalities. Solve the equation + = + = + = + = + = = 8 Moreover, replacing with 8 in + = yields a true statement. Therefore, the given statement is true.. The equations

More information

Y m = y n e 2πi(m 1)(n 1)/N (1) Y m e 2πi(m 1)(n 1)/N (2) m=1

Y m = y n e 2πi(m 1)(n 1)/N (1) Y m e 2πi(m 1)(n 1)/N (2) m=1 The Discrete Fourier Transform (Bretherton notes): 1 Definition Let y n, n = 1,..., N be a sequence of N possibly comple values. The discrete Fourier transform () of this sequence is the sequence Y m,

More information

F (x) is an antiderivative of f(x) if F (x) = f(x). Lets find an antiderivative of f(x) = x. We know that d. Any ideas?

F (x) is an antiderivative of f(x) if F (x) = f(x). Lets find an antiderivative of f(x) = x. We know that d. Any ideas? Math 24 - Calculus for Management and Social Science Antiderivatives and the Indefinite Integral: Notes So far we have studied the slope of a curve at a point and its applications. This is one of the fundamental

More information

α x x 0 α x x f(x) α x x α x ( 1) f(x) x f(x) x f(x) α x = α x x 2

α x x 0 α x x f(x) α x x α x ( 1) f(x) x f(x) x f(x) α x = α x x 2 Quadratic speedup for unstructured search - Grover s Al- CS 94- gorithm /8/07 Spring 007 Lecture 11 01 Unstructured Search Here s the problem: You are given an efficient boolean function f : {1,,} {0,1},

More information

( 7, 3) means x = 7 and y = 3. ( 7, 3) works in both equations so. Section 5 1: Solving a System of Linear Equations by Graphing

( 7, 3) means x = 7 and y = 3. ( 7, 3) works in both equations so. Section 5 1: Solving a System of Linear Equations by Graphing Section 5 : Solving a Sstem of Linear Equations b Graphing What is a sstem of Linear Equations? A sstem of linear equations is a list of two or more linear equations that each represents the graph of a

More information

Geometric Modeling Summer Semester 2010 Mathematical Tools (1)

Geometric Modeling Summer Semester 2010 Mathematical Tools (1) Geometric Modeling Summer Semester 2010 Mathematical Tools (1) Recap: Linear Algebra Today... Topics: Mathematical Background Linear algebra Analysis & differential geometry Numerical techniques Geometric

More information

Math 180, Exam 2, Spring 2013 Problem 1 Solution

Math 180, Exam 2, Spring 2013 Problem 1 Solution Math 80, Eam, Spring 0 Problem Solution. Find the derivative of each function below. You do not need to simplify your answers. (a) tan ( + cos ) (b) / (logarithmic differentiation may be useful) (c) +

More information

Introduction to Limits

Introduction to Limits MATH 136 Introduction to Limits Given a function y = f (x), we wish to describe the behavior of the function as the variable x approaches a particular value a. We should be as specific as possible in describing

More information

THS Step By Step Calculus Chapter 1

THS Step By Step Calculus Chapter 1 Name: Class Period: Throughout this packet there will be blanks you are epected to fill in prior to coming to class. This packet follows your Larson Tetbook. Do NOT throw away! Keep in 3 ring binder until

More information

COUNCIL ROCK HIGH SCHOOL MATHEMATICS. A Note Guideline of Algebraic Concepts. Designed to assist students in A Summer Review of Algebra

COUNCIL ROCK HIGH SCHOOL MATHEMATICS. A Note Guideline of Algebraic Concepts. Designed to assist students in A Summer Review of Algebra COUNCIL ROCK HIGH SCHOOL MATHEMATICS A Note Guideline of Algebraic Concepts Designed to assist students in A Summer Review of Algebra [A teacher prepared compilation of the 7 Algebraic concepts deemed

More information

9.8 APPLICATIONS OF TAYLOR SERIES EXPLORATORY EXERCISES. Using Taylor Polynomials to Approximate a Sine Value EXAMPLE 8.1

9.8 APPLICATIONS OF TAYLOR SERIES EXPLORATORY EXERCISES. Using Taylor Polynomials to Approximate a Sine Value EXAMPLE 8.1 9-75 SECTION 9.8.. Applications of Taylor Series 677 and f 0) miles/min 3. Predict the location of the plane at time t min. 5. Suppose that an astronaut is at 0, 0) and the moon is represented by a circle

More information

A Propagating Wave Packet The Group Velocity

A Propagating Wave Packet The Group Velocity Lecture 7 A Propagating Wave Pacet The Group Velocity Phys 375 Overview and Motivation: Last time we looed at a solution to the Schrödinger equation (SE) with an initial condition (,) that corresponds

More information

When combining power functions into a single polynomial function, there are a few new features we like to look for, such as

When combining power functions into a single polynomial function, there are a few new features we like to look for, such as Section 1.2 Characteristics of Polynomial Functions In section 1.1 we explored Power Functions, a single piece of a polynomial function. This modelling method works perfectly for simple real world problems

More information

Numerical Integration (Quadrature) Another application for our interpolation tools!

Numerical Integration (Quadrature) Another application for our interpolation tools! Numerical Integration (Quadrature) Another application for our interpolation tools! Integration: Area under a curve Curve = data or function Integrating data Finite number of data points spacing specified

More information

Math 1324 Review 2(answers) x y 2z R R R

Math 1324 Review 2(answers) x y 2z R R R Math Review (answers). Solve the following system using Gauss-Jordan Elimination. y z 6 6 0 5 R R R R R R z 5 y z 6 0 0 0 0 0 0 R R R 0 5 0 0 0 0 0 0 z t Infinitely many solutions given by y 5t where t

More information

Solution to Review Problems for Midterm #1

Solution to Review Problems for Midterm #1 Solution to Review Problems for Midterm # Midterm I: Wednesday, September in class Topics:.,.3 and.-.6 (ecept.3) Office hours before the eam: Monday - and 4-6 p.m., Tuesday - pm and 4-6 pm at UH 080B)

More information

LECTURE 7. Least Squares and Variants. Optimization Models EE 127 / EE 227AT. Outline. Least Squares. Notes. Notes. Notes. Notes.

LECTURE 7. Least Squares and Variants. Optimization Models EE 127 / EE 227AT. Outline. Least Squares. Notes. Notes. Notes. Notes. Optimization Models EE 127 / EE 227AT Laurent El Ghaoui EECS department UC Berkeley Spring 2015 Sp 15 1 / 23 LECTURE 7 Least Squares and Variants If others would but reflect on mathematical truths as deeply

More information

Fourier Analysis Fourier Series C H A P T E R 1 1

Fourier Analysis Fourier Series C H A P T E R 1 1 C H A P T E R Fourier Analysis 474 This chapter on Fourier analysis covers three broad areas: Fourier series in Secs...4, more general orthonormal series called Sturm iouville epansions in Secs..5 and.6

More information

Homework 5 - Solutions

Homework 5 - Solutions Spring Math 54 Homework 5 - Solutions BF 3.4.4. d. The spline interpolation routine below produces the following coefficients: i a i b i c i d i -..869948.75637848.656598 -.5.9589.487644.9847639.887.9863.34456976.489747

More information

ENGI 9420 Lecture Notes 1 - ODEs Page 1.01

ENGI 9420 Lecture Notes 1 - ODEs Page 1.01 ENGI 940 Lecture Notes - ODEs Page.0. Ordinary Differential Equations An equation involving a function of one independent variable and the derivative(s) of that function is an ordinary differential equation

More information

1 GROUPS MEASURE SYMMETRY

1 GROUPS MEASURE SYMMETRY y 1 GROUPS MEASURE SYMMETRY Consider a square in the xy-plane with its center at the origin and its sides parallel to the x and y-axes (Figure 1). y -1---+--+--x Figure 1 There are eight transformations

More information

Math 116 Practice for Exam 3

Math 116 Practice for Exam 3 Math 6 Practice for Eam 3 Generated December, 6 Name: SOLUTIONS Instructor: Section Number:. This eam has 6 questions. Note that the problems are not of equal difficulty, so you may want to skip over and

More information

MA10103: Foundation Mathematics I. Lecture Notes Week 1

MA10103: Foundation Mathematics I. Lecture Notes Week 1 MA00: Foundation Mathematics I Lecture Notes Week Numbers The naturals are the nonnegative whole numbers, i.e., 0,,,, 4,.... The set of naturals is denoted by N. Warning: Sometimes only the positive integers

More information

a) i b) ii c) iii d) i and ii e) ii and iii a) b) c) d) e)

a) i b) ii c) iii d) i and ii e) ii and iii a) b) c) d) e) Math Field Day 07 Page Suppose the graph of a line has a negative y intercept and a positive intercept If the slope is given by m, which of the following could be true? i m > 0 ii m < 0 iii m = 0 a) i

More information

Math 1314 Lesson 1: Prerequisites

Math 1314 Lesson 1: Prerequisites Math 131 Lesson 1: Prerequisites Prerequisites are topics you should have mastered before you enter this class. Because of the emphasis on technology in this course, there are few skills which you will

More information

Fourier-Bessel series

Fourier-Bessel series Bessel Series 2.nb Fourier-Bessel series Orthogonality of J 0 Bessel functions This is what the J 0 Bessel function looks like. Plot#BesselJ#0, x', x, 0, 5' - 2 4 6 8 0 2 4 - We see there are zeros of

More information

y + α x s y + β x t y = 0,

y + α x s y + β x t y = 0, 80 Chapter 5. Series Solutions of Second Order Linear Equations. Consider the differential equation y + α s y + β t y = 0, (i) where α = 0andβ = 0 are real numbers, and s and t are positive integers that

More information

FOURIER SERIES, TRANSFORMS, AND BOUNDARY VALUE PROBLEMS

FOURIER SERIES, TRANSFORMS, AND BOUNDARY VALUE PROBLEMS fc FOURIER SERIES, TRANSFORMS, AND BOUNDARY VALUE PROBLEMS Second Edition J. RAY HANNA Professor Emeritus University of Wyoming Laramie, Wyoming JOHN H. ROWLAND Department of Mathematics and Department

More information

Chapter 2 Analysis of Graphs of Functions

Chapter 2 Analysis of Graphs of Functions Chapter Analysis of Graphs of Functions Chapter Analysis of Graphs of Functions Covered in this Chapter:.1 Graphs of Basic Functions and their Domain and Range. Odd, Even Functions, and their Symmetry..

More information

Scientific Computing: An Introductory Survey

Scientific Computing: An Introductory Survey Scientific Computing: An Introductory Survey Chapter 12 Prof. Michael T. Heath Department of Computer Science University of Illinois at Urbana-Champaign Copyright c 2002. Reproduction permitted for noncommercial,

More information

y x is symmetric with respect to which of the following?

y x is symmetric with respect to which of the following? AP Calculus Summer Assignment Name: Note: Unless otherwise specified, the domain of a function f is assumed to be the set of all real numbers for which f () is a real number. Part : Multiple Choice Solve

More information

Ch 6.4: Differential Equations with Discontinuous Forcing Functions

Ch 6.4: Differential Equations with Discontinuous Forcing Functions Ch 6.4: Differential Equations with Discontinuous Forcing Functions! In this section focus on examples of nonhomogeneous initial value problems in which the forcing function is discontinuous. Example 1:

More information

Math 2414 Activity 1 (Due by end of class Jan. 26) Precalculus Problems: 3,0 and are tangent to the parabola axis. Find the other line.

Math 2414 Activity 1 (Due by end of class Jan. 26) Precalculus Problems: 3,0 and are tangent to the parabola axis. Find the other line. Math Activity (Due by end of class Jan. 6) Precalculus Problems: 3, and are tangent to the parabola ais. Find the other line.. One of the two lines that pass through y is the - {Hint: For a line through

More information

Steady and unsteady diffusion

Steady and unsteady diffusion Chapter 5 Steady and unsteady diffusion In this chapter, we solve the diffusion and forced convection equations, in which it is necessary to evaluate the temperature or concentration fields when the velocity

More information

Functions with orthogonal Hessian

Functions with orthogonal Hessian Functions with orthogonal Hessian B. Dacorogna P. Marcellini E. Paolini Abstract A Dirichlet problem for orthogonal Hessians in two dimensions is eplicitly solved, by characterizing all piecewise C 2 functions

More information

f(s) e -i n π s/l d s

f(s) e -i n π s/l d s Pointwise convergence of complex Fourier series Let f(x) be a periodic function with period l defined on the interval [,l]. The complex Fourier coefficients of f( x) are This leads to a Fourier series

More information

H. L. Atkins* NASA Langley Research Center. Hampton, VA either limiters or added dissipation when applied to

H. L. Atkins* NASA Langley Research Center. Hampton, VA either limiters or added dissipation when applied to Local Analysis of Shock Capturing Using Discontinuous Galerkin Methodology H. L. Atkins* NASA Langley Research Center Hampton, A 68- Abstract The compact form of the discontinuous Galerkin method allows

More information

Graphs of Basic Polynomial Functions

Graphs of Basic Polynomial Functions Section 1 2A: Graphs of Basic Polynomial Functions The are nine Basic Functions that we learn to graph in this chapter. The pages that follow this page will show how several values can be put into the

More information

2 3 x = 6 4. (x 1) 6

2 3 x = 6 4. (x 1) 6 Solutions to Math 201 Final Eam from spring 2007 p. 1 of 16 (some of these problem solutions are out of order, in the interest of saving paper) 1. given equation: 1 2 ( 1) 1 3 = 4 both sides 6: 6 1 1 (

More information

18.303: Introduction to Green s functions and operator inverses

18.303: Introduction to Green s functions and operator inverses 8.33: Introduction to Green s functions and operator inverses S. G. Johnson October 9, 2 Abstract In analogy with the inverse A of a matri A, we try to construct an analogous inverse  of differential

More information

M 340L CS Homework Set 1

M 340L CS Homework Set 1 M 340L CS Homework Set 1 Solve each system in Problems 1 6 by using elementary row operations on the equations or on the augmented matri. Follow the systematic elimination procedure described in Lay, Section

More information

Mathematics Numbers: Absolute Value of Functions I

Mathematics Numbers: Absolute Value of Functions I a place of mind F A C U L T Y O F E D U C A T I O N Department of Curriculum and Pedagogy Mathematics Numbers: Absolute Value of Functions I Science and Mathematics Education Research Group Supported by

More information

Discrete-time models and control

Discrete-time models and control Discrete-time models and control Silvano Balemi University of Applied Sciences of Southern Switzerland Zürich, 2009-2010 Discrete-time signals 1 Step response of a sampled system Sample and hold 2 Sampling

More information

Math 2414 Activity 1 (Due by end of class July 23) Precalculus Problems: 3,0 and are tangent to the parabola axis. Find the other line.

Math 2414 Activity 1 (Due by end of class July 23) Precalculus Problems: 3,0 and are tangent to the parabola axis. Find the other line. Math 44 Activity (Due by end of class July 3) Precalculus Problems: 3, and are tangent to the parabola ais. Find the other line.. One of the two lines that pass through y is the - {Hint: For a line through

More information

ALLEN PARK HIGH SCHOOL Second Semester Review

ALLEN PARK HIGH SCHOOL Second Semester Review Algebra Semester Review Spring 0 ALLEN PARK HIGH SCHOOL Second Semester Review Algebra Spring 0 Algebra Semester Review Spring 0 Select the best answer for all questions. For questions through use the

More information

1 Solutions in cylindrical coordinates: Bessel functions

1 Solutions in cylindrical coordinates: Bessel functions 1 Solutions in cylindrical coordinates: Bessel functions 1.1 Bessel functions Bessel functions arise as solutions of potential problems in cylindrical coordinates. Laplace s equation in cylindrical coordinates

More information

Lesson 28: Euler-Maclaurin Series and Fourier Series

Lesson 28: Euler-Maclaurin Series and Fourier Series Lesson 28: Euler-Maclaurin Series and Fourier Series restart; Sum of a slowly convergent series The Euler-Maclaurin formula says that an anti-difference for the function, i.e. a function such that, is

More information

0.1. Linear transformations

0.1. Linear transformations Suggestions for midterm review #3 The repetitoria are usually not complete; I am merely bringing up the points that many people didn t now on the recitations Linear transformations The following mostly

More information

Last lecture: linear combinations and spanning sets. Let X = {x 1, x 2,..., x k } be a set of vectors in a vector

Last lecture: linear combinations and spanning sets. Let X = {x 1, x 2,..., x k } be a set of vectors in a vector Last lecture: linear combinations and spanning sets Let X = { k } be a set of vectors in a vector space V A linear combination of k is any vector of the form r + r + + r k k V for r + r + + r k k for scalars

More information

MATH 311 Topics in Applied Mathematics Lecture 25: Bessel functions (continued).

MATH 311 Topics in Applied Mathematics Lecture 25: Bessel functions (continued). MATH 311 Topics in Applied Mathematics Lecture 25: Bessel functions (continued). Bessel s differential equation of order m 0: z 2 d2 f dz 2 + z df dz + (z2 m 2 )f = 0 The equation is considered on the

More information

Eigenvalues for Triangular Matrices. ENGI 7825: Linear Algebra Review Finding Eigenvalues and Diagonalization

Eigenvalues for Triangular Matrices. ENGI 7825: Linear Algebra Review Finding Eigenvalues and Diagonalization Eigenvalues for Triangular Matrices ENGI 78: Linear Algebra Review Finding Eigenvalues and Diagonalization Adapted from Notes Developed by Martin Scharlemann June 7, 04 The eigenvalues for a triangular

More information

Matrices and Systems of Equations

Matrices and Systems of Equations M CHAPTER 3 3 4 3 F 2 2 4 C 4 4 Matrices and Systems of Equations Probably the most important problem in mathematics is that of solving a system of linear equations. Well over 75 percent of all mathematical

More information

2 Generating Functions

2 Generating Functions 2 Generating Functions In this part of the course, we re going to introduce algebraic methods for counting and proving combinatorial identities. This is often greatly advantageous over the method of finding

More information

Chapter 6. Nonlinear Equations. 6.1 The Problem of Nonlinear Root-finding. 6.2 Rate of Convergence

Chapter 6. Nonlinear Equations. 6.1 The Problem of Nonlinear Root-finding. 6.2 Rate of Convergence Chapter 6 Nonlinear Equations 6. The Problem of Nonlinear Root-finding In this module we consider the problem of using numerical techniques to find the roots of nonlinear equations, f () =. Initially we

More information

Review of Linear Systems Theory

Review of Linear Systems Theory Review of Linear Systems Theory The following is a (very) brief review of linear systems theory, convolution, and Fourier analysis. I work primarily with discrete signals, but each result developed in

More information

APPM 1360 Final Exam Spring 2016

APPM 1360 Final Exam Spring 2016 APPM 36 Final Eam Spring 6. 8 points) State whether each of the following quantities converge or diverge. Eplain your reasoning. a) The sequence a, a, a 3,... where a n ln8n) lnn + ) n!) b) ln d c) arctan

More information

Math-2 Lesson 2-4. Radicals

Math-2 Lesson 2-4. Radicals Math- Lesson - Radicals = What number is equivalent to the square root of? Square both sides of the equation ( ) ( ) = = = is an equivalent statement to = 1.7 1.71 1.70 1.701 1.7008... There is no equivalent

More information

Bragg waveguides. Leaky modes 1D Bragg reflector waveguides

Bragg waveguides. Leaky modes 1D Bragg reflector waveguides Outline Bragg waveguides These are covered etensively in Nanophotonics. Let s look closely at the nature of the modes that are common to all such structures. Leaky modes 1D Bragg reflector waveguides 142

More information

Taylor Series and Asymptotic Expansions

Taylor Series and Asymptotic Expansions Taylor Series and Asymptotic Epansions The importance of power series as a convenient representation, as an approimation tool, as a tool for solving differential equations and so on, is pretty obvious.

More information

Electromagnetism HW 1 math review

Electromagnetism HW 1 math review Electromagnetism HW math review Problems -5 due Mon 7th Sep, 6- due Mon 4th Sep Exercise. The Levi-Civita symbol, ɛ ijk, also known as the completely antisymmetric rank-3 tensor, has the following properties:

More information

PROBLEMS In each of Problems 1 through 12:

PROBLEMS In each of Problems 1 through 12: 6.5 Impulse Functions 33 which is the formal solution of the given problem. It is also possible to write y in the form 0, t < 5, y = 5 e (t 5/ sin 5 (t 5, t 5. ( The graph of Eq. ( is shown in Figure 6.5.3.

More information

Exam 3 Review Sheet Math 2070

Exam 3 Review Sheet Math 2070 The syllabus for Exam 3 is Sections 3.6, 5.1 to 5.3, 5.5, 5.6, and 6.1 to 6.4. You should review the assigned exercises in these sections. Following is a brief list (not necessarily complete) of terms,

More information

SECTION 4-3 Approximating Real Zeros of Polynomials Polynomial and Rational Functions

SECTION 4-3 Approximating Real Zeros of Polynomials Polynomial and Rational Functions Polynomial and Rational Functions 79. P() 9 9 8. P() 6 6 8 7 8 8. The solutions to the equation are all the cube roots of. (A) How many cube roots of are there? (B) is obviously a cube root of ; find all

More information

Pure Core 2. Revision Notes

Pure Core 2. Revision Notes Pure Core Revision Notes June 06 Pure Core Algebra... Polynomials... Factorising... Standard results... Long division... Remainder theorem... 4 Factor theorem... 5 Choosing a suitable factor... 6 Cubic

More information

ME201/MTH281ME400/CHE400 Convergence of Bessel Expansions

ME201/MTH281ME400/CHE400 Convergence of Bessel Expansions ME201/MTH281ME400/CHE400 Convergence of Bessel Expansions 1. Introduction This notebook provides a general framework for the construction and visualization of partial sums of Fourier-Bessel series. The

More information

On an Eigenvalue Problem Involving Legendre Functions by Nicholas J. Rose North Carolina State University

On an Eigenvalue Problem Involving Legendre Functions by Nicholas J. Rose North Carolina State University On an Eigenvalue Problem Involving Legendre Functions by Nicholas J. Rose North Carolina State University njrose@math.ncsu.edu 1. INTRODUCTION. The classical eigenvalue problem for the Legendre Polynomials

More information

Solutions: Problem Set 3 Math 201B, Winter 2007

Solutions: Problem Set 3 Math 201B, Winter 2007 Solutions: Problem Set 3 Math 201B, Winter 2007 Problem 1. Prove that an infinite-dimensional Hilbert space is a separable metric space if and only if it has a countable orthonormal basis. Solution. If

More information

Sparsity. The implication is that we would like to find ways to increase efficiency of LU decomposition.

Sparsity. The implication is that we would like to find ways to increase efficiency of LU decomposition. Sparsity. Introduction We saw in previous notes that the very common problem, to solve for the n vector in A b ( when n is very large, is done without inverting the n n matri A, using LU decomposition.

More information

Wed Jan Improved Euler and Runge Kutta. Announcements: Warm-up Exercise:

Wed Jan Improved Euler and Runge Kutta. Announcements: Warm-up Exercise: Wed Jan 31 2.5-2.6 Improved Euler and Runge Kutta. Announcements: Warm-up Eercise: 2.5-2.6 Improved Euler and Runge Kutta In more complicated differential equations it is a very serious issue to find relatively

More information

A Wavelet-based Method for Overcoming the Gibbs Phenomenon

A Wavelet-based Method for Overcoming the Gibbs Phenomenon AMERICAN CONFERENCE ON APPLIED MATHEMATICS (MATH '08), Harvard, Massachusetts, USA, March 4-6, 008 A Wavelet-based Method for Overcoming the Gibbs Phenomenon NATANIEL GREENE Department of Mathematics Computer

More information

Lecture 22 Appendix B (More on Legendre Polynomials and Associated Legendre functions)

Lecture 22 Appendix B (More on Legendre Polynomials and Associated Legendre functions) Lecture Appendix B (More on Legendre Polynomials and Associated Legendre functions) Ex.7: Let's use Mathematica to solve the equation and then verify orthogonality. First In[]:= Out[]= DSolve y'' x n^y

More information

STA 414/2104, Spring 2014, Practice Problem Set #1

STA 414/2104, Spring 2014, Practice Problem Set #1 STA 44/4, Spring 4, Practice Problem Set # Note: these problems are not for credit, and not to be handed in Question : Consider a classification problem in which there are two real-valued inputs, and,

More information

Lecture 12 Eigenvalue Problem. Review of Eigenvalues Some properties Power method Shift method Inverse power method Deflation QR Method

Lecture 12 Eigenvalue Problem. Review of Eigenvalues Some properties Power method Shift method Inverse power method Deflation QR Method Lecture Eigenvalue Problem Review of Eigenvalues Some properties Power method Shift method Inverse power method Deflation QR Method Eigenvalue Eigenvalue ( A I) If det( A I) (trivial solution) To obtain

More information

Notes on Special Functions

Notes on Special Functions Spring 25 1 Notes on Special Functions Francis J. Narcowich Department of Mathematics Texas A&M University College Station, TX 77843-3368 Introduction These notes are for our classes on special functions.

More information

Elimination Method Streamlined

Elimination Method Streamlined Elimination Method Streamlined There is a more streamlined version of elimination method where we do not have to write all of the steps in such an elaborate way. We use matrices. The system of n equations

More information

DISSECTIONS OF p : q RECTANGLES

DISSECTIONS OF p : q RECTANGLES MATHEMATICS OF COMPUTATION Volume 65, Number 214 April 1996, Pages 771 778 DISSECTIONS OF p : q RECTANGLES CHARLES H. JEPSEN Abstract. We determine all simple perfect dissections of p : q rectangles into

More information

Fourier transform of tempered distributions

Fourier transform of tempered distributions Fourier transform of tempered distributions 1 Test functions and distributions As we have seen before, many functions are not classical in the sense that they cannot be evaluated at any point. For eample,

More information

Recurrence Relations and Fast Algorithms

Recurrence Relations and Fast Algorithms Recurrence Relations and Fast Algorithms Mark Tygert Research Report YALEU/DCS/RR-343 December 29, 2005 Abstract We construct fast algorithms for decomposing into and reconstructing from linear combinations

More information

Limits and Their Properties

Limits and Their Properties Chapter 1 Limits and Their Properties Course Number Section 1.1 A Preview of Calculus Objective: In this lesson you learned how calculus compares with precalculus. I. What is Calculus? (Pages 42 44) Calculus

More information

Linear Equations in Linear Algebra

Linear Equations in Linear Algebra 1 Linear Equations in Linear Algera 1.4 THE MATRIX EQUATION A MATRIX EQUATION A mn Definition: If A is an matri, with columns a 1,, a n, and if is in R n, then the product of A and, denoted y A, is the

More information

King Fahd University of Petroleum and Minerals Prep-Year Math Program Math Term 161 Recitation (R1, R2)

King Fahd University of Petroleum and Minerals Prep-Year Math Program Math Term 161 Recitation (R1, R2) Math 001 - Term 161 Recitation (R1, R) Question 1: How many rational and irrational numbers are possible between 0 and 1? (a) 1 (b) Finite (c) 0 (d) Infinite (e) Question : A will contain how many elements

More information

Poisson summation and convergence of Fourier series. 1. Poisson summation

Poisson summation and convergence of Fourier series. 1. Poisson summation (August 29, 213) Poisson summation and convergence of Fourier series Paul Garrett garrett@math.umn.edu http://www.math.umn.edu/ garrett/ [This document is http://www.math.umn.edu/ garrett/m/mfms/notes

More information

Multidimensional partitions of unity and Gaussian terrains

Multidimensional partitions of unity and Gaussian terrains and Gaussian terrains Richard A. Bale, Jeff P. Grossman, Gary F. Margrave, and Michael P. Lamoureu ABSTRACT Partitions of unity play an important rôle as amplitude-preserving windows for nonstationary

More information

Lesson 4.1 Exercises, pages

Lesson 4.1 Exercises, pages Lesson 4.1 Eercises, pages 57 61 When approimating answers, round to the nearest tenth. A 4. Identify the y-intercept of the graph of each quadratic function. a) y = - 1 + 5-1 b) y = 3-14 + 5 Use mental

More information

A Note on the Differential Equations with Distributional Coefficients

A Note on the Differential Equations with Distributional Coefficients MATEMATIKA, 24, Jilid 2, Bil. 2, hlm. 115 124 c Jabatan Matematik, UTM. A Note on the Differential Equations with Distributional Coefficients Adem Kilicman Department of Mathematics, Institute for Mathematical

More information

Solving Boundary Value Problems with Homotopy Continuation

Solving Boundary Value Problems with Homotopy Continuation Solving Boundary Value Problems with Homotopy Continuation Gene Allgower Colorado State University Andrew Sommese University of Notre Dame Dan Bates University of Notre Dame Charles Wampler GM Research

More information

Precalculus Notes: Functions. Skill: Solve problems using the algebra of functions.

Precalculus Notes: Functions. Skill: Solve problems using the algebra of functions. Skill: Solve problems using the algebra of functions. Modeling a Function: Numerical (data table) Algebraic (equation) Graphical Using Numerical Values: Look for a common difference. If the first difference

More information

Graphs of Polynomials: Polynomial functions of degree 2 or higher are smooth and continuous. (No sharp corners or breaks).

Graphs of Polynomials: Polynomial functions of degree 2 or higher are smooth and continuous. (No sharp corners or breaks). Graphs of Polynomials: Polynomial functions of degree or higher are smooth and continuous. (No sharp corners or breaks). These are graphs of polynomials. These are NOT graphs of polynomials There is a

More information

Solutions to the 77th William Lowell Putnam Mathematical Competition Saturday, December 3, 2016

Solutions to the 77th William Lowell Putnam Mathematical Competition Saturday, December 3, 2016 Solutions to the 77th William Lowell Putnam Mathematical Competition Saturday December 3 6 Kiran Kedlaya and Lenny Ng A The answer is j 8 First suppose that j satisfies the given condition For p j we have

More information

Lecture 19: Ordinary Differential Equations: Special Functions

Lecture 19: Ordinary Differential Equations: Special Functions Lecture 19: Ordinary Differential Equations: Special Functions Key points Hermite differential equation: Legendre's differential equation: Bessel's differential equation: Modified Bessel differential equation:

More information