Last Update: April 7, 201 0

Size: px
Start display at page:

Download "Last Update: April 7, 201 0"

Transcription

1 M ath E S W inter Last Update: April 7, Introduction to Partial Differential Equations Disclaimer: his lecture note tries to provide an alternative approach to the material in Sections.. 5 in the textbook. It is not a replacement of the textbook. able of contents Introduction to Partial Differential Equations Introduction Separation of variables Separation of variables the idea Eigenvalue problem Separation of variables the method Fourier series Introduction Representation of general f Convergence of Fourier series Complex form of the Fourier series Fourier Cosine and Sine series he heat equation Heat equation with Neumann boundary condition Heat equation with nonhomogeneous boundary condition Heat equation with forcing Heat equation in higher dimensions Uniqueness of solution Introduction. Unlike ordinary differential equations which describe the trajectory of one object as it moves, partial differential equations arise when people model mathematically the collective evolution of many objects. In the latter case, both the evolution in time and the interaction between different objects have to be taken into account, as a consequence, a typical partial differential equation involves both time derivative and spatial derivatives, for example the heat equation: t x, t = β u x x, t, < x < L, t > u, t = u L, t =, t >, u x, = f x, < x < L. 3 his equation models the temperature change of a rod of length L. Here u x, t represents the temperature at x at time t. he initial condition u x, = f x models the fact that at time t =, the temperature at x is f x. For a partial differential equation, initial conditions alone is not enough. In the above heat equation, we also have boundary conditions u, t = u L, t = which models the fact that the temperature at the two ends of the rod is fixed at. When instead of a rod we consider a higher dimensional object, then the heat equation reads we omit the boundary and initial conditions here = β u 4 t where u is called the Laplacian of u, defined in two and three dimensions as u = u x + u y and u = u x + u y + u z 5

2 respectively. Remark. he Laplacian is the most important and most useful object in partial differential equations, both in theory and in applications. It appears whenever our equation models the evolution of a large number of objects so large that their motion have to be assumed to be random. For example, suppose a million ants are moving randomly inside a fixed region, then the density ρ x, t the number of ants per say square meter is governed by the two dimensional heat equation ρ = β ρ. 6 t Of course other terms can be added. Say there are aardvarks wondering around the region eating ants, then a forcing term should be added on the right hand side: ρ = β ρ + f x, t 7 t where f x, t describes how many ants are being eaten at location x at time t.. Separation of variables... Separation of variables the idea. How to solve PDEs? One approach is to reduce a PDE into ODEs. Let s look at the one dimensional heat equation t = β u ; u, t = u L, t = ; u x, = f x. 8 x How do we reduce it to ODEs? Remember that the difference between an ODE and a PDE is that, the unknown function in an ODE has only one variable, while that in a PDE has more than one. So naturally we try to separate the variables and hope that X, can be obtained by solving ODEs. Substitute u = X into the equation we obtain he two new unknown functions X, are still coupled together. equation for each through the following technique: We divide both sides by X to obtain u x, t = X x t 9 X x t = β X x t. Fortunately, we can obtain a single t β t = X x. X x Now the crucial observation is that, the left hand side depends only on t, while the right hand side is independent of t the only possibility is then both sides are constants. hus there is a constant λ such that or equivalently Viola! We have successfully decoupled X and! But wait a minute. here are some problems here: t β t = λ; X x = λ, X x β = ; X X =. 3. X is subject to a second order ODE, and we know that second order ODEs need either two initial values or a pair of boundary values to make the solution unique. Which one and what are the conditions?. is subject to a first order ODE, we need one initial value to solve it. In other words =?

3 3. What is λ after all? Although we will spend most of the remaining lectures answering the above questions, we will try to summarize the answers there.. Recall that we have set u = X x t, and the boundary condition for the PDE is u, t = u L, t =. Substitute u by X, we reach for all t. hus it is reasonable to ask hus the full ODE for X is. We try the same thing, the initial value for u suggests X t = X L t = 4 X = X L =. 5 X X = ; X = X L =. 6 X x = f x. 7 But this is not gonna work he restriction on X is too severe! Put it another way, from this we reach which means f x has to satisfy X x = f x / 8 f f = 9 which is definitely not a reasonable requirement. he fix of this situation will be revealed in the section about separation of variable together with the section about Fourier series. Note that in the following we will see that when solving the equation, the exact value of does not need to be specified. 3. Interestingly, the requirement that there are nonzero solutions it is easily seen that X = is always a solution unforunately a useless one to X X = ; X = X L =, excludes most values of λ. In other words, for most values of λ, the above ODE has only solution. Now we start to explore in full details the answers... Eigenvalue problem. Recall that to solve the heat equation we tried to find solutions of the form t = β u ; u, t = u L, t = ; u x, = f x. x and finally obtained the equation for X to be u = X x t X X = ; X = X L =, 3 Our task is then to find nonzero aka nontrivial solutions. As we have mentioned, this is only possible for some values of λ, such λ s are called eigenvalues for the system, and the corresponding nonzero solutions are called eigenfunctions. Now we try to find out the eigenvalues/ eigenfunctions. Recalling our theory of constant coefficient ODEs, we write down the auxiliary equation r =. 4

4 here are three cases:. λ >. hen the general solution is X = C e λ x + C e λ x. 5 Setting X = X L = we have C + C =, 6 L C + e λ L C =. 7 e λ Solving this we reach C = C =. herefore for any λ >, the only solution is. In other words, none of λ > is an eigenvalue.. λ =. he general solution is Setting X = X L = we reach X = C + C x. 8 C = 9 C + C L =. 3 Clearly the only possibility is again C = C =. herefore is not an eigenvalue either. 3. λ <. he general solution is X = C cos he boundary conditions then give hus we have C cos x + C sin L + C sin L = n λ = for any integer n. Note that ± n yield the same λ, and n = range of n to positive integers. Summarizing, the eigenvalues to the problem are x. 3 C = 3 L =. 33 n. 34 L λ =. So we should restrict the X X = ; X = X L =, 35 λ n = he corresponding eigenfunctions are n x X n = C sin L where C is any nonzero constant. n, n =,, 36 L, n =,, 37 Remark. Note that if X is an eigenfunction corresponding to an eigenvalue λ, then C X is also an eigenfunction corresponding to the same eigenvalue, for any C. We summarize: When solving t = β u ; u, t = u L, t = ; u x, = f x. 38 x by assuming u = X x t, the only possible nontrivial X s are n x C X n with X n = sin, n =,, 39 L

5 where C is any nonzero constant. Now we turn to solving eigenvalue problems. he general procedure is the following: Given an ODE with a parameter λ,. Find the general solution.. Subject the general solution to the boundary values and determine the eigenvalues. Example Find the eigenvalues and eigenfunctions of Solution. he auxiliary equation is here are three cases.. λ >. We have y + λ y =, < x < ; y =, y =. 4 y = C cos Subject to the boundary conditions: λ C sin r + λ =. 4 λ x + C sin λ + λ C cos λ x. 4 C = 43 λ = 44 which reduces to We can take C his leads to C cos λ =. 45 if and only if cos λ = or equivalently λ = n +, n =,,,,, 46 λ = n +, n =,,, 47 So λ = n + /, n =,, are among the eigenvalues, and the corresponding eigenfunctions are y n x = c n sin n + x, n =,,, 48. λ =. he general solution is Subject to the boundary conditions: hus is not an eigenvalue. 3. λ <. he general solution is Subject to boundary conditions, y = C e e C + y = C + C x. 49 C = 5 C =. 5 x + C e e he only solution is C = C =. hus any λ < is not an eigenvalue. x. 5 C + C = 53 x C =. 54

6 Summarizing, we have λ = n + /, n =,, are the eigenvalues, and the corresponding eigenfunctions are y n x = c n sin n + x, n =,,, 55 Example 4... Find the eigenvalues and eigenfunctions for y + λ y =, < x < ; y = y, y = y. 56 Solution. Again there are three cases.. λ >. he general solution is y = C cos λ x + C sin Subject to the boundary conditions we have C = C cos λ + C sin λ λ C = C sin λ + λ C cos λ x λ. 59 Re-arrange we have sin cos λ λ C + C sin cos λ λ C = 6 C =. 6 or equivalently cos λ sin λ sin λ cos λ C C =. 6 o be able to have nonzero solution C C, the necessary and sufficient condition is which gives which reduces to cos λ det cos sin λ λ sin λ cos λ = 63 cos λ + sin λ = 64 = cos λ = λ = n λ = n, n =,,, 65 hus from the case λ > we obtain eigenvalues n, n =,, 3, and eigenfunctions a n cos n x + b n sin n x.. λ =. he general solution is Subject to the boundary conditions: y = C + C x. 66 C = C + C 67 C = C. 68 his leads to C = and puts no restriction on the value of C. hus is an eigenvalue and the corresponding eigenfunctions are y = a for arbitrary a. 3. λ <. he general solution is y = C e x + C e x. 69

7 Subject to boundary conditions: C + C = C e + C e 7 C C = C e C e. 7 Canceling from the second equation, we obtain C C = C e C e. 7 Now adding this to the first equation and subtract this from the first equation, we obtain C = C e 73 C = C e 74 If C C, then either or = e 75 = e. 76 Either case, we have λ = which is outside the case under current discussion. In other words, there is no negative eigenvalue. Summarizing, the eigenvalues are, n, n =,, 3, where a, a n, b n are arbitrary constants. with corresponding eigenfunctions y = a, y n = a n cos n x + b n sin n x, n =,, 3, S eparation of variables the method. Recall our main result from last section: When solving t = β u ; u, t = u L, t = ; u x, = f x. 78 x by assuming u = X x t, the only possible nontrivial X s are n x C X n with X n = sin, n =,, 79 L where C is any nonzero constant. here is a negative way of looking at this result: If f x C X n for some n and some C, there is no way that the solution to the PDE can be written as X x t. In other words, few problems can be solved by setting u = X. What saves the day is the following idea: Given a PDE, although it is not possible for u = X, is it possible that u is a sum of solutions of the type X? Somewhat suprisingly, this idea works for a large class of PDEs: Linear PDEs. A PDE is linear if linear combinations of solutions are still solutions. For example, consider our heat equation t = β u ; u, t = u L, t = ; u x, = f x. 8 x If u, u,, u k solves the above problem with initial values f x,, f k x, then it is easy to verify that c u + + c k u k solves the above problem with initial value c f + + c k f k. We now can state the following method of separation of variables. he method consists of several steps: Given a linear PDE,. Separate the variables: u x, t = X x t.. Solve the eigenvalue problem to obtain all eigenfunctions X n. 3. Solve the corresponding n.

8 4. Write 5. Determine a n through u x, t = a n X n n. 8 f x = u x, = a n X n n. 8 Example Consider the heat flow problem t = β u ; u, t = u L, t = ; u x, = f x. 83 x with β = 3, L =, f x = sin x 6 sin 4 x. Solve it using separation of variables. Solution.. Separate the variables. Write u = X x t. We reach he equations for X and are then X = 3 X he value of does not need to be specified.. Solve the eigenvalue problem. We discuss the three cases: i. λ >. We have 3 = X = λ. 84 X X X = ; X = X = ; 85 3 λ = ; 86 X X = ; X = X = ; 87 Subjecting to boundary conditions, we have We quickly see that no solution except C = C = exists. ii. λ =. We have which subjecting to boundary conditions gives It is clear that C = C =. iii. λ <. he general solution is X = C cos Subjecting to boundary conditions, C cos X = C e λ x + C e λ x. 88 C + C = 89 C e λ + C e λ =. 9 X = C + C x 9 C =, 9 C + C =. 93 x + C sin + C sin x. 94 C =, 95 =. 96 which gives C =, C sin =. 97

9 herefore nonzero solution exists if and only if sin Summarizing, the eigenvalues are with corresponding eigenfunctions 3. With λ n obtained, the equation for n becomes or he solution is given by 4. Now we write =, or λ = λ n = n, n =,, 3,. 98 λ n = n, n =,, 3, 99 X n = c n sin n x, n =,, 3, u x, t = n= n 3 λ n = n + 3 n =. n t = n e 3 n t. 3 n c n e 3 n t sin n x. 4 From this it is clear that n c n can be treated as one single arbitrary constant the exact value of n never needs to be explicitly found out! hus we write u x, t = n= c n e 3 n t sin n x. 5 and will use the initial value to find out c n s. 5. Equate sin x 6 sin 4 x = f x = u x, = n= c n sin n x. 6 One reasonably conclude that Finally we see that the solution to the problem is given by c =, c 4 = 6, c = c 3 = c 5 = =. 8 u x, t = e 3 t sin x 6 e 48 t sin 4 x. 9 Example Find the formal solution to the heat flow problem Solution. t = u x ; u, t = u, t = ; u x, = f x = sin n x. n n=. Separate the variables. Write u x, t = X x t, we reach. Solve the eigenvalue problem X = X = X X = λ. X X =, X = X =.. Clearly some theory is needed here. For example, why should the representation be unique? sin x 6 sin 4 x = n = c n sin n x 7

10 he discussion is almost identical to that of the above problem so we omit it here. he eigenvalues are λ n = n, n =,, 3, with eigenfunctions sin n x. 3. Solve the equation for n : which gives 4. he solution is then represented as 5. he initial value suggests which gives he solution is then given by n + n n = 3 n t = n e n t. 4 u x, t = n= n= c n e n t sin n x. 5 n sin n x = c n sin n x 6 n= c n = n. 7 u x, t = n e n t sin n x. 8 Example Solve the vibrating string problem with u t = u α x, < x < L, t > ; u, t = u L, t =, u x, = f x, x, = g x 9 t Solution. α = 3, L =, f x = 3 sin x + sin 3 x, g x =.. Separate the variables. Write u x, t = X x t. Substitute into the equation, we have X = 9 X 9 = X X. As the LHS is dependent only on t and the RHS is independent of t, both ratios must be equal to a same constant λ. hus the equations for X and are X X =, X = X = ; 9 λ =. 3 Similar to the heat equation case, there is no need to specify the initial values,.. Solve the eigenvalue problem X X =, X = X = ; 4 his is the same problem as appeared in our heat equation example. he eigenvalues and eigenfunctions are 3. Solve the equation Substitute λ = n, we have which solution is λ = n, X n = c n sin n x, n =,, 5 n 9 λ n n =. 6 n + 9 n n = 7 n t = A n cos 3 n t + B n sin 3 n t. 8

11 4. Write down u x, t : u x, t = n= [ A n cos 3 n t + B n sin 3 n t ] c n sin n x. 9 It is clear that the constant c n can be absorbed by A n and B n. hus we have u x, t = [ A n cos 3 n t + B n sin 3 n t ] sin n x. 3 n= 5. o apply the initial values, we compute and Now compare with the initial values: u x, = n= t x, = n= 3 sin x + sin 3 x = n= A n sin n x 3 3 n B n sin n x. 3 A n sin n x, 33 = n= 3 n B n sin n x. 34 We reasonably conclude that Finally the solution is given by A = 3, A 3 =, A n = n, 3; B n = for all n. 35 u x, t = 3 cos 6 t sin x + cos 39 t sin 3 x. 36 Now what if the initial value f is not given as an explicit sum of eigenfunctions? Can we still carry out separation of variables? he answer is yes, guaranteed by the theory of Fourier series and more generally by the theory of Sturm-Liouville problems. 3. Fourier series. 3.. Introduction. We have seen the execution of the method of separation of variables.. Separate the variables: u x, t = X x t.. Solve the eigenvalue problem to obtain all eigenfunctions X n. 3. Solve the corresponding n. 4. Write 5. Determine a n through u x, t = a n X n n. 37 f x = u x, = a n X n n. 38 In the final step, we need to determine the coefficients a n by expanding the initial value f x into a possibly infinite linear combination of the eigenfunctions X n. In our previous examples, we have only dealt with f already written into such combinations. Naturally one would like to ask the following questions:. How about general f? Can we always write f = a n X n, where X n are eigenfunctions?. As the summation may be infinite, what do we mean by a n X n?

12 he answers to the two questions form the core of the theory of Sturm-Liouville problems, to which the theory of Fourier series is a special case. Definition 8. A We notice the following: his can be written as a + n= is the infinite sum { a n cos n x a X + n= + b n sin n x where X, X n, Y n are all the eigenfunctions of the problem }. 39 { a n X n + b n Y n } 4 If X + λ X =, X = X, X = X. 4 f = a + { a n cos n x n= + b n sin n x } 4 in any reasonable interpretation, then f x = f x +. hat is f has to be a periodic function of period. In other words, the most we can expect from a Fourier series as presented here is that it can represent most periodic functions. As we will see soon, this expectation is fulfilled. In the following we will answer the two questions one by one:. How about general f? Can we always write f = a n X n, where X n are eigenfunctions?. As the summation may be infinite, what do we mean by a n X n? 3.. Representation of general f. Given an arbitrary function f with the only restriction that it is periodic with period, for what a, a n, b n is there any hope to say f x = a + { a n cos n x n= + b n sin n x }? 43 At first look this is a totally nonsensical question: We are given one single equation with infinitely many unknowns and are asked to solve it! However, looking at it a bit longer, one realizes that we are given not one single equation, but infinitely many fix the value of x and we obtain one equation, and the equality has to hold for all x! Although there are infinitely many equations, but they are quite hard to analyze. o simplify the situation, we try to get rid of the functions and replace them by numbers. his is fulfilled through weighted integration. hat is, we multiply the equation by appropriate functions and then integrate. Knowledge from linear algebra tells us that we need the same number of equations as the unknowns to make the system uniquely solvable. hus we need to find the same number of appropriate functions as the unknowns. Notice that each unknown is paired with an eigenfunction: So naturally we try these guys. a with, a n with cos n x, b n with sin n x. 44 First we multiply the equation by and integrate from to. a f x dx = + { a n cos n x + b n sin n x } dx n= a = dx + { a n cos n x } n= dx + b n sin n x dx = a. 45

13 So we have a = f x dx. 46 Next we multiply the equation by cos m x f x cos m x [ dx = a + { n= a = cos m x We evaluate them one by one: First term. a + n= for some m < and integrate from to. cos m x dx = a Second term. a n cos n x cos m x dx = = a n cos n x + b n sin n x dx + n= b n sin n x [ a n a n + cos m x m sin m x cos n + m x cos n + m x a n cos Now the first term is evaluated similar to the a case: a n n + m x cos dx = a For the second term, there are two cases. } ] cos m x a n cos n x cos m x dx dx dx. 47 = ; 48 ] n m x + cos dx dx + n m x dx. 49 m + n x sin m + n =. 5. n = m. In this case a n n m x cos dx = a m dx = a m. 5. n m. In this case a n n m x cos Summarizing, we have Last term. b n sin n x cos m x dx = a m n x sin m n =. 5 a n cos n x cos m x { dx = am n = m n m. 53 dx = b n n + m x n m x sin + sin dx 54 Similar to the previous case we finally reach b n sin n x cos m x dx =. 55

14 Putting things together, we have f x cos m x dx = a m a m = Finally multiply both sides by sin m x So our plan was successful! b m = and integrate, we reach f x sin m x f x cos m x dx. 56 dx. 57 Definition 9. Let f be a piecewise continuous function on the interval [, ]. he f is the trignometric series with a n, b n given by f x a + { a n cos n x n= a n = b n = f x cos n x f x sin n x + b n sin n x } 58 dx. n =,,, 59 dx. n =,, 6 Remark. Note that we applied many times termwise integration fk f k 6 in the above calculation. In calculus we know that this is not automatically true. In our situation, this fact puts restriction on what we mean by f = a + { a n cos n x n= + b n sin n x } in a reasonable way his reasonable way has to allow termwise integration! he symbol is used, instead of =, also emphasizes this fact. Remark. In the above calculation, we have used the following relations: cos n x cos m x { n = m dx = n m, 63 sin n x cos m x dx =, 64 sin n x sin m x dx = 6 { n = m n m, 65 hese are called orthogonality conditions. In general, if X n are eigenfunctions of an eigenvalue problem defined by a second order ODE over [ a, b], we have b X m X n w dx = 66 whenever n m. Here w is a particular weight function. a Remark. he interval [, ] can be replaced by any one period. In other words, instead of we can use,, etc.

15 Example Compute the Fourier series for f x = x, < x <. 67 Solution. Note that what s implicit here is that f is periodic with period each of the coefficients. First Next a = =. We compute x dx = ; 68 a n = x cos n x dx = x dsin n x n = [ ] x sin n x sin n x dx n =. 69 Finally Summarizing, we have b n = x sin n x dx = x dcos n x n = [ x cos n x n = [ n n ] n = n n ] cos n x dx = n+. 7 n f x n+ sin n x. 7 n n= Remark 4. he above calculation can be significantly simplified if we consider the even/ oddness of the functions. A function f x is even if f x = f x for all x, while it is odd if f x = f x for all x. An important property is that f x g x = 7 if one of f, g is even and the other odd. Furthermore, for a periodic function f with period, if f x = f x for x then f is even, and similar result holds for f odd. Application of this property to the calculation of Fourier series is immediate after we notice that cos n x is even while sin n x is odd. hus in the above example, as f x = x is odd, we immediately reach a n = x cos n x dx =. 73. Of course, in the exercises or exams, the function f is always only explicitly given over one period, so we have to use that particular period. For example, if the problem says, f = x for < x < and is periodic with period and blah blah, then we should replace by in all the formulas.

16 Example Compute the Fourier series for f x = { < x < x < x <. 74 Solution. his time the period is and n x first a = next and finally Summarizing, we have f x + n= f x dx = becomes n x. We compute dx + x dx = a n = n x f x cos dx = n x cos dx + = n x n sin + [ n = + n x x sin n = n x n n cos = n x x cos n x x dsin n x sin a = ; 75 dx ] dx n [ n ] ; 76 b n = n x f x sin dx = n x sin dx + n x x sin dx = n x n cos n x x dcos n [ = n x ] [ cos n ] x cos n x cos dx n n = [ n ] [ n n x ] n n n sin = [ n + ]. 77 n [ n n ] n x cos [ n + ] n x sin. 78 n Remark 6. More generally, any set of nonzero functions { f n } n= satisfying, for some w b f m f n w dx = whenever n m 79 a is said to be an orthogonal system with respect to weight w on the interval [ a, b]. If furthermore we have b f n w dx =, n =,, 3, 8 then { f n } is called an orthonormal system. a

17 he main property of an orthogonal system is that if then the coefficients can be determined through f x c f + c f + 8 c m = f x fm x w x dx. 8 fm x dx Example , Show that the set of functions { cos x, sin x,, cos n x, sin n x, } 83 is an orthonormal system on [, ] with respect to the weight function w x. hen find the orthogonal expansion for { < x < f x = < x < in terms of this orthonormal system. Solution. Verify orthonormality. 84. Integrating product of different functions gives. We compute for n m, n, m =,, note that w = cos n x cos m x dx = cos n + m x dx + cos n m x dx 85 As neither n + m nor n m is zero, we have cos n + m x dx = n + m sin n + m x =, 86 cos n m x dx = sin n m x dx =. 87 n m Similarly we compute for n m. Finally we can compute sin n x cos n x Note that this time n = m is OK. sin m x sin m x dx = 88 dx = 89. Integrating the square of any function in the list gives. We compute cos n x dx = [ + cos n x ] dx =. 9 Similarly we have sin n x dx =. 9

18 hus the set of functions is an orthonormal system. Orthogonal expansion for Recall that if f x = { < x < < x < 9 f x c f + c f + 93 then the coefficients can be determined through f x fm x w x dx c m =. fm x dx In case of our system we write 94 f x = { a n cos n x + b n sin n x } n= and compute 95 and hus finally we have f x n= C onvergence of Fourier series. a n = = = = f x cos n x cos n x dx dx n sin n x sin n / n = n+ n. 96 b n = f x sin n x dx = sin n x dx = n cos n x = n. 97 [ n+ cos n x + sin n x ]. 98 n heorem 8. Pointwise convergence If f and f are piecewise continuous on [, ], and let f has Fourier expansion f x a + { a n cos n x + b n sin n x } 99 n= then we have a + { a n cos n x n= In particular, at x = ±, we have a + { a n cos n x n= + b n sin n x } = [ f x + + f x ]. + b n sin n x } = [ f + + f ].

19 Remark 9. Recall that a function is piecewise continuous on [ a, b] if it is continuous at every point in [ a, b ] except possibly for a finite number of points at which f has a jump discontinuity, that is f x +, f x both exist but are not equal. Recall that f x + = lim f x + h, f x = lim f x + h = lim f x h. h >, h h <, h h >, h Remark. In particular, for functions specified in the theorem, we have f x = a + { a n cos n x n= + b n sin n x } 3 whenever f is continuous at x. Example Consider the Fourier series for f x with period and f x = x for < x <. f is continuous for < x < but f = = f +. As a consequence its Fourier series will converge to f with period and { x < x < f x = 4 x = ± Example Consider the Fourier series for f x with period 4 and f x = { < x < x < x <. 5 We see that f is continuous for < x < and < x <, while has jump discontinuity at,,. As a consequence its Fourier series converges to f with period 4 and < x < / x = f x =. 6 x < x < 3/ x = ± Remark 3. Gibbs phenomenon, When jump discontinuities are present, the convergence around them suffers from the so-called Gibbs phenomenon, that is, the partial sum a + N { a n cos n x + b n sin n x } always overshoot f by approximately 9% of the size of the jump. As a consequence the convergence is not uniform which means it may be misleading to use the graph of the partial sum as an indicator of what the actually function looks like. Gibbs phenomenon disappears as soon as the function is continuous everywhere. In fact, in this case the convergence is uniform: heorem 4. Uniform convergence of Fourier series Let f be a continuous functions on, and periodic of period. If f is piecewise continuous on [, ], then the Fourier series for f converges uniformly to f on [, ] and hence on any interval. hat is, for each ε >, there exists an integer N that depends on ε such that f x for all N N and all x,. [ a + N { a n cos n x 7 + b n sin n x } ] < ε 8

20 For f with appropriate continuity/ smoothness, we can differentiate and integrate term by term. heorem 5. Differentiation and Integration Let f x be continuous on, and -periodic. Let f x and f x be piecewise continuous on [, ]. hen the Fourier series of f x can be obtained from that of f through termwise differentiation. Let f x be piecewise continuous on [, ]. hen we can integrate its Fourier series termwise. Remark 6. Note that the integration of a Fourier series is not a Fourier series anymore. Example b Find the functions represented by the series obtained by the termwise integration of the given series from to x. with 4 n= f x = sin n + x f x n + 9 { < x <. < x < Solution. We know that the integrated series represents x x dx < x < { x + < x < f x dx = x = = x. + x < x < dx + dx < x < Complex form of the Fourier series Recall that e iθ = cosθ + sinθ which leads to hus we can write { a + n= a n cos n x cosθ = eiθ + e iθ + b n sin n x }, sin θ = eiθ e iθ. i = a + n= + n= bn i = a + n= an e i n x e i n x an i b n i + e n x i e n x e i n x + a n + i b n e i n x. 3 If we set c = a, c n = a n i b n, c n = a n + i b n for n =,, 3, then we have a + { a n cos n x + b n sin n x } = c n e i n x. 4 n= Now we compute and similarly c n = a n i b n = [ f x cos n x i sin n x ] dx = c n = Summarizing, we have the complex Fourier series: f x c n e i n x, cn = f x e i n x dx, 5 f x e i n x. 6 f x e i n x dx. 7

21 4. Fourier C osine and Sine series. Definition 8. Let f x be piecewise continuous on the interval [, ]. he of f is a + n= a n cos n x, 8 where a n = while the of f is where b n = n x f x cos dx, n =,, 9 n= b n sin n x. n x f x sin dx, n =,, 3, From the looks we are tempted to say that a Fourier cosine series is half of a Fourier series, and a Fourier sine series is the other half. In some sense this is indeed true, as we will see now. Consider a function f defined on the interval [, ]. We now extend it to a periodic function with period in two ways.. We first extend f evenly, f e x = { f x < x < f x < x < and then extend f e x to a -periodic function f e x. Now consider the Fourier series of f e. We compute a = f e x dx = f x dx + f x dx = f x dx. 3 a n = = = b n = f e x cos n x f x cos n x f x cos n x dx dx + f e x sin n x f x cos n x dx dx. 4 dx = 5 as f e is even, sin n x is odd, and the integration is on an interval symmetric with respect to. hus the Fourier series for f e is f e a + a n cos n x, a n = n x f x cos dx, n =,, 6 n= which is exactly the Fourier cosine series of f.. We first extend f oddly, f o x = { f x < x < f x < x < 7 and then extend f o x to a -periodic function f o x. Similar to the even extension case, we conclude that the Fourier series for f o is exactly the Fourier sine series for f.

22 Remark 9. An alternative way to understand Fourier cosine and sine series is the following. We notice the following facts: he eigenfunctions for the problem are exactly he eigenfunctions for the problem are exactly X X =, X = X = 8 sin n x, n =,, 3, 9 X X =, X = X = 3 cos n x, n =,,, 3, 3 he general theory of eigenvalue problems guarantees that the set of eigenfunctions form an orthogonal system. hus { sin n x } { n x } is an orthogonal system over [, ] with weight w x and so is cos. Now recall the property of orthogonal systems: If { f n } is an orthogonal system over [ a, b] with weight w x, then any function f defined over [ a, b] can be expanded into with c n = When we apply this theory to { sin n x } we obtain with as b n = f x c n f n 3 b f x f n x w x dx a b. 33 f n x w x dx a f x n= Similarly, when we apply the theory to { cos n x b n sin n x, 34 f x sin n x dx sin n x = n x f x sin dx dx 35 sin n x dx =. 36 } we obtain the Fourier cosine formulas. Remark 3. Each of the two approaches have their advantages and disadvantages. he first approach, treating Fourier cosine and sine series as special cases of Fourier series, has the advantage that the convergence theorems of Fourier cosine/ sine series can be obtained immediately by adapting corresponding theorems for the Fourier series. he second approach, treating all three Fourier series, Fourier cosine series, and Fourier sine series as examples of the general theory of eigenfunctions, has the advantage that it reveals deeper understanding, and makes moving on to general separation of variables, like those will be treated in Math337, easier. Example Compute the Fourier sine series for f x = x, < x <. 37

23 Solution. We have =. Compute b n = x sin n x dx = x dcos n x n = [ x cos n x ] cos n x x dx n = [ n ] x dsin n x n n = [ n x sin n x ] sin n x dx n n = [ n ] n n n cos n x = [ n [ n n n ] ] = n n+ + 4 [ n n 3 ]. 38 herefore the Fourier sine series is f x [ n n+ + 4 [ n n 3 ] ] sin n x. 39 n= Example Compute the Fourier cosine series for Solution. We have =. First next herefore f x = e x, < x <. 4 a = a n = e x cos n x dx = cos n x de x [ = cos n x e x + n e x dx = e. 4 e x sin n x dx = [ e n ] + n sin n x de x = [ e n ] [ + n e x sin n x n = [ e n ] n So the Fourier cosine series is given by e x cos n x dx ] e x cos n x dx = [ e n ] n a n. 4 f x e + n= a n = [ e n ] + n. 43 [ e n ] + n cos n x. 44 ]

24 Example Find the solutio nto the heat flow problem Solution. We use separation of variables. = 5 u, < x <, t > 45 t x u, t = u, t =, t > 46. Separate the variables. Write u = X x t, the equation becomes he equations for X and are then. Solve the eigenvalue problem u x, = f x = cos x, < x <. 47 X = 5 X 5 = X = λ. 48 X X X =, X = X = ; 49 5 λ =. 5 X X =, X = X = ; 5 As we have solved it before, we omit the details. he eigenvalues are n, n =,, 3, corresponding eigenfunctions are, and the b n sin n x, n =,, 3, 5 3. Solve the equation for. For each eigenvalue n, the corresponding n satisfies n + 5 n n = n = c n e 5 n t Write down the expansion for u: u x, t = n= c n e 5 n t b n sin n x. 54 Clearly the c n s can be absorbed into the b n s, so we simply write u x, t = b n e 5 n t sin n x. 55 n= 5. Determine b n using the initial condition. We have cos x = u x, = n= b n sin n x. 56 hus all we need to do is to find the Fourier sine series for cos x. As the interval is [, ] we have =. We compute for n =,, 3, b n = cos x sin n x dx = sin n x dx sin n x cos x dx = n cos n x [ sin n + x + sin n x] dx = n n [ ] sin n + x dx sin n x dx. 57 We evaluate sin n + x dx = n + cos n + x = n+. 58 n +

25 For the last term, there are two cases. If n =, then sin n x = and sin n x dx =. 59 If n, we compute sin n x dx = n cos n x = n. 6 n Putting everything together, we have n n n + b n = n n n n + n = n. 6 Noticing that, when n is even, we have n =. hus the above formula can be simplified by setting n = k to b k = k k 3, k =,, 3, 6 k + Putting everything together, the solution is given by u x, t = k = k k 3 k + e 5 k t sin k x he heat equation. In this final section, we focus on the heat equation. Recall that we have already solved the follow version of heat equation t = β u, < x < L, t > 64 x u, t = u L, t =, t > 65 u x, = f x, < x < L. 66 which models the evolution of temperature of a rod with initial temperature distribution f x and with both ends kept at temperature. In the following we will discuss other cases: Instead of keeping both ends at temperature, we insulate them. In this case the boundary conditions become x, t = L, t =, t >. 67 x Instead of keeping both ends at temperature, we keep them at temperatures U, U. he boundary conditions are then u, t = U, u L, t = U. 68 We heat up or cool down the rod during the process. he equation then becomes t = β u + P x, < x < L, t >. 69 x Instead of a rod, we consider say a rectangular plate occupying [, L] [, W]. he equation then becomes two dimensional, and we have more freedom specifying boundary conditions. 5.. Heat equation with Neumann boundary condition.

26 Example Solve, t = x x t Solution. We use separation of variables.. Separate the variables. Write u x, t = X x t. hen the equation leads to = 3 u, < x <, t > 7 x, t =, t >, 7 u x, = x, < x <. 7 which gives X = 3 X 3 = X X = λ 73 X X =, X = X =, 74. Solve the eigenvalue problem 3 λ =. 75 We discuss the three cases. a. λ <. he general solution is X = C cos We compute X = X X =, X = X =, 76 C sin he boundary conditions then lead to hus C =, and C sin with corresponding eigenfunctions x + C sin x + C cos + C cos = n. Consequently the eigenvalues are x. 77 x. 78 C =, 79 =. 8 λ n = n, n =,, 3, 8 b. λ =. he general solution is X n = a n cos n x. 8 X = C + C x 83 the boundary conditions then gives C = which means is an eigenvalue and the corresponding eigenfunctions are X = a for a constant a. c. λ >. he general solution is X = C e λ x + C e λ x. 84 he boundary conditions leads to λ C C = 85 λ e λ C e C =. 86 Solving it gives C = C =. herefore there is no positive eigenvalues.

27 Summarizing, the eigenvalues are with eigenfunctions 3. Solve the equation for n : 4. Write down the solution λ n = n, n =,,, 3, 87 X n = a n cos n x, n =,,, 3, n + 3 n n = n = n e 3 n t. 88 u x, t = a n e 3 n t cos n x. 89 n= 5. Find out the coefficients. We have u x, = n= a n cos n x. 9 All we need to do is to find the cosine series for x: < x <. We compute 3 a = x dx =, 9 a n = x cos n x dx = [ x sin n x ] sin n x dx = [ n ] n n. 93 Note that n = for all n even. hus we have Summarizing, we have u x, t = k = a k =, a k + = 5.. Heat equation with nonhomogeneous boundary condition. Example Solve 4 k k + e 3 k + t cos k + x. 95 = u, < x <, t > 96 t x u, t = 5, u, t =, t > 97 u x, = sin 3 x sin 5 x, < x <. 98 Solution. his time we have to get rid of the nonhomogeneous boundary conditions first. Since otherwise, say we solve X n subject to X n = 5, X n =, then clearly there is no guarantee that the infinite sum an X n n 99 will satisfy the same boundary conditions. herefore, before proceeding with the method of separation of variables, we need to find a function v x, t such that v t = v, v, t = 5, v, t =. 3 x 3. Note that the Fourier cosine series is for = We see that our a here corresponds to a / in the formula. f a + a n cos n x 9

28 If we can find such v, then ũ = u v would satisfy = u, < x <, t > 3 t x u, t =, u, t =, t > 3 u x, = sin 3 x sin 5 x v x,, < x <. 33 which can then be solved using separation of variables. Such v is easy to find. he simplest one is the linear function which takes 5 at and at : Now ũ = u v satisfies We use separation of variables. v x = x. 34 = u, < x <, t > 35 t x u, t =, u, t =, t > 36. Separate the variables. We reach u x, = sin 3 x sin 5 x 5 5 x, < x <. 37 X X =, X = X =, 38. Solve the eigenvalue problem λ =. 39 X X =, X = X =, 3 he eigenvalues are λ n = n, and the eigenfunctions are X n = b n sin n x. 3. Solve n : n + n n = n = n e n t Write down the solution ũ x, t = b n e n t sin n x. 3 n= 5. Determine the coefficients. We have sin 3 x sin 5 x 5 5 x = n= b n sin n x. 3 3 Clearly we only need to find out the Fourier sine series for the function + x. We compute + x sin n x dx = + x dcos n x n = [ + x cos n x ] cos n x dx n = [ n ]. 3 4 n Putting things together, we have Finally ũ x, t = e 8 t sin 3 x e 5 t sin 5 x + [ n ] e n t sin n x. 3 5 n n= u x, t = x + e 8 t sin 3 x e 5 t sin 5 x + [ n ] e n t sin n x. 3 6 n n=

29 or equivalently u x, t = x 3 e t sin x + 5 e 8 t sin x + e 8 t sin 3 x + 5 e 3 t sin 4 x + 6 e 5 t sin 5 x + [ n ] e n t sin n x. 3 7 n n= Heat equation with forcing. Example Find a formal solution to the initial-boundary value problem = u + 4 x, < x <, t > ; 3 8 t x u, t = u, t =, t >, 3 9 u x, = sin x, < x <. 3 Solution. he idea is as follows. Find a function w x such that hen ũ = u w would satisfy w + 4 x =, w = w =. 3 ũ = ũ, < x <, t > ; 3 t x ũ, t = ũ, t =, t >, 33 ũ x, = sin x w x, < x <. 34 and can be solved by separation of variables. Now the equation for w is easy to solve: Integrating twice, we have w x = x3 3 Using the boundary conditions, we reach + A x + B. 35 w x = x3 3 + x Next we carry out separation of variables:. Separate the variables: X X =, X = X = ; 37. Solve the eigenvalue problem λ =. 38 X X =, X = X = ; 39 he eigenvalues are λ = n, n =,, 3, with corresponding eigenfunctions b n sin n x. 3. Solve the corresponding n : 4. Write down n + n n = n t = n e n t. 33 ũ x, t = b n e n t sin n x. 33 n= 5. Determine the coefficients: sin x + x3 3 3 x = ũ x, = n= b n sin n x. 33

30 hus We compute the Fourier sine series for x 3 x: 3 3 x x sin n x dx = x 3 n 3 3 x dcos n x = [ ] x 3 n 3 3 x cos n x cos n x x dx 3 = x cos n x dx cos n x dx n 3 = n x dsin n x [ = n x sin n x ] x sin n x dx = 4 n x sin n x dx 4 = n 3 x dcos n x [ 4 = n 3 x cos n x ] cos n x dx = 4 n 3 n n 3 n e n t sin n x 334 Finally we have or equivalently ũ x, t = e t sin x + n= u x, t = 3 x x3 3 + e t sin x + 4 n 3 n e n t sin n x 335 n= u x, t = 3 x x3 3 3 e t sin x + 4 n 3 n e n t sin n x. 336 n= Remark 37. Note that, when the forcing is a function of both x and t, that is t = β u + P x, t, 337 x or when the forcing is independent of t but the dimension is more than, say t = β u x + u y + P x, y 338 the above method does not work anymore. Instead, one needs to integrate the forcing into the method of separation of variables. Such technique will be studied in introductory PDE courses Heat equation in higher dimensions. Example Find a formal solution to the initial-boundary value problem = u t x + u, < x <, < y <, t > 339 y, y, t =, y, t =, < y <, t > 34 x x u x,, t = u x,, t =, < x <, t > 34 u x, y, = y, < x <, < y <. 34 Solution. We follow the procedure of separation of variables.. Separate the variables. Write u x, y, t = X x Y y t. Substitute into the equation, we have X Y = X Y + X Y. 343

31 Divide both sides by X Y: = X X + Y Y. 344 As the left hand side only depends on t while the right hand side is independent of t, both sides have to be constant. Applying the same argument one more time, we conclude that he equations for X, Y, are then X X = λ, Y Y = µ, = λ + µ. 345 X X =, X = X = ; 346 Y µ Y =, Y = Y = ; 347 λ + µ = Solve the eigenvalue problems. Now there are two eigenvalue problems. We solve them one by one. i. Solve X n. X X =, X = X = ; 349 We have eigenvalues λ n = n, n =,,, and eigenfunctions X n = a n cos n x, n =,, 3. ii. Solve Y m. Y µ Y =, Y = Y = ; 35 We have eigenvalues µ m = m, m =,, 3, and eigenfunctions Y m = b m sin m y, m =,, 3, 3. Solve n, m. We have 4. Write n, m + n + m n, m = n, m = n, m e n + m t. 35 u x, y, t = n= 5. Compute the coefficients. We have u x, y, = n= c n m cos n x sin m y e n + m t. 35 m = c n m cos n x sin m y e n + m t. 353 m = o determine the coefficients, we first need to understand the integrations cos n x sin m y cos n x sin m y dx dy. 354 We compute cos n x sin m y cos n x sin m y dx dy = [ [ ] cos n x cos n x dx sin m y sin m y dy ]. 355 Recall that for n, n {,,, 3, } we have n = n = cos n x cos n x dx = n = n n, 356 n and for m, m {,, 3, } { sin m y sin m m = m y dy = m 357 m

32 herefore As a consequence, cos n x sin m y cos n x sin m y dx dy = Now we compute hus herefore Summarizing, we have u x, y, cos n x sin m y dx dy = n = n =, m = m n = n, m = m n n or m m c m n = 4 c n m n =,, 3, y sin m y dx dy = y sin m y dy = y dcos m y m = [ y cos m y m y cos n x sin m y dx dy = ] cos m y dy. 359 = m m. 36 c m = m m [ ] [ cos n x dx ] y sin m y dy =. 36 c n m =, n =,, 3, ; m =,, 3, 363 u x, y, t = m + e m t sin m y. 364 m m = Uniqueness of solution. We have seen that we can use separation of varaibles to find a solution of the heat equation modula convergence proof. Now as heat equation models a physical process, naturally we ask: Does the solution obtained describe the real physical process? In other words, is it possible that the physical process, the real solution, is some function that cannot be obtained through our method? Now we will show that such things cannot happen, through using the following maximum principle. heorem 39. Let u x, t be a continuously differentiab le function that satisfies the heat equation and the boundary conditions t = β u, < x < L, t >, 365 x u, t = u L, t =, t >. 366 hen u x, t attains its maximum value at t =, for some x in [, L] that is max u x, t = max u x,. 367 t, x L x L Using the maximum principle one easily obtains uniqueness of solution:

33 heorem 4. the initial- boundary value prob lem = β u, < x < L, t >, 368 t x u, t = u L, t =, t >, 369 u x, = f x, < x < L. 37 has at most one continuously differentiable solution.

Last Update: April 4, 2011

Last Update: April 4, 2011 Math ES Winter Last Update: April 4, Introduction to Partial Differential Equations Disclaimer: his lecture note tries to provide an alternative approach to the material in Sections..6 in the textbook.

More information

Table of contents. d 2 y dx 2, As the equation is linear, these quantities can only be involved in the following manner:

Table of contents. d 2 y dx 2, As the equation is linear, these quantities can only be involved in the following manner: M ath 0 1 E S 1 W inter 0 1 0 Last Updated: January, 01 0 Solving Second Order Linear ODEs Disclaimer: This lecture note tries to provide an alternative approach to the material in Sections 4. 4. 7 and

More information

Last Update: March 1 2, 201 0

Last Update: March 1 2, 201 0 M ath 2 0 1 E S 1 W inter 2 0 1 0 Last Update: March 1 2, 201 0 S eries S olutions of Differential Equations Disclaimer: This lecture note tries to provide an alternative approach to the material in Sections

More information

Physics 6303 Lecture 8 September 25, 2017

Physics 6303 Lecture 8 September 25, 2017 Physics 6303 Lecture 8 September 25, 2017 LAST TIME: Finished tensors, vectors, and matrices At the beginning of the course, I wrote several partial differential equations (PDEs) that are used in many

More information

Chapter 10: Partial Differential Equations

Chapter 10: Partial Differential Equations 1.1: Introduction Chapter 1: Partial Differential Equations Definition: A differential equations whose dependent variable varies with respect to more than one independent variable is called a partial differential

More information

Physics 6303 Lecture 9 September 17, ct' 2. ct' ct'

Physics 6303 Lecture 9 September 17, ct' 2. ct' ct' Physics 6303 Lecture 9 September 17, 018 LAST TIME: Finished tensors, vectors, 4-vectors, and 4-tensors One last point is worth mentioning although it is not commonly in use. It does, however, build on

More information

X b n sin nπx L. n=1 Fourier Sine Series Expansion. a n cos nπx L 2 + X. n=1 Fourier Cosine Series Expansion ³ L. n=1 Fourier Series Expansion

X b n sin nπx L. n=1 Fourier Sine Series Expansion. a n cos nπx L 2 + X. n=1 Fourier Cosine Series Expansion ³ L. n=1 Fourier Series Expansion 3 Fourier Series 3.1 Introduction Although it was not apparent in the early historical development of the method of separation of variables what we are about to do is the analog for function spaces of

More information

Partial Differential Equations Summary

Partial Differential Equations Summary Partial Differential Equations Summary 1. The heat equation Many physical processes are governed by partial differential equations. temperature of a rod. In this chapter, we will examine exactly that.

More information

Physics 6303 Lecture 15 October 10, Reminder of general solution in 3-dimensional cylindrical coordinates. sinh. sin

Physics 6303 Lecture 15 October 10, Reminder of general solution in 3-dimensional cylindrical coordinates. sinh. sin Physics 6303 Lecture 15 October 10, 2018 LAST TIME: Spherical harmonics and Bessel functions Reminder of general solution in 3-dimensional cylindrical coordinates,, sin sinh cos cosh, sin sin cos cos,

More information

Separation of Variables in Linear PDE: One-Dimensional Problems

Separation of Variables in Linear PDE: One-Dimensional Problems Separation of Variables in Linear PDE: One-Dimensional Problems Now we apply the theory of Hilbert spaces to linear differential equations with partial derivatives (PDE). We start with a particular example,

More information

Physics 250 Green s functions for ordinary differential equations

Physics 250 Green s functions for ordinary differential equations Physics 25 Green s functions for ordinary differential equations Peter Young November 25, 27 Homogeneous Equations We have already discussed second order linear homogeneous differential equations, which

More information

Mathematical Modeling using Partial Differential Equations (PDE s)

Mathematical Modeling using Partial Differential Equations (PDE s) Mathematical Modeling using Partial Differential Equations (PDE s) 145. Physical Models: heat conduction, vibration. 146. Mathematical Models: why build them. The solution to the mathematical model will

More information

In this worksheet we will use the eigenfunction expansion to solve nonhomogeneous equation.

In this worksheet we will use the eigenfunction expansion to solve nonhomogeneous equation. Eigen Function Expansion and Applications. In this worksheet we will use the eigenfunction expansion to solve nonhomogeneous equation. a/ The theory. b/ Example: Solving the Euler equation in two ways.

More information

5.4 Continuity: Preliminary Notions

5.4 Continuity: Preliminary Notions 5.4. CONTINUITY: PRELIMINARY NOTIONS 181 5.4 Continuity: Preliminary Notions 5.4.1 Definitions The American Heritage Dictionary of the English Language defines continuity as an uninterrupted succession,

More information

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

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

More information

[Engineering Mathematics]

[Engineering Mathematics] [MATHS IV] [Engineering Mathematics] [Partial Differential Equations] [Partial Differentiation and formation of Partial Differential Equations has already been covered in Maths II syllabus. Present chapter

More information

Completeness, Eigenvalues, and the Calculus of Variations

Completeness, Eigenvalues, and the Calculus of Variations Completeness, Eigenvalues, and the Calculus of Variations MA 436 Kurt Bryan 1 Introduction Our goal here is to prove that ϕ k (x) = 2 sin(kπx) for k = 1, 2, 3,... form a complete orthogonal family of functions

More information

MATH 308 COURSE SUMMARY

MATH 308 COURSE SUMMARY MATH 308 COURSE SUMMARY Approximately a third of the exam cover the material from the first two midterms, that is, chapter 6 and the first six sections of chapter 7. The rest of the exam will cover the

More information

Consequences of Orthogonality

Consequences of Orthogonality Consequences of Orthogonality Philippe B. Laval KSU Today Philippe B. Laval (KSU) Consequences of Orthogonality Today 1 / 23 Introduction The three kind of examples we did above involved Dirichlet, Neumann

More information

Lecture IX. Definition 1 A non-singular Sturm 1 -Liouville 2 problem consists of a second order linear differential equation of the form.

Lecture IX. Definition 1 A non-singular Sturm 1 -Liouville 2 problem consists of a second order linear differential equation of the form. Lecture IX Abstract When solving PDEs it is often necessary to represent the solution in terms of a series of orthogonal functions. One way to obtain an orthogonal family of functions is by solving a particular

More information

Computer Problems for Fourier Series and Transforms

Computer Problems for Fourier Series and Transforms Computer Problems for Fourier Series and Transforms 1. Square waves are frequently used in electronics and signal processing. An example is shown below. 1 π < x < 0 1 0 < x < π y(x) = 1 π < x < 2π... and

More information

Physics 6303 Lecture 11 September 24, LAST TIME: Cylindrical coordinates, spherical coordinates, and Legendre s equation

Physics 6303 Lecture 11 September 24, LAST TIME: Cylindrical coordinates, spherical coordinates, and Legendre s equation Physics 6303 Lecture September 24, 208 LAST TIME: Cylindrical coordinates, spherical coordinates, and Legendre s equation, l l l l l l. Consider problems that are no axisymmetric; i.e., the potential depends

More information

1 A complete Fourier series solution

1 A complete Fourier series solution Math 128 Notes 13 In this last set of notes I will try to tie up some loose ends. 1 A complete Fourier series solution First here is an example of the full solution of a pde by Fourier series. Consider

More information

Math 251 December 14, 2005 Final Exam. 1 18pt 2 16pt 3 12pt 4 14pt 5 12pt 6 14pt 7 14pt 8 16pt 9 20pt 10 14pt Total 150pt

Math 251 December 14, 2005 Final Exam. 1 18pt 2 16pt 3 12pt 4 14pt 5 12pt 6 14pt 7 14pt 8 16pt 9 20pt 10 14pt Total 150pt Math 251 December 14, 2005 Final Exam Name Section There are 10 questions on this exam. Many of them have multiple parts. The point value of each question is indicated either at the beginning of each question

More information

d 1 µ 2 Θ = 0. (4.1) consider first the case of m = 0 where there is no azimuthal dependence on the angle φ.

d 1 µ 2 Θ = 0. (4.1) consider first the case of m = 0 where there is no azimuthal dependence on the angle φ. 4 Legendre Functions In order to investigate the solutions of Legendre s differential equation d ( µ ) dθ ] ] + l(l + ) m dµ dµ µ Θ = 0. (4.) consider first the case of m = 0 where there is no azimuthal

More information

3 rd class Mech. Eng. Dept. hamdiahmed.weebly.com Fourier Series

3 rd class Mech. Eng. Dept. hamdiahmed.weebly.com Fourier Series Definition 1 Fourier Series A function f is said to be piecewise continuous on [a, b] if there exists finitely many points a = x 1 < x 2

More information

Partial Differential Equations

Partial Differential Equations Partial Differential Equations Partial differential equations (PDEs) are equations involving functions of more than one variable and their partial derivatives with respect to those variables. Most (but

More information

Homework 7 Solutions

Homework 7 Solutions Homework 7 Solutions # (Section.4: The following functions are defined on an interval of length. Sketch the even and odd etensions of each function over the interval [, ]. (a f( =, f ( Even etension of

More information

Math 251 December 14, 2005 Answer Key to Final Exam. 1 18pt 2 16pt 3 12pt 4 14pt 5 12pt 6 14pt 7 14pt 8 16pt 9 20pt 10 14pt Total 150pt

Math 251 December 14, 2005 Answer Key to Final Exam. 1 18pt 2 16pt 3 12pt 4 14pt 5 12pt 6 14pt 7 14pt 8 16pt 9 20pt 10 14pt Total 150pt Name Section Math 51 December 14, 5 Answer Key to Final Exam There are 1 questions on this exam. Many of them have multiple parts. The point value of each question is indicated either at the beginning

More information

[Disclaimer: This is not a complete list of everything you need to know, just some of the topics that gave people difficulty.]

[Disclaimer: This is not a complete list of everything you need to know, just some of the topics that gave people difficulty.] Math 43 Review Notes [Disclaimer: This is not a complete list of everything you need to know, just some of the topics that gave people difficulty Dot Product If v (v, v, v 3 and w (w, w, w 3, then the

More information

1 Introduction. Green s function notes 2018

1 Introduction. Green s function notes 2018 Green s function notes 8 Introduction Back in the "formal" notes, we derived the potential in terms of the Green s function. Dirichlet problem: Equation (7) in "formal" notes is Φ () Z ( ) ( ) 3 Z Φ (

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 2930 Worksheet Final Exam Review

Math 2930 Worksheet Final Exam Review Math 293 Worksheet Final Exam Review Week 14 November 3th, 217 Question 1. (* Solve the initial value problem y y = 2xe x, y( = 1 Question 2. (* Consider the differential equation: y = y y 3. (a Find the

More information

Waves on 2 and 3 dimensional domains

Waves on 2 and 3 dimensional domains Chapter 14 Waves on 2 and 3 dimensional domains We now turn to the studying the initial boundary value problem for the wave equation in two and three dimensions. In this chapter we focus on the situation

More information

Partial differential equation for temperature u(x, t) in a heat conducting insulated rod along the x-axis is given by the Heat equation:

Partial differential equation for temperature u(x, t) in a heat conducting insulated rod along the x-axis is given by the Heat equation: Chapter 7 Heat Equation Partial differential equation for temperature u(x, t) in a heat conducting insulated rod along the x-axis is given by the Heat equation: u t = ku x x, x, t > (7.1) Here k is a constant

More information

Feedback D. Incorrect! Exponential functions are continuous everywhere. Look for features like square roots or denominators that could be made 0.

Feedback D. Incorrect! Exponential functions are continuous everywhere. Look for features like square roots or denominators that could be made 0. Calculus Problem Solving Drill 07: Trigonometric Limits and Continuity No. of 0 Instruction: () Read the problem statement and answer choices carefully. () Do your work on a separate sheet of paper. (3)

More information

Differential Equations

Differential Equations Electricity and Magnetism I (P331) M. R. Shepherd October 14, 2008 Differential Equations The purpose of this note is to provide some supplementary background on differential equations. The problems discussed

More information

LECTURE 10: REVIEW OF POWER SERIES. 1. Motivation

LECTURE 10: REVIEW OF POWER SERIES. 1. Motivation LECTURE 10: REVIEW OF POWER SERIES By definition, a power series centered at x 0 is a series of the form where a 0, a 1,... and x 0 are constants. For convenience, we shall mostly be concerned with the

More information

LECTURE 19: SEPARATION OF VARIABLES, HEAT CONDUCTION IN A ROD

LECTURE 19: SEPARATION OF VARIABLES, HEAT CONDUCTION IN A ROD ECTURE 19: SEPARATION OF VARIABES, HEAT CONDUCTION IN A ROD The idea of separation of variables is simple: in order to solve a partial differential equation in u(x, t), we ask, is it possible to find a

More information

CHAPTER 4. Introduction to the. Heat Conduction Model

CHAPTER 4. Introduction to the. Heat Conduction Model A SERIES OF CLASS NOTES FOR 005-006 TO INTRODUCE LINEAR AND NONLINEAR PROBLEMS TO ENGINEERS, SCIENTISTS, AND APPLIED MATHEMATICIANS DE CLASS NOTES 4 A COLLECTION OF HANDOUTS ON PARTIAL DIFFERENTIAL EQUATIONS

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

Ordinary Differential Equation Introduction and Preliminaries

Ordinary Differential Equation Introduction and Preliminaries Ordinary Differential Equation Introduction and Preliminaries There are many branches of science and engineering where differential equations arise naturally. Now days, it finds applications in many areas

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

Relevant sections from AMATH 351 Course Notes (Wainwright): 1.3 Relevant sections from AMATH 351 Course Notes (Poulin and Ingalls): 1.1.

Relevant sections from AMATH 351 Course Notes (Wainwright): 1.3 Relevant sections from AMATH 351 Course Notes (Poulin and Ingalls): 1.1. Lecture 8 Qualitative Behaviour of Solutions to ODEs Relevant sections from AMATH 351 Course Notes (Wainwright): 1.3 Relevant sections from AMATH 351 Course Notes (Poulin and Ingalls): 1.1.1 The last few

More information

Math Theory of Partial Differential Equations Lecture 3-2: Spectral properties of the Laplacian. Bessel functions.

Math Theory of Partial Differential Equations Lecture 3-2: Spectral properties of the Laplacian. Bessel functions. Math 412-501 Theory of Partial ifferential Equations Lecture 3-2: Spectral properties of the Laplacian. Bessel functions. Eigenvalue problem: 2 φ + λφ = 0 in, ( αφ + β φ ) n = 0, where α, β are piecewise

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

Q ( q(m, t 0 ) n) S t.

Q ( q(m, t 0 ) n) S t. THE HEAT EQUATION The main equations that we will be dealing with are the heat equation, the wave equation, and the potential equation. We use simple physical principles to show how these equations are

More information

MATH 1A, Complete Lecture Notes. Fedor Duzhin

MATH 1A, Complete Lecture Notes. Fedor Duzhin MATH 1A, Complete Lecture Notes Fedor Duzhin 2007 Contents I Limit 6 1 Sets and Functions 7 1.1 Sets................................. 7 1.2 Functions.............................. 8 1.3 How to define a

More information

Ordinary Differential Equations Prof. A. K. Nandakumaran Department of Mathematics Indian Institute of Science Bangalore

Ordinary Differential Equations Prof. A. K. Nandakumaran Department of Mathematics Indian Institute of Science Bangalore Ordinary Differential Equations Prof. A. K. Nandakumaran Department of Mathematics Indian Institute of Science Bangalore Module - 3 Lecture - 10 First Order Linear Equations (Refer Slide Time: 00:33) Welcome

More information

1 Solutions in cylindrical coordinates: Bessel functions

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

More information

Time-Frequency Analysis

Time-Frequency Analysis Time-Frequency Analysis Basics of Fourier Series Philippe B. aval KSU Fall 015 Philippe B. aval (KSU) Fourier Series Fall 015 1 / 0 Introduction We first review how to derive the Fourier series of a function.

More information

12 The Heat equation in one spatial dimension: Simple explicit method and Stability analysis

12 The Heat equation in one spatial dimension: Simple explicit method and Stability analysis ATH 337, by T. Lakoba, University of Vermont 113 12 The Heat equation in one spatial dimension: Simple explicit method and Stability analysis 12.1 Formulation of the IBVP and the minimax property of its

More information

23 Elements of analytic ODE theory. Bessel s functions

23 Elements of analytic ODE theory. Bessel s functions 23 Elements of analytic ODE theory. Bessel s functions Recall I am changing the variables) that we need to solve the so-called Bessel s equation 23. Elements of analytic ODE theory Let x 2 u + xu + x 2

More information

Math53: Ordinary Differential Equations Autumn 2004

Math53: Ordinary Differential Equations Autumn 2004 Math53: Ordinary Differential Equations Autumn 2004 Unit 2 Summary Second- and Higher-Order Ordinary Differential Equations Extremely Important: Euler s formula Very Important: finding solutions to linear

More information

Relevant sections from AMATH 351 Course Notes (Wainwright): Relevant sections from AMATH 351 Course Notes (Poulin and Ingalls):

Relevant sections from AMATH 351 Course Notes (Wainwright): Relevant sections from AMATH 351 Course Notes (Poulin and Ingalls): Lecture 5 Series solutions to DEs Relevant sections from AMATH 35 Course Notes (Wainwright):.4. Relevant sections from AMATH 35 Course Notes (Poulin and Ingalls): 2.-2.3 As mentioned earlier in this course,

More information

Math 353, Fall 2017 Study guide for the final

Math 353, Fall 2017 Study guide for the final Math 353, Fall 2017 Study guide for the final December 12, 2017 Last updated 12/4/17. If something is unclear or incorrect, please let me know so I can update the documents. Updates 12/4: De-emphasized

More information

Two special equations: Bessel s and Legendre s equations. p Fourier-Bessel and Fourier-Legendre series. p

Two special equations: Bessel s and Legendre s equations. p Fourier-Bessel and Fourier-Legendre series. p LECTURE 1 Table of Contents Two special equations: Bessel s and Legendre s equations. p. 259-268. Fourier-Bessel and Fourier-Legendre series. p. 453-460. Boundary value problems in other coordinate system.

More information

In this section we extend the idea of Fourier analysis to multivariate functions: that is, functions of more than one independent variable.

In this section we extend the idea of Fourier analysis to multivariate functions: that is, functions of more than one independent variable. 7in x 1in Felder c9_online.tex V - January 24, 215 2: P.M. Page 9 9.8 Multivariate Fourier Series 9.8 Multivariate Fourier Series 9 In this section we extend the idea of Fourier analysis to multivariate

More information

Second-Order Homogeneous Linear Equations with Constant Coefficients

Second-Order Homogeneous Linear Equations with Constant Coefficients 15 Second-Order Homogeneous Linear Equations with Constant Coefficients A very important class of second-order homogeneous linear equations consists of those with constant coefficients; that is, those

More information

2. FUNCTIONS AND ALGEBRA

2. FUNCTIONS AND ALGEBRA 2. FUNCTIONS AND ALGEBRA You might think of this chapter as an icebreaker. Functions are the primary participants in the game of calculus, so before we play the game we ought to get to know a few functions.

More information

Fourier Series. Now we need to take a theoretical excursion to build up the mathematics that makes separation of variables possible.

Fourier Series. Now we need to take a theoretical excursion to build up the mathematics that makes separation of variables possible. Fourier Series Now we need to take a theoretical excursion to build up the mathematics that makes separation of variables possible Periodic functions Definition: A function f is periodic with period p

More information

Class Meeting # 2: The Diffusion (aka Heat) Equation

Class Meeting # 2: The Diffusion (aka Heat) Equation MATH 8.52 COURSE NOTES - CLASS MEETING # 2 8.52 Introduction to PDEs, Fall 20 Professor: Jared Speck Class Meeting # 2: The Diffusion (aka Heat) Equation The heat equation for a function u(, x (.0.). Introduction

More information

Our goal is to solve a general constant coecient linear second order. this way but that will not always happen). Once we have y 1, it will always

Our goal is to solve a general constant coecient linear second order. this way but that will not always happen). Once we have y 1, it will always October 5 Relevant reading: Section 2.1, 2.2, 2.3 and 2.4 Our goal is to solve a general constant coecient linear second order ODE a d2 y dt + bdy + cy = g (t) 2 dt where a, b, c are constants and a 0.

More information

Slope Fields: Graphing Solutions Without the Solutions

Slope Fields: Graphing Solutions Without the Solutions 8 Slope Fields: Graphing Solutions Without the Solutions Up to now, our efforts have been directed mainly towards finding formulas or equations describing solutions to given differential equations. Then,

More information

More on Fourier Series

More on Fourier Series More on Fourier Series R. C. Trinity University Partial Differential Equations Lecture 6.1 New Fourier series from old Recall: Given a function f (x, we can dilate/translate its graph via multiplication/addition,

More information

Subject: Mathematics III Subject Code: Branch: B. Tech. all branches Semester: (3rd SEM) i) Dr. G. Pradhan (Coordinator) ii) Ms.

Subject: Mathematics III Subject Code: Branch: B. Tech. all branches Semester: (3rd SEM) i) Dr. G. Pradhan (Coordinator) ii) Ms. Subject: Mathematics III Subject Code: BSCM1205 Branch: B. Tech. all branches Semester: (3 rd SEM) Lecture notes prepared by: i) Dr. G. Pradhan (Coordinator) Asst. Prof. in Mathematics College of Engineering

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

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

6.5 Trigonometric Equations

6.5 Trigonometric Equations 6. Trigonometric Equations In this section, we discuss conditional trigonometric equations, that is, equations involving trigonometric functions that are satisfied only by some values of the variable (or

More information

Introduction and preliminaries

Introduction and preliminaries Chapter Introduction and preliminaries Partial differential equations What is a partial differential equation? ODEs Ordinary Differential Equations) have one variable x). PDEs Partial Differential Equations)

More information

Lecture Notes for Math 251: ODE and PDE. Lecture 30: 10.1 Two-Point Boundary Value Problems

Lecture Notes for Math 251: ODE and PDE. Lecture 30: 10.1 Two-Point Boundary Value Problems Lecture Notes for Math 251: ODE and PDE. Lecture 30: 10.1 Two-Point Boundary Value Problems Shawn D. Ryan Spring 2012 Last Time: We finished Chapter 9: Nonlinear Differential Equations and Stability. Now

More information

Applications to PDE Problems

Applications to PDE Problems 48 Applications to PDE Problems The use of the Sturm-iouville theory can be nicely illustrated by solving any of a number of classical problems. We will consider two: a heat flow problem and a vibrating

More information

Applications to PDE Problems

Applications to PDE Problems 53 Applications to PDE Problems The use of the Sturm-iouville theory can be nicely illustrated by solving any of a number of classical problems. We will consider two: a heat flow problem and a vibrating

More information

FOURIER TRANSFORMS. At, is sometimes taken as 0.5 or it may not have any specific value. Shifting at

FOURIER TRANSFORMS. At, is sometimes taken as 0.5 or it may not have any specific value. Shifting at Chapter 2 FOURIER TRANSFORMS 2.1 Introduction The Fourier series expresses any periodic function into a sum of sinusoids. The Fourier transform is the extension of this idea to non-periodic functions by

More information

# Points Score Total 100

# Points Score Total 100 Name: PennID: Math 241 Make-Up Final Exam January 19, 2016 Instructions: Turn off and put away your cell phone. Please write your Name and PennID on the top of this page. Please sign and date the pledge

More information

are harmonic functions so by superposition

are harmonic functions so by superposition J. Rauch Applied Complex Analysis The Dirichlet Problem Abstract. We solve, by simple formula, the Dirichlet Problem in a half space with step function boundary data. Uniqueness is proved by complex variable

More information

PDE and Boundary-Value Problems Winter Term 2014/2015

PDE and Boundary-Value Problems Winter Term 2014/2015 PDE and Boundary-Value Problems Winter Term 2014/2015 Lecture 6 Saarland University 17. November 2014 c Daria Apushkinskaya (UdS) PDE and BVP lecture 6 17. November 2014 1 / 40 Purpose of Lesson To show

More information

Partial Differential Equations

Partial Differential Equations Partial Differential Equations Spring Exam 3 Review Solutions Exercise. We utilize the general solution to the Dirichlet problem in rectangle given in the textbook on page 68. In the notation used there

More information

Spotlight on Laplace s Equation

Spotlight on Laplace s Equation 16 Spotlight on Laplace s Equation Reference: Sections 1.1,1.2, and 1.5. Laplace s equation is the undriven, linear, second-order PDE 2 u = (1) We defined diffusivity on page 587. where 2 is the Laplacian

More information

Examples of the Fourier Theorem (Sect. 10.3). The Fourier Theorem: Continuous case.

Examples of the Fourier Theorem (Sect. 10.3). The Fourier Theorem: Continuous case. s of the Fourier Theorem (Sect. 1.3. The Fourier Theorem: Continuous case. : Using the Fourier Theorem. The Fourier Theorem: Piecewise continuous case. : Using the Fourier Theorem. The Fourier Theorem:

More information

MATH 251 Final Examination December 19, 2012 FORM A. Name: Student Number: Section:

MATH 251 Final Examination December 19, 2012 FORM A. Name: Student Number: Section: MATH 251 Final Examination December 19, 2012 FORM A Name: Student Number: Section: This exam has 17 questions for a total of 150 points. In order to obtain full credit for partial credit problems, all

More information

MTH Linear Algebra. Study Guide. Dr. Tony Yee Department of Mathematics and Information Technology The Hong Kong Institute of Education

MTH Linear Algebra. Study Guide. Dr. Tony Yee Department of Mathematics and Information Technology The Hong Kong Institute of Education MTH 3 Linear Algebra Study Guide Dr. Tony Yee Department of Mathematics and Information Technology The Hong Kong Institute of Education June 3, ii Contents Table of Contents iii Matrix Algebra. Real Life

More information

Lecture for Week 2 (Secs. 1.3 and ) Functions and Limits

Lecture for Week 2 (Secs. 1.3 and ) Functions and Limits Lecture for Week 2 (Secs. 1.3 and 2.2 2.3) Functions and Limits 1 First let s review what a function is. (See Sec. 1 of Review and Preview.) The best way to think of a function is as an imaginary machine,

More information

The Liapunov Method for Determining Stability (DRAFT)

The Liapunov Method for Determining Stability (DRAFT) 44 The Liapunov Method for Determining Stability (DRAFT) 44.1 The Liapunov Method, Naively Developed In the last chapter, we discussed describing trajectories of a 2 2 autonomous system x = F(x) as level

More information

Mechanics, Heat, Oscillations and Waves Prof. V. Balakrishnan Department of Physics Indian Institute of Technology, Madras

Mechanics, Heat, Oscillations and Waves Prof. V. Balakrishnan Department of Physics Indian Institute of Technology, Madras Mechanics, Heat, Oscillations and Waves Prof. V. Balakrishnan Department of Physics Indian Institute of Technology, Madras Lecture - 21 Central Potential and Central Force Ready now to take up the idea

More information

7.5 Partial Fractions and Integration

7.5 Partial Fractions and Integration 650 CHPTER 7. DVNCED INTEGRTION TECHNIQUES 7.5 Partial Fractions and Integration In this section we are interested in techniques for computing integrals of the form P(x) dx, (7.49) Q(x) where P(x) and

More information

Chem 3502/4502 Physical Chemistry II (Quantum Mechanics) 3 Credits Fall Semester 2006 Christopher J. Cramer. Lecture 5, January 27, 2006

Chem 3502/4502 Physical Chemistry II (Quantum Mechanics) 3 Credits Fall Semester 2006 Christopher J. Cramer. Lecture 5, January 27, 2006 Chem 3502/4502 Physical Chemistry II (Quantum Mechanics) 3 Credits Fall Semester 2006 Christopher J. Cramer Lecture 5, January 27, 2006 Solved Homework (Homework for grading is also due today) We are told

More information

MA22S3 Summary Sheet: Ordinary Differential Equations

MA22S3 Summary Sheet: Ordinary Differential Equations MA22S3 Summary Sheet: Ordinary Differential Equations December 14, 2017 Kreyszig s textbook is a suitable guide for this part of the module. Contents 1 Terminology 1 2 First order separable 2 2.1 Separable

More information

Number Theory. Introduction

Number Theory. Introduction Number Theory Introduction Number theory is the branch of algebra which studies the properties of the integers. While we may from time to time use real or even complex numbers as tools to help us study

More information

Chapter 1 Review of Equations and Inequalities

Chapter 1 Review of Equations and Inequalities Chapter 1 Review of Equations and Inequalities Part I Review of Basic Equations Recall that an equation is an expression with an equal sign in the middle. Also recall that, if a question asks you to solve

More information

LEGENDRE POLYNOMIALS AND APPLICATIONS. We construct Legendre polynomials and apply them to solve Dirichlet problems in spherical coordinates.

LEGENDRE POLYNOMIALS AND APPLICATIONS. We construct Legendre polynomials and apply them to solve Dirichlet problems in spherical coordinates. LEGENDRE POLYNOMIALS AND APPLICATIONS We construct Legendre polynomials and apply them to solve Dirichlet problems in spherical coordinates.. Legendre equation: series solutions The Legendre equation is

More information

ORDINARY DIFFERENTIAL EQUATIONS

ORDINARY DIFFERENTIAL EQUATIONS ORDINARY DIFFERENTIAL EQUATIONS GABRIEL NAGY Mathematics Department, Michigan State University, East Lansing, MI, 4884 NOVEMBER 9, 7 Summary This is an introduction to ordinary differential equations We

More information

Further Ordinary Differential Equations

Further Ordinary Differential Equations Advanced Higher Notes (Unit ) Prerequisites: Standard integrals; integration by substitution; integration by parts; finding a constant of integration; solving quadratic equations (with possibly complex

More information

MAGIC058 & MATH64062: Partial Differential Equations 1

MAGIC058 & MATH64062: Partial Differential Equations 1 MAGIC58 & MATH6462: Partial Differential Equations Section 6 Fourier transforms 6. The Fourier integral formula We have seen from section 4 that, if a function f(x) satisfies the Dirichlet conditions,

More information

AND NONLINEAR SCIENCE SERIES. Partial Differential. Equations with MATLAB. Matthew P. Coleman. CRC Press J Taylor & Francis Croup

AND NONLINEAR SCIENCE SERIES. Partial Differential. Equations with MATLAB. Matthew P. Coleman. CRC Press J Taylor & Francis Croup CHAPMAN & HALL/CRC APPLIED MATHEMATICS AND NONLINEAR SCIENCE SERIES An Introduction to Partial Differential Equations with MATLAB Second Edition Matthew P Coleman Fairfield University Connecticut, USA»C)

More information

Mathematics-I Prof. S.K. Ray Department of Mathematics and Statistics Indian Institute of Technology, Kanpur. Lecture 1 Real Numbers

Mathematics-I Prof. S.K. Ray Department of Mathematics and Statistics Indian Institute of Technology, Kanpur. Lecture 1 Real Numbers Mathematics-I Prof. S.K. Ray Department of Mathematics and Statistics Indian Institute of Technology, Kanpur Lecture 1 Real Numbers In these lectures, we are going to study a branch of mathematics called

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS Basic Concepts Paul Dawkins Table of Contents Preface... Basic Concepts... 1 Introduction... 1 Definitions... Direction Fields... 8 Final Thoughts...19 007 Paul Dawkins i http://tutorial.math.lamar.edu/terms.aspx

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

E = hν light = hc λ = ( J s)( m/s) m = ev J = ev

E = hν light = hc λ = ( J s)( m/s) m = ev J = ev Problem The ionization potential tells us how much energy we need to use to remove an electron, so we know that any energy left afterwards will be the kinetic energy of the ejected electron. So first we

More information

MATH 251 Final Examination August 10, 2011 FORM A. Name: Student Number: Section:

MATH 251 Final Examination August 10, 2011 FORM A. Name: Student Number: Section: MATH 251 Final Examination August 10, 2011 FORM A Name: Student Number: Section: This exam has 10 questions for a total of 150 points. In order to obtain full credit for partial credit problems, all work

More information