ABSTRACT MATHEMATICAL TECHNIQUES FOR THE ANALYSIS OF PARTIAL DIFFERENTIAL EQUATIONS. Kevin K. Tran. April 2018

Size: px
Start display at page:

Download "ABSTRACT MATHEMATICAL TECHNIQUES FOR THE ANALYSIS OF PARTIAL DIFFERENTIAL EQUATIONS. Kevin K. Tran. April 2018"

Transcription

1 ABSTACT MATHEMATICAL TECHNIQUES FO THE ANALYSIS OF PATIAL DIFFEENTIAL EQUATIONS by Kevin K. Tran April 2018 Chair: Dr. Gail atcliff, PhD Major Department: Mathematics This thesis explores various solution methods for partial differential equations. The heat equation, wave equation and Laplace equation are analyzed using techniques from functional analysis, Fourier series, and Fourier transforms. The analysis techniques are studied in depth and applied to the respective partial differential equations to obtain a solution for each problem.

2

3 MATHEMATICAL TECHNIQUES FO THE ANALYSIS OF PATIAL DIFFEENTIAL EQUATIONS A Thesis Presented to The Faculty of the Department of Mathematics East Carolina University In Partial Fulfillment of the equirements for the Degree Master of Arts in Mathematics by Kevin K. Tran April 2018

4 Copyright 2018, Kevin K. Tran

5 MATHEMATICAL TECHNIQUES FO THE ANALYSIS OF PATIAL DIFFEENTIAL EQUATIONS by Kevin K. Tran APPOVED BY: DIECTO OF THESIS: Dr. Gail atcliff, PhD COMMITTEE MEMBE: Dr. Chal Benson, PhD COMMITTEE MEMBE: Dr. Chris Jantzen, PhD COMMITTEE MEMBE: Dr. Njinasoa andriampiry, PhD CHAI OF THE DEPATMENT OF MATHEMATICS: DEAN OF THE GADUATE SCHOOL: Dr. Johannes Hattingh, PhD Dr. Paul Gemperline, PhD

6 ACKNOWLEDGEMENTS First off, I would like to thank Dr. Gail atcliff for all her hard work and support as my thesis advisor. Without her guidance and wisdom, I would not have been able to complete this thesis. I am grateful to Dr. Chal Benson, Dr. Chris Jantzen, and Dr. Njinasoa andriampiry for agreeing to serve on this committee. I thank the entire faculty and staff of the Mathematics Department for the education and support I received throughout my time here at ECU. Second, I would like to thank my roommate for pushing me to apply for the ECU graduate program. I thank my mentor for helping me pursue my dream as an educator. I thank my siblings and my cousins for their words of encouragement. Lastly, I would like to thank my loving parents for their unconditional love and undying support. I would not be where I am today without them.

7 TABLE OF CONTENTS 1 Introduction Functional Analysis Distributions Convolution Integration esults Fourier Series Hilbert Spaces L 2 Spaces Trigonometric Fourier Series Fourier Transform Fourier Transform Plancherel s Theorem Fourier Inversion Formula Properties of the Fourier Transform Gaussian Function Heat Equation Initial Value Problem for the Heat Equation Separation of Variables Heat Kernel Wave Equation Initial Value Problem for the Wave Equation Separation of Variables

8 6.3 Fourier Transform Method Laplace Equation Laplace Equation Properties of Harmonic Functions Polar Coordinates Fundamental Solution Poisson Kernel eferences

9 CHAPTE 1: Introduction Partial differential equations are used to model a wide range of physical problems. In order to solve partial differential equations, many techniques of analysis are employed. This thesis addresses both issues. The first half discusses various mathematical techniques essential to deriving the solutions to partial differential equations. The second half discusses three particular partial differential equations - the heat equation, wave equation, and Laplace s equation - and the problems associated with them. Our main focus is to address these problems using the mathematical techniques discussed. Chapter two introduces concepts from functional analysis that are applied in various chapters, including the delta function and convolution. The delta function is used in chapter seven to derive solutions to partial differential equations via convolution with the fundamental solution. Convolution is also used to derive solutions or validate theorems in second chapter five using the heat kernel. The chapter ends with a discussion of two convergence theorems essential to integration theory. Chapter three introduces and examines Fourier series. The context for analysis of Fourier series is Hilbert spaces, and basic results concerning Hilbert spaces are introduced. We verify the function space for Fourier series is indeed a Hilbert space by confirming completion. Afterwards, we discuss the two approaches to Fourier series, complex and trigonometric, and the advantages of each. Chapter four introduces another mathematical technique, the Fourier transform, and explores properties such as inversion and convolution. To show that the Fourier transform is an isometry, we verify Plancherel s Theorem. At the end of the chapter, we examine the Gaussian function and its properties, which are used in the proofs of Plancherel s Theorem and inversion of the Fourier transform. In the last three chapters, we show how to apply the mathematical techniques

10 2 introduced thus far. Each chapter focuses on a particular partial differential equation and identifies the mathematical techniques that can be used to solve the initial value problems associated with them. Chapter five introduces the heat equation. For its general initial value problem, we specify boundary and initial values of temperature, and what technique can be used to meet these conditions. The solution to the general initial value problem of the heat equation uses separation of variables and Fourier series. Separation of variables is used to meet the boundary conditions, while Fourier series are used to satisfy the initial temperature distribution. When the domain of an initial value problem is that of the real line, we introduce another mathematical technique specific to the heat equation, the heat kernel. Chapter six introduces the wave equation. Similar to chapter five, we use separation of variables and Fourier series to meet the boundary values and initial conditions. For an initial value problem with the real line as a domain, we derive d Alembert s formula for a general solution by applying the Fourier transform from chapter four. Chapter seven introduces the Laplace equation, both homogeneous and inhomogeneous. The solutions to the homogeneous Laplace equations are harmonic functions. We demonstrate the fundamental solution to the Laplace equation in 2. We represent the Laplace equation in polar coordinates to explore rotation symmetry. Another problem explored is the boundary value problem in the disc using the Poisson Kernel.

11 CHAPTE 2: Functional Analysis The general definitions and theorems in this chapter can be found in [6], [12], [17], and [20]. 2.1 Distributions Definition 2.1. A test function is a compactly supported smooth function. The topology on the set of test functions, denoted D = C c (), is defined so that a sequence f n f iff: 1. supp(f n ) is contained in a compact set K for all n 2. lim n f n f = 0 for all k 0 Definition 2.2. A distribution is a linear functional, i.e., a continuous linear map from D to C. The dual space D is the space of continuous linear functionals ϕ : D C. We write ϕ(f) = ϕ, f where ϕ D and f D. The weak topology on D is defined so that ϕ n ϕ iff ϕ n, f ϕ, f for all f D. Example 2.3. Let ϕ be bounded and continuous on. For f D, define ϕ, f = ϕ(x)f(x)dx. Then ϕ is a continuous linear functional on D. Definition 2.4. The delta function is actually a distribution that assigns f(0) to

12 4 the function f. We denote the delta function δ, f = δ(x)f(x)dx = f(0). Definition 2.5. We define, for an arbitrary ϕ D, ϕ, f = ϕ, f. This defines ϕ. This definition is motivated by the following: If ϕ C 1, then for f D ϕ, f = ϕ (x)f(x)dx = ϕ(x)f (x)dx = ϕ, f. Thus, for another example, δ, f = δ, f = f (0). Definition 2.6. A fundamental solution to a differential operator L is a distribution E such that L(E) = δ, where the derivatives are applied to E in the distribution sense. 2.2 Convolution Definition 2.7. If f and g are two integrable functions on, their convolution is (f g)(x) = f(x y)g(y)dy = f(y)g(x y)dy. The following properties of convolution hold:

13 5 1. Symmetry: f g = g f 2. Bilinearity: f (ag + bh) = a(f g) + b(f h) 3. Associativity: f (g h) = (f g) h 4. Delta Function: δ f = f 5. Support: If f, g D, then f g D and supp(f g) supp(f) + supp(g) Given a function ϕ and f D, define f x (y) = f(x y). Then, (ϕ f)(x) = ϕ(y)f(x y)dy = ϕ, f x. Thus we can extend convolution to distributions by defining, for ϕ D and f D, (ϕ f)(x) = ϕ, f x. For example, (δ f)(x) = δ, f x = f x (0) = f(x) Thus, δ f = f. 2.3 Integration esults Theorem 2.8. (Monotone Convergence Theorem) Let {f n } be a sequence of measurable functions on E. If {f n } is non-negative and monotone increasing, then lim f n exists and lim f n = lim f n. E E

14 6 Proof. Let f(x) = sup f n (x). Then f n f pointwise. By Fatou s Lemma, f lim inf f n. Also, f n f, so f n f. Thus lim sup f n f lim inf f n. Hence lim f n = f. Theorem 2.9. (Dominated Convergence Theorem) Let {f n } be a sequence of measurable functions on E with f n f almost everywhere on E. Suppose there is an integrable function g on E with f n g on E for all n. Then {f n } and f are integrable and f = lim f n. Proof. Suppose f n f everywhere on E. As f n g for all n, f g. Now as g is integrable, so are {f n } and f. We have f n g which implies g f n g. Thus g + f n 0 and g f n 0. Applying Fatou s Lemma to g + f n yields g + f = g + f lim inf g + f n = g + lim inf f n. E E E E E E Thus f lim inf f n. E E

15 7 Applying Fatou s Lemma to g f n yields E g E f = E g f lim inf E g f n = E g lim sup f n. E Thus Hence By definition, so E f lim sup f n. E lim sup f n f lim inf f n. E E E lim inf lim inf E E f n lim sup f n, E f n = lim sup f n = f. E E

16 CHAPTE 3: Fourier Series A solution method to the initial value problem for partial differential equations is the use of Fourier series. The general definitions and theorems in this chapter are adapted from [2], [13], [15], [17], and [22]. 3.1 Hilbert Spaces The proper setting for Fourier series is in the context of Hilbert spaces. Definition 3.1. An inner product on a complex vector space V is a map V V C, (v, w) v, w satisfying the following axioms for vectors u, v, w V and scalars c C: 1. u + v, w = u, w + v, w 2. cv, w = c v, w 3. w, v = v, w 4. v, v > 0 for v 0 Definition 3.2. A Hilbert space is a complex vector space with an inner product which is complete with respect to the norm v = v, v. Definition 3.3. Suppose V is an inner product space. Then {v 1, v 2, v 3,...} is an orthonormal system iff v n, v m = { 1 n = m 0 n m.

17 9 Definition 3.4. Let V be a normed vector space. A sequence {f k } V converges in norm to a vector f V if f k f 0 as k. Given a vector f V, its generalized Fourier series with respect to an orthonormal system {v n } is with coefficients f c n v n c n = f, v n. The generalized Fourier series converges in norm to f if the partial Fourier sums f k = satisfy k c n v n (3.1) f k f 0 as k. For a finite orthonormal system, the generalized Fourier series is the best approximation to f in the space: Theorem 3.5. Let {v 1, v 2,...} be an orthonormal sequence in V. Define S k = span{v 1, v 2,..., v k } V to be the subspace spanned by the first k elements of the orthonormal system. Then the k th term of the partial Fourier sum f k S k is the best approximation to f. This means that p f p, for p S k, is minimized by p = f k.

18 10 Proof. Suppose we have an element p S k where p = k d n v n. Its norm is p 2 = p, p k k = d n v n, d m v m = k n,m=1 m=1 d n d m v n, v m. Since v n, v m = 0 for n m, we get p 2 = In addition, k d n 2. f p 2 = f p, f p = f 2 f, p p, f + p 2 = f 2 = f 2 = f 2 + k k k d n v n, f d n f, v n + d n 2 k d n c n k d n c n + k c n d n 2 k d n 2 k c n 2.

19 11 We substitute the squared norm of (3.1), k c n 2 = f k 2 to get k f p 2 = f 2 + c n d n 2 f k 2. On the right hand side, the first and last terms are independent of p S k, and the middle term is non-negative and will only be minimized if c n = d n for all n = 1, 2,... k. Thus f p is minimized overall p S k iff d n = c n. Hence p = f k. A very important property of the inner product spaces is the Cauchy-Schwartz inequality. Corollary 3.6. (Cauchy-Schwartz Inequality) Given f, g V, f, g f g. Proof. Suppose we have two vectors f, g V. Without loss of generality, we assume g 0. Let c be arbitrary. Using sesquilinearity, we get 0 f + cg 2 = f + cg, f + cg = f 2 + 2ce f, g + c 2 g 2 with equality iff f = cg. We consider the right hand side as a real-valued function of c whose minimum occurs at c = f,g g 2. We substitute into the right hand side to get 0 f 2 f, g 2 f, g g 2 g 2 = f 2 f, g 2 g 2.

20 12 Thus, f, g 2 f 2 g 2. Taking the square root of both sides yields f, g f g as desired. Theorem 3.7. (Bessel s Inequality) The sum of the squares of the general Fourier coefficients of f V is bounded. In particular, c n 2 f 2. Proof. Suppose we have the partial Fourier series f k = By the proof of Theorem 3.5, we have k c n v n. Thus, we have the inequality for all k as desired. 0 f f k 2 = f 2 f k 2 = f 2 k c n 2 f 2 Corollary 3.8. (iemann-lebesgue Lemma) If for f, then lim c n = 0. n k c n 2. c n v n is the general Fourier series

21 13 Definition 3.9. An orthonormal system {v n } H is complete iff, for every f H, its generalized Fourier series converges in norm to f. That is, f f k 0 as k with f k = k c n v n and c n = f, v n. Theorem The orthonormal system V is complete iff Plancherel s formula holds for every f V. That is, f 2 = c n 2. Proof. Taking the limit as k in the proof of Theorem 3.7 yields Thus f k converges in norm to f iff lim f f k 2 = lim f 2 k k f 2 = k c n 2 k = f 2 lim c n 2 n = f 2 c n 2. c n 2.

22 L 2 Spaces Definition A function f is square integrable on [ π, π] if it has finite L 2 norm f 2 2 = 1 π f(x) 2 dx <. π The space L 2 (I), where I = [ π, π] or, is defined by L p (I) = { } f : I C : f 2 <. I The inner product of two functions f(x) and g(x) in the complex Hilbert space L 2 is f, g = 1 π f(x)g(x)dx, π with f, f = f 2 2. We have f, g f 2 g 2, so f, g is well defined. Theorem L 2 is complete. Proof. Suppose that {f n } is a Cauchy sequence in L 2. Then there exists a subsequence {f nk } with f nk f nk 1 2 < 1 2 k.

23 15 To ease notation, we go to a subsequence and assume that f n f n 1 2 < 1 2 n. Let f 0 = 0. We observe that f n = (f n f n 1 ) + (f n 1 f n 2 ) (f 2 f 1 ) + (f 1 f 0 ), so We define f n 2 n f k f k f 1 2 < 1 + f 1 2 = M. k=2 n g n (x) = f k (x) f k 1 (x). k=1 Then {g n } is an increasing sequence of real valued functions, so g(x) = lim n g n (x) exists for all x. Also, i.e., n g n 2 f k f k 1 2 M, k=1 g n 2 M 2 for all n. So by the Monotone Convergence Theorem, g 2 M 2.

24 16 Thus, g(x) = f k (x) f k 1 (x) k=1 is finite a.e. So (f k (x) f k 1 (x)) k=1 is absolutely convergent for x a.e. Define f(x) = lim n f n (x) exists a.e. and n f n (x) = f k (x) f k 1 (x) k=1 n f k (x) f k 1 (x) k=1 = g n (x) g(x). So f(x) 2 g(x) 2, hence f 2 is integrable. Thus f n f 2 ( f n 2 + f 2 ) 2g 2. So f n f 2 0

25 17 by the Dominated Convergence Theorem, i.e., f n f 2 0 so f n f in L 2. Proposition The complex exponentials {e inx : n Z} are an orthonormal system in L 2 [ π, π]. Proof. For n, m Z and n m, e inx, e imx = 1 π = 1 = 1 = 0. π e inx e imx dx [ e ix(n m) ] π i(n m) π ( ) e iπ(n m) e iπ(n m) i(n m) Thus the e inx are orthogonal. For all n Z, e inx, e inx = 1 π e inx e inx dx π = 1 π dx π = 1 [x]π π = 1. Hence, e inx is an orthonormal system in L 2 [ π, π]. We now discuss completeness of Fourier series for sufficiently smooth functions.

26 18 Proposition If f is C 2 absolutely to f, and -periodic, then its Fourier series converges f(x) = c n e inx. n= Proof. Suppose f is C 2 and -periodic. Then f( π) = f(π), f ( π) = f (π), and for n 0 c n = 1 π π = 1 in = 1 in = 1 n 2 f(x)e inx dx π π f(x) x (e inx )dx [ f(x)e inx ] π π π π + 1 in f (x)e inx dx π π f (x)e inx dx using integration by parts twice. Letting M = 1 max f, we obtain c n M n 2.

27 19 Now, fix x [ π, π], and without loss of generality assume that f(x ) = 0. Then f N (x ) = = N c n e inx N N ( 1 π ) f(x)e inx dx e inx π N N π = 1 π f(x) N e in(x x ) dx = 1 π N f(x + x ) e inx dx π N = 1 ( ) π 2N f(x + x ) e inx e inx dx = 1 π π π f(x + x ) e i(n+1)x e inx dx e ix 1 0 for x 0 (and = 2N + 1 for x = 0). Since f is continuous and differentiable, f(x+x ) e ix 1 is continuous on [ π, π], so by the iemann-lebesgue Lemma, its Fourier coefficients go to zero. Thus π f(x + x ) lim N π e ix 1 e i(n+1)x dx = 0 and π f(x + x ) lim N π e ix 1 einx dx = 0. Hence f N f, and the Fourier series converges absolutely, f(x) = c n e inx. n=

28 20 Theorem The complex exponential functions e inx with n Z form a complete orthonormal system in L 2 [ π, π]. Proof. If f is -periodic and C 2 on [ π, π], its Fourier series converges absolutely f = c n e inx. n= The same applies to the conjugate f. Therefore, f(x) 2 = f(x)f(x) = f(x) c n e inx = f(x)c n e inx n= n= which converges uniformly. We integrate both sides from [ π, π], f 2 2 = 1 = = = π n= π c n c n c n n= n= f(x) 2 dx c n 2. π π f(x)e inx dx Hence, Plancherel s formula holds for any -periodic C 2 function, and hence f k f 2 0 for all such f. Since these functions are dense in L 2, this validates Plancherel s formula for all f L 2. Hence we obtain completeness by Theorem Example Let f(x) = x 2 on [ π, π]. Since f is C 2 and f(π) = f( π), it has

29 21 an absolutely convergent Fourier series. For n = 0: c 0 = 1 π x 2 dx π = 1 ( ) x 3 ]π 3 = 1 = π2 3. ( π 3 π 3 π3 3 ) For n 0: c n = 1 π x 2 e inx dx. π Integration by parts yields c n = 1 ([ ] x 2 π π in e inx π π = 1 ( π 2 in e inπ + π2 in einπ = 1 ( π 2 in (e inπ e inπ ) ) 2x in e inx dx π ) 2x in e inx dx ) 2x in e inx dx. π π π The first term vanishes, and we integrate by parts again: c n = 1 ([ 2x 2inπ ( = 1 2inπ = 1 2inπ ] π π ) 2 in e inx π π in e inx dx in e inπ [( ( 2 1 in einπ + in in ( in (e inπ + e inπ ) + 2 ) n 2 (e inπ e inπ ). ) )] π ) e inx π Thus c n = 2( 1)n n 2.

30 22 We combine both results to obtain the Fourier series f(x) π ( 1) n e inx n 2 n 0 π ( 1) n e inx + ( 1) n n 2 ( n) 2 e inx π π ( 1) n n 2 (e inx + e inx ) ( 1) n cos(nx) n 2. The series is an absolutely convergent series, so the Fourier series is absolutely convergent and converges pointwise to f. Thus f(x) = π ( 1) n cos(nx) n 2. We can use Fourier series to evaluate familiar infinite sums. For example, setting x = 0 yields f(0) = π ( 1) n n 2 = 0, and we obtain ( 1) n+1 n 2 = π Trigonometric Fourier Series There are two approaches to Fourier series. One involves complex exponential functions, while the other involves the trigonometric functions cosine and sine.

31 23 Definition An infinite sum of sines and cosines that forms an orthogonal system over [ π, π], the Fourier series of a function f is f = a [a n cos(nx) + b n sin(nx)]. One may switch from complex to trigonometric Fourier series using a n = c n + c n and b n = i(c n c n ), n = 0, 1,... and vice versa using c n = a n ib n 2 and c n = a n + ib n, n = 0, 1, Example Let f(x) = x on [ π, π]. The advantage here is that f(x) is an odd function, so only sine coefficients are non-zero. For n = 0: a 0 = 1 π π π xdx = 0, and for n 0, we have an odd function with an even function: a n = 1 π π π x cos(nx)dx = 0.

32 24 Thus, the coefficients a n vanish. Next, we determine b n for n = 1, 2,..., b n = 1 π π π π x sin(nx)dx = 2 x sin(nx)dx π 0 = 2 ([ ] π x cos(nx) π cos(nx) π n 0 0 n = 2 ( [ ] π ) π cos(πn) sin(nx) + π n n 2 = 2 n ( 1)n+1. 0 ) dx Hence, the Fourier series for f(x) = x on [ π, π] is ( 1) n+1 x 2 sin(nx) n ( 2 sin(x) sin(2x) + sin(3x) sin(4x) ) where ( 1) n+1 n is conditionally convergent by the alternating series test. There are cases where only half of the interval is taken into consideration. Definition Suppose we have a function f over [0, π]. We have a half range Fourier series, and it can be written as either a cosine series or sine series. If evaluated as a Fourier cosine series, with coefficients f = a a n cos(nx) a n = 2 π π 0 f(x) cos(nx)dx.

33 25 If evaluated as a Fourier sine series, f = b n sin(nx) with coefficients b n = 2 π π 0 f(x) sin(nx)dx.

34 CHAPTE 4: Fourier Transform The Fourier transform can be used to analyze solutions of partial differential equations supported on the real line or on n. The Fourier transform converts differentiation into multiplication and vice-versa. The general definitions and theorems of this chapter can be found in [12], [13], [17], [18], and [20]. 4.1 Fourier Transform Definition 4.1. Given f L 1 (), the space consisting of absolute integrable functions, define the Fourier transform ˆf(ξ) = 1 f(x)e iξx dx = F[f(x)] where F is denoted as the Fourier transform operator. The Fourier transform acts linearly on function spaces F[f(x) + g(x)] = F[f(x)] + F[g(x)] = ˆf(ξ) + ĝ(ξ) and F[cf(x)] = cf[f(x)] = c ˆf(ξ). For a function f L 1 (), the Fourier transform ˆf is defined for all ξ and is bounded, ˆf(ξ) 1 f 1. Lemma 4.2. If f C c (), then ˆf is in L 1 L 2.

35 27 Proof. ˆf(ξ) dξ = 1 f(x)e iξx dx dξ. We take the second derivative of the exponential with respect to x f(x) 2 x(e iξx ) = f(x)ξ 2 e iξx and have f(x)e iξx = 1 ξ 2 f(x) 2 x(e iξx ). There is a problem as ξ approaches to zero. We define = I Ĩ where I = [ 1, 1] and have I=[ 1,1] ˆf(ξ) dξ 2 f 1. For Ĩ, we substitute in for f(x)e iξx to get Ĩ ˆf(ξ) dξ = Ĩ 1 ξ 2 f(x) x(e 2 iξx )dx dξ. On the right hand side, the integral with respect to x is bounded f(x) x(e 2 inx )dx = f (x)e inx dx f 1. Thus, Ĩ ˆf(ξ) dξ f 1 Ĩ 1 dξ <. ξ2 Likewise, we do the same for L Plancherel s Theorem Our goal is to prove that F can be extended to an isometry from L 2 () to L 2 ().

36 28 Theorem 4.3. (Plancherel s Theorem) If f C c () then ˆf L 2 and ˆf 2 2 = f 2 2. First, we introduce the Gaussian function. For the Gaussian function ĝ t (ξ) = 1 e tξ2 2, its Fourier transform is ĝ t (x) = 1 t e x2 2t. (see remark 4.13 below). As t 0 +, e tξ2 2 1 pointwise and ĝ t δ weakly, in the sense that lim f(x)ĝ t (x)dx = f(0). t 0 + We prove Plancherel s theorem. Proof. For f C c (), the Fourier transform ˆf is bounded and ˆf 2 2 = lim t 0 + = lim t 0 + ˆf(ξ) ( ) 2 ĝt (ξ) dξ ˆf(ξ) 2 e tξ2 2 dξ is defined, since ˆf is bounded and e tξ2 2 is integrable by the Dominated Convergence Theorem. Then, ˆf 2 2 = lim t 0 + = lim t 0 + ˆf(ξ) ( 1 ˆf(ξ)e tξ2 2 dξ ) ( ) 1 f(x)e ixξ dx f(y)e iyξ dy e tξ2 2 dξ.

37 29 By Fubini s Theorem, ˆf 2 1 tξ 2 = lim f(x) f(y) 2 t 0 + e 2 e iξ(x y) dξdydx. The integral with respect to ξ is the Fourier transform of the Gaussian function ĝ t. Thus, ˆf 2 2 = lim f(x) f(y)ĝ t (y x)dydx = lim f(y) f(x)ĝ t (y x)dxdy t 0 + t 0 + and f(x)ĝ t (y x)dx = (f ĝ t )(y). As t 0 +, ĝ t δ and (f ĝ t )(y) f(y). Hence, ˆf 2 2 = f(y)f(y)dy = f 2 2 as desired. Theorem 4.4. The Fourier transform can be extended to an isometry from L 2 () to L 2 (). Proof. Given f L 2, there exists a sequence {ϕ n } C c () such that ϕ n f in L 2, in the sense that ϕ n f 2 0. Then {ϕ n } is a Cauchy sequence in L 2. Let ε > 0 be given. There exists N such

38 30 that, for m, n > N, ϕ n ϕ m 2 2 < ε. Applying the Fourier transform, ˆϕ n ϕˆ m 2 2 = ϕ n ϕ m 2 2, we see that { ˆϕ n } is a Cauchy sequence. Thus { ˆϕ n } converges in L 2, and we define ˆf = lim n ˆϕ n. This defines the Fourier transform on L 2 (), and it is an isometry. That is, ˆf 2 = lim n ˆϕ n 2 = lim n ϕ n 2 = f 2. Note: lim ˆϕ n is independent of the choice of sequence ϕ n f in L 2 (). 4.3 Fourier Inversion Formula Definition 4.5. Define for f L 1 (). f(x) = 1 ˆf(ξ)e iξx dξ Theorem 4.6. Suppose we have a function f L 1 L 2, and its Fourier transform ˆf L 2 (). Then ˆf = f(x).

39 31 An issue arises when proving this theorem. For instance, ˆf(x) = 1 = 1 1 ˆf(ξ)e iξx dξ ( ) 1 f(y)e iξy dy e iξx dξ e iξ(x y) dξdy, f(y) since the integral with respect to ξ is not finite. Hence, we use the Gaussian function g t (x) = 1 e x2 2t t with the following properties: 1. g t = 1 for all t 2. g t δ as t 0 + in the sense that f(x)g t (x) = f(0). lim t 0 + Its Fourier transform is ĝ t (ξ) = 1 e tξ2 2 (See Section 4.5 for details.) As t 0 +, ĝt (ξ) = e tξ2 2 1 (4.1) which we use to prove Theorem 4.6. Proof. Let f L 1 L 2, with the Fourier transform ˆf(ξ) = 1 f(y)e iξy dy.

40 32 We take the inverse Fourier transform ˆf(x) = 1 ˆf(ξ)e iξx dξ and apply (4.1) 1 ˆf(x) = lim t 0 + ˆf(ξ)e iξx e tξ2 2 dξ. We substitute for ˆf, ( ) 1 1 ˆf(x) = lim f(y)e iξy dy e iξx e tξ2 2 dξ t 0 + and by Fubini, ( ) 1 1 ˆf(x) = lim f(y) e iξ(x y) e tξ2 2 dξ dy. t 0 + We substitute for (4.1), ( ) 1 ˆf(x) = lim f(y) ĝ t (ξ)e iξ(x y) dξ dy. t 0 + The integral with respect to ξ is the inverse Fourier transform of ĝ t, ˆf(x) = lim f(y)g t (x y)dy. t 0 + We now have a convolution and evaluating the limit yields ˆf(x) = lim t 0 +(f g t)(x) = f(x) as desired.

41 33 As before, we have f 2 = f 2 for f L 1 L 2, so F 1 extends to an isometry on L 2 (). 4.4 Properties of the Fourier Transform Proposition 4.7. Suppose the Fourier transforms of f, g L 1 L 2 are ˆf, ĝ L 2 () respectively. Then the Fourier transform of (f g)(x) is the product ˆf(ξ)ĝ(ξ). Proof. Let h(x) = (f g)(x) = f(x y)g(y)dy. Then, ĥ(ξ) = 1 = 1 = 1 (f g)(x)e iξx dx [ ] f(x y)g(y)dy e iξx dx g(y) f(x y)e iξx dxdy. Let z = x y and apply the change of variable dx = dz, ĥ(ξ) = 1 = [ 1 [ ] g(y) f(z)e iξ(z+y) dz dy = ˆf(ξ)ĝ(ξ). f(z)e iξz dz ] [ g(y)e iξy dy ] Thus ĥ(ξ) = ˆf(ξ)ĝ(ξ) as desired. We also note that the Fourier transform of the product j(x) = f(x)g(x) is the

42 34 convolution of the Fourier transform ˆf(ξ) and ĝ(ξ) ĵ(ξ) = 1 ( ˆf ĝ)(ξ) = 1 ˆf(ξ y)ĝ(y)dy. Lemma 4.8. (Symmetry Principle) Suppose that f L 2 (). Then the Fourier transform of ˆf(ξ) is f( x). Proof. Suppose we have a function f L 2 () and its Fourier transform ˆf L 1 L 2. The Fourier transform of ˆf is F[ ˆf(ξ)] = 1 ˆf(ξ)e iξx dξ. Letting u = x, F[ ˆf(ξ)] = 1 ˆf(ξ)e iξu dξ, we have the inverse Fourier transform of ˆf. Thus, F[ ˆf(ξ)] = f(u). Hence F[ ˆf(ξ)] = f( x) as desired. Lemma 4.9. The inverse Fourier transform f C c () is defined as f(x) = 1 ˆf(ξ)e iξx dξ.

43 35 Its derivative is f (x) = 1 iξ ˆf(ξ)e iξx dξ. This implies the Fourier transform of the derivative of f is F[f (x)] = iξ ˆf(ξ). Proof. Let f L 2 () be differentiable. Its derivative has the Fourier transform F[f (x)] = 1 f (x)e ixξ dx. Integration by parts yields F[f (x)] = 1 ( [f(x)e ixξ ] ) f(x)e ixξ ( iξ)dx. The first two terms vanish, and we have F[f (x)] = iξ f(x)e ixξ dx. The right hand side is the Fourier transform of f(x). Thus, F[f (x)] = iξ ˆf(ξ) as desired. It follows that F[f n (x)] = (iξ) n ˆf(ξ). Lemma ĝ, f = g, f for f, g L 1 L 2.

44 36 Proof. ĝ, f = = = = = g, f ĝ(y)f(y)dy ( ) 1 g(ξ)e iξy f(y)dξdy ( ) 1 g(ξ) f(y)e iξy dy dξ g(ξ) f(ξ)dξ Theorem Suppose we have f, g L 1 L 2. Then f, g = ˆf, ĝ That is f(x)g(x)dx = ˆf(ξ)ĝ(ξ)dξ. Proof. For we substitute for ˆf to get ˆf, ĝ = ˆf(ξ)ĝ(ξ)dξ, ˆf(ξ)ĝ(ξ)dξ = ( 1 f(x)e ixξ ) ĝ(ξ)dxdξ. By Fubini s Theorem, ˆf(ξ)ĝ(ξ)dξ = ( ) 1 f(x) ĝ(ξ)e ixξ dξ dx.

45 37 The integral with respect to ξ is the inverse Fourier transform of ĝ. Thus, ˆf(ξ)ĝ(ξ)dξ = f(x)g(x). Hence, ˆf, ĝ = f, g as desired. 4.5 Gaussian Function Lemma The Gaussian function for t > 0 g t (x) = 1 e x2 2t t has the Fourier transform ĝ t (ξ) = 1 e tξ2 2. Proof. Suppose we have the Gaussian function, g t L 2. Its Fourier transform is ĝ t (ξ) = 1 1 t e x2 2t e iξx dx. We apply the change of variable y = x t and tdy = dx to get ĝ t (ξ) = 1 ( 1 ) e y2 2 i tξy dy.

46 38 Before we continue, we complete the square for the power of the exponential, y2 2 i tξy = 1 2 (y2 + 2i tξy) = 1 2 (y2 + 2i tξy tξ 2 ) 1 2 tξ2 = 1 2 (y + i tξ) tξ2. Now ĝ t (ξ) = 1 ( ) 1 e tξ2 2 e 1 2 (y+i tξ) 2 dy. With the use of a contour integral, the integral with respect to y, e 1 2 (y+i tξ) 2 dy = e y2 2 dy (The proof follows in Example 4.14). The Gaussian Fourier transform ĝ t is now ĝ t (ξ) = 1 ( ) 1 e tξ2 2 e y2 2 dy. Focusing on the integral, let I = e y2 2 dy. We square both sides to get I 2 = e y2 2 dy e x2 2 dx = e 1 2 (x2 +y 2) dydx.

47 39 Changing to polar coordinates yields I 2 = = 0 0 = =. 0 dθ [ e r2 2 e r2 2 rdrdθ 0 ] 0 re r2 2 dr Thus I = and ĝ(ξ) = 1 e tξ2 2 as desired. emark The Gaussian function g t (x) = 1 e x2 2t t has the Fourier transform ĝ t (ξ) = 1 e tξ2 2. By the symmetry principle, the Fourier transform of ĝ t is F[ĝ t (ξ)] = 1 e ( x)2 2t t = g t ( x) = g t (x). Example Suppose we have the contour integral e z 2 2 dz C where C is the boundary of the rectangle [, ] [0, α] oriented counterclockwise.

48 40 The function f(z) = e z2 2 is analytic with no singularities inside the interior of the contour C. Thus, C is a simple closed contour and C f(z)dz = 0 by the Cauchy-Goursat Theorem. Since the contour is rectangular, we have C = C 1 + C 2 C 3 C 4 where C n, n = 1, 2, 3, 4, are the legs of C. This gives f(z)dz = C C 1 f(z)dz + C 2 f(z)dz C 3 f(z)dz C 4 f(z)dz = 0. Parameterizing C 1 as z(w) = w with w gives C 1 f(z)dz = e w2 2 dw. Parameterizing C 3 as z(w) = w + iα with w gives C 3 f(z)dz = e (w+iα)2 2 dw. This gives e w2 2 dw + C 2 f(z)dz e (w+iα) 2 dw C4 f(z)dz = 0 or e w2 2 dw = e (w+iα)2 2 dw C2 f(z)dz + C 4 f(z)dz.

49 41 For points z on C 2, we have z = + iw with 0 w α and z2 2 = ( + iw)2 2 = 2 2 iw + w2 2. So for all points z = + iw on C 2, we have f(z) = e z2 2 = e 2 2 iw+ w2 2 = e 2 2 e w 2 2 e iw The modulus of e iw is 1, so f(z) = e 2 w 2 e 2 2 e 2 α 2 e 2 2 as 0 w α. This gives the estimate, C 2 f(z)dz 2 α e 2 e 2 2 length(c 2 ) = αe α2 2 e 2 2. Likewise, for points z on C 4, we have z = + iw with 0 w α and z2 2 = ( + iw)2 2 = iw + w2 2. So for all points z = + iw on C 4, we have f(z) = e 2 2 e w 2 2 e iw e 2 2 e α 2 2.

50 42 This gives the estimate, C 4 f(z)dz 2 α e 2 e 2 2 length(c 4 ) = αe α2 2 e 2 2. As and we have Similarly, C2 f(z)dz αe α lim e 2 = 0, lim C2 lim C e 2 2 f(z)dz = 0. f(z)dz = 0. Thus, taking the limit of both side as, lim e w2 2 dw = lim = lim = lim e (w+iα)2 2 dw lim C2 e (w+iα)2 2 dw e (w+iα)2 2 dw f(z)dz + lim C4 f(z)dz Hence, e w2 2 dw = e (w+iα)2 2 dw.

51 CHAPTE 5: Heat Equation The first of the three partial differential equations discussed is the heat equation in one dimension. The results in this chapter have been adapted from [5], [9], [15], and [19]. 5.1 Initial Value Problem for the Heat Equation Definition 5.1. The heat equation is a parabolic partial differential equation primarily focused on the spreading of heat in an object or in space. Its formula, u t = c 2 u xx, derives from three physical principles: conservation law, physical considerations, and Fourier heat flow. The function u is the temperature at position x at time t. The constant, c 2, is equal to κ ρσ the specific heat. where κ is the thermal conductivity, ρ is density, and σ is When solving an initial value problem for the heat equation in one spatial dimension, three conditions must be met: 1) u(x, t) satisfies the heat equation u t = c 2 u xx with 0 x L and t 0 2) u(x, t) satisfies the boundary condition u(0, t) = u(l, t) = 0 3) u(x, t) satisfies the initial temperature u(x, 0) = h(x). 5.2 Separation of Variables One solution method to the heat initial value problem is by separation of variables and Fourier series. Assume that a solution to the partial differential equation is of

52 44 the form u(x, t) = f(x)g(t). (5.1) We find the solution by substituting (5.1) into the heat equation, giving f(x)g (t) = c 2 f (x)g(t) or g (t) c 2 g(t) = f (x) f(x). Since the left hand side does not depend on x, and the right hand side does not depend on t, both sides are equal to a constant, λ. We separate both sides into ordinary differential equations, g (t) = λc 2 g(t) and f (x) = λf(x). Applying the boundary condition to (5.1) yields f(0)g(t) = f(l)g(t) = 0. Assuming g 0, we have f(0) = f(l) = 0. (If g 0, the solution would be trivial, i.e., u(x, t) 0.) Now, we consider three cases, one of which yields a nontrivial solution. 1. Case 1: λ = 0. Here, we have f (x) = 0.

53 45 The general solution to this ordinary differential equation is f(x) = ax + b, f(0) = f(l) = 0, hence f = 0, a trivial solution. 2. Case 2: λ > 0. Here, we have f (x) λf(x) = 0. The general solution is f(x) = c 1 e λx + c 2 e λx. Applying the boundary condition yields f(0) = c 1 + c 2 = 0. Thus c 1 = c 2, and f(l) = c 1 e λl + c 2 e λl = c 1 e λl c 1 e λl ( = c 1 e ) λl e λl = 0. Thus c 1 = 0 which means c 2 = 0. Hence f = 0 which is a trivial solution.

54 46 3. Case 3: λ < 0. Here, we have f (x) + ω 2 f(x) = 0 with ω = λ. The general solution corresponds to harmonic motion f(x) = a cos(ωx) + b sin(ωx). Applying the boundary condition yields f(0) = 0 which implies a = 0. Thus f(x) = b sin(ωx), and f(l) = 0 yields b sin(ωl) = 0. Thus, either b = 0 or sin(ωl) = 0. If b = 0, we have a trivial solution. If sin(ωl) = 0, then ωl = nπ or ω = nπ L where n Z. We now have f(x) = b sin ( nπx ). L Thus, the only nontrivial solutions for f are f(x) = sin ( nπx ) L ( nπ ) 2 with λ =, n = 1, 2,... L Now that we have the nontrivial solutions for f, we find the corresponding g satisfying ( nπ ) 2 g (t) = λc 2 g(t) = c 2 g(t). L The general solution is ncπ ( g(t) = be L )2t. Hence, the nontrivial product solutions to the heat equation with the given boundary

55 47 conditions are u n (x, t) = sin ( nπx ) ncπ ( e L )2t. L By the principal of superposition, we get u(x, t) = b n sin ( nπx ) e L ( ncπ L ) 2 t (5.2) as a solution to the heat equation. We now determine the coefficients b n by applying the initial temperature to (5.2): h(x) = u(x, 0) = ( nπx ) b n sin. L Using half range Fourier series, we identify the b n s by evaluating h(x) as a Fourier sine series. That is, b n = 2 L L 0 h(x) sin ( nπx ) dx. L For example, consider the initial-value problem: 1) u t = u xx 2) u(0, t) = u(π, t) = 0 3) u(x, 0) = h(x) = x(π x) for 0 x π and t 0. Taking L = π and c = 1 in (5.2) gives u(x, t) = The initial temperature gives us b n sin(nx)e n2t. u(x, 0) = b n sin(nx) = x(π x).

56 48 We can identify the coefficients b n by taking the Fourier sine series of h(x) = x(π x), b n = 2 π π 0 x(π x) sin(nx)dx. Integration by parts yields b n = 2 π ([ (πx ] π x2 ) cos(nx) π ) (π 2x) cos(nx) dx. n 0 0 n The first two terms vanish, which leaves us with the integral, b n = 2 π π 0 (π 2x) cos(nx) dx. n Integration by parts yields b n = 2 π ([ (π 2x) sin(nx) n 2 ] π 0 π The first two terms vanish which leaves us the integral 0 2 sin(nx) ) dx. n 2 π b n = 4 sin(nx) dx π 0 n 2 = 4 [ cos(nx) ] π π n 3 0 = 4 (cos(nπ) 1). πn3 Thus, u(x, 0) = 4(( 1) n 1) πn 3 sin(nx) = x(π x).

57 49 Hence, 4(( 1) n 1) u(x, t) = sin(nx)e n2 t πn 3 = 8 sin((2k + 1)x) e (2k+1)2t. π (2k + 1) 3 k=0 5.3 Heat Kernel Another solution method to the one dimension heat equation is the use of the heat kernel, used in the case of an infinitely long bar, x. Thus, we have the following conditions: 1) u(x, t) satisfies the heat equation u t = c 2 u xx with < x < and t 0 2) u(x, t) satisfies the initial temperature u(x, 0) = h(x). We derive the solution by examining a property of the heat equation, scale invariance. That is, if u(x, t) is a solution, so is u(λx, λ 2 t) for λ. This scaling indicates the similarity variable x t, and the solution can be expressed as ( ) x u(x, t) = v w(t). t A property of the heat equation we also consider is the conversation of energy. Let u have the following properties: u(x, 0)dx < and u x (x, t) 0 as x ±.

58 50 Then d u(x, t)dx = 0, dt and thus energy is conserved. That is, u(x, t)dx = C (5.3) ( ) where C is a constant. We substitute u(x, t) = v x t w(t), to get ( ) x w(t) v dx = C, t and apply the change of variable ty = x to obtain w(t) t v(y)dy = C. We take w(t) = 1 t to conserve energy in terms of (5.3). Thus, u(x, t) = 1 t v(y) = t 1 2 v ( t 1 2 x ). Taking the derivative with respect to t yields u t (x, t) = 1 3 x 2 t 2 v(y) 2 3 t t 2 v (y). Taking the derivatives with respect to x yields u x (x, t) = 1 t v (y) and u xx (x, t) = t 3 2 v (y).

59 51 Thus, the heat equation is of the form 1 3 x 2 t 2 v(y) 2 3 t t 2 v (y) = c 2 t 3 2 v (y) or c 2 v (y) yv (y) + 1 v(y) = 0. 2 We can rewrite it as c 2 v (y) (yv(y)) = 0 and take the integral of both sides to obtain c 2 v (y) + 1 yv(y) = C. 2 Set C = 0 to obtain the general solution v(y) = be y2 4c 2. Converting back to u(x, t), we get u(x, t) = b t e x2 4c 2 t. We choose b so the constant in (5.3) is unity. As e x2 4c 2 t dx = 4c 2 πt,

60 52 we have the fundamental solution of the heat equation Φ(x, t) = 1 x2 e 4c 2 t for t > 0. 4c2 πt As t 0, Φ δ. We take the convolution of Φ(x, t) in the x variable with the function u(x, 0) = h(x) to get u(x, t) = 1 4c2 πt e (x y)2 4c 2 t h(y)dy. So and the heat kernel is lim u(x, t) = (δ h)(x) = h(x), t 0 K(x, y, t) = Φ(x y, t) = 1 (x y)2 e 4c 2 t. 4c2 πt Hence, for given initial temperature h(x), the solution is u(x, t) = K(x, y, t)h(y)dy. For example, consider the initial-value problem: 1) u t = c 2 u xx 2) u(x, 0) = e x for < x < and t 0. We use the heat kernel to find u(x, t). The solution is

61 53 of the form u(x, t) = = 1 4c2 πt 1 4c2 πt e (x y)2 4c 2 t e y dy e (x2 2xy+y 2 +4c 2 ty) 4c 2 t dy We compute the square with respect to y in the exponents and add/substract 4c 2 tx y 2 + 4c 2 ty + x 2 2xy = (y 2 + 4c 2 ty + 4c 4 t 2 4c 2 tx 2xy + x 2 ) 4c 4 t 2 + 4c 2 tx = (y + 2c 2 t x) 2 4c 4 t 2 + 4c 2 tx. Thus, Set u(x, t) = 1 4c2 πt p = y + 2c2 t x 4c2 t e (y+2c2 t x) 2 4c 2 +c 2t x t dy. and apply change of variable 4c 2 t dp = dy to the solution u(x, t) = 1 π e p2 e c2 t x dp = e c2 t x. Applying the initial temperature to the solution yields u(x, 0) = e x. Hence, the solution to the heat equation is u(x, t) = e c2 t x.

62 CHAPTE 6: Wave Equation The second of the three partial differential equations discussed is the wave equation in one dimension. The results are adapted from [1], [3], [5], [10], [15], [19], and [21]. 6.1 Initial Value Problem for the Wave Equation Definition 6.1. The wave equation is a hyperbolic partial differential equation primarily focused on the vibration of a finite string. Its formula, u tt = c 2 u xx derives from the application of Newton s Second Law to a medium, e.g. the vertical displacement of a string. The function u is the vertical displacement of a string at position x at time t. The constant, c 2, is equal to T ρ where T is tension and ρ is density. When solving an initial value problem for the wave equation in one spatial dimension, four conditions must be met: 1) u(x, t) satisfies the wave equation u tt = c 2 u xx with 0 x L and t 0 2) u(x, t) satisfies the boundary conditions u(0, t) = u(l, t) = 0 3) u(x, t) satisfies the initial position u(x, 0) = h(x) 4) u(x, t) satisfies the initial velocity u t (x, 0) = j(x).

63 Separation of Variables One solution method to the wave initial value problem is by separation of variables and Fourier series. A solution to the partial differential equation is of the form u(x, t) = f(x)g(t). (6.1) Similar to the heat equation, we reduce to two ordinary differential equations: g (t) = λc 2 g(t) and f (x) = λf(x). Applying the boundary condition to (6.1) yields f(0)g(t) = f(l)g(t) = 0 Assuming g 0, we have f(0) = f(l) = 0. As before, we are only looking for nontrivial solutions, so g 0, λ 0, and λ 0. We go to the results of Case 3: λ < 0 and find that the nontrivial solutions are f(x) = sin ( nπx ) L ( nπ ) 2 with λ =, n = 1, 2,... L Now, we find the corresponding g satisfying, ( nπ ) 2 g (t) λc 2 g(t) = g (t) + c 2 g(t) = 0, L

64 56 The general solution is ( ) ( ) ncπt ncπt g(t) = a cos + b sin. L L Hence, the nontrivial product solutions to the wave equation with the boundary condition are [ ( ) ( ncπt ncπt u n (x, t) = a n cos + b n sin L L )] sin ( nπx ). L By the principal of superposition, we get u(x, t) = [ ( ) ( ncπt ncπt a n cos + b n sin L L as a solution to the wave equation. )] sin ( nπx ). (6.2) L We determine the coefficients a n by applying the initial position to (6.2): h(x) = u(x, 0) = ( nπx ) a n sin. L Using half range Fourier series, we can identify the a n s by evaluating h(x) as a Fourier sine series. That is, a n = 2 L L 0 h(x) sin ( nπx ) dx. L To determine the coefficients b n, we differentiate (6.2) with respect to t, obtaining u t (x, t) = [ ncπ ( ) ncπt L a n sin L + ncπ L b n cos ( ncπt L )] ( nπx ) sin L (6.3)

65 57 and apply the initial velocity to (6.3): j(x) = u t (x, 0) = ncπ ( nπx ) L b n sin. L We evaluate j(x) as a Fourier sine series to identify the b n s: b n = 2 ncπ L 0 j(x) sin ( nπx ). L For example, consider the initial-value problem: 1) u tt = u xx 2) u(0, t) = u(π, t) = 0 3) u(x, 0) = h(x) = x(π x) 4) u t (x, 0) = j(x) = x for 0 x π and t 0. Taking L = π and c = 1 in (6.2) yields solution u(x, t) = [a n cos(nt) sin(nx) + b n sin(nt) sin(nx)] with derivative with respect to t u t (x, t) = [ a n n sin(nt) sin(nx) + b n n cos(nt) sin(nx)]. The initial position gives us u(x, 0) = a n sin(nx) = x(π x). We can identify the coefficients a n by using the Fourier sine series of h(x) = x(π x)

66 58 from the heat equation s example, a n = 4 (cos(nπ) 1). πn3 Thus u(x, t) = [ 4(( 1) n 1) The initial velocity gives us, πn 3 u t (x, 0) = ] cos(nt) sin(nx) + b n sin(nt) sin(nx) b n n sin(nx) = x. We can identify the coefficients b n by taking the Fourier sine series of j(x) = x b n = 2 π x sin(nx)dx. nπ 0 Integration by parts yields b n = 2 nπ ([ x cos(nx) The last two terms vanish which leaves n b n = 2 nπ ] π 0 + π 0 ( ) π cos(nπ) = 2( 1)n n 2. n ) cos(nx) dx n

67 59 Hence, u(x, t) = [ 4(( 1) n 1) πn Fourier Transform Method cos(nt) sin(nx) + 2( 1)n n 2 ] sin(nt) sin(nx). When the domain is the real line, a solution to the one dimension wave equation, using the Fourier transform, is d Alembert s formula. We have the following conditions: 1) u(x, t) satisfies the wave equation u tt = c 2 u xx with < x < and t 0 2) u(x, t) satisfies the initial position u(x, 0) = h(x) 3) u(x, t) satisfies the initial velocity u t (x, 0) = j(x). Fixing t, assuming a reasonable solution u, we take the Fourier transform of u(x, t) with respect to x, û(ξ, t) = 1 u(x, t)e iξx dx. By Lemma 4.9, the Fourier transform of u xx is ξ 2 û(ξ, t). We compute the Fourier transform of u tt : F[u t ] = 1 u t e iξx dx = 1 1 = lim h 0 h [ lim h 0 [ 1 = lim (û(ξ, t + h) û(ξ, t)) h h 0 1 = û t, ] u(x, t + h) u(x, t) e iξx dx h u(x, t + h)e iξx dx 1 ] u(x, t)e iξx dx so, F[u tt ] = 1 u tt e iξx dx = 1 u t e iξx dx = û tt. t

68 60 The wave equation is of the form û tt = c 2 ξ 2 û. Fix ξ and write û(ξ, t) = U(t). The wave equation is now U (t) + c 2 ξ 2 U(t) = 0 with the general solution U(t) = a(ξ)e iξct + b(ξ)e iξct where a and b are functions of ξ. We set ˆf = a and ĝ = b. Thus, û(ξ, t) = ˆfe iξct + ĝe iξct. We take the inverse Fourier transform to find u(x, t) u(x, t) = 1 = 1 = 1 û(ξ, t)e iξx dξ ( ) ˆfe iξct + ĝe iξct e iξx dξ ˆfe iξ(x ct) dξ + 1 ĝe iξ(x+ct) dξ = f(x ct) + g(x + ct).

69 61 The solution to the wave equation is now of the form u(x, t) = f(x ct) + g(x + ct). (6.4) Applying the initial position to (6.4) yields u(x, 0) = f(x) + g(x) = h(x). We differentiate h(x) and multiply by the constant c to get ch (x) = cf (x) + cg (x). Applying the initial velocity to (6.4) yields u t (x, 0) = cf (x) + cg (x) = j(x), and we add and subtract this with ch (x) to get ch (x) + j(x) = cf (x) + cg (x) + [ cf (x) + cg (x)] = 2cg (x) and ch (x) j(x) = cf (x) + cg (x) [ cf (x) + cg (x)] = 2cf (x). Solving for f and g yields f(x) = h(x) 2 1 2c x j(y)dy and g(x) = h(x) x c x x j(y)dy

70 62 for fixed x. Substituting both into (6.4) yields u(x, t) = h(x ct) 2 1 2c x ct x j(y)dy + h(x + ct) c x+ct x j(y)dy. Thus, the solution to the initial value problem is d Alembert s formula: u(x, t) = 1 2 [h(x ct) + h(x + ct)] + 1 2c x+ct x ct j(y)dy. For example, consider the intial-value problem: 1) u tt = c 2 u xx 2) u(x, 0) = 0 3) u t (x, 0) = e x for < x < and t 0. Taking h(x) = 0 and j(x) = e x in d Alembert s formula gives solution x+ct u(x, t) = 1 e y dy 2c x ct = 1 ( e (x ct) e (x+ct)) 2c = e x sinh(ct). 2

71 CHAPTE 7: Laplace Equation The final partial differential equation we consider is the Laplace equation in 2. The general definitions and theorems discussed here can be found in [4], [5], [7], [8], [11], [14], [16], [17], and [20]. 7.1 Laplace Equation Definition 7.1. The Laplace equation is an elliptic partial differential equation primarily related to equilibrium equations in a variety of physical systems. Its formula, in Cartesian coordinates, is u = u xx + u yy = 0 where = 2 x y 2 harmonic functions. is the Laplace operator and u is a function. Its solutions are Definition 7.2. The inhomogeneous version of the Laplace equation is the Poisson equation which arises in theoretical physics. Its formula is u = f(x, y). 7.2 Properties of Harmonic Functions Definition 7.3. A function is a harmonic function if u C 2 (Ω) and satisfies the Laplace equation u = 0 in Ω. Proposition 7.4. (Mean Value Property) Let u C 2 be a harmonic function in an open domain Ω 2. Let z Ω and consider a disc B r (z) Ω. Then the average value of u on the circle S r (z) is u(z).

72 64 Proof. By the Divergence Theorem, B r(z) u = S r(x) u n = r u (z + rω) dω = r u(z + rω) dω. S 1 (x) r S 1 (x) Since u = 0, we see that 0 = 1 u = 1 u(z + rω) dω, r B r(z) r S 1 (x) and hence 1 u(z + rω) dω S 1 (x) is independent of r, and approaches u(z) as r 0. Proposition 7.5. Let u C 2 be a harmonic function in an open domain Ω 2. Then u is a smooth function in Ω. Proof. Fix z Ω, and choose ε > 0 so that B ε (z) Ω. Let φ be a smooth, radial function supported inside w < ε with φ = 1. Define ψ on B B ε(0) ε(z) by ψ(z +rω) = φ(r). Then we have the convolution (u ψ)(z) = u(z w)ψ(w) dw = u(z w)ψ(w) dw B ε(z) ε = u(z rω)φ(r)r dwdr = 0 ε 0 = u(z). S ε(0) ru(z)φ(r) dr Now we have u = (u ψ) where ψ is a smooth function, hence u is smooth.

73 65 Theorem 7.6. Let f(z) = u(z) + iv(z) and z = x + iy be a point in the domain of f. If f is analytic at z, then the partial derivatives u x, u y, v x, v y of u and v must exist at z and satisfy the Cauchy-iemann equations u x (z ) = v y (z ) and u y (z ) = v(z ). It follows that the real part u and imaginary part v of the differentiable function f are solutions of the Laplace equation and are therefore harmonic functions. That is, u = 0 and v = 0. Proof. Let f(z) = u(z) + iv(z) be analytic at z in the domain of f. Thus f (z) = u x (z ) + iv x (z ) = v y (z ) iu y (z ) which is analytic in the domain of f. We get u xx (z ) = u yy (z ) and v xx (z ) = v yy (z ). Thus, u xx (z ) + u yy (z ) = 0 and v xx (z ) + v yy (z ) = 0 as desired.

74 66 Example 7.7. Suppose we have the analytic function f(z) = 1 z. We have the function f(z) = 1 x + iy = x x 2 + y + i y = u(z) + iv(z). 2 x 2 + y2 The real and imaginary parts are harmonic. Indeed, for the real part u(z) = x x 2 + y 2, the partials with respect to x are u x = y2 x 2 (x 2 + y 2 ) 2 and u xx = 2x(x2 + y 2 ) 4x(y 2 x 2 ) (x 2 + y 2 ) 3, and the partials with respect to y are u y = 2xy (x 2 + y 2 ) 2 and Thus, u yy = 2x(x2 + y 2 ) + 8xy 2 (x 2 + y 2 ) 3. u = 6xy2 + 2x 3 (x 2 + y 2 ) 3 + 2x3 + 6xy 2 (x 2 + y 2 ) 3 = 0.

75 67 Likewise, for the imaginary part v(z) = y x 2 + y, 2 the second partial with respect to x is v xx = 2y(x2 + y 2 ) 8x 2 y (x 2 + y 2 ) 3 and the second partial with respect to y is v yy = 2y(x2 + y 2 ) 4y(y 2 x 2 ) (x 2 + y 2 ) 3. Thus, v = 2y3 6x 2 y (x 2 + y 2 ) 3 + 6x2 y 2y 3 (x 2 + y 2 ) 3 = 0. Hence the real and imaginary parts of f(z) are harmonic. 7.3 Polar Coordinates One can exploit the rotational symmetry of the Laplace equation by using the polar coordinate system. Definition 7.8. Cartesian coordinates can be represented by polar coordiantes x = r cos θ, y = r sin θ r = x 2 + y 2, θ = tan 1 ( y x ). Note: The transformation to θ only works for x > 0, in the right half plane.

76 68 Lemma 7.9. The Laplace Equation is now u = u rr + u r r + u θθ r 2 = 0 where = r 2 r r r 2 θ 2 Proof. By the chain rule, and x = cos θ r sin θ r θ y = sin θ r + cos θ r θ. Differentiating x with respect to x yields 2 x = 2 cos2 θ 2 r + 2 r 2 sin θ cos θ 2 2 x 2 r r r θ + 2 θ x 2 θ + sin2 θ 2 r 2 θ. 2 Differentiating y with respect to y yields 2 y = 2 sin2 θ 2 r + 2 r 2 sin θ cos θ y 2 r r r θ + 2 θ y 2 θ + cos2 θ 2 r 2 θ. 2 Thus 2 x y = 2 2 r r r r 2 θ 2 as desired. Definition In 2, a vector [ ] xy z =

77 69 is rotated counterclockwise by the rotation matrix [ cos θ sin θ θ = sin θ cos θ ]. Definition A function u is radial, invariant under rotation, iff u( θ z) = u(z) for all θ and z. Proposition If u is radial, then u is radial, and u = u rr + u r r = (ru r) r. r Proof. Suppose we have a harmonic function u. We apply rotation to u (u θ )(z) = u(cos θx sin θy, sin θx + cos θy) = u( θ z). We want to show that the Laplacian operator is radial. We take the partial derivative of u with respect to x twice: x (u θ )(z) = cos θ 1 u( θ z) + sin θ 2 u( θ z) and 2 x(u θ )(z) = cos 2 θ 2 1u( θ z) + 2 cos θ sin θ 1 2 u( θ z) + sin 2 θ 2 2u( θ z). We take the partial derivative of u with respect to y twice: y (u θ )(z) = sin θ 1 u( θ z) + cos θ 2 u( θ z)

78 70 and 2 y(u θ )(z) = sin 2 θ 2 1u( θ z) 2 cos θ sin θ 1 2 u( θ z) + sin 2 θ 2 2u( θ z). We combine 2 x(u θ )(z) and 2 y(u θ )(z) (u θ )(z) = cos 2 θ 1u( 2 θ z) + 2 cos θ sin θ 1 2 u( θ z) + sin 2 θ 2u( 2 θ z) + sin 2 θ 1u( 2 θ z) 2 cos θ sin θ 1 2 u( θ z) + sin 2 θ 2u( 2 θ z) = 1u( 2 θ z) + 2u( 2 θ z) = ( u)( θ z). Thus (u θ ) = ( u) θ. If u is radial, u θ = (u θ ) = u, so u is radial. 7.4 Fundamental Solution Definition Let Γ be defined for z 2 \{0} by Γ(z) = 1 ln z. We show that the function Γ is the fundamental solution of the Laplace operator. In polar coordinates Γ(r, θ) = 1 ln r.

FOURIER TRANSFORMS. 1. Fourier series 1.1. The trigonometric system. The sequence of functions

FOURIER TRANSFORMS. 1. Fourier series 1.1. The trigonometric system. The sequence of functions FOURIER TRANSFORMS. Fourier series.. The trigonometric system. The sequence of functions, cos x, sin x,..., cos nx, sin nx,... is called the trigonometric system. These functions have period π. The trigonometric

More information

1 Fourier Integrals on L 2 (R) and L 1 (R).

1 Fourier Integrals on L 2 (R) and L 1 (R). 18.103 Fall 2013 1 Fourier Integrals on L 2 () and L 1 (). The first part of these notes cover 3.5 of AG, without proofs. When we get to things not covered in the book, we will start giving proofs. The

More information

II. FOURIER TRANSFORM ON L 1 (R)

II. FOURIER TRANSFORM ON L 1 (R) II. FOURIER TRANSFORM ON L 1 (R) In this chapter we will discuss the Fourier transform of Lebesgue integrable functions defined on R. To fix the notation, we denote L 1 (R) = {f : R C f(t) dt < }. The

More information

Starting from Heat Equation

Starting from Heat Equation Department of Applied Mathematics National Chiao Tung University Hsin-Chu 30010, TAIWAN 20th August 2009 Analytical Theory of Heat The differential equations of the propagation of heat express the most

More information

Math 115 ( ) Yum-Tong Siu 1. Derivation of the Poisson Kernel by Fourier Series and Convolution

Math 115 ( ) Yum-Tong Siu 1. Derivation of the Poisson Kernel by Fourier Series and Convolution Math 5 (006-007 Yum-Tong Siu. Derivation of the Poisson Kernel by Fourier Series and Convolution We are going to give a second derivation of the Poisson kernel by using Fourier series and convolution.

More information

u t = u p (t)q(x) = p(t) q(x) p (t) p(t) for some λ. = λ = q(x) q(x)

u t = u p (t)q(x) = p(t) q(x) p (t) p(t) for some λ. = λ = q(x) q(x) . Separation of variables / Fourier series The following notes were authored initially by Jason Murphy, and subsequently edited and expanded by Mihaela Ifrim, Daniel Tataru, and myself. We turn to the

More information

Finite-dimensional spaces. C n is the space of n-tuples x = (x 1,..., x n ) of complex numbers. It is a Hilbert space with the inner product

Finite-dimensional spaces. C n is the space of n-tuples x = (x 1,..., x n ) of complex numbers. It is a Hilbert space with the inner product Chapter 4 Hilbert Spaces 4.1 Inner Product Spaces Inner Product Space. A complex vector space E is called an inner product space (or a pre-hilbert space, or a unitary space) if there is a mapping (, )

More information

Partial Differential Equations

Partial Differential Equations Part II Partial Differential Equations Year 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2015 Paper 4, Section II 29E Partial Differential Equations 72 (a) Show that the Cauchy problem for u(x,

More information

CHAPTER VI APPLICATIONS TO ANALYSIS

CHAPTER VI APPLICATIONS TO ANALYSIS CHAPTER VI APPLICATIONS TO ANALYSIS We include in this chapter several subjects from classical analysis to which the notions of functional analysis can be applied. Some of these subjects are essential

More information

MATH 220 solution to homework 5

MATH 220 solution to homework 5 MATH 220 solution to homework 5 Problem. (i Define E(t = k(t + p(t = then E (t = 2 = 2 = 2 u t u tt + u x u xt dx u 2 t + u 2 x dx, u t u xx + u x u xt dx x [u tu x ] dx. Because f and g are compactly

More information

Fourier Series. 1. Review of Linear Algebra

Fourier Series. 1. Review of Linear Algebra Fourier Series In this section we give a short introduction to Fourier Analysis. If you are interested in Fourier analysis and would like to know more detail, I highly recommend the following book: Fourier

More information

Boundary value problems for partial differential equations

Boundary value problems for partial differential equations Boundary value problems for partial differential equations Henrik Schlichtkrull March 11, 213 1 Boundary value problem 2 1 Introduction This note contains a brief introduction to linear partial differential

More information

Partial Differential Equations for Engineering Math 312, Fall 2012

Partial Differential Equations for Engineering Math 312, Fall 2012 Partial Differential Equations for Engineering Math 312, Fall 2012 Jens Lorenz July 17, 2012 Contents Department of Mathematics and Statistics, UNM, Albuquerque, NM 87131 1 Second Order ODEs with Constant

More information

TOOLS FROM HARMONIC ANALYSIS

TOOLS FROM HARMONIC ANALYSIS TOOLS FROM HARMONIC ANALYSIS BRADLY STADIE Abstract. The Fourier transform can be thought of as a map that decomposes a function into oscillatory functions. In this paper, we will apply this decomposition

More information

Math 172 Problem Set 8 Solutions

Math 172 Problem Set 8 Solutions Math 72 Problem Set 8 Solutions Problem. (i We have (Fχ [ a,a] (ξ = χ [ a,a] e ixξ dx = a a e ixξ dx = iξ (e iax e iax = 2 sin aξ. ξ (ii We have (Fχ [, e ax (ξ = e ax e ixξ dx = e x(a+iξ dx = a + iξ where

More information

Chapter 3 Second Order Linear Equations

Chapter 3 Second Order Linear Equations Partial Differential Equations (Math 3303) A Ë@ Õæ Aë áöß @. X. @ 2015-2014 ú GA JË@ É Ë@ Chapter 3 Second Order Linear Equations Second-order partial differential equations for an known function u(x,

More information

SAMPLE FINAL EXAM SOLUTIONS

SAMPLE FINAL EXAM SOLUTIONS LAST (family) NAME: FIRST (given) NAME: ID # : MATHEMATICS 3FF3 McMaster University Final Examination Day Class Duration of Examination: 3 hours Dr. J.-P. Gabardo THIS EXAMINATION PAPER INCLUDES 22 PAGES

More information

1.1 Appearance of Fourier series

1.1 Appearance of Fourier series Chapter Fourier series. Appearance of Fourier series The birth of Fourier series can be traced back to the solutions of wave equation in the work of Bernoulli and the heat equation in the work of Fourier.

More information

Math 201 Assignment #11

Math 201 Assignment #11 Math 21 Assignment #11 Problem 1 (1.5 2) Find a formal solution to the given initial-boundary value problem. = 2 u x, < x < π, t > 2 u(, t) = u(π, t) =, t > u(x, ) = x 2, < x < π Problem 2 (1.5 5) Find

More information

Topics in Fourier analysis - Lecture 2.

Topics in Fourier analysis - Lecture 2. Topics in Fourier analysis - Lecture 2. Akos Magyar 1 Infinite Fourier series. In this section we develop the basic theory of Fourier series of periodic functions of one variable, but only to the extent

More information

FOURIER SERIES, HAAR WAVELETS AND FAST FOURIER TRANSFORM

FOURIER SERIES, HAAR WAVELETS AND FAST FOURIER TRANSFORM FOURIER SERIES, HAAR WAVELETS AD FAST FOURIER TRASFORM VESA KAARIOJA, JESSE RAILO AD SAMULI SILTAE Abstract. This handout is for the course Applications of matrix computations at the University of Helsinki

More information

Topics in Harmonic Analysis Lecture 1: The Fourier transform

Topics in Harmonic Analysis Lecture 1: The Fourier transform Topics in Harmonic Analysis Lecture 1: The Fourier transform Po-Lam Yung The Chinese University of Hong Kong Outline Fourier series on T: L 2 theory Convolutions The Dirichlet and Fejer kernels Pointwise

More information

MATH 220: INNER PRODUCT SPACES, SYMMETRIC OPERATORS, ORTHOGONALITY

MATH 220: INNER PRODUCT SPACES, SYMMETRIC OPERATORS, ORTHOGONALITY MATH 22: INNER PRODUCT SPACES, SYMMETRIC OPERATORS, ORTHOGONALITY When discussing separation of variables, we noted that at the last step we need to express the inhomogeneous initial or boundary data as

More information

Chapter 7: Bounded Operators in Hilbert Spaces

Chapter 7: Bounded Operators in Hilbert Spaces Chapter 7: Bounded Operators in Hilbert Spaces I-Liang Chern Department of Applied Mathematics National Chiao Tung University and Department of Mathematics National Taiwan University Fall, 2013 1 / 84

More information

Math Assignment 14

Math Assignment 14 Math 2280 - Assignment 14 Dylan Zwick Spring 2014 Section 9.5-1, 3, 5, 7, 9 Section 9.6-1, 3, 5, 7, 14 Section 9.7-1, 2, 3, 4 1 Section 9.5 - Heat Conduction and Separation of Variables 9.5.1 - Solve the

More information

MATH MEASURE THEORY AND FOURIER ANALYSIS. Contents

MATH MEASURE THEORY AND FOURIER ANALYSIS. Contents MATH 3969 - MEASURE THEORY AND FOURIER ANALYSIS ANDREW TULLOCH Contents 1. Measure Theory 2 1.1. Properties of Measures 3 1.2. Constructing σ-algebras and measures 3 1.3. Properties of the Lebesgue measure

More information

We denote the space of distributions on Ω by D ( Ω) 2.

We denote the space of distributions on Ω by D ( Ω) 2. Sep. 1 0, 008 Distributions Distributions are generalized functions. Some familiarity with the theory of distributions helps understanding of various function spaces which play important roles in the study

More information

A Guided Tour of the Wave Equation

A Guided Tour of the Wave Equation A Guided Tour of the Wave Equation Background: In order to solve this problem we need to review some facts about ordinary differential equations: Some Common ODEs and their solutions: f (x) = 0 f(x) =

More information

Applied Mathematics Masters Examination Fall 2016, August 18, 1 4 pm.

Applied Mathematics Masters Examination Fall 2016, August 18, 1 4 pm. Applied Mathematics Masters Examination Fall 16, August 18, 1 4 pm. Each of the fifteen numbered questions is worth points. All questions will be graded, but your score for the examination will be the

More information

Fourier Transform & Sobolev Spaces

Fourier Transform & Sobolev Spaces Fourier Transform & Sobolev Spaces Michael Reiter, Arthur Schuster Summer Term 2008 Abstract We introduce the concept of weak derivative that allows us to define new interesting Hilbert spaces the Sobolev

More information

Fourier Series. ,..., e ixn ). Conversely, each 2π-periodic function φ : R n C induces a unique φ : T n C for which φ(e ix 1

Fourier Series. ,..., e ixn ). Conversely, each 2π-periodic function φ : R n C induces a unique φ : T n C for which φ(e ix 1 Fourier Series Let {e j : 1 j n} be the standard basis in R n. We say f : R n C is π-periodic in each variable if f(x + πe j ) = f(x) x R n, 1 j n. We can identify π-periodic functions with functions on

More information

4 Riesz Kernels. Since the functions k i (ξ) = ξ i. are bounded functions it is clear that R

4 Riesz Kernels. Since the functions k i (ξ) = ξ i. are bounded functions it is clear that R 4 Riesz Kernels. A natural generalization of the Hilbert transform to higher dimension is mutiplication of the Fourier Transform by homogeneous functions of degree 0, the simplest ones being R i f(ξ) =

More information

Partial Differential Equations

Partial Differential Equations Partial Differential Equations Xu Chen Assistant Professor United Technologies Engineering Build, Rm. 382 Department of Mechanical Engineering University of Connecticut xchen@engr.uconn.edu Contents 1

More information

Folland: Real Analysis, Chapter 8 Sébastien Picard

Folland: Real Analysis, Chapter 8 Sébastien Picard Folland: Real Analysis, Chapter 8 Sébastien Picard Problem 8.3 Let η(t) = e /t for t >, η(t) = for t. a. For k N and t >, η (k) (t) = P k (/t)e /t where P k is a polynomial of degree 2k. b. η (k) () exists

More information

7: FOURIER SERIES STEVEN HEILMAN

7: FOURIER SERIES STEVEN HEILMAN 7: FOURIER SERIES STEVE HEILMA 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

More information

In this chapter we study elliptical PDEs. That is, PDEs of the form. 2 u = lots,

In this chapter we study elliptical PDEs. That is, PDEs of the form. 2 u = lots, Chapter 8 Elliptic PDEs In this chapter we study elliptical PDEs. That is, PDEs of the form 2 u = lots, where lots means lower-order terms (u x, u y,..., u, f). Here are some ways to think about the physical

More information

(3) Let Y be a totally bounded subset of a metric space X. Then the closure Y of Y

(3) Let Y be a totally bounded subset of a metric space X. Then the closure Y of Y () Consider A = { q Q : q 2 2} as a subset of the metric space (Q, d), where d(x, y) = x y. Then A is A) closed but not open in Q B) open but not closed in Q C) neither open nor closed in Q D) both open

More information

TOPICS IN FOURIER ANALYSIS-III. Contents

TOPICS IN FOURIER ANALYSIS-III. Contents TOPICS IN FOUIE ANALYSIS-III M.T. NAI Contents 1. Fourier transform: Basic properties 2 2. On surjectivity 7 3. Inversion theorem 9 4. Proof of inversion theorem 10 5. The Banach algebra L 1 ( 12 6. Fourier-Plancheral

More information

Indeed, the family is still orthogonal if we consider a complex valued inner product ( or an inner product on complex vector space)

Indeed, the family is still orthogonal if we consider a complex valued inner product ( or an inner product on complex vector space) Fourier series of complex valued functions Suppose now f is a piecewise continuous complex valued function on [, π], that is f(x) = u(x)+iv(x) such that both u and v are real valued piecewise continuous

More information

Ordinary Differential Equations II

Ordinary Differential Equations II Ordinary Differential Equations II February 23 2017 Separation of variables Wave eq. (PDE) 2 u t (t, x) = 2 u 2 c2 (t, x), x2 c > 0 constant. Describes small vibrations in a homogeneous string. u(t, x)

More information

17 The functional equation

17 The functional equation 18.785 Number theory I Fall 16 Lecture #17 11/8/16 17 The functional equation In the previous lecture we proved that the iemann zeta function ζ(s) has an Euler product and an analytic continuation to the

More information

Vectors in Function Spaces

Vectors in Function Spaces Jim Lambers MAT 66 Spring Semester 15-16 Lecture 18 Notes These notes correspond to Section 6.3 in the text. Vectors in Function Spaces We begin with some necessary terminology. A vector space V, also

More information

be the set of complex valued 2π-periodic functions f on R such that

be the set of complex valued 2π-periodic functions f on R such that . Fourier series. Definition.. Given a real number P, we say a complex valued function f on R is P -periodic if f(x + P ) f(x) for all x R. We let be the set of complex valued -periodic functions f on

More information

1 Distributions (due January 22, 2009)

1 Distributions (due January 22, 2009) Distributions (due January 22, 29). The distribution derivative of the locally integrable function ln( x ) is the principal value distribution /x. We know that, φ = lim φ(x) dx. x ɛ x Show that x, φ =

More information

Bernstein s inequality and Nikolsky s inequality for R d

Bernstein s inequality and Nikolsky s inequality for R d Bernstein s inequality and Nikolsky s inequality for d Jordan Bell jordan.bell@gmail.com Department of athematics University of Toronto February 6 25 Complex Borel measures and the Fourier transform Let

More information

Mathematics of Physics and Engineering II: Homework problems

Mathematics of Physics and Engineering II: Homework problems Mathematics of Physics and Engineering II: Homework problems Homework. Problem. Consider four points in R 3 : P (,, ), Q(,, 2), R(,, ), S( + a,, 2a), where a is a real number. () Compute the coordinates

More information

INTRODUCTION TO REAL ANALYSIS II MATH 4332 BLECHER NOTES

INTRODUCTION TO REAL ANALYSIS II MATH 4332 BLECHER NOTES INTRODUCTION TO REAL ANALYSIS II MATH 433 BLECHER NOTES. As in earlier classnotes. As in earlier classnotes (Fourier series) 3. Fourier series (continued) (NOTE: UNDERGRADS IN THE CLASS ARE NOT RESPONSIBLE

More information

ENGI 9420 Lecture Notes 8 - PDEs Page 8.01

ENGI 9420 Lecture Notes 8 - PDEs Page 8.01 ENGI 940 ecture Notes 8 - PDEs Page 8.0 8. Partial Differential Equations Partial differential equations (PDEs) are equations involving functions of more than one variable and their partial derivatives

More information

MATH COURSE NOTES - CLASS MEETING # Introduction to PDEs, Spring 2018 Professor: Jared Speck

MATH COURSE NOTES - CLASS MEETING # Introduction to PDEs, Spring 2018 Professor: Jared Speck MATH 8.52 COURSE NOTES - CLASS MEETING # 6 8.52 Introduction to PDEs, Spring 208 Professor: Jared Speck Class Meeting # 6: Laplace s and Poisson s Equations We will now study the Laplace and Poisson equations

More information

Math 321 Final Examination April 1995 Notation used in this exam: N. (1) S N (f,x) = f(t)e int dt e inx.

Math 321 Final Examination April 1995 Notation used in this exam: N. (1) S N (f,x) = f(t)e int dt e inx. Math 321 Final Examination April 1995 Notation used in this exam: N 1 π (1) S N (f,x) = f(t)e int dt e inx. 2π n= N π (2) C(X, R) is the space of bounded real-valued functions on the metric space X, equipped

More information

A glimpse of Fourier analysis

A glimpse of Fourier analysis Chapter 7 A glimpse of Fourier analysis 7.1 Fourier series In the middle of the 18th century, mathematicians and physicists started to study the motion of a vibrating string (think of the strings of a

More information

3 (Due ). Let A X consist of points (x, y) such that either x or y is a rational number. Is A measurable? What is its Lebesgue measure?

3 (Due ). Let A X consist of points (x, y) such that either x or y is a rational number. Is A measurable? What is its Lebesgue measure? MA 645-4A (Real Analysis), Dr. Chernov Homework assignment 1 (Due ). Show that the open disk x 2 + y 2 < 1 is a countable union of planar elementary sets. Show that the closed disk x 2 + y 2 1 is a countable

More information

Introduction to Sturm-Liouville Theory and the Theory of Generalized Fourier Series

Introduction to Sturm-Liouville Theory and the Theory of Generalized Fourier Series CHAPTER 5 Introduction to Sturm-Liouville Theory and the Theory of Generalized Fourier Series We start with some introductory examples. 5.. Cauchy s equation The homogeneous Euler-Cauchy equation (Leonhard

More information

MA22S2 Lecture Notes on Fourier Series and Partial Differential Equations.

MA22S2 Lecture Notes on Fourier Series and Partial Differential Equations. MAS Lecture Notes on Fourier Series and Partial Differential Equations Joe Ó hógáin E-mail: johog@maths.tcd.ie Main Text: Kreyszig; Advanced Engineering Mathematics Other Texts: Nagle and Saff, Zill and

More information

THE WAVE EQUATION. F = T (x, t) j + T (x + x, t) j = T (sin(θ(x, t)) + sin(θ(x + x, t)))

THE WAVE EQUATION. F = T (x, t) j + T (x + x, t) j = T (sin(θ(x, t)) + sin(θ(x + x, t))) THE WAVE EQUATION The aim is to derive a mathematical model that describes small vibrations of a tightly stretched flexible string for the one-dimensional case, or of a tightly stretched membrane for the

More information

Outline of Fourier Series: Math 201B

Outline of Fourier Series: Math 201B Outline of Fourier Series: Math 201B February 24, 2011 1 Functions and convolutions 1.1 Periodic functions Periodic functions. Let = R/(2πZ) denote the circle, or onedimensional torus. A function f : C

More information

Syllabus Fourier analysis

Syllabus Fourier analysis Syllabus Fourier analysis by T. H. Koornwinder, 1996 University of Amsterdam, Faculty of Science, Korteweg-de Vries Institute Last modified: 7 December 2005 Note This syllabus is based on parts of the

More information

Chapter 8 Integral Operators

Chapter 8 Integral Operators Chapter 8 Integral Operators In our development of metrics, norms, inner products, and operator theory in Chapters 1 7 we only tangentially considered topics that involved the use of Lebesgue measure,

More information

LECTURE NOTES IN PARTIAL DIFFERENTIAL EQUATIONS. Fourth Edition, February by Tadeusz STYŠ. University of Botswana

LECTURE NOTES IN PARTIAL DIFFERENTIAL EQUATIONS. Fourth Edition, February by Tadeusz STYŠ. University of Botswana i LECTURE NOTES IN PARTIAL DIFFERENTIAL EQUATIONS Fourth Edition, February 2011 by Tadeusz STYŠ University of Botswana ii Contents 1 Solution of Partial Differential Equations 1 1.1 The General Solution

More information

Vibrating Strings and Heat Flow

Vibrating Strings and Heat Flow Vibrating Strings and Heat Flow Consider an infinite vibrating string Assume that the -ais is the equilibrium position of the string and that the tension in the string at rest in equilibrium is τ Let u(,

More information

λ n = L φ n = π L eınπx/l, for n Z

λ n = L φ n = π L eınπx/l, for n Z Chapter 32 The Fourier Transform 32. Derivation from a Fourier Series Consider the eigenvalue problem y + λy =, y( L = y(l, y ( L = y (L. The eigenvalues and eigenfunctions are ( nπ λ n = L 2 for n Z +

More information

PARTIAL DIFFERENTIAL EQUATIONS. Lecturer: D.M.A. Stuart MT 2007

PARTIAL DIFFERENTIAL EQUATIONS. Lecturer: D.M.A. Stuart MT 2007 PARTIAL DIFFERENTIAL EQUATIONS Lecturer: D.M.A. Stuart MT 2007 In addition to the sets of lecture notes written by previous lecturers ([1, 2]) the books [4, 7] are very good for the PDE topics in the course.

More information

MATH COURSE NOTES - CLASS MEETING # Introduction to PDEs, Fall 2011 Professor: Jared Speck

MATH COURSE NOTES - CLASS MEETING # Introduction to PDEs, Fall 2011 Professor: Jared Speck MATH 8.52 COURSE NOTES - CLASS MEETING # 6 8.52 Introduction to PDEs, Fall 20 Professor: Jared Speck Class Meeting # 6: Laplace s and Poisson s Equations We will now study the Laplace and Poisson equations

More information

8 Singular Integral Operators and L p -Regularity Theory

8 Singular Integral Operators and L p -Regularity Theory 8 Singular Integral Operators and L p -Regularity Theory 8. Motivation See hand-written notes! 8.2 Mikhlin Multiplier Theorem Recall that the Fourier transformation F and the inverse Fourier transformation

More information

Kernel Method: Data Analysis with Positive Definite Kernels

Kernel Method: Data Analysis with Positive Definite Kernels Kernel Method: Data Analysis with Positive Definite Kernels 2. Positive Definite Kernel and Reproducing Kernel Hilbert Space Kenji Fukumizu The Institute of Statistical Mathematics. Graduate University

More information

Fourier and Partial Differential Equations

Fourier and Partial Differential Equations Chapter 5 Fourier and Partial Differential Equations 5.1 Fourier MATH 294 SPRING 1982 FINAL # 5 5.1.1 Consider the function 2x, 0 x 1. a) Sketch the odd extension of this function on 1 x 1. b) Expand the

More information

A Motivation for Fourier Analysis in Physics

A Motivation for Fourier Analysis in Physics A Motivation for Fourier Analysis in Physics PHYS 500 - Southern Illinois University November 8, 2016 PHYS 500 - Southern Illinois University A Motivation for Fourier Analysis in Physics November 8, 2016

More information

Math 172 Problem Set 5 Solutions

Math 172 Problem Set 5 Solutions Math 172 Problem Set 5 Solutions 2.4 Let E = {(t, x : < x b, x t b}. To prove integrability of g, first observe that b b b f(t b b g(x dx = dt t dx f(t t dtdx. x Next note that f(t/t χ E is a measurable

More information

1 Review of di erential calculus

1 Review of di erential calculus Review of di erential calculus This chapter presents the main elements of di erential calculus needed in probability theory. Often, students taking a course on probability theory have problems with concepts

More information

Introduction of Partial Differential Equations and Boundary Value Problems

Introduction of Partial Differential Equations and Boundary Value Problems Introduction of Partial Differential Equations and Boundary Value Problems 2009 Outline Definition Classification Where PDEs come from? Well-posed problem, solutions Initial Conditions and Boundary Conditions

More information

Lecture Notes 4: Fourier Series and PDE s

Lecture Notes 4: Fourier Series and PDE s Lecture Notes 4: Fourier Series and PDE s 1. Periodic Functions A function fx defined on R is caed a periodic function if there exists a number T > such that fx + T = fx, x R. 1.1 The smaest number T for

More information

Solutions to the Sample Problems for the Final Exam UCLA Math 135, Winter 2015, Professor David Levermore

Solutions to the Sample Problems for the Final Exam UCLA Math 135, Winter 2015, Professor David Levermore Solutions to the Sample Problems for the Final Exam UCLA Math 135, Winter 15, Professor David Levermore Every sample problem for the Midterm exam and every problem on the Midterm exam should be considered

More information

Lecture Notes on PDEs

Lecture Notes on PDEs Lecture Notes on PDEs Alberto Bressan February 26, 2012 1 Elliptic equations Let IR n be a bounded open set Given measurable functions a ij, b i, c : IR, consider the linear, second order differential

More information

Chapter 5: Bases in Hilbert Spaces

Chapter 5: Bases in Hilbert Spaces Orthogonal bases, general theory The Fourier basis in L 2 (T) Applications of Fourier series Chapter 5: Bases in Hilbert Spaces I-Liang Chern Department of Applied Mathematics National Chiao Tung University

More information

MA Chapter 10 practice

MA Chapter 10 practice MA 33 Chapter 1 practice NAME INSTRUCTOR 1. Instructor s names: Chen. Course number: MA33. 3. TEST/QUIZ NUMBER is: 1 if this sheet is yellow if this sheet is blue 3 if this sheet is white 4. Sign the scantron

More information

The Fourier series for a 2π-periodic function

The Fourier series for a 2π-periodic function The Fourier series for a 2π-periodic function Let f : ( π, π] R be a bounded piecewise continuous function which we continue to be a 2π-periodic function defined on R, i.e. f (x + 2π) = f (x), x R. The

More information

FOURIER METHODS AND DISTRIBUTIONS: SOLUTIONS

FOURIER METHODS AND DISTRIBUTIONS: SOLUTIONS Centre for Mathematical Sciences Mathematics, Faculty of Science FOURIER METHODS AND DISTRIBUTIONS: SOLUTIONS. We make the Ansatz u(x, y) = ϕ(x)ψ(y) and look for a solution which satisfies the boundary

More information

ENGI 4430 PDEs - d Alembert Solutions Page 11.01

ENGI 4430 PDEs - d Alembert Solutions Page 11.01 ENGI 4430 PDEs - d Alembert Solutions Page 11.01 11. Partial Differential Equations Partial differential equations (PDEs) are equations involving functions of more than one variable and their partial derivatives

More information

Analysis IV, Assignment 4

Analysis IV, Assignment 4 Analysis IV, Assignment 4 Prof. John Toth Winter 23 Exercise Let f C () an perioic with f(x+2) f(x). Let a n f(t)e int t an (S N f)(x) N n N then f(x ) lim (S Nf)(x ). N a n e inx. If f is continuously

More information

Conformal maps. Lent 2019 COMPLEX METHODS G. Taylor. A star means optional and not necessarily harder.

Conformal maps. Lent 2019 COMPLEX METHODS G. Taylor. A star means optional and not necessarily harder. Lent 29 COMPLEX METHODS G. Taylor A star means optional and not necessarily harder. Conformal maps. (i) Let f(z) = az + b, with ad bc. Where in C is f conformal? cz + d (ii) Let f(z) = z +. What are the

More information

EXPOSITORY NOTES ON DISTRIBUTION THEORY, FALL 2018

EXPOSITORY NOTES ON DISTRIBUTION THEORY, FALL 2018 EXPOSITORY NOTES ON DISTRIBUTION THEORY, FALL 2018 While these notes are under construction, I expect there will be many typos. The main reference for this is volume 1 of Hörmander, The analysis of liner

More information

swapneel/207

swapneel/207 Partial differential equations Swapneel Mahajan www.math.iitb.ac.in/ swapneel/207 1 1 Power series For a real number x 0 and a sequence (a n ) of real numbers, consider the expression a n (x x 0 ) n =

More information

MATH 425, FINAL EXAM SOLUTIONS

MATH 425, FINAL EXAM SOLUTIONS MATH 425, FINAL EXAM SOLUTIONS Each exercise is worth 50 points. Exercise. a The operator L is defined on smooth functions of (x, y by: Is the operator L linear? Prove your answer. L (u := arctan(xy u

More information

Real Analysis Chapter 8 Solutions Jonathan Conder. = lim n. = lim. f(z) dz dy. m(b r (y)) B r(y) f(z + x y) dz. B r(y) τ y x f(z) f(z) dz

Real Analysis Chapter 8 Solutions Jonathan Conder. = lim n. = lim. f(z) dz dy. m(b r (y)) B r(y) f(z + x y) dz. B r(y) τ y x f(z) f(z) dz 3. (a Note that η ( (t e /t for all t (,, where is a polynomial of degree. Given k N, suppose that η (k (t P k (/te /t for all t (,, where P k (x is some polynomial of degree (k. By the product rule and

More information

Wiener Measure and Brownian Motion

Wiener Measure and Brownian Motion Chapter 16 Wiener Measure and Brownian Motion Diffusion of particles is a product of their apparently random motion. The density u(t, x) of diffusing particles satisfies the diffusion equation (16.1) u

More information

MATH 131P: PRACTICE FINAL SOLUTIONS DECEMBER 12, 2012

MATH 131P: PRACTICE FINAL SOLUTIONS DECEMBER 12, 2012 MATH 3P: PRACTICE FINAL SOLUTIONS DECEMBER, This is a closed ook, closed notes, no calculators/computers exam. There are 6 prolems. Write your solutions to Prolems -3 in lue ook #, and your solutions to

More information

1 Assignment 1: Nonlinear dynamics (due September

1 Assignment 1: Nonlinear dynamics (due September Assignment : Nonlinear dynamics (due September 4, 28). Consider the ordinary differential equation du/dt = cos(u). Sketch the equilibria and indicate by arrows the increase or decrease of the solutions.

More information

Fall f(x)g(x) dx. The starting place for the theory of Fourier series is that the family of functions {e inx } n= is orthonormal, that is

Fall f(x)g(x) dx. The starting place for the theory of Fourier series is that the family of functions {e inx } n= is orthonormal, that is 18.103 Fall 2013 1. Fourier Series, Part 1. We will consider several function spaces during our study of Fourier series. When we talk about L p ((, π)), it will be convenient to include the factor 1/ in

More information

Some Aspects of Solutions of Partial Differential Equations

Some Aspects of Solutions of Partial Differential Equations Some Aspects of Solutions of Partial Differential Equations K. Sakthivel Department of Mathematics Indian Institute of Space Science & Technology(IIST) Trivandrum - 695 547, Kerala Sakthivel@iist.ac.in

More information

Math 127: Course Summary

Math 127: Course Summary Math 27: Course Summary Rich Schwartz October 27, 2009 General Information: M27 is a course in functional analysis. Functional analysis deals with normed, infinite dimensional vector spaces. Usually, these

More information

Fourier transforms, I

Fourier transforms, I (November 28, 2016) Fourier transforms, I Paul Garrett garrett@math.umn.edu http://www.math.umn.edu/ garrett/ [This document is http://www.math.umn.edu/ garrett/m/fun/notes 2016-17/Fourier transforms I.pdf]

More information

4 Hilbert spaces. The proof of the Hilbert basis theorem is not mathematics, it is theology. Camille Jordan

4 Hilbert spaces. The proof of the Hilbert basis theorem is not mathematics, it is theology. Camille Jordan The proof of the Hilbert basis theorem is not mathematics, it is theology. Camille Jordan Wir müssen wissen, wir werden wissen. David Hilbert We now continue to study a special class of Banach spaces,

More information

NONLOCAL DIFFUSION EQUATIONS

NONLOCAL DIFFUSION EQUATIONS NONLOCAL DIFFUSION EQUATIONS JULIO D. ROSSI (ALICANTE, SPAIN AND BUENOS AIRES, ARGENTINA) jrossi@dm.uba.ar http://mate.dm.uba.ar/ jrossi 2011 Non-local diffusion. The function J. Let J : R N R, nonnegative,

More information

Math 489AB A Very Brief Intro to Fourier Series Fall 2008

Math 489AB A Very Brief Intro to Fourier Series Fall 2008 Math 489AB A Very Brief Intro to Fourier Series Fall 8 Contents Fourier Series. The coefficients........................................ Convergence......................................... 4.3 Convergence

More information

ELEMENTARY APPLICATIONS OF FOURIER ANALYSIS

ELEMENTARY APPLICATIONS OF FOURIER ANALYSIS ELEMENTARY APPLICATIONS OF FOURIER ANALYSIS COURTOIS Abstract. This paper is intended as a brief introduction to one of the very first applications of Fourier analysis: the study of heat conduction. We

More information

A proof for the full Fourier series on [ π, π] is given here.

A proof for the full Fourier series on [ π, π] is given here. niform convergence of Fourier series A smooth function on an interval [a, b] may be represented by a full, sine, or cosine Fourier series, and pointwise convergence can be achieved, except possibly at

More information

Partial Differential Equations

Partial Differential Equations M3M3 Partial Differential Equations Solutions to problem sheet 3/4 1* (i) Show that the second order linear differential operators L and M, defined in some domain Ω R n, and given by Mφ = Lφ = j=1 j=1

More information

A review: The Laplacian and the d Alembertian. j=1

A review: The Laplacian and the d Alembertian. j=1 Chapter One A review: The Laplacian and the d Alembertian 1.1 THE LAPLACIAN One of the main goals of this course is to understand well the solution of wave equation both in Euclidean space and on manifolds

More information

Solutions: Problem Set 4 Math 201B, Winter 2007

Solutions: Problem Set 4 Math 201B, Winter 2007 Solutions: Problem Set 4 Math 2B, Winter 27 Problem. (a Define f : by { x /2 if < x

More information

Mathematics of Physics and Engineering II: Homework answers You are encouraged to disagree with everything that follows. P R and i j k 2 1 1

Mathematics of Physics and Engineering II: Homework answers You are encouraged to disagree with everything that follows. P R and i j k 2 1 1 Mathematics of Physics and Engineering II: Homework answers You are encouraged to disagree with everything that follows Homework () P Q = OQ OP =,,,, =,,, P R =,,, P S = a,, a () The vertex of the angle

More information