Lecture Notes for MAE 3100: Introduction to Applied Mathematics

Size: px
Start display at page:

Download "Lecture Notes for MAE 3100: Introduction to Applied Mathematics"

Transcription

1 ecture Notes for MAE 31: Introduction to Applied Mathematics Richard H. Rand Cornell University Ithaca NY version 17 Copyright 215 by Richard H. Rand 1

2 R.Rand ecture Notes on PDE s 2 Contents 1 Three Problems 3 2 The aplacian 2 in three coordinate systems 4 3 Solution to Problem A by Separation of Variables 5 4 Solving Problem B by Separation of Variables 7 5 Euler s Differential Equation 8 6 Power Series Solutions 9 7 The Method of Frobenius 11 8 Ordinary Points and Singular Points 13 9 Solving Problem B by Separation of Variables, continued 17 1 Orthogonality Sturm-iouville Theory Solving Problem B by Separation of Variables, concluded Solving Problem C by Separation of Variables 27

3 R.Rand ecture Notes on PDE s 3 1 Three Problems We will use the following three problems in steady state heat conduction to motivate our study of a variety of math methods: Problem A : Heat conduction in a cube 2 u = for < x <, < y <, < z < (1) with the assumption that u = u(x, z,only) (that is, no y dependence)), and with the boundary conditions: Problem B : Heat conduction in a circular cylinder u = on x =, (2) u = on z = (3) u = 1 on z = (4) 2 u = for < r < a, < z < (5) with the assumption that u = u(r, z,only) (that is, no θ dependence), and with the boundary conditions: Problem C : Heat conduction in a sphere u = on r = a (6) u = on z = (7) u = 1 on z = (8) 2 u = for < ρ < a (9) with the assumption that u = u(ρ, φ,only) (that is, no θ dependence), and with the boundary conditions: Here φ is the colatitude and θ is the longitude. u = on ρ = a, π/2 φ π (1) u = 1 on ρ = a, φ < π/2 (11)

4

5 R.Rand ecture Notes on PDE s 4 2 The aplacian 2 in three coordinate systems Rectangular coordinates Circular cylindrical coordinates 2 u = 2 u x u y u z 2 (12) where and where Spherical coordinates where and where 2 u = 2 u r + 1 u 2 r r u r 2 θ + 2 u (13) 2 z 2 x = r cosθ, y = r sinθ, that is, r 2 = x 2 + y 2 (14) 2 u = 1 ρ 2 [ ρ ( ) ρ 2 u ρ θ < 2π (15) + 1 sin φ φ ( ) u φ sin φ + 1 sin 2 φ 2 ] u θ 2 x = ρsin φcos θ, y = ρsin φsinθ, z = ρcos φ, that is, ρ 2 = x 2 + y 2 + z 2 (17) (16) θ < 2π, φ π (18)

6 R.Rand ecture Notes on PDE s 5 3 Solution to Problem A by Separation of Variables In this section we solve Problem A by separation of variables. This is intended as a review of work that you have studied in a previous course. We seek a solution to the PDE (1) (see eq.(12)) in the form Substitution of (19) into (12) gives: u(x, z) = X(x)Z(z) (19) X Z + XZ = (2) where primes represent differentiation with respect to the argument, that is, X means dx/dx whereas Z means dz/dz. Separating variables, we obtain Z Z = X X = λ (21) where the two expressions have been set equal to the constant λ because they are functions of the independent variables x and z, and the only way these can be equal is if they are both constants. This yields two ODE s: X + λx = and Z λz = (22) Substituting the ansatz (19) into the boundary conditions (=B.C.) (2) and (3), we find: The general solution of the X equation in (22) is X() =, X() = and Z() = (23) X(x) = c 1 cos λx + c 2 sin λx (24) where c 1 and c 2 are arbitrary constants. The first B.C. of (23), X() =, gives c 1 =. The second B.C. of (23), X() =, gives λ = nπ/, for n = 1, 2, 3, : λ = n2 π 2 2, X(x) = c 2 sin nπx, n = 1, 2, 3, (25) The general solution of the Z equation in (22) can be written in either of the equivalent forms: Z(z) = c 3 cosh λz + c 4 sinh λz (26) or Z(z) = c 5 e λz + c 6 e λz (27) where λ = n2 π 2 2 and where cosh v = ev + e v 2 and sinh v = ev e v 2 (28)

7 R.Rand ecture Notes on PDE s 6 Choosing the form (26), the third B.C. of (23), Z() =, gives c 3 =. Substituting the derived results into the assumed form of the solution (19), we have u(x, z) = X(x)Z(z) = a n sin nπx nπz sinh, n = 1, 2, 3, (29) where a n =c 2 c 4 is an arbitrary constant. Since the PDE (1) is linear, we may superimpose solutions to obtain the form: u(x, z) = n=1 a n sin nπx nπz sinh We still have to satisfy the B.C. (4), u(x, )=1, which gives (from (3)): 1 = n=1 (3) a n sin nπx sinh nπ (31) Eq.(31) is a Fourier series. We may obtain the values of the constants a n by using the orthogonality of the eigenfunctions sin nπx on the interval < x < : sin nπx where n and m are integers. Eq.(32) follows from the trig identity: sin nπx sin mπx = 1 2 mπx sin dx = n m (32) cos (n + m)πx cos (n m)πx Substituting (33) into (32), the cosines integrate to sines and vanish at the upper and lower limits if n m. In the case that n=m, we have ( 1 (n + m)πx cos 1 ) (n m)πx ( cos dx = 1 2mπx cos ) dx = (34) 2 2 We return now to eq.(31) and use (32) and (34) to obtain the coefficients a n. Multiplying (31) by sin mπx and integrating from to, we obtain: Changing the index from m to n, this gives a n 2 sinh nπ = (33) sin mπx dx = a m sinh mπ (35) 2 sin nπx dx = [ nπ ] nπx { 2 cos = nπ for n odd for n even whereupon we obtain the following solution u(x, z) from eqs.(3) and (36): (36) u(x, z) = n=1,3,5, 4 nπ sinh nπz sinh nπ sin nπx (37)

8 R.Rand ecture Notes on PDE s 7 4 Solving Problem B by Separation of Variables Problem B has the PDE (see (5) and (13)): 2 u = 2 u r + 1 u 2 r r + 2 u z = (38) 2 Following the procedure we used on problem A, we seek a solution to the PDE (38) in the form u(r, z) = R(r)Z(z) (39) Substitution of (39) into (38) gives: R Z + 1 r R Z + RZ = (4) where again primes represent differentiation with respect to the argument. Separating variables, we obtain Z Z = + 1 R r R = λ (41) R This yields two ODE s: R + 1 r R + λr = and Z λz = (42) Substituting the ansatz (39) into the B.C. (6) and (7), we find: R(a) = and Z() = (43) Now if we were to continue to follow the procedure we used on problem A, we would solve the R equation of (42) and use the first B.C. of (43) to find λ, and so on. However, the R equation has a variable coefficient, namely in the 1 r R term. Thus we must digress and find out to how to solve such ODE s before we can continue with the solution of problem B.

9 R.Rand ecture Notes on PDE s 8 5 Euler s Differential Equation The simplest case of a linear variable coefficient second order ODE is Euler s equation: We look for a solution with the ansatz: Substitution of (45) into (44) gives ax 2 d2 y dy + bx dx2 dx + c y = (44) y = x r (45) ar(r 1) + br + c = that is, ar 2 + (b a)r + c = (46) We may use the quadratic formula to obtain (in general) a pair of complex conjugate roots r 1 and r 2. Thus the general solution may be written y = c 1 x r 1 + c 2 x r 2 (47) If the roots are both real, then eq.(47) suffices. However in the general case in which r 1 and r 2 are complex, say r 1 = µ + iν, we obtain the form y = c 1 x µ+iν + c 2 x µ iν = x µ (c 1 x iν + c 2 x iν ) (48) Using Euler s formula, e iθ = cosθ + i sinθ, and the identity x = e logx, we obtain the real form y = x µ (c 1 e iν logx + c 2 e iν log x ) = x µ (c 3 cos(ν log x) + c 4 sin(ν log x)) (49) where c 3 and c 4 are real arbitrary constants, and where log x stands for natural logarithms. In the case that the roots are repeated, r 1 =r 2 =r, the general solution to (44) is y = c 1 x r + c 2 x r log x (5)

10 6 Power Series Solutions R.Rand ecture Notes on PDE s 9 So now we know how to solve Euler s equation. What about linear differential equations with variable coefficients which are not in the form of Euler s equation? A natural approach would be to look for the solution in the form of a power series: y = c + c 1 x + c 2 x 2 + c 3 x 3 + c 4 x c n x n + (51) where the coefficients c i are to be found. The method is best illustrated with an example. Example 1 We substitute (51) into (52) d 2 y dx 2 + x dy dx + y = (52) 2c 2 + 6c 3 x + 12c 4 x x(c 1 + 2c 2 x + 3c 3 x 2 + ) + c + c 1 x + c 2 x 2 + c 3 x 3 + = (53) and collect terms: 2c 2 + c + x(6c 3 + 2c 1 ) + x 2 (12c 4 + 3c 2 ) + x 3 (2c 5 + 4c 3 ) (54) Next we require the coefficient of each power of x n to vanish, giving: 2c 2 + c = (55) 6c 3 + 2c 1 = (56) 12c 4 + 3c 2 = (57) 2c 5 + 4c 3 = (58) Note that eqs.(55)-(58) can be abbreviated by the single recurrence relation: which may be written in the form (n + 2)(n + 1)c n+2 + (n + 1)c n =, n =, 1, 2, 3, (59) c n c n+2 =, n =, 1, 2, 3, (6) n + 2 The nature of the recurrence relation (6) is that c and c 1 can be chosen arbitrarily, after which all the other c i s will be determined in terms of c and c 1. This leads to the following expression for the general solution of eq.(52): y = c f(x) + c 1 g(x) (61) where f(x) = 1 x2 2 + x4 2 4 x x (62) g(x) = x x3 3 + x5 3 5 x x (63)

11 R.Rand ecture Notes on PDE s 1 The method of power series has worked great on Example 1. et s try it on Example 2: Example 2 We substitute (51) into (64) 2x 2 d2 y dy + 3x + ( 1 + x)y = (64) dx2 dx 2(2c 2 x 2 +6c 3 x 3 +12c 4 x 4 + )+3x(c 1 +2c 2 x+3c 3 x 2 + )+( 1+x)(c +c 1 x+c 2 x 2 +c 3 x 3 + ) = (65) and collect terms: c = (66) 2c 1 + c = (67) 9c 2 + c 1 = (68) 2c 3 + c 2 = (69) This time eqs.(67)-(69) have the recurrence relation: c n c n+1 =, n =, 1, 2, 3, (7) (2n + 1)(n + 2) But since eq.(66) requires that c =, we find from (7) that all the c i s must vanish. In other words, the method of power series has failed to produce a solution for Example 2, eq.(64). This raises two questions: 1. How can we obtain a solution to eq.(64)?, and 2. For which class of equations will the method of power series work? We answer the first question in the next section by replacing the method of power series by a more general method called the method of Frobenius. We put off answering the second question until later.

12 R.Rand ecture Notes on PDE s 11 7 The Method of Frobenius The method of Frobenius generalizes the method of power series by seeking a solution in the form of a generalized power series : y = x r (c + c 1 x + c 2 x 2 + c 3 x 3 + c 4 x c n x n + ) (71) Note that eq.(71) reduces to the power series (51) if r=. et s try this method on Example 2: Example 2, continued 2x 2 d2 y dy + 3x + ( 1 + x)y = (72) dx2 dx We substitute (71) into (72) and collect terms: (2r 2 + r 1)c x r + [(2r 2 + 5r + 2)c 1 + c ]x r+1 + [(2r 2 + 9r + 9)c 2 + c 1 ]x r+2 + = (73) Eqs.(75)-(77) have the recurrence relation: (2r 2 + r 1)c = (74) (2r 2 + 5r + 2)c 1 + c = (75) (2r 2 + 9r + 9)c 2 + c 1 = (76) [2r 2 + (4n + 1)r + (n 2 + n 1)]c n+1 + c n = (77) c n 1 c n =, n = 1, 2, 3, (78) (2r + 2n 1)(r + n + 1) In addition to (78), we also must satisfy, from (74), the indicial equation: 2r 2 + r 1 = r = 1, We consider each of these r-values separately, taking c =1 for each: For r= 1 we get: 1 2 (79) For r= 1 2 we get: y = f(x) = 1 x + 1 x 2 + x2 18 x x4 126 x (8) y = g(x) = x ( 1 x ) 5 + x2 7 x x x (81) The general solution of Example 2, eq.(72), is thus given by y = k 1 f(x) + k 2 g(x) (82)

13 R.Rand ecture Notes on PDE s 12 where k 1 and k 2 are arbitrary constants. Next, let s try the method of Frobenius on Example 3: Example 3 x 3 d2 y dx 2 + y = (83) We substitute (71) into (83) and collect terms: c x r + [(r 2 r)c + c 1 ]x r+1 + [(r 2 + r)c 1 + c 2 ]x r+2 + [(r 2 + 3r + 2)c 2 + c 3 ]x r = (84) Eqs.(86)-(89) have the recurrence relation: c = (85) (r 2 r)c + c 1 = (86) (r 2 + r)c 1 + c 2 = (87) (r 2 + 3r + 2)c 2 + c 3 = (88) (r + n)(r + n 1)c n + c n+1 = (89) c n+1 = (r + n)(r + n 1)c n, n = 1, 2, 3, (9) But since eq.(85) requires that c =, we find from (9) that all the c i s must vanish. In other words, the method of Frobenius has failed to produce a solution for Example 3, eq.(83). Summarizing, we have seen that for some equations the method of power series works (Example 1), whereas for other equations that method fails but the more general method of Frobenius works (Example 2). Now we have seen an example in which the method of Frobenius fails (Example 3). We need a classification scheme which will tell us which equations we can be guaranteed to solve using these two methods.

14 R.Rand ecture Notes on PDE s 13 8 Ordinary Points and Singular Points et s consider the general class of linear second order ODE s of the form: A(x) y + B(x) y + C(x) y = (91) in which A(x), B(x) and C(x) have power series expansions about x=: A(x) = A + A 1 x + A 2 x 2 + (92) B(x) = B + B 1 x + B 2 x 2 + (93) C(x) = C + C 1 x + C 2 x 2 + (94) This includes the possibility that A(x), B(x) and C(x) are polynomials. Definition: If A then x= is called an ordinary point. If A = and not both B and C are zero, then x= is called a singular point. Now suppose that x= is a singular point. Then let p(x) be defined by p(x) = x B(x) A(x) = B + B 1 x + B 2 x 2 + A 1 + A 2 x + A 3 x 2 + (95) and let q(x) be defined by q(x) = x 2C(x) A(x) = xc + C 1 x + C 2 x 2 + A 1 + A 2 x + A 3 x 2 + (96) Definition: et x= be a singular point. If p(x) and q(x) don t blow up as x approaches zero, then x= is called a regular singular point. A singular point which is not regular is called an irregular singular point. These definitions will help us to determine whether the method of power series or the method of Frobenius will work to solve a given equation of the form (91). Rule 1: If x= is an ordinary point, then two linearly independent solutions can be obtained by the method of power series expansions about x=. Rule 2: If x= is a regular singular point, then at least one solution can be obtained by the method of Frobenius expanded about x=. As an example, consider Example 1, eq.(52): d 2 y dx + x dy 2 dx + y = (97) In this case A(x)=1 and x = is an ordinary point. According to Rule 1, two independent solutions can be obtained in the form of power series, see eqs.(62) and (63).

15 R.Rand ecture Notes on PDE s 14 Consider now Example 2, eq.(72): 2x 2 d2 y dy + 3x + ( 1 + x)y = (98) dx2 dx In this case A = and C = 1 so that x= is a singular point. The quantities p(x) and q(x) are given by p(x) = x B(x) A(x) = 3 2 and q(x) = x 2C(x) A(x) = 1 + x 2 and since neither p(x) nor q(x) blows up as x, we see that x= is a regular singular point. Then by Rule 2, at least one solution can be obtained by the method of Frobenius. In fact we found two such solutions, see eqs.(8) and (81). Next consider Example 3, eq.(83): x 3 d2 y dx + y = (1) 2 In this case A = and C =1 so that x= is a singular point. The quantities p(x) and q(x) are given by p(x) = x B(x) = and q(x) = x2c(x) A(x) A(x) = 1 (11) x Since q(x) blows up as x, we see that x= is an irregular singular point and neither Rule 1 nor Rule 2 applies. In fact we saw that the method of Frobenius did not work on Example 3. You may have noticed that Rule 1 guarantees two linearly independent solutions in the case of an ordinary point, while Rule 2 only guarantees one solution in the case of a regular singular point. Nevertheless in the case of Example 2 (which has a regular singular point) we found two linearly independent solutions. The case where the method of Frobenius only yields one solution is illustrated by Example 4: Example 4 x 2 d2 y dy + 4x + (2 + x) y = (12) dx2 dx Here x= is a regular singular point. We apply the method of Frobenius by substituting the Frobenius series (71) into eq.(12) and collecting terms: (r 2 + 3r + 2)c x r + [(r 2 + 5r + 6)c 1 + c ]x r+1 + [(r 2 + 7r + 12)c 2 + c 1 ]x r+2 + = (13) (99) (r 2 + 3r + 2)c = (14) (r 2 + 5r + 6)c 1 + c = (15) (r 2 + 7r + 12)c 2 + c 1 = (16) [r 2 + (2n + 5)r + (n 2 + 5n + 6)]c n+1 + c n = (17)

16 R.Rand ecture Notes on PDE s 15 Eqs.(15)-(17) have the recurrence relation: c n c n+1 =, n = 1, 2, 3, (18) (r + n + 2)(r + n + 3) In addition to (18), we also must satisfy, from (14), the indicial equation: r 2 + 3r + 2 = r = 1, 2 (19) et us consider each of these r-values separately: For r= 1 we get: ( 1 y = c x x 12 x x3 288 x x 5 ) For r= 2, eq.(15) requires that we take c =. Then we obtain the following solution: ( 1 y = c 1 x x 12 x x3 288 x x 5 ) (11) (111) Eqs.(11) and (111) are obviously not linearly independent. The method of Frobenius has obtained only one linearly independent solution. This case can be characterized by Rule 3: Rule 3: If x= is a regular singular point, and if the two indicial roots r 1 and r 2 are not identical and do not differ by an integer, then the method of Frobenius will yield two linearly independent solutions. In the case of Example 2, eq.(72), the indicial equation (79) gave r 1 = 1 and r 2 = 1. Since these 2 r-values do not differ by an integer, Rule 3 guarantees that the method of Frobenius will generate two linearly independent solutions. See eqs.(8) and (81). However, in the case of Example 4, eq.(12), the indicial roots were r 1 = 1 and r 2 = 2, see eq.(19). In this case Rule 3 does not apply and we have no guarantee that the method of Frobenius will generate two linearly independent solutions. A natural question to ask at this point is: How can we find the second linearly independent solution in cases like that of Example 4, where there is a regular singular point for which the indicial roots are repeated or differ by an integer? The answer is given by Rule 4: Rule 4: If x= is a regular singular point, and if the two indicial roots r 1 and r 2 are either identical or differ by an integer, then one solution can be obtained by the method of Frobenius. et us refer to that solution as y = f(x). A second linearly independent solution can be obtained in the form y = Cf(x)log x + g(x) (112) where g(x) is a Frobenius series. The constant C may or may not be equal to zero. If C=, then both linearly independent solutions can be obtained in the form of Frobenius series. In the repeated root case r 1 =r 2, the constant C is not equal to zero.

17 R.Rand ecture Notes on PDE s 16 In the case of repeated indicial roots, we should not be surprised to find the occurrence of log x in the solution, since we have seen that in Euler s equation, eq.(44), which has a regular singular point at x=, the presence of a repeated root implies the presence of log x in the solution, see eq.(5).

18 R.Rand ecture Notes on PDE s 17 9 Solving Problem B by Separation of Variables, continued Now that we know how to solve linear variable coefficient ODE s, let us return to the problem which motivated our digression, namely the application of separation of variables to problem B. We wrote u(r, z) = R(r)Z(z), see eq.(39), and we found that the unkown function R(r) had to satisfy the following boundary value problem (see eqs.(42),(43)): d 2 R dr + 1 dr + λr = with the B.C. R = when r = a (113) 2 r dr To begin with, let s stretch the r coordinate so as to absorb the separation constant λ and thereby make it disappear from the ODE. et x = λr (114) and let us change notation from R(r) to y(x): dr dr = dy dx dx dr = dy d dx dr ( λr) = λ dy dx (115) where we have used the chain rule. Similarly, d2 R = λ d2 y. The differential equation in (113) dr 2 dx 2 becomes d 2 y dx + 1 dy 2 x dx + y = (116) Next let us multiply eq.(116) by x so as to put it in the form of eq.(91): x d2 y dx + dy + xy = (117) 2 dx Now we have to decide upon which method to use to solve eq.(117). Inspection of (117) shows that x= is not an ordinary point (since A, see eq.(92)). In fact x= is a regular singular point. To prove this we compute the quantities p(x) and q(x) defined in eqs.(95),(96): p(x) = x B(x) A(x) = 1 and q(x) = x2c(x) A(x) = x2 (118) and we note that neither p(x) nor q(x) blows up as x, telling us that x= is a regular singular point. Then by Rule 2 we know that at least one solution of (117) can be obtained by the method of Frobenius. We proceed with the method of Frobenius by substituting a Frobenius series (71) into eq.(117) and collecting terms. We find: r 2 c x r 1 +(r 2 +2r+1)c 1 x r +[(r 2 +4r+4)c 2 +c ]x r+1 +[(r 2 +6r+9)c 3 +c 1 ]x r+2 + = (119) r 2 c = (12) (r 2 + 2r + 1)c 1 = (121)

19 R.Rand ecture Notes on PDE s 18 Eqs.(122)-(124) have the recurrence relation: (r 2 + 4r + 4)c 2 + c = (122) (r 2 + 6r + 9)c 3 + c 1 = (123) (r + n + 2) 2 c n+2 + c n = (124) c n c n+2 = (r + n + 2) 2, n =, 1, 2, 3, (125) The indicial equation for this system is obtained from eq.(12): r 2 = r =, (repeated root) (126) So we are in the case of a regular singular point with a repeated indicial root. Rule 4 applies to this situation and tells us that the method of Frobenius will be able to generate only one solution, and that a second linearly independent solution will involve a log x term, see eq.(112). Note that once r= is chosen to satisfy eq.(12), we find from eq.(121) that c 1 =. This implies, from the recurrence relation (125) that all the c odd coefficients must vanish. Thus we obtain the following solution: ( y = c 1 x2 4 + x4 64 x x x 1 ) (127) The function so generated is very famous and is known as a Bessel function of order zero of the first kind. It is usually represented by the symbol J and can be written in the following form: J (x) = n= ( 1) n x 2n 2 2n (n!) 2 (128) We present without derivation the following expression for J (x) which is valid for large values of x: 2 J (x) (x πx cos π ) as x (129) 4 From Rule 4, a second linearly independent solution will take the form: y = CJ (x)log x + g(x) (13) where g(x) can be written as a power series. et us abbreviate this second linearly independent solution by the symbol Y. Thus we have obtained the following expression for the general solution to eq.(117): y = k 1 J (x) + k 2 Y (x) (131)

20 R.Rand ecture Notes on PDE s 19 Recall that we defined x in order to simplify the form of the R differential equation in (113). Now we return to the original independent variable r by setting x= λr (see eq.(114)). The general solution to the R differential equation in (113), R + R /r + λr = can be written: R(r) = k 1 J ( λr) + k 2 Y ( λr) (132) The next step is to apply the B.C. associated with this equation: R = when r = a (133) Before applying the B.C. (133), we note that the presence of the log term in Y will produce infinite temperatures at r=, and hence the Y part of the solution must be removed by choosing k 2 = in (132). The B.C. (133) then requires that R(a) = k 1 J ( λa) = (134) There is an infinite sequence of λ values, {λ i }, each of which satisfies eq.(134). These may be found by utilizing tables of the zeros of J (x). We shall represent the n th zero of J (x) by Γ n. The first five zeros of J (x) are: Γ 1 = 2.448, Γ 2 = 5.521, Γ 3 = , Γ 4 = , Γ 5 = , (135) The corresponding values of λ are of the form λ n =Γ 2 n/a 2 : λ 1 = a 2, λ 2 = a 2, λ 3 = a 2, λ 4 = a 2, λ 5 = a 2, (136) And the corresponding R-eigenfunctions are: R n (r) = J ( ( ) r λ n r) = J Γ n a (137) Returning to the separation of variables solution of problem B, we must also solve the Z- equation (see eqs.(42),(43)): Z λz = with the B.C. Z = when z = (138) As in the separation of variables solution of problem A, the general solution of the Z equation (138) can be written in the form: The B.C. Z() = gives c 3 =. Z(z) = c 3 cosh λz + c 4 sinh λz (139) Substituting the derived results into the assumed form of the solution u(r, z) = R(r)Z(z), we have ( ) r u(r, z) = R(r)Z(z) = a n J Γ n sinh Γ nz, n = 1, 2, 3, (14) a a

21 R.Rand ecture Notes on PDE s 2 where a n is an arbitrary constant. Since the PDE (38) is linear, we may superimpose solutions to obtain the form: ( ) r u(r, z) = a n J Γ n sinh Γ nz (141) a a We still have to satisfy the B.C. (8), u(r, )=1, which gives (from (141)): n=1 ( ) r 1 = a n J Γ n sinh Γ n n=1 a a (142) Our task now is to find the constants a n. When we were faced with this same task in solving problem A, we had a Fourier series (see eq.(31)). We obtained the values of the constants a n by using the orthogonality of the eigenfunctions sin nπx. In the case of problem B we will ( ) r similarly use the orthogonality of the eigenfunctions J Γn a.

22

23 1 Orthogonality R.Rand ecture Notes on PDE s 21 In order to complete our treatment of problem B, we need to use orthogonality of the associated eigenfunctions. In the case of problem A, the orthogonal eigenfunctions X(x) satisfied the following boundary value problem (see eqs.(22) and (23)): X + λx = with the B.C. X() =, X() = (143) In order to prove orthogonality, we solved this problem to get X n (x) = sin λ n x = sin nπx and then we used the properties of trig functions to prove that See eqs.(32)-(34). sin nπx (144) mπx sin dx = n m (145) Unfortunately, we can t use a comparable method to prove the orthogonality of Bessel functions. Instead we will use a different method called Sturm-iouville theory. We demonstrate the method by using it on eq.(143). et X n (x) satisfy the eqs: and let X m (x) satisfy the eqs: We want to prove that X n + λ n X n = with the B.C. X n () =, X n () = (146) X m + λ m X m = with the B.C. X m () =, X m () = (147) We multiply (146) by X m and (147) by X n, and subtract, giving Next we integrate (149) from to : X m X n dx = for n m (148) X m X n X n X m + (λ n λ m )X n X m = (149) (X m X n X n X m) dx + (λ n λ m ) X n X m dx = (15) The idea now is to get the first term to vanish by using integration by parts and the B.C. in (143). Consider the first part of the first term: X m X n dx = [X m X n] X mx n dx (151) The integrated terms vanish due to the B.C. X m ()=X m ()=. Thus X m X n dx = X m X n dx (152)

24 R.Rand ecture Notes on PDE s 22 Similarly, Therefore eq.(15) becomes X n X m dx = X n X m dx (153) (λ n λ m ) X n X m dx = X n X m dx = if n m (154) We have thus proven the orthogonality of the eigenfunctions X n (x) without constructing X n (x). This method is quite different from the method we used in eqs.(32)-(34), where we solved for X n (x) = sin nπx and used various trig identities. Now in the case of problem B, the eigenfunctions R n (r) satisfy the boundary value problem (113): d 2 R n + 1 dr n dr 2 r dr + λ nr n = with the B.C. R n = when r = a (155) Based on the procedure given above in eqs.(146)-(154), it would seem like the right way to proceed with eq.(155) would be to multiply by R m, subtract the same equation with m and n interchanged, and integrate by parts to eliminate the terms which are not part of the orthogonality condition. Try it: it doesn t work! The correct procedure is to multiply eq.(155) by r and write it in the form: ( d r dr ) n + λ n rr n = (156) dr dr Now we proceed as before, multiplying (156) by R m and subtracting the same equation with m and n interchanged, giving: ( d R m r dr ) ( n d R n r dr ) m + (λ n λ m )rr n R m = (157) dr dr dr dr Now we integrate (157) from to a: ( a R m d dr ( r dr n dr ) ( d R n r dr )) a m dr + (λ n λ m ) rr n R m dr = (158) dr dr As before, the idea is to get the first term to vanish by using integration by parts and the B.C. in (155). Consider the first part of the first term: a ( d R m r dr ) [ ] a n dr a n dr = rr m r dr n dr dr dr dr dr m dr (159) dr The integrated terms vanish at the upper limit because R m = at r=a. At the lower limit, the presence of the factor r kills the term, assuming that R and dr/dr remain bounded as r. So we have a ( d R m r dr ) a n dr = r dr n dr dr dr dr m dr (16) dr

25 R.Rand ecture Notes on PDE s 23 Similarly, we find that a ( d R n r dr ) a m dr = r dr m dr dr dr dr n dr (161) dr so that eq.(158) becomes a (λ n λ m ) rr n R m dr = a rr n R m dr = if n m (162) Since we showed in eq.(137) R n (r) = J ( ( ) r λ n r) = J Γ n a we have the following orthogonality condition for Bessel functions: a ( ) ( r rj Γ n J a Γ m r a (163) ) dr = if n m (164) where as a reminder we note that Γ n is the n th zero of J (x), see eq.(135).

26 R.Rand ecture Notes on PDE s Sturm-iouville Theory In this section we present some results which generalize the orthogonality results in the previous section. A linear second order ODE is said to be in Sturm-iouville form if it can be written as follows: [ d p(x) dy ] + (q(x) + λw(x))y = (165) dx dx We suppose that this equation is defined on an interval a x b and that B.C. on y(x) are given at the endpoints x=a and x=b. [In the case of problem B, eq.(156) is in Sturm-iouville form with R(r) corresponding to y(x), and where p(x)=x, q(x)=, and w(x)=x. The interval r a corresponds to a x b.] et {λ n } be a set of eigenvalues satisfying the ODE (165) and the B.C., and let {y n (x)} be the corresponding eigenfunctions. The orthogonality condition for this system is b Here w(x) is called the weight function. a In order for eq.(166) to hold, the following terms must vanish: w(x)y n (x)y m (x)dx = if n m (166) [p(x)(y m (x)y n(x) y n (x)y m(x))] b a = (167) A variety of B.C. will satisfy eq.(167), including y(x) vanishing at both endpoints x=a and x=b. As we have seen in the case of problem B, another way to satisfy (167) is if p(x)= at one endpoint and y(x)= at the other endpoint. A related question is given a second order ODE which is not in Sturm-iouville form: How can it be put into Sturm-iouville form? A(x)y + B(x)y + C(x)y + λd(x)y = (168) Recall that this was the situation in problem B, where the original R-equation, (155), had to be multiplied by r to get it into the Sturm-iouville form (156). The procedure is to first calculate the following expression for p(x): p(x) = e (B(x)/A(x))dx (169) Then multiply eq.(168) by p(x)/a(x). The result may then be written in the Sturm-iouville form (165), where q(x) = p(x)c(x) (17) A(x)

27 R.Rand ecture Notes on PDE s 25 w(x) = p(x)d(x) A(x) For example, in the case of eq.(155), which we may write in the form: (171) y + 1 x y + λy = (172) we have A(x) = 1, B(x) = 1, C(x) =, D(x) = 1 (173) x Then eqs.(169)-(171) give p(x) = e (B(x)/A(x))dx = e (1/x)dx = e logx = x (174) q(x) = p(x)c(x) A(x) w(x) = p(x)d(x) A(x) = (175) = x (176) which is to say that if eq.(172) is multiplied by p(x)/a(x)=x, it can be written in the Sturm- iouville form: ( d x dy ) + λxy = (177) dx dx

28 R.Rand ecture Notes on PDE s Solving Problem B by Separation of Variables, concluded Now that we know about the orthogonality of Bessel functions, let s return to solving problem B by separation of variables. We previously obtained the following expression for u(r, z) (see eq.(141): ( ) r u(r, z) = a n J Γ n sinh Γ nz (178) a a We still have to satisfy the B.C. (8), u(r, )=1, which gives (from (178)): n=1 ( ) r 1 = a n J Γ n sinh Γ n n=1 a a (179) Now we can use the orthogonality result (164) a ( ) ( ) r r rj Γ n J Γ m dr = if n m (18) a a ( ) r We multiply (179) by rj Γm a and integrate from to a. The orthogonality condition (18) zaps everything on the RHS of the resulting equation except for the n=m term: a ( ) r rj Γ m dr = a m sinh Γ m a ( )] r 2 r [J Γ m dr (181) a a a Solving (181) for a m, we obtain: I 1 (m) a m = I 2 (m) sinh Γm a where we have used the notation I 1 and I 2 to abbreviate the following integrals: I 1 (m) = a ( ) r a rj Γ m dr and I 2 (m) = r a Using this notation, the expression (178) for u(r, z) becomes: u(r, z) = n=1 ( I 1 (n) I 2 (n) J Γ n r a [J ( ) sinh Γ nz a sinh Γn a (182) )] r 2 Γ m dr (183) a (184) Now it turns out that the integrals I 1 and I 2 can be evaluated in terms of a tabulated function J 1 (x), which is the notation for a Bessel function of order 1 of the first kind. Skipping all the details, the result is: I 1 (n) I 2 (n) = 2 1 (185) Γ n J 1 (Γ n ) Using (185) in (184), we obtain the final solution of problem B : ( ) r 2 J Γn a sinh Γnz a u(r, z) = n=1 Γ n J 1 (Γ n ) sinh Γn a (186)

29 R.Rand ecture Notes on PDE s Solving Problem C by Separation of Variables Problem C has the PDE (see (9) and (16)): 2 u = 1 [ ( ) ρ 2 u + 1 ρ 2 ρ ρ sinφ φ ( )] u φ sinφ = (187) Following the procedure we used on problems A and B, we seek a solution to the PDE (187) in the form u(ρ, φ) = R(ρ)Φ(φ) (188) Substitution of (188) into (187) gives: [ 1 (ρ 2 R ) Φ + 1 ] ρ 2 sinφ (Φ sinφ) R = (189) where primes represent differentiation with respect to the argument. Separating variables, we obtain This yields two ODE s: ρ 2 R + 2ρR R = 1 Φ sinφ + Φ cos φ = λ (19) sinφ Φ ρ 2 R + 2ρR λr = and Φ + Φ cotφ + λφ = (191) et s begin with the Φ-equation. This equation can be simplified by changing the independent variable from the colatitude φ to x=cosφ. In order to accomplish this step, we will use the chain rule, and we will write Φ(φ) as y(x) instead of Φ(x) to avoid confusion. We have dφ dφ = dy dx dx dφ = sinφ dy dx (192) d 2 Φ dφ = d ( sinφ dy ) = cos φ dy 2 dφ dx dx + sin2 φ d2 y dx = xdy 2 dx + (1 x2 ) d2 y (193) dx 2 Using eqs.(192) and (193), the Φ-equation of (191) becomes: x dy ( dx + (1 x2 ) d2 y dx + cotφ sinφ dy ) + λy = (194) 2 dx Eq.(194) can be simplified by using cot φ sin φ=cos φ=x, giving: (1 x 2 ) d2 y dx 2xdy + λy = (195) 2 dx Note that x= is an ordinary point of eq.(195). By Rule 1, we can use the method of power series expansions about x= to obtain two linearly independent solutions. (See the section on Ordinary Points and Singular Points.) We look for a solution in the form of a power series: y = c + c 1 x + c 2 x 2 + c 3 x 3 + c 4 x c n x n + (196)

30 R.Rand ecture Notes on PDE s 28 Substituting (196) into (195) and collecting terms gives c λ + 2c 2 + (c 1 (λ 2) + 6c 3 ) x + (c 2 (λ 6) + 12c 4 ) x 2 + (c 3 (λ 12) + 2c 5 ) x 3 + (197) Requiring the coefficient of each power of x n to vanish gives: c λ + 2c 2 = (198) c 1 (λ 2) + 6c 3 = (199) c 2 (λ 6) + 12c 4 = (2) c 3 (λ 12) + 2c 5 = (21) which gives the following recurrence relation: ( ) n(n + 1) λ c n+2 = c n (22) (n + 2)(n + 1) Here c and c 1 can be chosen arbitrarily, giving rise to two linearly independent solutions f(x) and g(x): y = c f(x) + c 1 g(x) (23) where f(x) = 1 λx2 λ(λ 6)x4 + + (24) 2 24 (λ 2) x3 (λ 12) (λ 2) x5 g(x) = x + + (25) 6 12 It turns out that these two series diverge at x=±1, that is, at cos φ=±1, that is, at φ= and φ=π. Physically this represents unbounded temperatures along the polar axis of the sphere. No choice of the arbitrary constants c and c 1 will eliminate this problem, as it did in the case of the cylinder, compare with eqs.(132),(134). However, if λ is taken equal to n(n + 1), for n an integer, then one of the two infinite series will terminate, that is, will become a polynomial, and the convergence problem will disappear. We therefore take λ=n(n + 1), n=, 1, 2, 3, and we obtain a sequence of polynomial solutions called egendre polynomials, y = P n (x): P (x) = 1 (26) P 1 (x) = x = cos φ (27) P 2 (x) = 1 2 (3x2 1) = 1 2 (3cos2 φ 1) (28) P 3 (x) = 1 2 (5x3 3x) = 1 2 (5cos3 φ 3cos φ) (29) Rodrigues s formula gives an expression for P n (x): P n (x) = 1 n!2 n d n dx n(x2 1) n (21)

31 R.Rand ecture Notes on PDE s 29 et us turn now to the R(ρ)-equation in (191): ρ 2 R + 2ρR λr =, λ = n(n + 1) (211) This is an Euler equation, so we look for a solution in the form R(ρ) = ρ r (see eq.(45)). Substitution into (211) gives: r(r 1) + 2r n(n + 1) = r = n and r = (n + 1) (212) Thus eq.(211) has the general solution: R(ρ) = k 1 ρ n + k 2 1 ρ n+1 (213) For bounded temperatures at the sphere s center, ρ=, we require that k 2 =: R(ρ) = k 1 ρ n (214) Substituting the derived results into the assumed form of the solution (188), we have u(ρ, φ) = R(ρ)Φ(φ) = b n P n (cos φ)ρ n, n =, 1, 2, 3, (215) where b n is an arbitrary constant. Since the PDE (187) is linear, we may superimpose solutions to obtain the form: u(ρ, φ) = b n P n (cos φ)ρ n (216) n= Our task now is to choose the constants b n so as to satisfy the B.C. on the outside of the sphere, ρ = a, see eqs.(1),(11): u(a, φ) = b n a n P n (cos φ) = n= or, switching to x=cos φ, { 1 for φ < π/2 for π/2 φ π (217) u(a, x) = b n a n P n (x) = n= { 1 for < x 1 for 1 x (218) As in the case of problems A and B, we need to use orthogonality of the eigenfunctions to find the b n coefficients. We can write egendre s equation (195) in Sturm-iouville form (165) as follows: [ d (1 x 2 ) dy ] + λy = (219) dx dx Comparison of (219) with the Sturm-iouville form (165) gives the weight function w(x)=1, from which we obtain the following orthogonality condition: 1 1 P n (x)p m (x)dx = if n m (22)

32 R.Rand ecture Notes on PDE s 3 We multiply eq.(217) by P m (x) and integrate from x= 1 to x=1. The orthogonality condition (22) eliminates all terms in the infinite series except for the n=m term: 1 b m a m [P m (x)] 2 dx = 1 1 P m (x)dx (221) Solving (221) for b m, we obtain: b m = I 3(m) a m I 4 (m) where we have used the notation I 3 and I 4 to abbreviate the following integrals: (222) I 3 (m) = 1 P m (x)dx and I 4 (m) = Using this notation, the expression (216) for u(ρ, φ) becomes: u(ρ, φ) = n= 1 1 [P m (x)] 2 dx (223) ( ) I 3 (n) ρ n I 4 (n) P n(cos φ) (224) a Now it turns out that the integrals I 3 and I 4 can be evaluated in closed form. Here are the results, without derivation: 1 I 4 (n) = [P n (x)] 2 2 dx = 1 2n + 1 (225) 1 if n= 1 1/2 if n=1 I 3 (n) = P n (x)dx = if n=2,4,6, ( 1) n 1 2 (n 2)!! if n=3,5,7, (n+1)!! (226) where { k(k 2)(k 4) for k even k!! = k(k 2)(k 4) for k odd (227)

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

Differential Equations

Differential Equations Differential Equations Problem Sheet 1 3 rd November 2011 First-Order Ordinary Differential Equations 1. Find the general solutions of the following separable differential equations. Which equations are

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

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

Boundary Value Problems in Cylindrical Coordinates

Boundary Value Problems in Cylindrical Coordinates Boundary Value Problems in Cylindrical Coordinates 29 Outline Differential Operators in Various Coordinate Systems Laplace Equation in Cylindrical Coordinates Systems Bessel Functions Wave Equation the

More information

Bessel s Equation. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Fall Department of Mathematics

Bessel s Equation. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Fall Department of Mathematics Bessel s Equation MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Fall 2018 Background Bessel s equation of order ν has the form where ν is a constant. x 2 y + xy

More information

Final Exam May 4, 2016

Final Exam May 4, 2016 1 Math 425 / AMCS 525 Dr. DeTurck Final Exam May 4, 2016 You may use your book and notes on this exam. Show your work in the exam book. Work only the problems that correspond to the section that you prepared.

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

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

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

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

Power series solutions for 2nd order linear ODE s (not necessarily with constant coefficients) a n z n. n=0

Power series solutions for 2nd order linear ODE s (not necessarily with constant coefficients) a n z n. n=0 Lecture 22 Power series solutions for 2nd order linear ODE s (not necessarily with constant coefficients) Recall a few facts about power series: a n z n This series in z is centered at z 0. Here z can

More information

Welcome to Math 257/316 - Partial Differential Equations

Welcome to Math 257/316 - Partial Differential Equations Welcome to Math 257/316 - Partial Differential Equations Instructor: Mona Rahmani email: mrahmani@math.ubc.ca Office: Mathematics Building 110 Office hours: Mondays 2-3 pm, Wednesdays and Fridays 1-2 pm.

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

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

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

The Method of Frobenius

The Method of Frobenius The Method of Frobenius Department of Mathematics IIT Guwahati If either p(x) or q(x) in y + p(x)y + q(x)y = 0 is not analytic near x 0, power series solutions valid near x 0 may or may not exist. If either

More information

Chapter 4. Series Solutions. 4.1 Introduction to Power Series

Chapter 4. Series Solutions. 4.1 Introduction to Power Series Series Solutions Chapter 4 In most sciences one generation tears down what another has built and what one has established another undoes. In mathematics alone each generation adds a new story to the old

More information

In what follows, we examine the two-dimensional wave equation, since it leads to some interesting and quite visualizable solutions.

In what follows, we examine the two-dimensional wave equation, since it leads to some interesting and quite visualizable solutions. ecture 22 igher-dimensional PDEs Relevant section of text: Chapter 7 We now examine some PDEs in higher dimensions, i.e., R 2 and R 3. In general, the heat and wave equations in higher dimensions are given

More information

Series Solution of Linear Ordinary Differential Equations

Series Solution of Linear Ordinary Differential Equations Series Solution of Linear Ordinary Differential Equations Department of Mathematics IIT Guwahati Aim: To study methods for determining series expansions for solutions to linear ODE with variable coefficients.

More information

Separation of Variables

Separation of Variables Separation of Variables A typical starting point to study differential equations is to guess solutions of a certain form. Since we will deal with linear PDEs, the superposition principle will allow us

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

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

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

More information

The method of Fröbenius

The method of Fröbenius Note III.5 1 1 April 008 The method of Fröbenius For the general homogeneous ordinary differential equation y (x) + p(x)y (x) + q(x)y(x) = 0 (1) the series method works, as in the Hermite case, where both

More information

(L, t) = 0, t > 0. (iii)

(L, t) = 0, t > 0. (iii) . Sturm Liouville Boundary Value Problems 69 where E is Young s modulus and ρ is the mass per unit volume. If the end x = isfixed, then the boundary condition there is u(, t) =, t >. (ii) Suppose that

More information

Series Solutions Near a Regular Singular Point

Series Solutions Near a Regular Singular Point Series Solutions Near a Regular Singular Point MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Fall 2018 Background We will find a power series solution to the equation:

More information

MATH 124B Solution Key HW 03

MATH 124B Solution Key HW 03 6.1 LAPLACE S EQUATION MATH 124B Solution Key HW 03 6.1 LAPLACE S EQUATION 4. Solve u x x + u y y + u zz = 0 in the spherical shell 0 < a < r < b with the boundary conditions u = A on r = a and u = B on

More information

Connection to Laplacian in spherical coordinates (Chapter 13)

Connection to Laplacian in spherical coordinates (Chapter 13) Connection to Laplacian in spherical coordinates (Chapter 13) We might often encounter the Laplace equation and spherical coordinates might be the most convenient 2 u(r, θ, φ) = 0 We already saw in Chapter

More information

c2 2 x2. (1) t = c2 2 u, (2) 2 = 2 x x 2, (3)

c2 2 x2. (1) t = c2 2 u, (2) 2 = 2 x x 2, (3) ecture 13 The wave equation - final comments Sections 4.2-4.6 of text by Haberman u(x,t), In the previous lecture, we studied the so-called wave equation in one-dimension, i.e., for a function It was derived

More information

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

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

More information

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

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

Notes on Special Functions

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

More information

MATH 312 Section 6.2: Series Solutions about Singular Points

MATH 312 Section 6.2: Series Solutions about Singular Points MATH 312 Section 6.2: Series Solutions about Singular Points Prof. Jonathan Duncan Walla Walla University Spring Quarter, 2008 Outline 1 Classifying Singular Points 2 The Method of Frobenius 3 Conclusions

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

Power Series Solutions to the Legendre Equation

Power Series Solutions to the Legendre Equation Power Series Solutions to the Legendre Equation Department of Mathematics IIT Guwahati The Legendre equation The equation (1 x 2 )y 2xy + α(α + 1)y = 0, (1) where α is any real constant, is called Legendre

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

Power Series Solutions to the Legendre Equation

Power Series Solutions to the Legendre Equation Department of Mathematics IIT Guwahati The Legendre equation The equation (1 x 2 )y 2xy + α(α + 1)y = 0, (1) where α is any real constant, is called Legendre s equation. When α Z +, the equation has polynomial

More information

Vibrating-string problem

Vibrating-string problem EE-2020, Spring 2009 p. 1/30 Vibrating-string problem Newton s equation of motion, m u tt = applied forces to the segment (x, x, + x), Net force due to the tension of the string, T Sinθ 2 T Sinθ 1 T[u

More information

such as the ratio test. However, even without knowing the formula for a n and y 4

such as the ratio test. However, even without knowing the formula for a n and y 4 5.2 Series Solutions near an Ordinary Point, Part I 247 such as the ratio test. However, even without knowing the formula for a n we shall see in Section 5.3 that it is possible to establish that the series

More information

Series Solutions of ODEs. Special Functions

Series Solutions of ODEs. Special Functions C05.tex 6/4/0 3: 5 Page 65 Chap. 5 Series Solutions of ODEs. Special Functions We continue our studies of ODEs with Legendre s, Bessel s, and the hypergeometric equations. These ODEs have variable coefficients

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

ODE Homework Series Solutions Near an Ordinary Point, Part I 1. Seek power series solution of the equation. n(n 1)a n x n 2 = n=0

ODE Homework Series Solutions Near an Ordinary Point, Part I 1. Seek power series solution of the equation. n(n 1)a n x n 2 = n=0 ODE Homework 6 5.2. Series Solutions Near an Ordinary Point, Part I 1. Seek power series solution of the equation y + k 2 x 2 y = 0, k a constant about the the point x 0 = 0. Find the recurrence relation;

More information

7.3 Singular points and the method of Frobenius

7.3 Singular points and the method of Frobenius 284 CHAPTER 7. POWER SERIES METHODS 7.3 Singular points and the method of Frobenius Note: or.5 lectures, 8.4 and 8.5 in [EP], 5.4 5.7 in [BD] While behaviour of ODEs at singular points is more complicated,

More information

MATH 241 Practice Second Midterm Exam - Fall 2012

MATH 241 Practice Second Midterm Exam - Fall 2012 MATH 41 Practice Second Midterm Exam - Fall 1 1. Let f(x = { 1 x for x 1 for 1 x (a Compute the Fourier sine series of f(x. The Fourier sine series is b n sin where b n = f(x sin dx = 1 = (1 x cos = 4

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

10.2-3: Fourier Series.

10.2-3: Fourier Series. 10.2-3: Fourier Series. 10.2-3: Fourier Series. O. Costin: Fourier Series, 10.2-3 1 Fourier series are very useful in representing periodic functions. Examples of periodic functions. A function is periodic

More information

4 Power Series Solutions: Frobenius Method

4 Power Series Solutions: Frobenius Method 4 Power Series Solutions: Frobenius Method Now the ODE adventure takes us to series solutions for ODEs, a technique A & W, that is often viable, valuable and informative. These can be readily applied Sec.

More information

Physics 116C Solutions to the Practice Final Exam Fall The method of Frobenius fails because it works only for Fuchsian equations, of the type

Physics 116C Solutions to the Practice Final Exam Fall The method of Frobenius fails because it works only for Fuchsian equations, of the type Physics 6C Solutions to the Practice Final Exam Fall 2 Consider the differential equation x y +x(x+)y y = () (a) Explain why the method of Frobenius method fails for this problem. The method of Frobenius

More information

Ch 10.1: Two Point Boundary Value Problems

Ch 10.1: Two Point Boundary Value Problems Ch 10.1: Two Point Boundary Value Problems In many important physical problems there are two or more independent variables, so the corresponding mathematical models involve partial differential equations.

More information

12d. Regular Singular Points

12d. Regular Singular Points October 22, 2012 12d-1 12d. Regular Singular Points We have studied solutions to the linear second order differential equations of the form P (x)y + Q(x)y + R(x)y = 0 (1) in the cases with P, Q, R real

More information

Chapter 5.8: Bessel s equation

Chapter 5.8: Bessel s equation Chapter 5.8: Bessel s equation Bessel s equation of order ν is: x 2 y + xy + (x 2 ν 2 )y = 0. It has a regular singular point at x = 0. When ν = 0,, 2,..., this equation comes up when separating variables

More information

An Introduction to Partial Differential Equations in the Undergraduate Curriculum

An Introduction to Partial Differential Equations in the Undergraduate Curriculum An Introduction to Partial Differential Equations in the Undergraduate Curriculum John C. Polking LECTURE 12 Heat Transfer in the Ball 12.1. Outline of Lecture The problem The problem for radial temperatures

More information

Spherical Coordinates and Legendre Functions

Spherical Coordinates and Legendre Functions Spherical Coordinates and Legendre Functions Spherical coordinates Let s adopt the notation for spherical coordinates that is standard in physics: φ = longitude or azimuth, θ = colatitude ( π 2 latitude)

More information

Overview of Fourier Series (Sect. 6.2). Origins of the Fourier Series.

Overview of Fourier Series (Sect. 6.2). Origins of the Fourier Series. Overview of Fourier Series (Sect. 6.2. Origins of the Fourier Series. Periodic functions. Orthogonality of Sines and Cosines. Main result on Fourier Series. Origins of the Fourier Series. Summary: Daniel

More information

FROBENIUS SERIES SOLUTIONS

FROBENIUS SERIES SOLUTIONS FROBENIUS SERIES SOLUTIONS TSOGTGEREL GANTUMUR Abstract. We introduce the Frobenius series method to solve second order linear equations, and illustrate it by concrete examples. Contents. Regular singular

More information

MTH4101 CALCULUS II REVISION NOTES. 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) ax 2 + bx + c = 0. x = b ± b 2 4ac 2a. i = 1.

MTH4101 CALCULUS II REVISION NOTES. 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) ax 2 + bx + c = 0. x = b ± b 2 4ac 2a. i = 1. MTH4101 CALCULUS II REVISION NOTES 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) 1.1 Introduction Types of numbers (natural, integers, rationals, reals) The need to solve quadratic equations:

More information

Series Solutions of Linear ODEs

Series Solutions of Linear ODEs Chapter 2 Series Solutions of Linear ODEs This Chapter is concerned with solutions of linear Ordinary Differential Equations (ODE). We will start by reviewing some basic concepts and solution methods for

More information

Instructor s Solutions Manual PARTIAL DIFFERENTIAL EQUATIONS. with FOURIER SERIES and BOUNDARY VALUE PROBLEMS. NAKHLÉ H. ASMAR University of Missouri

Instructor s Solutions Manual PARTIAL DIFFERENTIAL EQUATIONS. with FOURIER SERIES and BOUNDARY VALUE PROBLEMS. NAKHLÉ H. ASMAR University of Missouri Instructor s Solutions Manual PARTIA DIFFERENTIA EQUATIONS with FOURIER SERIES and BOUNDARY VAUE PROBEMS Second Edition NAKHÉ H. ASMAR University of Missouri Contents Preface Errata v vi A Preview of Applications

More information

ENGI 9420 Lecture Notes 8 - PDEs Page 8.01

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

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

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

Georgia Tech PHYS 6124 Mathematical Methods of Physics I

Georgia Tech PHYS 6124 Mathematical Methods of Physics I Georgia Tech PHYS 612 Mathematical Methods of Physics I Instructor: Predrag Cvitanović Fall semester 2012 Homework Set #5 due October 2, 2012 == show all your work for maximum credit, == put labels, title,

More information

FINAL EXAM, MATH 353 SUMMER I 2015

FINAL EXAM, MATH 353 SUMMER I 2015 FINAL EXAM, MATH 353 SUMMER I 25 9:am-2:pm, Thursday, June 25 I have neither given nor received any unauthorized help on this exam and I have conducted myself within the guidelines of the Duke Community

More information

Last Update: April 7, 201 0

Last Update: April 7, 201 0 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.

More information

3 Green s functions in 2 and 3D

3 Green s functions in 2 and 3D William J. Parnell: MT34032. Section 3: Green s functions in 2 and 3 57 3 Green s functions in 2 and 3 Unlike the one dimensional case where Green s functions can be found explicitly for a number of different

More information

Power Series and Analytic Function

Power Series and Analytic Function Dr Mansoor Alshehri King Saud University MATH204-Differential Equations Center of Excellence in Learning and Teaching 1 / 21 Some Reviews of Power Series Differentiation and Integration of a Power Series

More information

Sturm-Liouville Theory

Sturm-Liouville Theory More on Ryan C. Trinity University Partial Differential Equations April 19, 2012 Recall: A Sturm-Liouville (S-L) problem consists of A Sturm-Liouville equation on an interval: (p(x)y ) + (q(x) + λr(x))y

More information

Math Assignment 14

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

More information

M412 Assignment 5 Solutions

M412 Assignment 5 Solutions M41 Assignment 5 Solutions 1. [1 pts] Haberman.5.1 (a). Solution. Setting u(x, y) =X(x)Y(y), we find that X and Y satisfy X + λx = Y λy =, X () = X () = Y() =. In this case, we find from the X equation

More information

Math Assignment 11

Math Assignment 11 Math 2280 - Assignment 11 Dylan Zwick Fall 2013 Section 8.1-2, 8, 13, 21, 25 Section 8.2-1, 7, 14, 17, 32 Section 8.3-1, 8, 15, 18, 24 1 Section 8.1 - Introduction and Review of Power Series 8.1.2 - Find

More information

Name: Math Homework Set # 5. March 12, 2010

Name: Math Homework Set # 5. March 12, 2010 Name: Math 4567. Homework Set # 5 March 12, 2010 Chapter 3 (page 79, problems 1,2), (page 82, problems 1,2), (page 86, problems 2,3), Chapter 4 (page 93, problems 2,3), (page 98, problems 1,2), (page 102,

More information

THE METHOD OF SEPARATION OF VARIABLES

THE METHOD OF SEPARATION OF VARIABLES THE METHOD OF SEPARATION OF VARIABES To solve the BVPs that we have encountered so far, we will use separation of variables on the homogeneous part of the BVP. This separation of variables leads to problems

More information

2 Series Solutions near a Regular Singular Point

2 Series Solutions near a Regular Singular Point McGill University Math 325A: Differential Equations LECTURE 17: SERIES SOLUTION OF LINEAR DIFFERENTIAL EQUATIONS II 1 Introduction Text: Chap. 8 In this lecture we investigate series solutions for the

More information

Math 334 A1 Homework 3 (Due Nov. 5 5pm)

Math 334 A1 Homework 3 (Due Nov. 5 5pm) Math 334 A1 Homework 3 Due Nov. 5 5pm No Advanced or Challenge problems will appear in homeworks. Basic Problems Problem 1. 4.1 11 Verify that the given functions are solutions of the differential equation,

More information

Section 5.2 Series Solution Near Ordinary Point

Section 5.2 Series Solution Near Ordinary Point DE Section 5.2 Series Solution Near Ordinary Point Page 1 of 5 Section 5.2 Series Solution Near Ordinary Point We are interested in second order homogeneous linear differential equations with variable

More information

LAPLACE EQUATION. = 2 is call the Laplacian or del-square operator. In two dimensions, the expression of in rectangular and polar coordinates are

LAPLACE EQUATION. = 2 is call the Laplacian or del-square operator. In two dimensions, the expression of in rectangular and polar coordinates are LAPLACE EQUATION If a diffusion or wave problem is stationary (time independent), the pde reduces to the Laplace equation u = u =, an archetype of second order elliptic pde. = 2 is call the Laplacian or

More information

Solving the Heat Equation (Sect. 10.5).

Solving the Heat Equation (Sect. 10.5). Solving the Heat Equation Sect. 1.5. Review: The Stationary Heat Equation. The Heat Equation. The Initial-Boundary Value Problem. The separation of variables method. An example of separation of variables.

More information

Electromagnetism HW 1 math review

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

More information

Lecture 4.6: Some special orthogonal functions

Lecture 4.6: Some special orthogonal functions Lecture 4.6: Some special orthogonal functions Matthew Macauley Department of Mathematical Sciences Clemson University http://www.math.clemson.edu/~macaule/ Math 4340, Advanced Engineering Mathematics

More information

Math 5440 Problem Set 7 Solutions

Math 5440 Problem Set 7 Solutions Math 544 Math 544 Problem Set 7 Solutions Aaron Fogelson Fall, 13 1: (Logan, 3. # 1) Verify that the set of functions {1, cos(x), cos(x),...} form an orthogonal set on the interval [, π]. Next verify that

More information

Background and Definitions...2. Legendre s Equation, Functions and Polynomials...4 Legendre s Associated Equation and Functions...

Background and Definitions...2. Legendre s Equation, Functions and Polynomials...4 Legendre s Associated Equation and Functions... Legendre Polynomials and Functions Reading Problems Outline Background and Definitions...2 Definitions...3 Theory...4 Legendre s Equation, Functions and Polynomials...4 Legendre s Associated Equation and

More information

Boundary value problems for partial differential equations

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

More information

Lecture Notes on. Differential Equations. Emre Sermutlu

Lecture Notes on. Differential Equations. Emre Sermutlu Lecture Notes on Differential Equations Emre Sermutlu ISBN: Copyright Notice: To my wife Nurten and my daughters İlayda and Alara Contents Preface ix 1 First Order ODE 1 1.1 Definitions.............................

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

An Introduction to Bessel Functions

An Introduction to Bessel Functions An Introduction to R. C. Trinity University Partial Differential Equations Lecture 17 Bessel s equation Given p 0, the ordinary differential equation x 2 y + xy + (x 2 p 2 )y = 0, x > 0 is known as Bessel

More information

21 Laplace s Equation and Harmonic Functions

21 Laplace s Equation and Harmonic Functions 2 Laplace s Equation and Harmonic Functions 2. Introductory Remarks on the Laplacian operator Given a domain Ω R d, then 2 u = div(grad u) = in Ω () is Laplace s equation defined in Ω. If d = 2, in cartesian

More information

Linear DifferentiaL Equation

Linear DifferentiaL Equation Linear DifferentiaL Equation Massoud Malek The set F of all complex-valued functions is known to be a vector space of infinite dimension. Solutions to any linear differential equations, form a subspace

More information

JUST THE MATHS UNIT NUMBER DIFFERENTIATION APPLICATIONS 5 (Maclaurin s and Taylor s series) A.J.Hobson

JUST THE MATHS UNIT NUMBER DIFFERENTIATION APPLICATIONS 5 (Maclaurin s and Taylor s series) A.J.Hobson JUST THE MATHS UNIT NUMBER.5 DIFFERENTIATION APPLICATIONS 5 (Maclaurin s and Taylor s series) by A.J.Hobson.5. Maclaurin s series.5. Standard series.5.3 Taylor s series.5.4 Exercises.5.5 Answers to exercises

More information

BOUNDARY PROBLEMS IN HIGHER DIMENSIONS. kt = X X = λ, and the series solutions have the form (for λ n 0):

BOUNDARY PROBLEMS IN HIGHER DIMENSIONS. kt = X X = λ, and the series solutions have the form (for λ n 0): BOUNDARY PROBLEMS IN HIGHER DIMENSIONS Time-space separation To solve the wave and diffusion equations u tt = c u or u t = k u in a bounded domain D with one of the three classical BCs (Dirichlet, Neumann,

More information

Partial Differential Equations for Engineering Math 312, Fall 2012

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

More information

Ordinary differential equations Notes for FYS3140

Ordinary differential equations Notes for FYS3140 Ordinary differential equations Notes for FYS3140 Susanne Viefers, Dept of Physics, University of Oslo April 4, 2018 Abstract Ordinary differential equations show up in many places in physics, and these

More information

Math 300 Winter 2011 Advanced Boundary Value Problems I. Bessel s Equation and Bessel Functions

Math 300 Winter 2011 Advanced Boundary Value Problems I. Bessel s Equation and Bessel Functions Math 3 Winter 2 Avance Bounary Value Problems I Bessel s Equation an Bessel Functions Department of Mathematical an Statistical Sciences University of Alberta Bessel s Equation an Bessel Functions We use

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

Series Solutions of Differential Equations

Series Solutions of Differential Equations Chapter 6 Series Solutions of Differential Equations In this chapter we consider methods for solving differential equations using power series. Sequences and infinite series are also involved in this treatment.

More information

5.4 Bessel s Equation. Bessel Functions

5.4 Bessel s Equation. Bessel Functions SEC 54 Bessel s Equation Bessel Functions J (x) 87 # with y dy>dt, etc, constant A, B, C, D, K, and t 5 HYPERGEOMETRIC ODE At B (t t )(t t ), t t, can be reduced to the hypergeometric equation with independent

More information

Series solutions to a second order linear differential equation with regular singular points

Series solutions to a second order linear differential equation with regular singular points Physics 6C Fall 0 Series solutions to a second order linear differential equation with regular singular points Consider the second-order linear differential equation, d y dx + p(x) dy x dx + q(x) y = 0,

More information

Homogeneous Linear ODEs of Second Order Notes for Math 331

Homogeneous Linear ODEs of Second Order Notes for Math 331 Homogeneous Linear ODEs of Second Order Notes for Math 331 Richard S. Ellis Department of Mathematics and Statistics University of Massachusetts Amherst, MA 01003 In this document we consider homogeneous

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

Review for Exam 2. Review for Exam 2.

Review for Exam 2. Review for Exam 2. Review for Exam 2. 5 or 6 problems. No multiple choice questions. No notes, no books, no calculators. Problems similar to homeworks. Exam covers: Regular-singular points (5.5). Euler differential equation

More information