Fourier Series. 1. Review of Linear Algebra

Size: px
Start display at page:

Download "Fourier Series. 1. Review of Linear Algebra"

Transcription

1 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 Analysis, Elias Stein and Rami Shakarchi. Princeton University Press, 3. These notes follow the book closely. Fourier Analysis studies how a function f(x) can be expressed as a series of cos x and sin x or more symmetrically as a series of e inx. This is an analogue of Taylor series which expresses a nice function as a power series. As you can see from what will be covered later, the problem of expressing a function f(x) as a series of cos x and sin x is much more difficult than the convergence of Taylor series. To prepare for the discussion, we first review Linear Algebra, in particular, inner products and norms. Then we ll give two examples of infinite dimensional vector spaces equipped with inner products. After that we introduce orthogonal and orthonormal systems and use these to define Fourier coefficients and Fourier series of a periodic function. The rest of the section is devoted to the convergence of Fourier series: global and local convergence.. Review of Linear Algebra We recall the concepts of inner product and norm as needed for our introduction to Fourier series. Definition. Let V be a vector space over R (or C). An inner product on V is a function (, ) on V V R (or C) such that the following conditions are satisfied: (a) (v, w) = (w, v)(or (v, w) = (w, v)), v, w V. (b) (av +bv, w) = a(v, w)+b(v, w), (v, cw +dw ) = c(v, w )+d(v, w )(or (v, cw +dw ) = c(v, w ) + d(v, w )), v, v, v, w, w, w V. (c) (v, v) for any v V. We define the norm of v by v = (v, v). If v = implies v = then the inner product is called strictly positive-definite. Example. Let V = R n. For any v = (v, v,, v n ) and w = (w, w,, w n ) define (v, w) = v i w i. i=

2 It is easy to see that the three conditions are satisfied. The norm of the vector v = (v, v,, v n ) is v = The inner product is strictly positive-definite. v + v + + v n. Example. Let l (Z) be the set of all (two-sided) infinite sequences of real numbers such that (, a n,, a, a, a,, a n, ) a n <. We define the addition and scalar multiplication componentwise, i.e., if n Z v = (, a n,, a, a, a,, a n, ) and w = (, b n,, b, b, b,, b n, ), define v + w = (, a n + b n,, a + b, a + b, a + b,, a n + b n, ) and if λ is any real number, define λv = (, λa n,, λa, λa, λa,, λa n, ). We show that this set is a vector space over R. If v and w are two elements in l (Z), we show that v + w is in l (Z). Write v = (, a n,, a, a, a,, a n, ) and w = (, b n,, b, b, b,, b n, ), it suffices to show that v + w converges absolutely. Since a n + b n is increasing as n. So we only need to show that a n + b n is bounded i= n above. This is obtained by using triangle inequality: i= n ( a n + b n ) ( a n ) + ( b n ) ( a n ) + ( b n ). i= n i= n i= n n Z n Z Thus a n + b n ( v + w ). i= n Hence v + w converges absolutely. It is straightforward to verify the other conditions.

3 3 Now we define an inner product as follows: for any v = (, a n,, a, a, a,, a n, ) and w = (, b n,, b, b, b,, b n, ), define (v, w) = n Z a n b n. We need to verify that this definition satisfies the conditions of inner product. In fact the only point worth mentioning is whether (v, w) is well defined, in other words, we need to show that (v, w) converges. Here the idea is same as the convergence of v + w. It suffices to show that (v, w) converges absolutely. We use Cauchy-Schwarz inequality: a n b n ( a n ) ( b n ) < v w. i= n i= n i= n So we have (v, w) v w. Thus (v, w) is bounded above. Hence it converges absolutely. This vector space is infinite-dimensional since the vectors e n = (,, ) are linear independent for all n where e n has at i-th component and everywhere else. Example 3. Let R([, ]) denote the set of complex-valued Riemann integrable functions on [, ]. We define addition and scalar multiplication of functions f and g as follows: if f and g are two Riemann integrable functions on [, ], define (f + g)(x) = f(x) + g(x), x [, ] and (λf)(x) = λf(x), λ C, x [, ]. Under these two operations, the set R([, ]) is a vector space over C. We define an inner product by The norm of f is (f, g) = f(x)g(x)dx. f = It is easy to see that this is an inner product. ( f(x) dx). This vector space is still infinite-dimensional since obviously R([, ]) contains polynomials on [, ] and all x n are linearly independent for any n.

4 4 The example and example 3 are two examples of infinite-dimensional vectors spaces with inner products. A vector space equipped with an inner product is called complete if every Cauchy sequence converges to a limit in the vector space. A complete vector space equipped with an inner product is called Hilbert space. We can show that the example is complete since every Cauchy sequence converges to a limit in the space l (Z). However the example 3 is not complete. We ll give a Cauchy sequence that doesn t converge to a limit in R([, ]). Let {, if x n f n (x) = ; ln x, if n < x. {, if x = ; It is not hard to see that f n (x) converges to the function f(x) = ln x, if < x. Now f n (x) is bounded and Riemann integrable since ln x is bounded and Riemann integrable on [ n, ]. However the function f(x) is unbounded on [, ], hence not Riemann integrable, i.e., f R([, ]). So R([, ]) is not complete. The following concept will play an important role in the study of Fourier series. Definition. Let V be a vector space equipped with an inner product. Two vectors v and w are said to be orthogonal if (v, w) =. The above three examples of vector spaces share the following three formulae. Some of these have already been used in the above examples:. The Pythagorean theorem: if v and w are two orthogonal vectors in a vector space V equipped with an inner product, then v + w = v + y.. The Cauchy-Schwarz inequality: for any v, w V, we have (v, w) v w. 3. The triangle inequality: for any v, w V, we have v + w v + w. To prove (), we use the orthogonality of v and w. Then we see that v+w = (v+w, v+w) = (v, v) + (v, w) + (w, v) + (w, w) = (v, v) + (w, w) = v + w. For (), consider, for any real number t, v + tw.

5 5 We also have v + tw = (v, v) + t(v, w) + t (w, w). When viewed as a quadratic polynomial in t, the quadratic polynomial is always bigger than, thus we have the discriminant = 4(v, w) 4(v, v)(w, w). Hence we obtain (v, w) v w. Taking square roots of both sides, we obtain (v, w) v w. For (3), we notice v+w = (v+w, v+w) = (v, w)+(v, w)+(w, v)+(w, w) v + v w + w = ( v + w ). The last inequality is obtained by using Cauchy-Schwarz inequality. Taking square roots again, we obtain v + w v + w.. Fourier Series We define the Fourier coefficients and series relative to an orthonormal sequence of periodic function on [a, b] and give examples of the Fourier series of some functions. Definition. Let {φ n } be a sequence of complex-valued functions on [a, b] such that b a φ n (x)φ m (x)dx =, n m. Then such a sequence is called an orthogonal system of function on [a, b]. If in addition, Then {φ n } is called orthonormal. b a φ n (x) dx =, n. Examples. The sequence {e n (x) = e inx } is an orthonormal sequence in the vector space R([, ]). For any e n, e m R([, ]), we compute (e n (x), e m (x)) as follows: If n m, then (e n (x), e m (x)) = If n = m, then e inx e imx dx = e i(n m)x dx = i(n m) ei(n m)x =. (e n, e n ) = e inx e inx dx = dx =.

6 6 Examples. The sequence {, cos x, sin x, cos x, sin x, } is another orthonormal system of functions on [, ]. We ll verify one case and leave other cases to you to verify. For cos nx, cos mx, n, m, we compute ( cos nx, cos mx) = = (m + n) sin(m + n)x + cos nx cos mxdx = [cos(m + n)x + cos(m n)xdx] sin(m n)x =, if m n; (m n) sin nx (x + ) =, if n = m. Definition. If f is an integrable function on [a, b], then the n-th Fourier coefficient of f is defined by f(n) = b a The Fourier series of f is given by b f(x) a f(x)e inx b a dx, n Z. n= f(n)e inx b a. We write c n = f(n). The reason that why we write the Fourier coefficient as f(n) is that the Fourier coefficients coincide with the value of the Fourier transform of f(x) at x = n. Recall that for any integrable function f(x) on R, its Fourier transform for ξ R is defined by f(ξ) = f(x)e ixξ dx. In the definition of Fourier series we didn t use equality since we don t know whether the series converges and whether f(x) is equal to the series. More generally if {φ n } is an orthonormal system on [a, b], for any integrable function f on [a, b], the number c n = b a b a f(x)φ n (x)dx, n =,, is called the n-th Fourier coefficients of f relative to {φ n }. The series The Fourier series of f. We write f(x) c n φ n (x). n= c n φ n (x) is called n=

7 7 The N-th partial sum of the Fourier series of f is given by S N (f)(x) = f(n)e inx/(b a). One of main goals of Fourier analysis is to determine whether and when the N-th partial sum converges to f, i.e. Problem: In what sense does S N (f) converge to f as N. We ll study some theorems related to the convergence problem in next section. then Example 3. Let f(x) = x on [, π]. Let s compute the Fourier series of f. First if n, If n =, then c n = xe inx dx = [( x in e inx ) π + e inx in dx] = [ π in e inπ π in einπ (in) e inx π ] = [ π in (einπ e inπ ) ( n einπ n e inπ )] = cos nπ [ in = = ( )n in Thus the Fourier series of f = x is cos nπ in n (einπ e inπ )] π xdx = x 4π π =. f(x) n e inx in = n= ( einx in e inx in ) = n= sin nx. n (π x) Example 4. Let f(x) = on [, ]. If n, then 4 c n = (π x) e inx dx = t 4 4 e in(π t) dt

8 8 after the substitution t = π x. So we have If n =, then c n = = = = = = cos nπ cos nπ cos nπ cos nπ = n t 4 e in(π t) dt t 4 eint e inπ dt t 4 eint dt ( t e int e int ) t 4in π in dt [ π 4in (einπ e inπ ) + teint n π [ ] π n (einπ e inπ ) eint in 3 π e int ] n dx Hence the Fourier series of f(x) = c = = = (π3 πx = = π π 6 (π x) 4 f(x) π + c n e inx = π + n n= (π x) dx 4 ( π 4 πx + x 4 )dx is 4 + x3 ) n (einx + e inx ) = π + Recall that we showed the uniqueness of power series in last section, i.e., if f(x) = a n (x c) n = n= b n (x c) n, n= n= cos nx n. Then we have a n = b n for any n =,,. We may ask the same question for Fourier series. It turns out that the situation for Fourier series is more subtle. The condition on the function f really matters. The following theorem shows the uniqueness if the function f is continuous.

9 9 Notice that in our discussion so far, we only assume that f is integrable. Theorem.3 Suppose that f is an integrable periodic function on [, π] with f(n) = for all n Z. Then f(x ) = whenever f is continuous at the point x. Proof. From the condition that f(n) =, for any n, it follows that f(n) = for any n. Since e inx = cos nx i sin nx, we obtain f(x) cos nxdx = f(x)e inx dx = f(x) sin nxdx = for any n. We are going to construct a sequence of trigonometric polynomials p k (x) such that as k. Thus we obtain a contradiction. f(x)p k (x)dx First we assume that f is a real-valued function. Let s assume the opposite, i.e., f(x ). We may assume that x = and f(x ) >. Then there exists a δ > such that Let p(x) = cos x + ɛ where ɛ is chosen so that and Summing up, we have p(x) = estimate the integral f(x) > f(), for x < δ. p(x) < ɛ, for δ < x < π p(x) > + ɛ for x < η < δ. < ɛ, δ < x < π; + ɛ, if x < η;, if η x δ. f(x)p k (x)dx. We have f(x)p k (x)dx = ( δ< x π We can estimate the above three integrals as follows: δ< x <π Let p k (x) = (p(x)) k, k. Let s ) + + f(x)p k (x)dx. η x δ x <η f(x)p k (x)dx < ( ɛ )k B,

10 x <η η< x <δ f(x)p k (x)dx ( + ɛ f(x)p k (x)dx, f() )k η, as k, where B is an upper bound of f(x) since f(x) is integrable on [, π], hence it is bounded. Thus Hence f(n) = for any n. f(x)p k (x)dx, as k. If f is a complex-valued function. Write f(x) = u(x) + iv(x). Then u(x) and v(x) are real-valued continuous functions at x and and We also observe that u(x) = v(x) = f(x) + f(x) f(x) f(x). i f(x) = f(x)e inx dx = f(x)e inx dx = f( n) =. Hence we obtain u(n) = = v(n) for any n. Applying the above argument, we have u(x ) = v(x ). Hence f(x) =. The following are two immediate consequences of the theorem. Corollary.4 Let f is a continuous and - periodic function. If f(n) = for any n, then f(x) = for any x. The following corollary answers the convergence problem formulated before. Corollary.5 Suppose that f is a continuous function on [, ] and that the Fourier series of f is convergent absolutely, i.e., f(n) <. Then the Fourier series converges uniformly to f, that is, n= S N (f)(x) f(x). Proof. Let s consider the function g(x) = n= f(n)e inx = lim N f(n)e inx.

11 By the condition that n= f(n) <, it follows that the partial sums lim N N f(n)e inx = lim N f converges uniformly. Hence its limit function g(x) is continuous by the continuity theorem we showed in last chapter. The Fourier coefficients of g are exactly f(n) since ĝ(n) = s g(x)e inx dx = = = f(n) m= N m= f(m)e imx e inx dx f(m)e imx e inx dx Here in the second last equality, we exchanged infinite sum and integral since the infinite sum is convergent absolutely. Now we apply the corollary to obtain f g = since both have the same Fourier series.

12 3. Convergence of Fourier Series In this section we discuss the convergence of Fourier series and present two results: global and local. The Global convergence is also called mean-square convergence theorem, which says that the norm of f S N (f) converges to as n. The local convergence is focused on the local behavior of f at a given point x. As a consequence of local convergence we obtain a surprising result: Riemman s localization principal, which states that the convergence of S N (f) only depends on the local behavior of f near x. This is a surprise since Fourier series are obtained by integrating the function f over the entire interval. 3. A Global Convergence. The goal of this subsection is to prove the following Mean-Square Convergence Theorem Suppose that f is an integrable periodic function on [, ], then f(x) S N (f)(x) dx, as N. Remark. Using norm, we observe that f S N (f) = ( f(x) S N (f)(x) dx). But the fact that the limit of f S N (f) approaches doesn t guarantee f S N (f) since our function f is only integrable. See exercise 5. Before we prove the theorem, we need some lemmas. Lemma 3.. (Best Approximation) If a function f is integrable on [, ] and its Fourier coefficients are a n. Let c n C be a sequence of complex numbers. Put T N (x) = c n e inx. Then f S N (f) f T N. Proof. We first notice that the vectors f S N (f) and S N (f) c n e inx are orthogonal.

13 3 We prove this by looking at the inner product (f S N (f), S N (f) (f S N (f), (a n c n )e inx ) = (f, = = =. (a n c n )e inx ) (S N (f), f(x)a n c n e inx dx a n c n f(n) N n= N a n c n f(n) Now using the above fact and Pythagorean theorem, we obtain since S N (f) f c n e inx = f S N (f) + S N (f) = f S N (f) + S N (f) c n e inx. c n e inx c n e inx f S N (f), c n e inx ). We have (a n c n )e inx ) We also need the following two lemmas to prove the Mean-Square convergence theorem. Unfortunately the proofs of these lemmas will be skipped due to the lack of time. You can read the proofs in the book mentioned above. Lemma 3.. Let f be a continuous function on [a, b]. polynomial P of degree M, such that Then there is a trigonometric S N (f)a n c n e inx dx f(x) P (x) < ɛ x [a, b]. Lemma 3..3 Suppose f is integrable and periodic function on [, ] and bounded by B. Then there exists a sequence {f k } of continuous functions on [, ] so that sup f k (x) B, k =,,. and f(x) f k (x) dx as k.

14 4 Now we are ready to prove the Mean-Square convergence theorem. Proof of Mean-Square Convergence Theorem. Let s first assume that f is continuous on [, ]. By lemma 3.., there is a trigonometric polynomial P of degree M such that f(x) P (x) < ɛ, x. Thus f P dx ɛ. Using the best approximation lemma, we obtain Here we used the fact that We can see that by looking at f S N (f) f S M (f) f P ɛ, N > M. f S N (f) f S M (f), N > M. f S M (f) = f S N (f) + S N (f) S M (f). Let v = f S N (f) and v = S N (f) S M (f). Then f S N (f)+s N (f) S M (f) = v +v = (v +v, v +v ) = v +(v, v )+(v, v )+ v. So it suffices to compute (v, v ). We have (v, v ) = (f S n (f), S N (f) S M (f)) = (f S N (f), N n >M f(n)e inx ) = N n >M = N n >M f(x) f(n)e inx dx (S N (f), f(n) f(n) N n >M N n >M f(n) =. f(n)e inx Hence the inequality. Summing up, we have f S N (f), as N. Now we assume that f is only integrable. By lemma 3..3, there exists a continuous function g on [, ], such that sup g(x) sup f(x) = B and f(x) g(x) dx < ɛ.

15 5 From these, we obtain f g = f g dx = B f g dx B ɛ. f g f g dx For this g, we apply the results we obtained in the above, so there is a trigonometric polynomial P such that g P < ɛ. Combining all the above, we obtain f P f g + g P < Cɛ. The rest of proof follows the case of continuous function exactly. Hence the statement. Using Mean-Square Convergence theorem, we have Theorem 3..4 (Parseval s Identity) If f is an integrable periodic function on [, ] with Fourier coefficients a n. Then a n = f. n= Proof. We observe that vectors f S N (f) and S N (f) are orthogonal since (f S N (f), S N (f)) = (f, S N (f)) S N (f) = f(n) f = Here we used the fact that S N (f) = we have f(n) by the orthogonality of the sequence {e inx }. Thus using Pythagorean theorem, f = f S N (f) + S N (f) = f S N (f) + f(n). By the Mean-Sqare convergence theorem, we see that f S N (f) as N. Hence we obtain f = a n. n= n= As an easy consequence of Parseval s identity, we have Theorem 3..5 (Riemman-Lebesgue Lemma) If f is integrable and periodic function on [, ], then f(n)

16 6 as n. obtain Proof. By Parseval s identity, we see that the series lim a n =, n n= a n converges. Hence we i.e., lim f(n) =. n 3. A Local Convergence of Fourier Series The following is a local convergence of Fourier Series. As an easy consequence of the local convergence, we show the Riemman s localization principal. Theorem 3.. Let f be an integrable and periodic function on [, π] which is differentiable at x. Then S N (f)(x ) f(x ) as N. Proof. Let D N (x) = e inx. Using the fact that f(x ) = f(x )D N (t)dt. Then we have S N (x ) f(x ) = = = f(x t) f(x ) t π D N (t)dt =, we can write f(x t)d N (t)dt f(x )D N (t)dt (f(x t) f(x ))D N (t)dt f(x t) f(x ) td N (t)dt t, if t ; Let F (t) = Since f is differentiable at x, then there is a f (x ), if t =. δ > such that F (x) is bounded on t < δ. Moreover on [, δ] [δ, π], F is integrable. So we may choose δ small enough so that the function F on t < δ is negligible. Hence F is integrable on [, π]. Now we use the following formula: D N (t) = sin(nt + t ) sin t = sin Nt cos t + cos Nt sin t sin t, to obtain S N (f)(x ) f(x ) = F (t)( t cos t sin Nt sin t + t cos Nt)dt.

17 7 By Riemann-Lebesgue lemma, f(n) as n, this is equivalent to and f(x) cos nxdx π f(x) sin nxdx as n. Applying the lemma to Riemann integrable functions F (t)t cos t obtain the result. and F (t)t, we Using the above local convergence, we have the following surprising localization principal of Riemann. Theorem. Suppose f and g are two integrable periodic functions defined on [, π], and for some x there exists an open interval I containing x such that f(x) = g(x) for any x I. Then S N (f)(x ) S N (g)(x ) as N. Proof. Let s consider f g. Then f g is differentiable at x since f(x) g(x) = for any x I. Now apply the localization to f g to finish the proof. Remark In the above theorem we see that the convergence of Fourier series at a point x only depends on a local behavior of f(x) near x. This is a surprise since Fourier coefficients f(n) are defined as integrals over [, ]. So these are global behavior of f(x) on [, ].

18 8 Exercise. Suppose f is -periodic function and integrable on any finite interval. Prove that if a, b R, then Also prove that b a f(x)dx = b+ f(x + a)dx = a+ f(x)dx = f(x)dx = b a +a +a f(x)dx. f(x)dx.. Consider the periodic odd function defined on [, π] by f(x) = x(π x). Compute the Fourier coefficients of f and show that f(x) = 8 π n odd 3. Let f be the function on [, π] by f(x) = x. sin kx k 3. (a) Compute the Fourier coefficients of f and show that (b) Taking x =, prove that π, if n = ; f(n) = + ( ) n πn, if n n odd n = π 8 and n= n = π Let f(x) = {, for x = ; ln x, for < x <. and define a sequence of functions on R([, ]) by {, for x n f n (x) = ; f(x), for n < x. Prove that {f n } is a Cauchy sequence in R([, ]). However f does not belong to R([, ]). (Hint: Show that b a ln xdx if < a < b and b, by using the fact that the derivative of x(ln x) x ln x + x is equal to ln x.)

19 9 5. Recall the vector space R([, ]) of integrable functions, with it inner product and norm f = ( f(x) dx). (a) Show that there exists a non-zero integrable functions f for which f =. (b) However, show that if f R([, ]) with f =, then f(x) = whenever f is continuous at x. (c) Conversely, show that if f R([, ]) vanishes at all of its points of continuity, then f =. 6. For any N N, define the Dirichlet kernel by D N (x) = (a) D N (x) is a continuous, -periodic function. (b) D N (x) is an even function. (c) e inx. π D N (x)dx = D N (x)dx =. π (d) (e) D N () = N +. (f) For all x, D N (x) N +. (g) For all < x < π, D N (x) π x. D N (x) = sin((n + )x) sin x. 7. Let f be the function defined on [, π] by f(x) = x. Use Parseval s identity to find the sums of the following two series: n= (n + ) 4 and n= n Consider the -periodic odd function defined on [, π] by f(x) = x(π x). Show that n= (n + ) 6 = π6 96 and n= n 6 = π Show that for α not an integer, the Fourier series of π sin πα ei(π x)α

20 on [, ] is given by Apply Parseval s identity to show that n= n= e inx n + α. (n + α) = π (sin πα).. Prove that sin x x dx = π. (Hint: Start with the fact that the integral of D N (x) equals, and note that the function sin x is continuous on [, π]. Apply the Riemann-Lebesgue lemma.) x. Prove that the Fourier series of a continuously differentiable function f on [, ] is absolutely convergent. (Hint: Use Cauchy-Schwarz inequality and Parseval s identity for f.). Suppose that f is periodic and of class C k. Show that (Hint: Use the Riemann-Lebesque lemma.) lim n n k f(n) =. 3. Let f be a -periodic and Riemann integrable on [, π]. Show that f(n) = f(x + π n )e inx dx Hence f(n) = f(x) f(x + π 4π n ) e inx dx.

MATH 5640: Fourier Series

MATH 5640: Fourier Series MATH 564: Fourier Series Hung Phan, UMass Lowell September, 8 Power Series A power series in the variable x is a series of the form a + a x + a x + = where the coefficients a, a,... are real or complex

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

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

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

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

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

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

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

Math 350 Fall 2011 Notes about inner product spaces. In this notes we state and prove some important properties of inner product spaces.

Math 350 Fall 2011 Notes about inner product spaces. In this notes we state and prove some important properties of inner product spaces. Math 350 Fall 2011 Notes about inner product spaces In this notes we state and prove some important properties of inner product spaces. First, recall the dot product on R n : if x, y R n, say x = (x 1,...,

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

Methods of Mathematical Physics X1 Homework 3 Solutions

Methods of Mathematical Physics X1 Homework 3 Solutions Methods of Mathematical Physics - 556 X Homework 3 Solutions. (Problem 2.. from Keener.) Verify that l 2 is an inner product space. Specifically, show that if x, y l 2, then x, y x k y k is defined and

More information

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

Notions such as convergent sequence and Cauchy sequence make sense for any metric space. Convergent Sequences are Cauchy

Notions such as convergent sequence and Cauchy sequence make sense for any metric space. Convergent Sequences are Cauchy Banach Spaces These notes provide an introduction to Banach spaces, which are complete normed vector spaces. For the purposes of these notes, all vector spaces are assumed to be over the real numbers.

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

CONVERGENCE OF THE FOURIER SERIES

CONVERGENCE OF THE FOURIER SERIES CONVERGENCE OF THE FOURIER SERIES SHAW HAGIWARA Abstract. The Fourier series is a expression of a periodic, integrable function as a sum of a basis of trigonometric polynomials. In the following, we first

More information

Measure and Integration: Solutions of CW2

Measure and Integration: Solutions of CW2 Measure and Integration: s of CW2 Fall 206 [G. Holzegel] December 9, 206 Problem of Sheet 5 a) Left (f n ) and (g n ) be sequences of integrable functions with f n (x) f (x) and g n (x) g (x) for almost

More information

Continuity. Chapter 4

Continuity. Chapter 4 Chapter 4 Continuity Throughout this chapter D is a nonempty subset of the real numbers. We recall the definition of a function. Definition 4.1. A function from D into R, denoted f : D R, is a subset of

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

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

Inner products. Theorem (basic properties): Given vectors u, v, w in an inner product space V, and a scalar k, the following properties hold:

Inner products. Theorem (basic properties): Given vectors u, v, w in an inner product space V, and a scalar k, the following properties hold: Inner products Definition: An inner product on a real vector space V is an operation (function) that assigns to each pair of vectors ( u, v) in V a scalar u, v satisfying the following axioms: 1. u, v

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

Fourier series

Fourier series 11.1-11.2. Fourier series Yurii Lyubarskii, NTNU September 5, 2016 Periodic functions Function f defined on the whole real axis has period p if Properties f (t) = f (t + p) for all t R If f and g have

More information

Continuity. Chapter 4

Continuity. Chapter 4 Chapter 4 Continuity Throughout this chapter D is a nonempty subset of the real numbers. We recall the definition of a function. Definition 4.1. A function from D into R, denoted f : D R, is a subset of

More information

Analysis IV : Assignment 3 Solutions John Toth, Winter ,...). In particular for every fixed m N the sequence (u (n)

Analysis IV : Assignment 3 Solutions John Toth, Winter ,...). In particular for every fixed m N the sequence (u (n) Analysis IV : Assignment 3 Solutions John Toth, Winter 203 Exercise (l 2 (Z), 2 ) is a complete and separable Hilbert space. Proof Let {u (n) } n N be a Cauchy sequence. Say u (n) = (..., u 2, (n) u (n),

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

L p Functions. Given a measure space (X, µ) and a real number p [1, ), recall that the L p -norm of a measurable function f : X R is defined by

L p Functions. Given a measure space (X, µ) and a real number p [1, ), recall that the L p -norm of a measurable function f : X R is defined by L p Functions Given a measure space (, µ) and a real number p [, ), recall that the L p -norm of a measurable function f : R is defined by f p = ( ) /p f p dµ Note that the L p -norm of a function f may

More information

Math 328 Course Notes

Math 328 Course Notes Math 328 Course Notes Ian Robertson March 3, 2006 3 Properties of C[0, 1]: Sup-norm and Completeness In this chapter we are going to examine the vector space of all continuous functions defined on the

More information

3 Orthogonality and Fourier series

3 Orthogonality and Fourier series 3 Orthogonality and Fourier series We now turn to the concept of orthogonality which is a key concept in inner product spaces and Hilbert spaces. We start with some basic definitions. Definition 3.1. Let

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

Real Analysis Notes. Thomas Goller

Real Analysis Notes. Thomas Goller Real Analysis Notes Thomas Goller September 4, 2011 Contents 1 Abstract Measure Spaces 2 1.1 Basic Definitions........................... 2 1.2 Measurable Functions........................ 2 1.3 Integration..............................

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

Recall: Dot product on R 2 : u v = (u 1, u 2 ) (v 1, v 2 ) = u 1 v 1 + u 2 v 2, u u = u u 2 2 = u 2. Geometric Meaning:

Recall: Dot product on R 2 : u v = (u 1, u 2 ) (v 1, v 2 ) = u 1 v 1 + u 2 v 2, u u = u u 2 2 = u 2. Geometric Meaning: Recall: Dot product on R 2 : u v = (u 1, u 2 ) (v 1, v 2 ) = u 1 v 1 + u 2 v 2, u u = u 2 1 + u 2 2 = u 2. Geometric Meaning: u v = u v cos θ. u θ v 1 Reason: The opposite side is given by u v. u v 2 =

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

Real Analysis, 2nd Edition, G.B.Folland Elements of Functional Analysis

Real Analysis, 2nd Edition, G.B.Folland Elements of Functional Analysis Real Analysis, 2nd Edition, G.B.Folland Chapter 5 Elements of Functional Analysis Yung-Hsiang Huang 5.1 Normed Vector Spaces 1. Note for any x, y X and a, b K, x+y x + y and by ax b y x + b a x. 2. It

More information

14 Fourier analysis. Read: Boas Ch. 7.

14 Fourier analysis. Read: Boas Ch. 7. 14 Fourier analysis Read: Boas Ch. 7. 14.1 Function spaces A function can be thought of as an element of a kind of vector space. After all, a function f(x) is merely a set of numbers, one for each point

More information

Vector Spaces. Vector space, ν, over the field of complex numbers, C, is a set of elements a, b,..., satisfying the following axioms.

Vector Spaces. Vector space, ν, over the field of complex numbers, C, is a set of elements a, b,..., satisfying the following axioms. Vector Spaces Vector space, ν, over the field of complex numbers, C, is a set of elements a, b,..., satisfying the following axioms. For each two vectors a, b ν there exists a summation procedure: a +

More information

REAL AND COMPLEX ANALYSIS

REAL AND COMPLEX ANALYSIS REAL AND COMPLE ANALYSIS Third Edition Walter Rudin Professor of Mathematics University of Wisconsin, Madison Version 1.1 No rights reserved. Any part of this work can be reproduced or transmitted in any

More information

LINEAR ALGEBRA W W L CHEN

LINEAR ALGEBRA W W L CHEN LINEAR ALGEBRA W W L CHEN c W W L Chen, 1997, 2008. This chapter is available free to all individuals, on the understanding that it is not to be used for financial gain, and may be downloaded and/or photocopied,

More information

Approximation Theory

Approximation Theory Approximation Theory Function approximation is the task of constructing, for a given function, a simpler function so that the difference between the two functions is small and to then provide a quantifiable

More information

Exercise 11. Isao Sasano

Exercise 11. Isao Sasano Exercise Isao Sasano Exercise Calculate the value of the following series by using the Parseval s equality for the Fourier series of f(x) x on the range [, π] following the steps ()-(5). () Calculate the

More information

Solutions Final Exam May. 14, 2014

Solutions Final Exam May. 14, 2014 Solutions Final Exam May. 14, 2014 1. Determine whether the following statements are true or false. Justify your answer (i.e., prove the claim, derive a contradiction or give a counter-example). (a) (10

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 522 ANALYSIS II LECTURE NOTES UW MADISON - FALL 2018

MATH 522 ANALYSIS II LECTURE NOTES UW MADISON - FALL 2018 MATH 522 ANALYSIS II LECTURE NOTES UW MADISON - FALL 2018 JORIS ROOS Contents 0. Review: metric spaces, uniform convergence, power series 3 0.0. Metric spaces 3 0.1. Uniform convergence 3 0.2. Power series

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

Periodic functions: simple harmonic oscillator

Periodic functions: simple harmonic oscillator Periodic functions: simple harmonic oscillator Recall the simple harmonic oscillator (e.g. mass-spring system) d 2 y dt 2 + ω2 0y = 0 Solution can be written in various ways: y(t) = Ae iω 0t y(t) = A cos

More information

1.5 Approximate Identities

1.5 Approximate Identities 38 1 The Fourier Transform on L 1 (R) which are dense subspaces of L p (R). On these domains, P : D P L p (R) and M : D M L p (R). Show, however, that P and M are unbounded even when restricted to these

More information

Recall that any inner product space V has an associated norm defined by

Recall that any inner product space V has an associated norm defined by Hilbert Spaces Recall that any inner product space V has an associated norm defined by v = v v. Thus an inner product space can be viewed as a special kind of normed vector space. In particular every inner

More information

Your first day at work MATH 806 (Fall 2015)

Your first day at work MATH 806 (Fall 2015) Your first day at work MATH 806 (Fall 2015) 1. Let X be a set (with no particular algebraic structure). A function d : X X R is called a metric on X (and then X is called a metric space) when d satisfies

More information

Real and Complex Analysis, 3rd Edition, W.Rudin Elementary Hilbert Space Theory

Real and Complex Analysis, 3rd Edition, W.Rudin Elementary Hilbert Space Theory Real and Complex Analysis, 3rd Edition, W.Rudin Chapter 4 Elementary Hilbert Space Theory Yung-Hsiang Huang. It s easy to see M (M ) and the latter is a closed subspace of H. Given F be a closed subspace

More information

G: Uniform Convergence of Fourier Series

G: Uniform Convergence of Fourier Series G: Uniform Convergence of Fourier Series From previous work on the prototypical problem (and other problems) u t = Du xx 0 < x < l, t > 0 u(0, t) = 0 = u(l, t) t > 0 u(x, 0) = f(x) 0 < x < l () we developed

More information

Fall TMA4145 Linear Methods. Solutions to exercise set 9. 1 Let X be a Hilbert space and T a bounded linear operator on X.

Fall TMA4145 Linear Methods. Solutions to exercise set 9. 1 Let X be a Hilbert space and T a bounded linear operator on X. TMA445 Linear Methods Fall 26 Norwegian University of Science and Technology Department of Mathematical Sciences Solutions to exercise set 9 Let X be a Hilbert space and T a bounded linear operator on

More information

Chapter 1. Preliminaries. The purpose of this chapter is to provide some basic background information. Linear Space. Hilbert Space.

Chapter 1. Preliminaries. The purpose of this chapter is to provide some basic background information. Linear Space. Hilbert Space. Chapter 1 Preliminaries The purpose of this chapter is to provide some basic background information. Linear Space Hilbert Space Basic Principles 1 2 Preliminaries Linear Space The notion of linear space

More information

96 CHAPTER 4. HILBERT SPACES. Spaces of square integrable functions. Take a Cauchy sequence f n in L 2 so that. f n f m 1 (b a) f n f m 2.

96 CHAPTER 4. HILBERT SPACES. Spaces of square integrable functions. Take a Cauchy sequence f n in L 2 so that. f n f m 1 (b a) f n f m 2. 96 CHAPTER 4. HILBERT SPACES 4.2 Hilbert Spaces Hilbert Space. An inner product space is called a Hilbert space if it is complete as a normed space. Examples. Spaces of sequences The space l 2 of square

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

Hilbert Spaces. Hilbert space is a vector space with some extra structure. We start with formal (axiomatic) definition of a vector space.

Hilbert Spaces. Hilbert space is a vector space with some extra structure. We start with formal (axiomatic) definition of a vector space. Hilbert Spaces Hilbert space is a vector space with some extra structure. We start with formal (axiomatic) definition of a vector space. Vector Space. Vector space, ν, over the field of complex numbers,

More information

5 Compact linear operators

5 Compact linear operators 5 Compact linear operators One of the most important results of Linear Algebra is that for every selfadjoint linear map A on a finite-dimensional space, there exists a basis consisting of eigenvectors.

More information

The Gram-Schmidt Process 1

The Gram-Schmidt Process 1 The Gram-Schmidt Process In this section all vector spaces will be subspaces of some R m. Definition.. Let S = {v...v n } R m. The set S is said to be orthogonal if v v j = whenever i j. If in addition

More information

Section 7.5 Inner Product Spaces

Section 7.5 Inner Product Spaces Section 7.5 Inner Product Spaces With the dot product defined in Chapter 6, we were able to study the following properties of vectors in R n. ) Length or norm of a vector u. ( u = p u u ) 2) Distance of

More information

Your first day at work MATH 806 (Fall 2015)

Your first day at work MATH 806 (Fall 2015) Your first day at work MATH 806 (Fall 2015) 1. Let X be a set (with no particular algebraic structure). A function d : X X R is called a metric on X (and then X is called a metric space) when d satisfies

More information

1 Functional Analysis

1 Functional Analysis 1 Functional Analysis 1 1.1 Banach spaces Remark 1.1. In classical mechanics, the state of some physical system is characterized as a point x in phase space (generalized position and momentum coordinates).

More information

MATH Linear Algebra

MATH Linear Algebra MATH 4 - Linear Algebra One of the key driving forces for the development of linear algebra was the profound idea (going back to 7th century and the work of Pierre Fermat and Rene Descartes) that geometry

More information

4 Uniform convergence

4 Uniform convergence 4 Uniform convergence In the last few sections we have seen several functions which have been defined via series or integrals. We now want to develop tools that will allow us to show that these functions

More information

Measurable functions are approximately nice, even if look terrible.

Measurable functions are approximately nice, even if look terrible. Tel Aviv University, 2015 Functions of real variables 74 7 Approximation 7a A terrible integrable function........... 74 7b Approximation of sets................ 76 7c Approximation of functions............

More information

POISSON SUMMATION AND PERIODIZATION

POISSON SUMMATION AND PERIODIZATION POISSON SUMMATION AND PERIODIZATION PO-LAM YUNG We give some heuristics for the Poisson summation formula via periodization, and provide an alternative proof that is slightly more motivated.. Some heuristics

More information

An introduction to some aspects of functional analysis

An introduction to some aspects of functional analysis An introduction to some aspects of functional analysis Stephen Semmes Rice University Abstract These informal notes deal with some very basic objects in functional analysis, including norms and seminorms

More information

Math 61CM - Solutions to homework 6

Math 61CM - Solutions to homework 6 Math 61CM - Solutions to homework 6 Cédric De Groote November 5 th, 2018 Problem 1: (i) Give an example of a metric space X such that not all Cauchy sequences in X are convergent. (ii) Let X be a metric

More information

Functional Analysis. Franck Sueur Metric spaces Definitions Completeness Compactness Separability...

Functional Analysis. Franck Sueur Metric spaces Definitions Completeness Compactness Separability... Functional Analysis Franck Sueur 2018-2019 Contents 1 Metric spaces 1 1.1 Definitions........................................ 1 1.2 Completeness...................................... 3 1.3 Compactness......................................

More information

Inner Product Spaces

Inner Product Spaces Inner Product Spaces Introduction Recall in the lecture on vector spaces that geometric vectors (i.e. vectors in two and three-dimensional Cartesian space have the properties of addition, subtraction,

More information

Infinite-dimensional Vector Spaces and Sequences

Infinite-dimensional Vector Spaces and Sequences 2 Infinite-dimensional Vector Spaces and Sequences After the introduction to frames in finite-dimensional vector spaces in Chapter 1, the rest of the book will deal with expansions in infinitedimensional

More information

Tools from Lebesgue integration

Tools from Lebesgue integration Tools from Lebesgue integration E.P. van den Ban Fall 2005 Introduction In these notes we describe some of the basic tools from the theory of Lebesgue integration. Definitions and results will be given

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

CHAPTER VIII HILBERT SPACES

CHAPTER VIII HILBERT SPACES CHAPTER VIII HILBERT SPACES DEFINITION Let X and Y be two complex vector spaces. A map T : X Y is called a conjugate-linear transformation if it is a reallinear transformation from X into Y, and if T (λx)

More information

1 Taylor-Maclaurin Series

1 Taylor-Maclaurin Series Taylor-Maclaurin Series Writing x = x + n x, x = (n ) x,.., we get, ( y ) 2 = y ( x) 2... and letting n, a leap of logic reduces the interpolation formula to: y = y + (x x )y + (x x ) 2 2! y +... Definition...

More information

THEOREMS, ETC., FOR MATH 515

THEOREMS, ETC., FOR MATH 515 THEOREMS, ETC., FOR MATH 515 Proposition 1 (=comment on page 17). If A is an algebra, then any finite union or finite intersection of sets in A is also in A. Proposition 2 (=Proposition 1.1). For every

More information

Functional Analysis Review

Functional Analysis Review Outline 9.520: Statistical Learning Theory and Applications February 8, 2010 Outline 1 2 3 4 Vector Space Outline A vector space is a set V with binary operations +: V V V and : R V V such that for all

More information

University of Leeds, School of Mathematics MATH 3181 Inner product and metric spaces, Solutions 1

University of Leeds, School of Mathematics MATH 3181 Inner product and metric spaces, Solutions 1 University of Leeds, School of Mathematics MATH 38 Inner product and metric spaces, Solutions. (i) No. If x = (, ), then x,x =, but x is not the zero vector. So the positive definiteness property fails

More information

David Hilbert was old and partly deaf in the nineteen thirties. Yet being a diligent

David Hilbert was old and partly deaf in the nineteen thirties. Yet being a diligent Chapter 5 ddddd dddddd dddddddd ddddddd dddddddd ddddddd Hilbert Space The Euclidean norm is special among all norms defined in R n for being induced by the Euclidean inner product (the dot product). A

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

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

Problem Set 5: Solutions Math 201A: Fall 2016

Problem Set 5: Solutions Math 201A: Fall 2016 Problem Set 5: s Math 21A: Fall 216 Problem 1. Define f : [1, ) [1, ) by f(x) = x + 1/x. Show that f(x) f(y) < x y for all x, y [1, ) with x y, but f has no fixed point. Why doesn t this example contradict

More information

MATH 124B: HOMEWORK 2

MATH 124B: HOMEWORK 2 MATH 24B: HOMEWORK 2 Suggested due date: August 5th, 26 () Consider the geometric series ( ) n x 2n. (a) Does it converge pointwise in the interval < x

More information

JUHA KINNUNEN. Partial Differential Equations

JUHA KINNUNEN. Partial Differential Equations JUHA KINNUNEN Partial Differential Equations Department of Mathematics and Systems Analysis, Aalto University 207 Contents INTRODUCTION 2 FOURIER SERIES AND PDES 5 2. Periodic functions*.............................

More information

APPLIED MATHEMATICS Part 4: Fourier Analysis

APPLIED MATHEMATICS Part 4: Fourier Analysis APPLIED MATHEMATICS Part 4: Fourier Analysis Contents 1 Fourier Series, Integrals and Transforms 2 1.1 Periodic Functions. Trigonometric Series........... 3 1.2 Fourier Series..........................

More information

MAT 578 FUNCTIONAL ANALYSIS EXERCISES

MAT 578 FUNCTIONAL ANALYSIS EXERCISES MAT 578 FUNCTIONAL ANALYSIS EXERCISES JOHN QUIGG Exercise 1. Prove that if A is bounded in a topological vector space, then for every neighborhood V of 0 there exists c > 0 such that tv A for all t > c.

More information

2.2 Some Consequences of the Completeness Axiom

2.2 Some Consequences of the Completeness Axiom 60 CHAPTER 2. IMPORTANT PROPERTIES OF R 2.2 Some Consequences of the Completeness Axiom In this section, we use the fact that R is complete to establish some important results. First, we will prove that

More information

Mathematical Methods for Physics and Engineering

Mathematical Methods for Physics and Engineering Mathematical Methods for Physics and Engineering Lecture notes for PDEs Sergei V. Shabanov Department of Mathematics, University of Florida, Gainesville, FL 32611 USA CHAPTER 1 The integration theory

More information

Some Results in Generalized n-inner Product Spaces

Some Results in Generalized n-inner Product Spaces International Mathematical Forum, 4, 2009, no. 21, 1013-1020 Some Results in Generalized n-inner Product Spaces Renu Chugh and Sushma 1 Department of Mathematics M.D. University, Rohtak - 124001, India

More information

ANALYSIS QUALIFYING EXAM FALL 2017: SOLUTIONS. 1 cos(nx) lim. n 2 x 2. g n (x) = 1 cos(nx) n 2 x 2. x 2.

ANALYSIS QUALIFYING EXAM FALL 2017: SOLUTIONS. 1 cos(nx) lim. n 2 x 2. g n (x) = 1 cos(nx) n 2 x 2. x 2. ANALYSIS QUALIFYING EXAM FALL 27: SOLUTIONS Problem. Determine, with justification, the it cos(nx) n 2 x 2 dx. Solution. For an integer n >, define g n : (, ) R by Also define g : (, ) R by g(x) = g n

More information

Functional Analysis Exercise Class

Functional Analysis Exercise Class Functional Analysis Exercise Class Week: December 4 8 Deadline to hand in the homework: your exercise class on week January 5. Exercises with solutions ) Let H, K be Hilbert spaces, and A : H K be a linear

More information

Analysis III. Exam 1

Analysis III. Exam 1 Analysis III Math 414 Spring 27 Professor Ben Richert Exam 1 Solutions Problem 1 Let X be the set of all continuous real valued functions on [, 1], and let ρ : X X R be the function ρ(f, g) = sup f g (1)

More information

a n cos 2πnt L n=1 {1/2, cos2π/l, cos 4π/L, cos6π/l,...,sin 2π/L, sin 4π/L, sin 6π/L,...,} (2)

a n cos 2πnt L n=1 {1/2, cos2π/l, cos 4π/L, cos6π/l,...,sin 2π/L, sin 4π/L, sin 6π/L,...,} (2) Note Fourier. 30 January 2007 (as 23.II..tex) and 20 October 2009 in this form. Fourier Analysis The Fourier series First some terminology: a function f(t) is periodic if f(t + ) = f(t) for all t for some,

More information

Analysis II: Fourier Series

Analysis II: Fourier Series .... Analysis II: Fourier Series Kenichi Maruno Department of Mathematics, The University of Texas - Pan American May 3, 011 K.Maruno (UT-Pan American) Analysis II May 3, 011 1 / 16 Fourier series were

More information

Abstract. 2. We construct several transcendental numbers.

Abstract. 2. We construct several transcendental numbers. Abstract. We prove Liouville s Theorem for the order of approximation by rationals of real algebraic numbers. 2. We construct several transcendental numbers. 3. We define Poissonian Behaviour, and study

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

The reference [Ho17] refers to the course lecture notes by Ilkka Holopainen.

The reference [Ho17] refers to the course lecture notes by Ilkka Holopainen. Department of Mathematics and Statistics Real Analysis I, Fall 207 Solutions to Exercise 6 (6 pages) riikka.schroderus at helsinki.fi Note. The course can be passed by an exam. The first possible exam

More information

Sequences. Chapter 3. n + 1 3n + 2 sin n n. 3. lim (ln(n + 1) ln n) 1. lim. 2. lim. 4. lim (1 + n)1/n. Answers: 1. 1/3; 2. 0; 3. 0; 4. 1.

Sequences. Chapter 3. n + 1 3n + 2 sin n n. 3. lim (ln(n + 1) ln n) 1. lim. 2. lim. 4. lim (1 + n)1/n. Answers: 1. 1/3; 2. 0; 3. 0; 4. 1. Chapter 3 Sequences Both the main elements of calculus (differentiation and integration) require the notion of a limit. Sequences will play a central role when we work with limits. Definition 3.. A Sequence

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

1 Continuity Classes C m (Ω)

1 Continuity Classes C m (Ω) 0.1 Norms 0.1 Norms A norm on a linear space X is a function : X R with the properties: Positive Definite: x 0 x X (nonnegative) x = 0 x = 0 (strictly positive) λx = λ x x X, λ C(homogeneous) x + y x +

More information

Solutions Final Exam May. 14, 2014

Solutions Final Exam May. 14, 2014 Solutions Final Exam May. 14, 2014 1. (a) (10 points) State the formal definition of a Cauchy sequence of real numbers. A sequence, {a n } n N, of real numbers, is Cauchy if and only if for every ɛ > 0,

More information

Fourier Sin and Cos Series and Least Squares Convergence

Fourier Sin and Cos Series and Least Squares Convergence Fourier and east Squares Convergence James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University May 7, 28 Outline et s look at the original Fourier sin

More information