6 Pages

ODE-Linear

Course: MATH 260, Spring 2012
School: UPenn
Rating:
 
 
 
 
 

Word Count: 1930

Document Preview

ODEs Second Linear order linear equations Many traditional problems involving ordinary equations arise as second order linear equations au + bu + cu = f , more briey as Lu = f . The problem is, given f , nd u ; often we will want to nd u that satises some auxiliary initial or boundary conditions. Here we have used the notation Lu := a(x)u + b(x)u + c(x)u, (1) so L takes a function u and gives a new function Lu...

Register Now

Unformatted Document Excerpt

Coursehero >> Pennsylvania >> UPenn >> MATH 260

Course Hero has millions of student submitted documents similar to the one
below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.

Course Hero has millions of student submitted documents similar to the one below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.
ODEs Second Linear order linear equations Many traditional problems involving ordinary equations arise as second order linear equations au + bu + cu = f , more briey as Lu = f . The problem is, given f , nd u ; often we will want to nd u that satises some auxiliary initial or boundary conditions. Here we have used the notation Lu := a(x)u + b(x)u + c(x)u, (1) so L takes a function u and gives a new function Lu . This operator L is a linear map because it has the two properties L(u) = Lu and L(u + v) = Lu + Lv, where is any constant and u and v are functions. One consequence is that if Lu = 0 and Lv = 0, then L(Au + Bv) = 0 for any constants A and B . The solutiond of Lu = 0 are often called the nullspace or kernel of L . These properties show that the nullspace of a linear map is a linear space. For instance, in the special case where Lu = u + u we know that L cos x = 0 and L sin x = 0. Thus L(A cos x + B sin x) = 0 for any constants A and B . E XAMPLE Well show that any solution of Lu := u + u = 0 has the form u(x) = A cos x + B sin x. This will show that the nullspace of Lu := u + u = 0 has dimension two. First we must pick the constants A and B . Letting x = 0 we see that (if this is to work) A = u(0) . Similarly, taking the derivative we get B = u (0) . Let v(x) := u(0) cos x + u (0) sin x . Our task is to show that u(x) = v(x) . Equivalently, if we let w(x) := u(x) v(x) , we must show that w(x) 0. A key observation motivating us is that by linearity, w + w = 0, and w(0) = 0, w (0) = 0. Introduce the function 1 E (x) = [w 2 + w2 ]. 2 Then since w = w , E (x) = w w + ww = w (w) + ww = 0, so E (x) = constant (in many physical examples, this is conservation of energy). But from w(0) = 0 and w (0) = 0 we nd E (0) = 0. Since E (x) is a sum of squares, the only possibility is w(x) 0, as claimed. This Example generalizes. Assuming a(x) = 0, the nullspace of (1) always has dimension 2. Let (x) and (x) be the solutions of the homogeneous equation Lu = 0 with (0) = 1, (0) = 0, and (0) = 0, (0) = 1, then every solution of the homogeneous equation Lu = 0 has the form u(x) = A(x) + B(x) for some constants A and B . The proof, which we dont give, has two parts. The rst is the existence of the solutions and , the second is their uniqueness. While these proofs are not obvious, they are not killers. 1 For (1) and other linear ordinary and partial differential equations, it is surprising that if one knows the general solution of the homogeneous equation Lu = 0 one can nd an explicit formula for a particular solution of the inhomogeneous equation Lu = f . Based on our experience with the rst order linear inhomogeneous equation u + au = f it is plausable to seek u in the form u(x) = p(x)v(x) where p(x) is chosen cleverly to make the equation for v simple to solve. We do this for Lu := u + u = f (the general case of (1) is then routine). Clearly u = pv + p v and u = pv + 2 p v + p v so Lu = pv + 2 p v + ( p + p)v. This clearly simplies if we pick p as a solution of the homogeneous equation p + p = 0. But we know two solutions of this, cos x and sin x . Which should we use? After some experimentation, Lagrange decided he should use both and instead sought u in the more general form u = pv + qw, (2) where for our example p(x) = cos x and q(x) = sin x . Now he had one equation, f = Lu = pv + 2 p v + qw + 2q w for the two unknowns, v(x) and w(x) so he could impose another condition. After some experimenting he imposed the condition pv + qw = 0, (3) which resulted in the two linear equations: f = Lu = p v + q w 0 = pv + qw , and that is, f = ( sin x)v + (cos x)w 0 = (cos x)v + (sin x)w . and He solved these for v and w : v (x) = sin x f (x) and w (x) = cos x f (x). Thus integrating and using (2), we obtain the simple formula for a particular solution, upart , of the inhomogeneous equation Lu = f : Zx upart (x) = cos x sin s f (s) ds + sin x Zx 0 Zx cos s f (s) ds = 0 sin(x s) f (s) ds (4) 0 To get the general solution of the inhomogeneous equation we simply add the general solution of the homogeneous equation: Zx u(x) = A cos x + B sin x + sin(x s) f (s) ds. 0 In honor of George Green we often write (4) in the symbolic form Zx u(x) = G(x, s) f (s) ds 0 2 (5) and call G(x, s) := sin(x s) Greens function for the equation Lu = f . The point is that (5) can be thought of as writing u = L1 f so we have a conceptually satisfying formula for the inverse operator L1 . Lagranges procedure for nding the formula (4) for a particular solution of the inhomogeneous equation is called variation of parameters. The key step is to seek u in the form (2) with Lp = 0 and Lq = 0. We now carry out the details for the general case of the general second order equation Lu := u + b(x)u + c(x)u = f (x). (6) Note that here the coefcient of u is 1 (if not, then divide by it). Using equation (2) and the condition (3) he found that u = p v + q w, and u = p v + q w + pv + qw. Substitute these into the equation (6) for L . After a computation short that uses Lp = Lq = 0, we get the simple formula Lu = p v + q w . (7) To solve Lu = f we thus need to nd v and w that satisfy this and (3): pv + qw = 0 p v +q w = f. These are two linear equations for v and w . Their solution is v= q f W and w = pf , W where W (x) := pq p q (called the Wronskian of p and q ). Integrating we nd v and w and thus from (2), a particular solution upart upart = p(x) Zx q(s) f (s) 0 W (s) ds + q(x) where G(x, s) := Zx p(s) f (s) 0 W (s) Zx ds = G(x, s) f (s) ds, (8) 0 q(x) p(s) p(x)q(s) W (s) is Greens function for the problem. In the special case of u + u = f done earlier, p(x) = cos x and q(x) = sin x so W (x) = 1 and g(x, s) = sin(x s) , just as in (4). First order linear systems Next consider the rst order system of equations LU := U (x) + A(x)U (x) = F (x), 3 (9) where U and F are vectors with n components and A(x) is an n n matrix. We assume that both A and F depend continuously on x . A typical problem is to seek a solution of (9) that satises some initial condition U (0) = C , where C Rn is a given vector. If A(x) and F (x) are both periodic with period P , another typical problem is to seek a periodic solution U (x) [the simplest scalar example u = 1 has no periodic solutions with any period and shows that answering this question may involve some work]. The homogeneous equation A general theorem, which well not prove (it is not a killer) is Theorem 1 . Given any constant C Rn , the homogeneous equation LU = 0 has a unique solution satisfying U (0) = C . Note that has a unique solution means the same as has one and only one solution. Let e1 := (1, 0, . . . , 0) , e2 := (0, 1, 0, . . . , 0) , . . . , en := (0, 0, . . . , 0, 1) be the standard basis vectors in Rn . It is useful to use the special solutions 1 (x) ,. . . , n (x) that satisfy the homogeneous equation L j (x) = 0 with j (0) = e j and use them to construct the n n matrix (x) whose columns are the vectors 1 (x) ,. . . , n (x) . Then satises (x) + A(x)(x) = 0, and the initial condition (0) = I . This matrix (x) is sometimes called the fundamental solution matrix. E XAMPLE 1 Let U (x) = u1 (x) , u2 (x) A := 0 1 , 1 0 and F (x) = f1 (x) , f2 (x) so the system of equations LU := U + AU = F is u1 u2 = f1 (10) u2 + u1 = f2 . The vectors 1 (x) := cos x , sin x 2 (x) := sin x cos x both satisfy the homogeneous equation L j = 0 with initial conditions 1 (0) = e1 , 2 (0) = e2 , so the fundamental solution matrix is (x) := cos x sin x sin x cos x (11) The inhomogeneous equation Next we show that if you know a fundamental matrix solution (x) for the homogeneous equation, then you can nd a formula for a particular solution of the inhomogeneous equation LU = F , that 4 is, U + AU = F . As before, seek U in the special form U (x) = S(x)V (x) , where S(x) is an n n matrix. The goal is to choose a clever S so the resulting differential equation for V (x) is simple. Clearly LU = SV + (S + AS)V. This evidently simplies dramatically if S + AS = 0, so we let S(x) = (x) be the fundamental matrix solution of the homogeneous equation L = 0. Because (0) = I , we know that S(x) is invertible, at lease for x near 0 (In fact, it is invertible for all x . We leave that for you). The equation LU = F is thus SV = F so V (x) = S1 (x)F (x) . Integrating this we can obtain the desired particular solution, Upart of LU = F . Since we just want a particular solution, we can let Upart (0) = 0, which implies V (0) = 0. Thus the desired formula is: Zx Upart (x) =S(x)V (x) = S(x) V (0) + Zx = S(x)S1 (s)F (s) ds = 0 S1 (s)F (s) ds (12) G(x, t )F (s) ds, (13) 0 Zx 0 where G(x, t ) := S(x)S1 (s) is Greens function for this problem. E XAMPLE 1 ( CONTINUED ) We are now in a position to write a formula for a particular solution of LU = F for Example 1 above. Then (11) is the fundamental matrix solution for the homogeneous equation, S(x) = (x) . Since this happens to be an orthogonal matrix, its inverse is just the transpose. Consequently G(x, s) = (x)1 (s) = = cos x sin x sin x cos x cos s sin s sin s cos s cos(x s) sin(x s) . sin(x s) cos(x s) (14) (15) Consequently Zx Upart (x) = 0 cos(x s) sin(x s) sin(x s) cos(x s) f1 (s) d s, f2 (s) (16) E XAMPLE 2 We can write any second order equation u + bu + cu = f as a rst order system by letting u1 (x) = u(x) and u2 (x) = u (x) . Then, using the differential equation, u1 = u2 and u2 = u = bu2 cu1 + f . that is, u1 (x) u2 (x) + 0 1 c b u1 (x) = u2 (x) 0 f (x) In the special case of u + u = f we have b = 0 and c = 1 so the previous equation becomes u1 (x) u2 (x) + 0 1 1 0 u1 (x) = u2 (x) 5 0 , f (x) which is exactly (10) with f1 = 0 and f2 = f . Now (16) gives a formula for a particular solution of this inhomogeneous equation. It is Zx Upart (x) = 0 Zx = 0 cos(x s) sin(x s) sin(x s) cos(x s) 0 ds f (s) sin(x s) f (s) ds cos(x s) Since u1 (x) = u(x) , this formula is exactly the same as (4) found earlier. 6
Find millions of documents on Course Hero - Study Guides, Lecture Notes, Reference Materials, Practice Exams and more. Course Hero has millions of course specific materials providing students with the best way to expand their education.

Below is a small sample set of documents:

UPenn - MATH - 260
Math 425, Spring 2011Jerry L. KazdanClassical Examples of PDEsLaplace equation:32uu := 2 = 0j=1 x j(some write u = u = 2u)u = f (x)Poisson equation:Helmholtz (or eigenvalue) equation:u=tTransport equation:Heat (or diffusion) equation:Schr
UPenn - MATH - 260
Math 210Jerry L. KazdanQuadratic PolynomialsPolynomials in One Variable.After studying linear functions y = ax + b , the next step is to study quadratic polynomials, y = ax2 + bx + c , whose graphs are parabolas. Initially one studies the simplerspec
UPenn - MATH - 260
Math 260, Spring 2012Jerry L. KazdanRepresenting Symmetries by MatricesIf order to understand and work with the symmetries of an object (the symmetries of asquare is a simple example), one would like a way to compute, not just wave your hands.For an
UPenn - MATH - 260
A Tridiagonal MatrixWe investigate the simple n n real tridiagonal matrix: 0 1 0 0 . 0 0 0 0 . 0 0 1 0 1 0 . . . 0 0 0 . . . 0 0 0 1 0 1 . . . 0 0 0 . . . 0 0 . . . . = I + T , . . = I + . . . . . . . . . . M =. . . . . . . . 0 0 0 . . . 0 1 0 0 0 0 . .
UPenn - MATH - 260
Math 210Jerry L. KazdanVectors and an Application to Least SquaresThis brief review of vectors assumes you have seen the basic properties of vectorspreviously.We can write a point in Rn as X = (x1 , . . . , xn ) . This point is often called a vector.
UPenn - MATH - 260
Math 260, Spring 2012Jerry L. Kazdanux + 3uy = 0This example is similar to Problem Set 7 # 3a).Example: Find a function u(x, y ) that satises ux + 3uy = 0 with u(0, y ) = 1 + e2y .Solution:The dierential equation can be written u V = 0 where V = (1,
UPenn - MATH - 260
Math 260Feb. 9, 2012Exam 1Jerry L. Kazdan12:00 1:20Directions This exam has 10 questions (10 points each). Closed book, no calculators orcomputers but you may use one 3 5 card with notes on both sides. Neatness counts.1. Which of the following sets
UPenn - MATH - 260
Math 260Feb. 9, 2012Exam 1Jerry L. Kazdan12:00 1:20Directions This exam has 10 questions (10 points each). Closed book, no calculators orcomputers but you may use one 3 5 card with notes on both sides. Neatness counts.1. Which of the following sets
UPenn - MATH - 260
Math 260, Spring 2012Jerry L. KazdanHomework Set 0 [Due: Never]Comples Power SeriesIn our treatment of both dierential equations and Fourier series, it will be essential to usecomples numbers and complex power series. They enormously simplify the sto
UPenn - MATH - 260
Math 260, Spring 2012Jerry L. KazdanProblem Set 1Due: In class Thursday, Jan. 19. Late papers will be accepted until 1:00 PM Friday.These problems are intended to be straightforward with not much computation.1. At noon the minute and hour hands of a
UPenn - MATH - 260
Math 260, Spring 2012Jerry L. KazdanProblem Set 2Due: In class Thursday, Jan. 26. Late papers will be accepted until 1:00 PM Friday.1. Which of the following sets of vectors are bases for R2 ?a). cfw_(0, 1), (1, 1)d). cfw_(1, 1), (1, 1)b). cfw_(1,
UPenn - MATH - 260
Math 260, Spring 2012Jerry L. KazdanProblem Set 3Due: In class Thursday, Feb. 2. Late papers will be accepted until 1:00 PM Friday.1. Say you have k linear algebraic equations in n variables; in matrix form we writeAX = Y . Give a proof or counterexa
UPenn - MATH - 260
Math 260, Spring 2012Jerry L. KazdanProblem Set 4Due: Never[Exam 1 is on Thursday, Feb.9, 12:00-1:20]Unless otherwise stated use the standard Euclidean norm.1. In R2 , dene the new norm of a vector V = (x, y ) by V := 2|x| + |y | . Show thissatises
UPenn - MATH - 260
Math 260, Spring 2012Jerry L. KazdanProblem Set 5Due: In class Thursday, Feb. 16. Late papers will be accepted until 1:00 PM Friday.Unless otherwise stated use the standard Euclidean norm.1 for x < 0,. Find its Fourier series (either using trig1 fo
UPenn - MATH - 260
Math 260, Spring 2012Jerry L. KazdanProblem Set 6Due: In class Thursday, Feb. 23. Late papers will be accepted until 1:00 PM Friday.Unless otherwise stated use the standard Euclidean norm.1. Let u(x, t) be the temperature at time t at a point x on a
UPenn - MATH - 260
Math 260, Spring 2012Jerry L. KazdanProblem Set 7Due: In class Thursday, March 1. Late papers will be accepted until 1:00 PM Friday.Unless otherwise stated use the standard Euclidean norm.1. Say you have a matrix A(t) = (aij (t) whose elements aij (t
UPenn - MATH - 260
Math 260, Spring 2012Jerry L. KazdanProblem Set 8Due: NeverUnless otherwise stated use the standard Euclidean norm.1. Find a 3 3 symmetric matrix A with the property thatX, AX = x2 + 4x1 x2 x1 x3 + 2x2 x3 + 5x213for all X = (x1 , x2 , x3 ) R3 .2
UPenn - MATH - 240
Problem: Score:12345678 Total:9101112_ Please do not write above this line UNIVERSITY OF PENNSYLVANIA DEPARTMENT OF MATHEMATICS MATH 240 FINAL EXAM Monday December 21, 2009 Your name (printed) _ Signature_ Professor (circle one): Patrick Clar
UPenn - MATH - 240
1Math 240Circle one:FINAL EXAMDecember 17, 2010Professor ShatzProfessor WylieProfessor ZillerName:Penn Id#:Signature:TA:Recitation Day and Time:Please show your work clearly. A correct answer with no work is worth 0 points. Circle your answer
UPenn - MATH - 240
NAME: PROFESSOR: (A) Donagi ; (B) Ghrist ; (C) Krieger240 SPRING 2009: CalculusFINAL EXAM INSTRUCTIONS:1. WRITE YOUR NAME at the top and indicate your professors name. 2. As you solve problems on the exam, FILL IN COMPLETELY the letter(s) of your solut
UPenn - MATH - 240
1Math 240Circle one:FINAL EXAMMay 4, 2010Professor ZillerProfessor ZywinaName:Penn Id#:Signature:TA:Recitation Day and Time:You need to show your work, even for multiple choice problems. A correct answer with no workwill get 0 points. The onl
UPenn - MATH - 240
Math 240 Final Exam, spring 2011Name (printed):TA:Recitation Time:This examination consists of ten (10 problems). Please turn o all electronicdevices. You may use both sides of a 8.5 11 sheet of paper for notes whileyou take this exam. No calculator
UPenn - MATH - 240
Makeup Final Exam, Math 240: Calculus IIISeptember, 2011No books, papers or may be used, other than a hand-writtennote sheet at most 8.5 11 in size. All electronic devicesmust be switched o during the exam.This examination consists of nine (9) long a
UPenn - MATH - 425
Math 425March 3, 2011Exam 1Jerry L. Kazdan12:00 1:20Directions This exam has three parts, Part A, short answer, has 1 problem (12 points). Part Bhas 5 shorter problems (7 points each, so 35 points). Part C has 3 traditional problems (15 pointseach
UPenn - MATH - 425
Math 425March 3, 2011Exam 1Jerry L. Kazdan12:00 1:20Directions This exam has three parts, Part A, short answer, has 1 problem (12 points). Part Bhas 5 shorter problems (7 points each, so 35 points). Part C has 3 traditional problems (15 pointseach
UPenn - MATH - 425
SignaturePrinted NameMy signature above certies that I have complied with the University of PennsylvaniasCode of Academic Integrity in completing this examination.Exam 2Math 425April 26, 2011Jerry L. Kazdan12:00 1:20Directions This exam has three
UPenn - MATH - 425
SignaturePrinted NameMy signature above certies that I have complied with the University of PennsylvaniasCode of Academic Integrity in completing this examination.Exam 2Math 425April 26, 2011Jerry L. Kazdan12:00 1:20Directions This exam has three
UPenn - MATH - 425
AMSIJan. 14 Feb. 8, 2008Partial Differential EquationsJerry L. KazdanCopyright c 2008 by Jerry L. Kazdan[Last revised: March 28, 2011]ivCONTENTS7. Dirichlets principle and existence of a solutionChapter 6. The RestContentsChapter 1. Introductio
UPenn - MATH - 425
Math 425Notes and exercises on Black-ScholesDr. DeTurckApril 2010On Thursday we talked in class about how to derive the Black-Scholes dierentialequation, which is used in mathematical nance to assign a value to a nancial derivative. The latter is usu
UPenn - MATH - 425
Math 425, Spring 2011Jerry L. Kazdanwhere the coefcient matrix B := (bk ) isPDE: Linear Change of Variablenbk =Let x := (x1 , x2 , . . . , xn ) be a point inential operatorai, j ski s j .i, j=1Rnand consider the second order linear partial diff
UPenn - MATH - 425
Math 425, Spring 2011Jerry L. KazdanPDE: Linear Change of VariableLet x := (x1, x2, . . . , xn) be a point in Rn and considerthe second order linear partial differential operatorn2 uLu := ai j,xix ji, j=1(1)where the coefcient matrix A := (ai
UPenn - MATH - 425
Math 425 Midterm 1Dr. DeTurck March 2, 2010There are four problems on this test. You may use your book and your notes during this exam. Do as much of it as you can during the class period, and turn your work in at the end. But take the sheet with the pr
UPenn - MATH - 425
Math 425 Midterm 1Dr. DeTurck February 8, 20071. Solve ux + yuy + u = 0, u(0, y ) = y . In what domain in the plane is your solution valid? 2. Let u(x, t) be the temperature in a rod of length L that satises the partial dierential equation: ut = kuxx fo
UPenn - MATH - 425
Fourier Series of f (x) = xTo write:eikx.x = ck2kThe Fourier coefcients are112i ck = xeikx dx = x[cos kx i sin kx] dx = x sin kx dx2 2 2 0Butx cos kx 1 cos kx sin kx dx =+cos kx dx == (1)k .kk0kk00Thus2i(1)kck = (1)k =
UPenn - MATH - 425
Math 425, Spring 2011Jerry L. KazdanProblem Set 0 [Rust Remover]D UE : Never.1. Let u(t ) be the amount of a radioactive element at time t and say initially, u(0) = A . The rateof decay is proportional to the amount present, sodu= cu(t ),dtwhere
UPenn - MATH - 425
Math 425/525, Spring 2011Jerry L. KazdanProblem Set 1D UE : In class Thursday, Jan. 27. Late papers will be accepted until 1:00 PM Friday.1. Find Greens function g(x, s) to get a formula u(x) =of u (x) = f (x) .Rx0g(x, s) f (s) ds for a particular
UPenn - MATH - 425
Math 425/525, Spring 2011Jerry L. KazdanProblem Set 2D UE : In class Thursday, Feb. 3 Late papers will be accepted until 1:00 PM Friday.1. Find the solution U (t ) := (u1 (t ), u2 (t ) ofu1 =u1u2 =u1 u2with the initial conditions U (0) = (u1 (0), u
UPenn - MATH - 425
Math 425Assignment 3Dr. DeTurckDue Tuesday, February 9, 2010Reading: Textbook, Chapter 1, skim through Chapter 2.1. Take a moment to review the divergence theorem from vector calculus, then work thefollowing problem: Suppose V (x, y, z ) is a vector
UPenn - MATH - 425
Math 425/525, Spring 2011Jerry L. KazdanProblem Set 3D UE : In class Thursday, Feb. 10 Late papers will be accepted until 1:00 PM Friday.1. Solve ux + uy + u = ex+2y with u(x, 0) = 0.2. Find the general solution of uxy = x2 y for the function u(x, y)
UPenn - MATH - 425
Math 425/525, Spring 2011Jerry L. KazdanProblem Set 4D UE : In class Thursday, Feb. 17 Late papers will be accepted until 1:00 PM Friday.1. Solve the wave equation utt = c2 uxx for the semi-innite string x 0 with the initial andboundary conditionsu(
UPenn - MATH - 425
Math 425, Spring 2011Jerry L. KazdanProblem Set 5D UE : Thurs. Feb. 24 Late papers will be accepted until 1:00 PM Friday.1. In R4 the vectorsU1 := (1, 1, 1, 1),U2 := (1, 1, 1, 1),U3 := (2, 2, 2, 2),U4 := (1, 1, 1, 1)are orthogonal, as you can eas
UPenn - MATH - 425
Math 425, Spring 2011Jerry L. KazdanProblem Set 6D UE : Thursday March 17 [Late papers will be accepted until 1:00 PM Friday].1. This problem concerns orthogonal projections into a subspace of a larger space.a) Let U = (1, 1, 0, 1) and V = (1, 2, 1,
UPenn - MATH - 425
Math 425, Spring 2011Jerry L. KazdanProblem Set 7D UE : Thursday March 24 [Late papers will be accepted until 1:00 PM Friday].1. Suppose u is a twice differentiable function on R which satises the ordinary differentialequationu + b(x)u c(x)u = 0,wh
UPenn - MATH - 425
Math 425, Spring 2011Jerry L. KazdanProblem Set 8D UE : Thursday March 31 [Late papers will be accepted until 1:00 PM Friday].1. a) Let A be an n n invertible real symmetric matrix, b Rn and c R . For x Rn considerthe quadratic polynomialQ(x) = x, A
UPenn - MATH - 425
Math 425, Spring 2011Jerry L. KazdanProblem Set 9D UE : Thursday April 7 [Late papers will be accepted until 1:00 PM Friday].1. a) In a bounded region Rn , let u(x, t ) satisfy the modied heat equationut = u + cu,where c is a constant,(1)as well a
UPenn - MATH - 425
Math 425, Spring 2011Jerry L. KazdanProblem Set 10D UE : Thursday April 14 [Late papers will be accepted until 1:00 PM Friday].1. This problem is to help with a computation in class today (Thursday) nding a formula for aparticular solution of the inh
UPenn - MATH - 425
INTERMEDIATE CALCULUSANDLINEAR ALGEBRAPart IJ. KAZDANHarvard UniversityLecture NotesiiPrefaceThese notes will contain most of the material covered in class, and be distributed beforeeach lecture (hopefully). Since the course is an experimental o
UPenn - MATH - 425
UPenn - MATH - 425
UPenn - MATH - 425
First-order ordinary differential equations Before we get involved trying to understand partial differential equations (PDEs), we'll review the highlights of the theory of ordinary differential equations (ODEs). We'll do this in such a way that we can beg
UPenn - MATH - 425
Linear ODEsSecond order linear equationsMany traditional problems involving ordinary equations arise as second order linear equationsau + bu + cu = f ,more briey asLu = f .The problem is, given f , nd u ; often we will want to nd u that satises some
UPenn - MATH - 425
Math 425 Midterm 1Dr. DeTurck February 8, 20071. Solve ux + yuy + u = 0, u(0, y ) = y . In what domain in the plane is your solution valid? As usual, we construct the graph of the solution by propagating the initial data o the line in the xy -plane wher
UPenn - MATH - 425
Math 425/525, Spring 2011Jerry L. KazdanPeriodic Solutions of ODEsIn class we discussed some aspects of periodic solutions of ordinary differential equations. Fromthe questions I received, my presentation was not so clear. Here Ill give a detailed for
UPenn - MATH - 425
Math 425Practice Midterm 1Dr. DeTurckFebruary 20101. Suppose f is a function of one variable that has a continuous second derivative. Show thatfor any constants a and b, the functionu(x, y ) = f (ax + by )is a solution of the PDEuxx uyy u2 = 0.xy
UPenn - MATH - 425
Math 425Hints and Solutions to Practice Midterm 1Dr. DeTurckFebruary 20101. Suppose f is a function of one variable that has a continuous second derivative. Show thatfor any constants a and b, the functionu(x, y ) = f (ax + by )is a solution of the
UPenn - MATH - 425
Math 425, Spring 2011Jerry L. KazdanThe Wave Equation in R2 and R3To Solveutt = c2u,x Rnwithu(x, 0) = (x),ut (x, 0) = (x)In R3 [Poisson: Kirchoffs formula]1u(x0, t0) =4c2t01(x) dS +t0 4c2t0SZZZZ(x) dS ,Swhere S is the sphere centered
UPenn - MATH - 508
Exam 1Math 508October 12, 2006Jerry L. Kazdan12:00 1:20Directions This exam has three parts, Part A has 4 problems asking for Examples (20 points, 5points each), Part B asks you to describe some sets (20 points), Part C has 4 traditional problems(6
UPenn - MATH - 508
Exam 1Math 508October 12, 2006Jerry L. Kazdan12:00 1:20Directions This exam has three parts, Part A has 4 problems asking for Examples (20 points, 5points each), Part B asks you to describe some sets (20 points), Part C has 4 traditional problems(6
UPenn - MATH - 508
SignaturePrinted NameExam 2Math 508December 8, 2006Jerry L. Kazdan12:00 1:20Directions This exam has two parts, Part A has 3 shorter problems (8 points each, so 24 points),Part B has 5 traditional problems (15 points each, so 75 points).Closed bo
UPenn - MATH - 508
Exam 2Math 508December 8, 2006Jerry L. Kazdan12:00 1:20Directions This exam has two parts, Part A has 3 shorter problems (8 points each, so 24 points),Part B has 5 traditional problems (15 points each, so 75 points).Closed book, no calculators but
UPenn - MATH - 508
Exam 1Math 508October 16, 2008Jerry L. Kazdan10:30 11:50Directions This exam has three parts, Part A has 4 problems asking for Examples (20 points, 5points each), Part B asks you to describe some sets (20 points), Part C has 4 traditional problems(