2 Introduction T(,t) = = L Figure..: Geometry of the prismatical rod of Eample... T = u(,t) = L T Figure..2: Geometry of the taut string of Eample..2.

Size: px
Start display at page:

Download "2 Introduction T(,t) = = L Figure..: Geometry of the prismatical rod of Eample... T = u(,t) = L T Figure..2: Geometry of the taut string of Eample..2."

Transcription

1 Chapter Introduction. Problems Leading to Partial Dierential Equations Many problems in science and engineering are modeled and analyzed using systems of partial dierential equations. Realistic models involve multi-dimensional behavior, nonlinearity, and irregular boundaries which are too complicated to be solved by analytic techniques. Numerical techniques provide useful approimations and now provide the dominant approach to addressing partial dierential equations. Let's begin by eamining eamples of physical situations that involve partial dierential equations. Eample... Consider the problem of determining the temperature T in a long prismatical rod of length L for times t > given that its temperature is known at the instant that the eperiment is started (t = ) and that some information, e.g., the temperature or the heat u, is prescribed at the boundaries = L (Figure..). The temperature in the rod may be determined as a function of the spatial coordinate and the time t by solving the one-dimensional heat conduction equation subject to the initial @T (k ) <<L T ( ) = T () L (..b) and appropriate boundary data, such as T ( t)=t =: (..c)

2 2 Introduction T(,t) = = L Figure..: Geometry of the prismatical rod of Eample... T = u(,t) = L T Figure..2: Geometry of the taut string of Eample..2. The parameters, c, and k are, respectively, the density, specic heat, and conductivity of the rod. Equation (..c) implies that the left end of the rod is maintained at the temperature T L while the right endis insulated. Eample..2. The problem of nding the deection u( t) of a taut string of length L, as shown in Figure..2, given its initial deection and velocity is governed 2 = u <<L t> (..2a) u( ) = u = v () L (..2b) u( t)= u(l t) = t>: (..2c) Here, T is the tension in the string, is the string's density per unit length, u () isthe initial deection, and v () is the initial velocity. Eample..3. The problem of determining the stresses in a prismatical shaft that is subjected to a torque T (Figure..3)is governed by = ;2 ( y) 2 (..3a) 2 = ( y) (..3b)

3 .. Problems Leading to PDEs 3 y Θ T z Figure..3: Geometry of the prismatical rod of Eample T =2G Z Z d! yz : (..3c) The variable ( y) is a stress function. Once it has been determined from (..3a,b), the angle of twist per unit length and the components of the shear stress z and yz may be determined from (..3c). The parameter G is the shear modulus of the rod, is the cross-sectional area of the rod, denotes its boundary. Observe that this problem is in equilibrium and, unlike those of Eamples.. and..2, it does not evolve in time. Eample..4. The two-dimensional ow of a compressible inviscid uid is governed by the Euler equations t + m + n y = (..4a) m t +( m2 + p) +( mn ) y = (..4b) n t +( mn ) +( n2 + p) y = e t +[(e + p) m ] +[(e + p) n ] y =: (..4c) (..4d)

4 4 Introduction y, n, v U, m, u Figure..4: Typical ow region for Eample..4. Subscripts denote partial dierentiation and, m and n, e, and p are the uid density, the and y components of the momentum per unit volume, the total energy per unit volume, and the pressure, respectively. The and y components of the velocity vector, u and v, arerelated to the components of the momentum vector by m = u n = v: (..5) Finally, the pressure must be related to, m, n, and e by an equation of state, which, for a perfect gas, is p =( ; )[e ; (m 2 + n 2 )=2] (..6) where is a constant. Equations (..4a), (..4b), (..4c), and (..4d) epress the physical conditions that the mass, the component of momentum, the y component of momentum, and the energy of the uid, respectively, are conserved during its motion. A typical problem involving the ow around an airfoil is shown in Figure..4. The boundary conditions for this eample would state that the momentum vector must be tangent to the airfoil and that ow conditions far from the airfoil are uniform and prescribed..2 Second-Order Partial Dierential Equations Mathematicians classify partial dierential systems according to the order of their highest derivatives, the number of independent variables, and the number of dependent variables. Other properties, such as linearity, are also used for characterization. Thus, Eamples..,..2, and..3 are second-order, linear, scalar problems in two variables while Eample..4 is a rst-order, nonlinear, vector system in the three variables, y, and

5 .2. Second-Order PDEs 5 t. We'll consider rst-order problems in Section.3 and eamine second-order problems here. In particular, we'll focus on a linear, scalar, partial dierential equation in two variables having the form L[u] au +2bu y + cu yy + du + eu y + fu = g (.2.) where a, b, :::, g are continuous functions of and y and subscripts denote partial dierentiation, e.g., Such second-order equations are classied into three types depending on the roots 2 = ;b p b 2 ; ac a (.2.2a) of the characteristic equation a 2 +2b + c =: (.2.2b) In particular, (.2.) is hyperbolic if, 2 are real and distinct, i.e., ifb 2 ; ac >, elliptic if, 2 are comple, i.e., ifb 2 ; ac <, and parabolic if = 2, i.e., if b 2 ; ac =. Eample.2.. A problem can be of a dierent type in dierent spatial regions. The equation u + u yy = (.2.3) has a =, b =,and c = thus, b 2 ; ac = ; and (.2.3) is hyperbolic in the left-half plane ( <), elliptic in the right-half plane ( >), and parabolic on the line =. There are canonical partial dierential equations of each type that are important for theoretical reasons and when developing practical numerical methods. The canonical hyperbolic equation is (.2.) with a =,c = ;, b = d = e = f = g =,or u ; u yy =: (.2.4)

6 6 Introduction This equation is called the one-dimensional wave equation. Usually one of the independent variables, say y, corresponds to time. Initial and/or boundary conditions have tobe specied for the solution to be uniquely determined. An initial value or Cauchy problem for the wave equation consists of nding u satisfying (.2.4) on y >, ; < <, given the initial conditions u( ) = () u y ( ) = (): (.2.5a) An initial-boundary value problem for the wave equation consists of determining u satisfying (.2.4) on y >, < <, given the initial conditions (.2.5a) and the boundary conditions u( t)+ u ( t)= u( t)+ u ( t)= : (.2.5b) A boundary condition (.2.5b) is called Dirichlet if j = for j = or it is called Neumann if j = and it is called Robin if j and j are nonzero. The canonical parabolic problem is the one-dimensional heat conduction equation which has a =,e = ;, b = c = d = f = g =in (.2.), or u ; u y =: (.2.6) Again, y frequently corresponds to time. The initial value problem for the heat equation is to nd u satisfying (.2.6) on y>, ; <<, given the initial condition u( ) = (): (.2.7a) An initial-boundary value problem for the heat equation is to nd u satisfying (.2.6) on y>, <<, given the initial condition (.2.7a) and the boundary conditions u( t)+ u ( t)= u( t)+ u ( t)= : (.2.7b) The canonical elliptic problem is the two-dimensional Poisson equation where a =, c =,b = d = e = f =in (.2.) to produce u + u yy = g( y): (.2.8)

7 .2. Second-Order PDEs 7 If the function g( y) then (.2.8) is called Laplace's equation. There are no well posed (stable) initial or initial-boundary value problems for Poisson's or Laplace's equation. There are only boundary value problems, which consist of determining u( y) for ( y) 2 satisfying (.2.8) given u + u n = ( y) (.2.9) where n is a unit outward normal vector and,, and are functions of and y. In analogy with the boundary conditions for the wave and heat equations, if the problem is called a Dirichlet problem, if the problem is called a Neumann problem, and if neither nor are zero the problem is called a Robin problem. Eact solutions to each of the canonical problems are known in certain circumstances and the classical technique for obtaining them is by using Fourier series. Fourier series will also play a key role in analyzing nite dierence approimations of the canonical problems, so let us illustrate Fourier's method for a simple heat conduction problem. We're not going to delve into this subject, so consult an elementary dierential equations tet such as Boyce and DiPrima [] for additional information. Eample.2.2. Consider the Dirichlet problem for the heat conduction equation u t = u << t> (.2.a) u( ) = () (.2.b) u( t)=u( t)=: (.2.c) (As noted, y in (.2.6) frequently corresponds to time. In order to emphasize this, we have replaced the symbol y with a t.) The homogeneous boundary conditions suggest the use of the Fourier sine series u( t) = X k= a k (t)sink (.2.) which satises (.2.c) for all k>. Substitution of (.2.) into (.2.a) yields X k= [_a k +(k) 2 a k ]sink =

8 8 Introduction where a superimposed dot denotes time dierentiation. The term in brackets must vanish if the above system is to be satised for all values of k and thus, or _a k +(k) 2 a k = a k (t) =a ke ;k2 2t 8 k> 8 k>: Using this result in (.2.) gives u( t) = X k= a ke ;k2 2t sin k: (.2.2a) The constants a k, k >, are determined from the initial conditions (.2.b) thus, evaluating (.2.2a) at t = yields u( ) = () = X k= a k sin k Multiplying the above equation by sin l, integrating on ( ), interchanging limiting processes, and using the orthogonality properties of the sine function yields Z X Z () sin ld = a k sin k sin ld = a l if k = l 2 otherwise : Thus, k= Z a k =2 ()sinkd 8 k>: (.2.2b) Even without a specic initial function () we are able to discern several properties of the solution. For eample, assuming that (.2.2a) converges, we see that (i) u( t) is a smooth function of and t even if () isn'tand(ii) u( t) is a decreasing function of t. Incidentally, (.2.2) converges in the L 2 norm (cf. (.2.4)) under rather general conditions [3]. To be more specic, suppose that 2 =2 () = 2( ; ) =2 : Then, (.2.2b) implies a k =2[ Z =2 2 sin kd + Z =2 2( ; ) sin kd] = 8 (k) 2

9 .2. Second-Order PDEs 9 and (.2.2a) becomes u( t) = X k= 8 (k) 2 e;k2 2t sin k: (.2.3) With this initial data, (.2.3) is formally converging as O(=k 2 ). In general, the Fourier series converges as O(=k +2 ) if () 2 C. Thus, even (some) discontinuous data leads to convergent Fourier series [3]. It will not be possible to obtain Fourier series or other eplicit solutions to practical (variable-coecient or nonlinear) problems. Nevertheless, we can obtain information about the solution without much eort. Let us, for eample, obtain an estimate of the behavior of the solution in the L 2 norm, which, for (.2.), is dened as ku( t)k 2 Z Multiplying (.2.a) by u and integrating on ( ), we nd This may be written as or, using (.2.4) d 2 dt Z Z uu t d = u 2 d = Z u( t) 2 d =2 : (.2.4) Z uu d: (uu ) d ; d 2 dt ku( t)k2 2 = uu j ; Using the boundary conditions (.2.c) d dt ku( t)k2 2 = ;2 Z Z Z u 2 d: u 2 d: u 2 d Since the integral on the right is non-positive, the L 2 norm of the solution is a decreasing function of t. The decrease is due to the presence of the u term in (.2.a), which we call dissipative. Problems. ([], Section.7.) Find the Fourier-series solution of Laplace's equation u + u yy =

10 Introduction on the rectangle <<a, <y<b, satisfying the boundary conditions u( y)= u(a y) = <y<b u( ) = u( b) =g() <<a: Additionally, ndthe solution in the particular case when < a=2 g() = a ; a=2 <<a : 2. ([5], Section 8.) Find where the following partial dierential equations are hyperbolic, parabolic, and = u =: 3. Under suitable assumptions [2] the equations of two-dimensional, compressible, steady, inviscid ow ((..4) with all time derivatives set to zero) can be reduced to the simpler system (a 2 ; u 2 )u ; uv(u y + v )+(a 2 ; v 2 )v y = v ; u y =: Once again, u and v are the Cartesian coordinates of the velocity vector and a is the speed of sound (a=a ) 2 =; ; 2 u 2 + v 2 with a being the speed of sound when u = v = and > beinga constant. Introducing a potential function ( y) such that a 2 u = v = y

11 .3. Hyperbolic Conservation Laws we satisfy the second partial dierential equation and \reduce" the rst to the transonic full-potential equation (a 2 ; 2 ) ; 2 y y +(a 2 ; 2 y) yy =: Although this is a complicated nonlinear second-order dierential equation, it can still be classied as hyperbolic, parabolic, or elliptic. However, with nonlinear equations, the type may depend on the unknown solution. Determine the type of the transonic full-potential equation. Epress your answer in terms of the Mach number M 2 = u2 + v 2 a 2 = y a 2 : 4. Show that the L 2 norm of the solution of Burgers' equation u t + uu = u << t> where is a positive constant, is a decreasing function of time when the initial and boundary conditions are u( ) = () u( t)=u( t)= t>:.3 Hyperbolic Conservation Laws: Characteristics, Shock Waves, and Rankine-Hugoniot Conditions A conservation laws states that the total amount of some quantity remains unchanged during the evolution of the solution according to the partial dierential equation. In physical processes without dissipation, these quantities might be the total mass, momentum, and energy. In this introductory chapter, let us conne our attention to conservation laws in one space dimension which typically have the form d dt Z ud = ;f(u)j = ;f(u( t)) + f(u( t)) (.3.)

12 2 Introduction where u( t) = u ( t) u 2 ( t). u m ( t) f(u) = f (u) f 2 (u). f m (u) : (.3.2) are density and u vectors, respectively. Equation (.3.) epresses the fact that the rate of change of u within the \volume" is equal to the change in its u through the boundaries =,. If f and u are smooth functions, then (.3.) can be written as Z [u t + f(u) ]d =: Since this result should hold for all possible \control volumes" ( ), the integrand must vanish, i.e., u t + f(u) =: (.3.3) Eample.3.. The Euler equations for one-dimensional compressible inviscid ows may be obtained by setting all y derivatives and n to zero in equations (..4) to obtain t + m = (.3.4a) m t +( m2 + p) = (.3.4b) e t +[(e + p) m ] =: (.3.4c) The pressure is determined by an equation of state which we take in the rather general form p = p( m e). Recall that equations (.3.4a), (.3.4b), and (.3.4c) epress the facts that the mass, momentum, and energy of the uid are neither created nor destroyed and are, hence, conserved. We readily see that the system (.3.4) has the form of (.3.3) with u = 2 4 m e f(u) = 4 m m 2 = + p (e + p)m= 3 5 : (.3.5)

13 .3. Hyperbolic Conservation Laws 3 Eample.3.2. The deection of a taut string has the form u tt = c 2 u (.3.6) where c 2 = T= with T being the tension and being the linear density of the string (cf. (..2)). Equation (.3.6) can be written as a rst-order system in a variety of ways. Perhaps the most common approach is to let u = u t u 2 = cu : (.3.7) Dierentiating with respect to t while using (.3.6) and (.3.7) yields (u ) t = u tt = c 2 u = c(u 2 ) (u 2 ) t = cu t = cu t = c(u ) : Thus, the one-dimensional wave equation has the form of (.3.3) with u ;cu2 u = f(u) = : u 2 ;cu For the remainder of this introductory section, we'll conne our attention to the scalar conservation law u t + f(u) = (.3.8) and return to vector systems of conservation laws in Chapter 6. To begin, let a(u) = df(u) du (.3.9a) and write (.3.8) in the convective form u t + a(u)u =: (.3.9b) Regard u( t) as a function of twovariables and compute its total (directional) derivative du = u t dt + u d =(u t + d dt u )dt: (.3.)

14 4 Introduction Let us evaluate (.3.) in the direction given by Then, using (.3.9b) we see that d dt = a(u): (.3.) du =(u t + au )dt =: Thus, u( t) is constant along the curve d=dt = a. This curve is called a characteristic of the dierential equation (.3.8). Characteristics can be used to construct solutions of initial or initial boundary value problems. Let us begin with an initial value problem for (.3.8) on ; <<, t>, with the initial condition u( ) = () ; <<: (.3.2) Since u is constant along the characteristic curves, it must have the same value that it had initially. Thus, u = ( ) along the characteristic that passes through ( ). This characteristic satises the ordinary initial value problem d dt = a( ) a t> () = : (.3.3) Integrating, we see that the characteristic is the straight line = + a t: (.3.4) This procedure can be repeated to trace other characteristics and thereby construct the solution. The solution of (.3.8) is implicitly given by the formula u( t) =( ; a( )t) (.3.5) however, this formula is rather obscure. Let us clarify the situation with some eamples. Eample.3.3. The simplest case occurs when a is a constant and f(u) =au. All of the characteristics are parallel straight lines with slope =a. The solution of the initial value problem (.3.8,.3.2) is u( t) = ( ; at) and is, as shown in Figure.3., a wave that maintains its shape and travels with speed a.

15 .3. Hyperbolic Conservation Laws 5 t = + at a u(,t) at u(,) = φ() u(,t) = φ(-at) at Figure.3.: Characteristic curves and solution of the initial value problem (.3.8,.3.2) when a is a constant. t = + ( )t φ P φ φ = + ( )t φ Figure.3.2: Characteristic curves for two initial points and for Burgers' equation. The characteristics intersect at a point P.

16 6 Introduction Eample.3.4. Setting a(u) =u and f(u) =u 2 =2 in (.3.8,.3.9a) yields the inviscid Burgers' equation u t + 2 (u2 ) =: (.3.6) Again, consider an initial value problem having the initial condition (.3.2), so the characteristic is given by (.3.4) with a = u( ) = ( ), i.e., = + ( )t: (.3.7) The characteristics are straight lines, but they are not parallel as they were in Eample.3.3. Their slope depends on the value of the initial data thus, the characteristic passing through the point ( ) has slope =( ). The fact that the characteristics are not parallel introduces a diculty that was not present in the linear problem of Eample.3.3. Consider characteristics passing through ( ) and ( ) and suppose that ( ) > ( ) for >. Since the slope of the characteristic passing through ( ) is less than the slope of the one passing through ( ), the two characteristics will intersect at a point, say, P as shown in Figure.3.2. The solution would appear to be multivalued at points such as P. In order to help clarify matters, let's eamine the specic choice of given by La [4] () = 8 < : if < ; if < if : (.3.8) Using (.3.7), we see that the characteristic passing through the point ( ) satises = 8 < : + t if < +(; )t if < if : (.3.9) Several characteristics are shown in Figure.3.3. The characteristics rst intersect at t =. After that, the solution would presumably be multivalued, as shown in Figure.3.4. It's, of course, quite possible for multivalued solutions to eist however, (i) they are not observed in physical situations and (ii) they do not satisfy (.3.8) in any classical sense. Discontinuous solutions are often observed in nature once characteristics of the

17 .3. Hyperbolic Conservation Laws 7 corresponding conservation law model have intersected. They also do not satisfy (.3.8), but they might satisfy the integral form of the conservation law (.3.). We eamine the simplest case when two classical solutions satisfying (.3.8) are separated by a single smooth curve = (t) across which u( t) is discontinuous. For each t > we assume that <(t) <and let superscripts - and + denote conditions immediately to the left and right, respectively, of = (t). Then, using (.3.), we have d dt Z or, dierentiating the integrals Z ; Z ud = d ; dt [ ud + u t d + u ; _ ; + Z Z + ud] =;f(u)j + u td ; u + _ + = ;f(u)j : The solution on either side of the discontinuity was assumed to be smooth, so (.3.8) holds in ( ; )and( + ) and can be used to replace the integrals. Additionally, since is smooth, _ ; = _ + = _. Thus, we have or ;f(u)j ; + u ; _ ; f(u)j + ; u + _ = ;f(u)j _(u + ; u ; )=f(u + ) ; f(u ; ): (.3.2) Let [q] q + ; q ; (.3.2) denote the jump in a quantity q and write (.3.2) as [u] _ =[f(u)]: (.3.22) Equation (.3.22) is called the Rankine-Hugoniot jump condition and the discontinuity is called a shock wave. We can use the Rankine-Hugoniot condition to nd a discontinuous solution of Eample.3.4. Eample.3.5. For t<, the discontinuous solution of (.3.6,.3.8) is as given in Eample.3.4. For t, we hypothesize the eistence of a single shock wave, passing

18 8 Introduction t Figure.3.3: Characteristics for Burgers' equation (.3.6) with initial data given by (.3.8). u(,) u(,/2) 2 2 u(,) u(,3/2) 2 2 Figure.3.4: Multivalued solution of Burgers' equation (.3.6) with initial data given by (.3.8). The solution u( t) isshown as a function of for t =,/2,, and 3/2.

19 .3. Hyperbolic Conservation Laws 9 through ( ) in the ( t)-plane. As shown in Figure.3.5, the solution of Eample.3.4 can be used to infer that u ; = and u + =. Thus, f(u ; ) = (u ; ) 2 =2 = =2 and f(u + )=(u + ) 2 =2=. Using (.3.22), the velocity of the shock wave is _ = 2 : Integrating, we nd the shock location as = 2 t + c: Since the shock passes through ( ), the constant of integration c ==2, and = (t +): (.3.23) 2 The characteristics and shock wave are shown in Figure.3.5 and the solution u( t) is shown as a function of for several times in Figure.3.6. Let us consider another problem for Burgers' equation with dierent initial conditions that will illustrate another structure that arises in the solution of nonlinear hyperbolic systems. Eample.3.6. Consider Burgers' equation (.3.6) subject to the initial conditions () = 8 < : if < if < if : (.3.24) Using (.3.7) and (.3.24), we see that the characteristic passing through ( ) satises = 8 < : if < ( + t) if < + t if : (.3.25) These characteristics, shown in Figure.3.7, may be used to verify that the solution, shown in Figure.3.8, is continuous. nonlinear hyperbolic systems are discussed in La [4]. Additional considerations and diculties with Thus far, we have only considered initial value problems for (.3.8). Initial-boundary problems are also possible however, boundary conditions cannot be prescribed arbitrarily

20 2 Introduction t ξ = (t + )/2 Figure.3.5: Characteristics and shock discontinuity for Eample.3.5. u(,) u(,/2) 2 2 u(,) u(,3/2) 2 2 Figure.3.6: Solution u( t) of Eample.3.5 as a function of at t =, /2,, and 3/2. The solution is discontinuous for t>.

21 .3. Hyperbolic Conservation Laws 2 t u(,) Figure.3.7: Characteristics for Eample.3.6. u(,/2) 2 2 u(,) u(,3/2) 2 2 Figure.3.8: Solution u( t) of Eample.3.6 as a function of at t =, /2,, and 3/2.

22 22 Introduction t (,t ) = at (,t ) t - /a - a t Figure.3.9: Characteristics for the linear initial-boundary value problem (.3.26a). and are determined by the characteristic directions (.3.). Let us begin with the linear problem u t + au = << t> (.3.26a) u( ) = () : (.3.26b) Suppose that a >. As shown in Figure.3.9, the solution at a point ( t ) where > at is determined by the initial condition at ( ; at ). On the other hand, the solution at a point ( 2 t 2 ) where 2 < at 2 is not determined by the initial condition and requires a boundary value to be prescribed at ( t 2 ; 2 =a). Therefore, the proper boundary condition to apply is u( t)= (t) t>: (.3.26c) The solution of the initial-boundary value problem (.3.26a) is given by (t ; =a) if <<at u( t) = ( ; at) if at < : (.3.27) There are no boundary conditions at =. However, if a <, the situation would be reversed and boundary conditions would be needed at = and not at =. Determining the proper boundary conditions for nonlinear problems can be quite complicated. For eample, consider solving (.3.9b) on <<, t>witha(u( t)) >

23 .3. Hyperbolic Conservation Laws 23 and a(u( t)) <. As shown on the left of Figure.3., such a problem would need boundary conditions at both = and =. On the other hand, a problem with a(u( t)) < and a(u( t)) > (Figure.3., right) would not require any boundary conditions. t t Figure.3.: Characteristics for a nonlinear initial-boundary value problem with a(u( t)) > and a(u( t)) < (left) and with a(u( t)) < anda(u( t)) > (right). Problems. A Riemann problem is a Cauchy (initial value) problem with piecewise constant initial data. Consider the Riemann problem for the inviscid Burgers' equation u t + 2 (u2 ) = u( ) = ul if < u R if : where u L and u R are constants. Solve this problem in the two cases when u L >u R and when u L <u R. Sketch several characteristic curves and sketch the solution as a function of at a few times. As a hint, you may want to rst solve a problem with continuous initial data, e.g., u( ) = 8 < : u L ul ( ; )+ u R ( + ) 2 2 u R if <; if ; < if < and take the limit as!. You may also consult La [4].

24 24 Introduction 2. Use the method of characteristics to construct a solution of the inhomogeneous initial value problem u t + au = b() ; << t> u( ) = () ; << where a is aconstant and b() is smooth. 3. A scalar conservation law having cylindrical symmetry has the form d dt Z urdr = ;f(u)rj where r is a radial coordinate. If solutions are smooth this may be written as the rst-order hyperbolic partial dierential equation u t + r [f(u)r] r =: Solve an initial-boundary value problem for this equation on r >, t > when f(u) = au with a a positive constant. Assume the initial conditions prescribe u(r ) = (r) r> where (r) issmooth. What boundary conditions, if any, must be prescribed? 4. Consider a linear vector systems of m conservation laws of the form u t + Au = where A is a constant m m matri. Let P be the m m matri that reduces A to the canonical form P ; AP = : If A has m distinct real eigenvalues then is the diagonal matri = and the partial dierential system is called hyperbolic. (Additionally, if has m comple eigenvalues the system is called elliptic. These etend the notions of hyperbolicity and ellipticity thatwere introduced in Section.2. m 3 7 5

25 .3. Hyperbolic Conservation Laws Assume that the given partial dierential system is hyperbolic and introduce the transformation u = Pv: Show that v satises v t + v = : Thus, the transformation has uncoupled the system (ecept possibly for the initial and/or boundary conditions). It now has the scalar form (v i ) t + i (v i ) = i = 2 m: This system may be analyzed using characteristics in the same manner as for the scalar case Consider the wave equation written as a rst-order system of two equations with A = ;c ;c Find P,, and the diagonal system satised by v. Determine the characteristics and, hence, v. Knowing v, determine u( t) such that it satises the initial data u( ) = u () u 2() : :

26 26 Introduction

27 Bibliography [] W.E. Boyce and R.C. DiPrima (contibuter). Elementary Dierential Equations and Boundary Value Problems. John Wiley and Sons, New York, sith edition, 996. [2] P.R. Garabedian. Partial Dierential Equations. John Wiley and Sons, New York, 964. [3] D. Gottlieb and S.A. Orszag. Numerical Analysis of Spectral Methods: Theory and Applications. Regional Conference Series in Applied Mathematics, No. 26. SIAM, Philadelphia, 977. [4] P.D. La. Hyperbolic Systems of Conservation Laws and the Mathematical Theory of Shock Waves. Regional Conference Series in Applied Mathematics, No.. SIAM, Philadelph, 973. [5] H.F. Weinberger. A First Course in Partial Dierential Equations. Ginn-Blaisdell, Waltham,

INTRODUCTION TO PDEs

INTRODUCTION TO PDEs INTRODUCTION TO PDEs In this course we are interested in the numerical approximation of PDEs using finite difference methods (FDM). We will use some simple prototype boundary value problems (BVP) and initial

More information

Hyperbolic Systems of Conservation Laws. I - Basic Concepts

Hyperbolic Systems of Conservation Laws. I - Basic Concepts Hyperbolic Systems of Conservation Laws I - Basic Concepts Alberto Bressan Mathematics Department, Penn State University Alberto Bressan (Penn State) Hyperbolic Systems of Conservation Laws 1 / 27 The

More information

0.3.4 Burgers Equation and Nonlinear Wave

0.3.4 Burgers Equation and Nonlinear Wave 16 CONTENTS Solution to step (discontinuity) initial condition u(x, 0) = ul if X < 0 u r if X > 0, (80) u(x, t) = u L + (u L u R ) ( 1 1 π X 4νt e Y 2 dy ) (81) 0.3.4 Burgers Equation and Nonlinear Wave

More information

PROBLEMS In each of Problems 1 through 12:

PROBLEMS In each of Problems 1 through 12: 6.5 Impulse Functions 33 which is the formal solution of the given problem. It is also possible to write y in the form 0, t < 5, y = 5 e (t 5/ sin 5 (t 5, t 5. ( The graph of Eq. ( is shown in Figure 6.5.3.

More information

Introduction to Partial Differential Equations

Introduction to Partial Differential Equations Introduction to Partial Differential Equations Philippe B. Laval KSU Current Semester Philippe B. Laval (KSU) Key Concepts Current Semester 1 / 25 Introduction The purpose of this section is to define

More information

Hyperbolic Systems of Conservation Laws. in One Space Dimension. II - Solutions to the Cauchy problem. Alberto Bressan

Hyperbolic Systems of Conservation Laws. in One Space Dimension. II - Solutions to the Cauchy problem. Alberto Bressan Hyperbolic Systems of Conservation Laws in One Space Dimension II - Solutions to the Cauchy problem Alberto Bressan Department of Mathematics, Penn State University http://www.math.psu.edu/bressan/ 1 Global

More information

13 PDEs on spatially bounded domains: initial boundary value problems (IBVPs)

13 PDEs on spatially bounded domains: initial boundary value problems (IBVPs) 13 PDEs on spatially bounded domains: initial boundary value problems (IBVPs) A prototypical problem we will discuss in detail is the 1D diffusion equation u t = Du xx < x < l, t > finite-length rod u(x,

More information

Scientific Computing: An Introductory Survey

Scientific Computing: An Introductory Survey Scientific Computing: An Introductory Survey Chapter 11 Partial Differential Equations Prof. Michael T. Heath Department of Computer Science University of Illinois at Urbana-Champaign Copyright c 2002.

More information

H. L. Atkins* NASA Langley Research Center. Hampton, VA either limiters or added dissipation when applied to

H. L. Atkins* NASA Langley Research Center. Hampton, VA either limiters or added dissipation when applied to Local Analysis of Shock Capturing Using Discontinuous Galerkin Methodology H. L. Atkins* NASA Langley Research Center Hampton, A 68- Abstract The compact form of the discontinuous Galerkin method allows

More information

CLASSIFICATION AND PRINCIPLE OF SUPERPOSITION FOR SECOND ORDER LINEAR PDE

CLASSIFICATION AND PRINCIPLE OF SUPERPOSITION FOR SECOND ORDER LINEAR PDE CLASSIFICATION AND PRINCIPLE OF SUPERPOSITION FOR SECOND ORDER LINEAR PDE 1. Linear Partial Differential Equations A partial differential equation (PDE) is an equation, for an unknown function u, that

More information

Tutorial 2. Introduction to numerical schemes

Tutorial 2. Introduction to numerical schemes 236861 Numerical Geometry of Images Tutorial 2 Introduction to numerical schemes c 2012 Classifying PDEs Looking at the PDE Au xx + 2Bu xy + Cu yy + Du x + Eu y + Fu +.. = 0, and its discriminant, B 2

More information

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

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

More information

Partial Differential Equations

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

More information

Chapter 3 Second Order Linear Equations

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

More information

Rates of Convergence to Self-Similar Solutions of Burgers Equation

Rates of Convergence to Self-Similar Solutions of Burgers Equation Rates of Convergence to Self-Similar Solutions of Burgers Equation by Joel Miller Andrew Bernoff, Advisor Advisor: Committee Member: May 2 Department of Mathematics Abstract Rates of Convergence to Self-Similar

More information

Classification of partial differential equations and their solution characteristics

Classification of partial differential equations and their solution characteristics 9 TH INDO GERMAN WINTER ACADEMY 2010 Classification of partial differential equations and their solution characteristics By Ankita Bhutani IIT Roorkee Tutors: Prof. V. Buwa Prof. S. V. R. Rao Prof. U.

More information

MATH 220: Problem Set 3 Solutions

MATH 220: Problem Set 3 Solutions MATH 220: Problem Set 3 Solutions Problem 1. Let ψ C() be given by: 0, < 1, 1 +, 1 < < 0, ψ() = 1, 0 < < 1, 0, > 1, so that it verifies ψ 0, ψ() = 0 if 1 and ψ()d = 1. Consider (ψ j ) j 1 constructed as

More information

Various lecture notes for

Various lecture notes for Various lecture notes for 18311. R. R. Rosales (MIT, Math. Dept., 2-337) April 12, 2013 Abstract Notes, both complete and/or incomplete, for MIT s 18.311 (Principles of Applied Mathematics). These notes

More information

An Introduction to Numerical Methods for Differential Equations. Janet Peterson

An Introduction to Numerical Methods for Differential Equations. Janet Peterson An Introduction to Numerical Methods for Differential Equations Janet Peterson Fall 2015 2 Chapter 1 Introduction Differential equations arise in many disciplines such as engineering, mathematics, sciences

More information

A Very Brief Introduction to Conservation Laws

A Very Brief Introduction to Conservation Laws A Very Brief Introduction to Wen Shen Department of Mathematics, Penn State University Summer REU Tutorial, May 2013 Summer REU Tutorial, May 2013 1 / The derivation of conservation laws A conservation

More information

MATH-UA 263 Partial Differential Equations Recitation Summary

MATH-UA 263 Partial Differential Equations Recitation Summary MATH-UA 263 Partial Differential Equations Recitation Summary Yuanxun (Bill) Bao Office Hour: Wednesday 2-4pm, WWH 1003 Email: yxb201@nyu.edu 1 February 2, 2018 Topics: verifying solution to a PDE, dispersion

More information

1 Basic Second-Order PDEs

1 Basic Second-Order PDEs Partial Differential Equations A. Visintin a.a. 2011-12 These pages are in progress. They contain: an abstract of the classes; notes on some (few) specific issues. These notes are far from providing a

More information

Waves in a Shock Tube

Waves in a Shock Tube Waves in a Shock Tube Ivan Christov c February 5, 005 Abstract. This paper discusses linear-wave solutions and simple-wave solutions to the Navier Stokes equations for an inviscid and compressible fluid

More information

M445: Heat equation with sources

M445: Heat equation with sources M5: Heat equation with sources David Gurarie I. On Fourier and Newton s cooling laws The Newton s law claims the temperature rate to be proportional to the di erence: d dt T = (T T ) () The Fourier law

More information

Homework for Math , Fall 2016

Homework for Math , Fall 2016 Homework for Math 5440 1, Fall 2016 A. Treibergs, Instructor November 22, 2016 Our text is by Walter A. Strauss, Introduction to Partial Differential Equations 2nd ed., Wiley, 2007. Please read the relevant

More information

AM 205: lecture 14. Last time: Boundary value problems Today: Numerical solution of PDEs

AM 205: lecture 14. Last time: Boundary value problems Today: Numerical solution of PDEs AM 205: lecture 14 Last time: Boundary value problems Today: Numerical solution of PDEs ODE BVPs A more general approach is to formulate a coupled system of equations for the BVP based on a finite difference

More information

Numerical Solutions to Partial Differential Equations

Numerical Solutions to Partial Differential Equations Numerical Solutions to Partial Differential Equations Zhiping Li LMAM and School of Mathematical Sciences Peking University Introduction to Hyperbolic Equations The Hyperbolic Equations n-d 1st Order Linear

More information

Advection / Hyperbolic PDEs. PHY 604: Computational Methods in Physics and Astrophysics II

Advection / Hyperbolic PDEs. PHY 604: Computational Methods in Physics and Astrophysics II Advection / Hyperbolic PDEs Notes In addition to the slides and code examples, my notes on PDEs with the finite-volume method are up online: https://github.com/open-astrophysics-bookshelf/numerical_exercises

More information

Modeling Rarefaction and Shock waves

Modeling Rarefaction and Shock waves April 30, 2013 Inroduction Inroduction Rarefaction and shock waves are combinations of two wave fronts created from the initial disturbance of the medium. Inroduction Rarefaction and shock waves are combinations

More information

Explicit Jump Immersed Interface Method: Documentation for 2D Poisson Code

Explicit Jump Immersed Interface Method: Documentation for 2D Poisson Code Eplicit Jump Immersed Interface Method: Documentation for 2D Poisson Code V. Rutka A. Wiegmann November 25, 2005 Abstract The Eplicit Jump Immersed Interface method is a powerful tool to solve elliptic

More information

3150 Review Problems for Final Exam. (1) Find the Fourier series of the 2π-periodic function whose values are given on [0, 2π) by cos(x) 0 x π f(x) =

3150 Review Problems for Final Exam. (1) Find the Fourier series of the 2π-periodic function whose values are given on [0, 2π) by cos(x) 0 x π f(x) = 350 Review Problems for Final Eam () Find the Fourier series of the 2π-periodic function whose values are given on [0, 2π) by cos() 0 π f() = 0 π < < 2π (2) Let F and G be arbitrary differentiable functions

More information

LECTURE # 0 BASIC NOTATIONS AND CONCEPTS IN THE THEORY OF PARTIAL DIFFERENTIAL EQUATIONS (PDES)

LECTURE # 0 BASIC NOTATIONS AND CONCEPTS IN THE THEORY OF PARTIAL DIFFERENTIAL EQUATIONS (PDES) LECTURE # 0 BASIC NOTATIONS AND CONCEPTS IN THE THEORY OF PARTIAL DIFFERENTIAL EQUATIONS (PDES) RAYTCHO LAZAROV 1 Notations and Basic Functional Spaces Scalar function in R d, d 1 will be denoted by u,

More information

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

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

More information

Piecewise Smooth Solutions to the Burgers-Hilbert Equation

Piecewise Smooth Solutions to the Burgers-Hilbert Equation Piecewise Smooth Solutions to the Burgers-Hilbert Equation Alberto Bressan and Tianyou Zhang Department of Mathematics, Penn State University, University Park, Pa 68, USA e-mails: bressan@mathpsuedu, zhang

More information

Lecture Notes on Numerical Schemes for Flow and Transport Problems

Lecture Notes on Numerical Schemes for Flow and Transport Problems Lecture Notes on Numerical Schemes for Flow and Transport Problems by Sri Redeki Pudaprasetya sr pudap@math.itb.ac.id Department of Mathematics Faculty of Mathematics and Natural Sciences Bandung Institute

More information

Index. C 2 ( ), 447 C k [a,b], 37 C0 ( ), 618 ( ), 447 CD 2 CN 2

Index. C 2 ( ), 447 C k [a,b], 37 C0 ( ), 618 ( ), 447 CD 2 CN 2 Index advection equation, 29 in three dimensions, 446 advection-diffusion equation, 31 aluminum, 200 angle between two vectors, 58 area integral, 439 automatic step control, 119 back substitution, 604

More information

Modeling using conservation laws. Let u(x, t) = density (heat, momentum, probability,...) so that. u dx = amount in region R Ω. R

Modeling using conservation laws. Let u(x, t) = density (heat, momentum, probability,...) so that. u dx = amount in region R Ω. R Modeling using conservation laws Let u(x, t) = density (heat, momentum, probability,...) so that u dx = amount in region R Ω. R Modeling using conservation laws Let u(x, t) = density (heat, momentum, probability,...)

More information

Hyperbolic Systems of Conservation Laws. in One Space Dimension. I - Basic concepts. Alberto Bressan. Department of Mathematics, Penn State University

Hyperbolic Systems of Conservation Laws. in One Space Dimension. I - Basic concepts. Alberto Bressan. Department of Mathematics, Penn State University Hyperbolic Systems of Conservation Laws in One Space Dimension I - Basic concepts Alberto Bressan Department of Mathematics, Penn State University http://www.math.psu.edu/bressan/ 1 The Scalar Conservation

More information

Upon successful completion of MATH 220, the student will be able to:

Upon successful completion of MATH 220, the student will be able to: MATH 220 Matrices Upon successful completion of MATH 220, the student will be able to: 1. Identify a system of linear equations (or linear system) and describe its solution set 2. Write down the coefficient

More information

Partial Differential Equations

Partial Differential Equations Partial Differential Equations Analytical Solution Techniques J. Kevorkian University of Washington Wadsworth & Brooks/Cole Advanced Books & Software Pacific Grove, California C H A P T E R 1 The Diffusion

More information

Chapter 3 Burgers Equation

Chapter 3 Burgers Equation Chapter 3 Burgers Equation One of the major challenges in the field of comple systems is a thorough understanding of the phenomenon of turbulence. Direct numerical simulations (DNS) have substantially

More information

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

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

More information

I N T R O D U C T I O N T O P A R T I A L D I F F E R E N T I A L E Q U AT I O N S

I N T R O D U C T I O N T O P A R T I A L D I F F E R E N T I A L E Q U AT I O N S R U S S E L L L. H E R M A N I N T R O D U C T I O N T O P A R T I A L D I F F E R E N T I A L E Q U AT I O N S R. L. H E R M A N - V E R S I O N D AT E : S E P T E M B E R 3, 4 Copyright 4 by Russell

More information

Curvilinear coordinates

Curvilinear coordinates C Curvilinear coordinates The distance between two points Euclidean space takes the simplest form (2-4) in Cartesian coordinates. The geometry of concrete physical problems may make non-cartesian coordinates

More information

A high order adaptive finite element method for solving nonlinear hyperbolic conservation laws

A high order adaptive finite element method for solving nonlinear hyperbolic conservation laws A high order adaptive finite element method for solving nonlinear hyperbolic conservation laws Zhengfu Xu, Jinchao Xu and Chi-Wang Shu 0th April 010 Abstract In this note, we apply the h-adaptive streamline

More information

Shooting methods for numerical solutions of control problems constrained. by linear and nonlinear hyperbolic partial differential equations

Shooting methods for numerical solutions of control problems constrained. by linear and nonlinear hyperbolic partial differential equations Shooting methods for numerical solutions of control problems constrained by linear and nonlinear hyperbolic partial differential equations by Sung-Dae Yang A dissertation submitted to the graduate faculty

More information

Lecture Notes on Numerical Schemes for Flow and Transport Problems

Lecture Notes on Numerical Schemes for Flow and Transport Problems Lecture Notes on Numerical Schemes for Flow and Transport Problems by Sri Redeki Pudaprasetya sr pudap@math.itb.ac.id Department of Mathematics Faculty of Mathematics and Natural Sciences Bandung Institute

More information

Table 1: BEM as a solution method for a BVP dierential formulation FDM BVP integral formulation FEM boundary integral formulation BEM local view is ad

Table 1: BEM as a solution method for a BVP dierential formulation FDM BVP integral formulation FEM boundary integral formulation BEM local view is ad Chapter 1 Introduction to Boundary element Method - 1D Example For reference: Hong-Ki Hong and Jeng-Tzong Chen, Boundary Element Method, Chapter 1 Introduction to Boundary element Method - 1D Example,

More information

M.Sc. in Meteorology. Numerical Weather Prediction

M.Sc. in Meteorology. Numerical Weather Prediction M.Sc. in Meteorology UCD Numerical Weather Prediction Prof Peter Lynch Meteorology & Climate Centre School of Mathematical Sciences University College Dublin Second Semester, 2005 2006. In this section

More information

Applied Mathematics 505b January 22, Today Denitions, survey of applications. Denition A PDE is an equation of the form F x 1 ;x 2 ::::;x n ;~u

Applied Mathematics 505b January 22, Today Denitions, survey of applications. Denition A PDE is an equation of the form F x 1 ;x 2 ::::;x n ;~u Applied Mathematics 505b January 22, 1998 1 Applied Mathematics 505b Partial Dierential Equations January 22, 1998 Text: Sobolev, Partial Dierentail Equations of Mathematical Physics available at bookstore

More information

Vibrating Strings and Heat Flow

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

More information

Lecture 5.7 Compressible Euler Equations

Lecture 5.7 Compressible Euler Equations Lecture 5.7 Compressible Euler Equations Nomenclature Density u, v, w Velocity components p E t H u, v, w e S=c v ln p - c M Pressure Total energy/unit volume Total enthalpy Conserved variables Internal

More information

First Order Equations

First Order Equations 10 1 Linear and Semilinear Equations Chapter First Order Equations Contents 1 Linear and Semilinear Equations 9 Quasilinear Equations 19 3 Wave Equation 6 4 Sstems of Equations 31 1 Linear and Semilinear

More information

F = m a. t 2. stress = k(x) strain

F = m a. t 2. stress = k(x) strain The Wave Equation Consider a bar made of an elastic material. The bar hangs down vertically from an attachment point = and can vibrate vertically but not horizontally. Since chapter 5 is the chapter on

More information

Entropy-stable discontinuous Galerkin nite element method with streamline diusion and shock-capturing

Entropy-stable discontinuous Galerkin nite element method with streamline diusion and shock-capturing Entropy-stable discontinuous Galerkin nite element method with streamline diusion and shock-capturing Siddhartha Mishra Seminar for Applied Mathematics ETH Zurich Goal Find a numerical scheme for conservation

More information

n i,j+1/2 q i,j * qi+1,j * S i+1/2,j

n i,j+1/2 q i,j * qi+1,j * S i+1/2,j Helsinki University of Technology CFD-group/ The Laboratory of Applied Thermodynamics MEMO No CFD/TERMO-5-97 DATE: December 9,997 TITLE A comparison of complete vs. simplied viscous terms in boundary layer

More information

3 2 6 Solve the initial value problem u ( t) 3. a- If A has eigenvalues λ =, λ = 1 and corresponding eigenvectors 1

3 2 6 Solve the initial value problem u ( t) 3. a- If A has eigenvalues λ =, λ = 1 and corresponding eigenvectors 1 Math Problem a- If A has eigenvalues λ =, λ = 1 and corresponding eigenvectors 1 3 6 Solve the initial value problem u ( t) = Au( t) with u (0) =. 3 1 u 1 =, u 1 3 = b- True or false and why 1. if A is

More information

Lecture Notes on Partial Dierential Equations (PDE)/ MaSc 221+MaSc 225

Lecture Notes on Partial Dierential Equations (PDE)/ MaSc 221+MaSc 225 Lecture Notes on Partial Dierential Equations (PDE)/ MaSc 221+MaSc 225 Dr. Asmaa Al Themairi Assistant Professor a a Department of Mathematical sciences, University of Princess Nourah bint Abdulrahman,

More information

25.2. Applications of PDEs. Introduction. Prerequisites. Learning Outcomes

25.2. Applications of PDEs. Introduction. Prerequisites. Learning Outcomes Applications of PDEs 25.2 Introduction In this Section we discuss briefly some of the most important PDEs that arise in various branches of science and engineering. We shall see that some equations can

More information

Chapter 5. Sound Waves and Vortices. 5.1 Sound waves

Chapter 5. Sound Waves and Vortices. 5.1 Sound waves Chapter 5 Sound Waves and Vortices In this chapter we explore a set of characteristic solutions to the uid equations with the goal of familiarizing the reader with typical behaviors in uid dynamics. Sound

More information

Conservation and dissipation principles for PDEs

Conservation and dissipation principles for PDEs Conservation and dissipation principles for PDEs Modeling through conservation laws The notion of conservation - of number, energy, mass, momentum - is a fundamental principle that can be used to derive

More information

Partial differential equations

Partial differential equations Partial differential equations Many problems in science involve the evolution of quantities not only in time but also in space (this is the most common situation)! We will call partial differential equation

More information

Notes: Outline. Shock formation. Notes: Notes: Shocks in traffic flow

Notes: Outline. Shock formation. Notes: Notes: Shocks in traffic flow Outline Scalar nonlinear conservation laws Traffic flow Shocks and rarefaction waves Burgers equation Rankine-Hugoniot conditions Importance of conservation form Weak solutions Reading: Chapter, 2 R.J.

More information

F. MENZAQUE, R. R. ROSALES, E. G. TABAK, AND C. V. TURNER and dissipation are many decades apart, the intermediate scales span the so{called turbulent

F. MENZAQUE, R. R. ROSALES, E. G. TABAK, AND C. V. TURNER and dissipation are many decades apart, the intermediate scales span the so{called turbulent The Forced Inviscid Burgers Equation as a Model for Nonlinear Interactions among Dispersive Waves Fernando Menzaque, Rodolfo R. Rosales, Esteban G. Tabak, and Cristina V. Turner Abstract. The forced inviscid

More information

Lecture Introduction

Lecture Introduction Lecture 1 1.1 Introduction The theory of Partial Differential Equations (PDEs) is central to mathematics, both pure and applied. The main difference between the theory of PDEs and the theory of Ordinary

More information

APPLIED PARTIAL DIFFERENTIAL EQUATIONS

APPLIED PARTIAL DIFFERENTIAL EQUATIONS APPLIED PARTIAL DIFFERENTIAL EQUATIONS AN I N T R O D U C T I O N ALAN JEFFREY University of Newcastle-upon-Tyne ACADEMIC PRESS An imprint of Elsevier Science Amsterdam Boston London New York Oxford Paris

More information

FLOW AROUND A SYMMETRIC OBSTACLE

FLOW AROUND A SYMMETRIC OBSTACLE FLOW AROUND A SYMMETRIC OBSTACLE JOEL A. TROPP Abstract. In this article, we apply Schauder s fied point theorem to demonstrate the eistence of a solution to a certain integral equation. This solution

More information

Partial Differential Equations

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

More information

Primary Results on Simulation of a New Kind Traveling Wave. of Permanent Form

Primary Results on Simulation of a New Kind Traveling Wave. of Permanent Form Primary Results on Simulation of a New Kind Traveling Wave of Permanent Form Min CHEN y Abstract This talk concerns the nonlinear dispersive waves in a water channel. Results from the study of a new version

More information

THE SEPARATRIX FOR A SECOND ORDER ORDINARY DIFFERENTIAL EQUATION OR A 2 2 SYSTEM OF FIRST ORDER ODE WHICH ALLOWS A PHASE PLANE QUANTITATIVE ANALYSIS

THE SEPARATRIX FOR A SECOND ORDER ORDINARY DIFFERENTIAL EQUATION OR A 2 2 SYSTEM OF FIRST ORDER ODE WHICH ALLOWS A PHASE PLANE QUANTITATIVE ANALYSIS THE SEPARATRIX FOR A SECOND ORDER ORDINARY DIFFERENTIAL EQUATION OR A SYSTEM OF FIRST ORDER ODE WHICH ALLOWS A PHASE PLANE QUANTITATIVE ANALYSIS Maria P. Skhosana and Stephan V. Joubert, Tshwane University

More information

Exact and Approximate Numbers:

Exact and Approximate Numbers: Eact and Approimate Numbers: The numbers that arise in technical applications are better described as eact numbers because there is not the sort of uncertainty in their values that was described above.

More information

Part 1: Overview of Ordinary Dierential Equations 1 Chapter 1 Basic Concepts and Problems 1.1 Problems Leading to Ordinary Dierential Equations Many scientic and engineering problems are modeled by systems

More information

BOUNDARY-VALUE PROBLEMS IN RECTANGULAR COORDINATES

BOUNDARY-VALUE PROBLEMS IN RECTANGULAR COORDINATES 1 BOUNDARY-VALUE PROBLEMS IN RECTANGULAR COORDINATES 1.1 Separable Partial Differential Equations 1. Classical PDEs and Boundary-Value Problems 1.3 Heat Equation 1.4 Wave Equation 1.5 Laplace s Equation

More information

7.4 The Elementary Beam Theory

7.4 The Elementary Beam Theory 7.4 The Elementary Beam Theory In this section, problems involving long and slender beams are addressed. s with pressure vessels, the geometry of the beam, and the specific type of loading which will be

More information

1 Introduction to PDE MATH 22C. 1. Introduction To Partial Differential Equations Recall: A function f is an input-output machine for numbers:

1 Introduction to PDE MATH 22C. 1. Introduction To Partial Differential Equations Recall: A function f is an input-output machine for numbers: 1 Introduction to PDE MATH 22C 1. Introduction To Partial Differential Equations Recall: A function f is an input-output machine for numbers: y = f(t) Output y 2R Input t 2R Name of function f t=independent

More information

Linear Equations and Vectors

Linear Equations and Vectors Chapter Linear Equations and Vectors Linear Algebra, Fall 6 Matrices and Systems of Linear Equations Figure. Linear Algebra, Fall 6 Figure. Linear Algebra, Fall 6 Figure. Linear Algebra, Fall 6 Unique

More information

18.303: Introduction to Green s functions and operator inverses

18.303: Introduction to Green s functions and operator inverses 8.33: Introduction to Green s functions and operator inverses S. G. Johnson October 9, 2 Abstract In analogy with the inverse A of a matri A, we try to construct an analogous inverse  of differential

More information

Mathematics Qualifying Exam Study Material

Mathematics Qualifying Exam Study Material Mathematics Qualifying Exam Study Material The candidate is expected to have a thorough understanding of engineering mathematics topics. These topics are listed below for clarification. Not all instructors

More information

Mat1062: Introductory Numerical Methods for PDE

Mat1062: Introductory Numerical Methods for PDE Mat1062: Introductory Numerical Methods for PDE Mary Pugh January 13, 2009 1 Ownership These notes are the joint property of Rob Almgren and Mary Pugh 2 Boundary Conditions We now want to discuss in detail

More information

Chapter 5 Types of Governing Equations. Chapter 5: Governing Equations

Chapter 5 Types of Governing Equations. Chapter 5: Governing Equations Chapter 5 Types of Governing Equations Types of Governing Equations (1) Physical Classification-1 Equilibrium problems: (1) They are problems in which a solution of a given PDE is desired in a closed domain

More information

Functions of Several Variables

Functions of Several Variables Chapter 1 Functions of Several Variables 1.1 Introduction A real valued function of n variables is a function f : R, where the domain is a subset of R n. So: for each ( 1,,..., n ) in, the value of f is

More information

IV. Compressible flow of inviscid fluids

IV. Compressible flow of inviscid fluids IV. Compressible flow of inviscid fluids Governing equations for n = 0, r const: + (u )=0 t u + ( u ) u= p t De e = + ( u ) e= p u+ ( k T ) Dt t p= p(, T ), e=e (,T ) Alternate forms of energy equation

More information

Plot of temperature u versus x and t for the heat conduction problem of. ln(80/π) = 820 sec. τ = 2500 π 2. + xu t. = 0 3. u xx. + u xt 4.

Plot of temperature u versus x and t for the heat conduction problem of. ln(80/π) = 820 sec. τ = 2500 π 2. + xu t. = 0 3. u xx. + u xt 4. 10.5 Separation of Variables; Heat Conduction in a Rod 579 u 20 15 10 5 10 50 20 100 30 150 40 200 50 300 x t FIGURE 10.5.5 Example 1. Plot of temperature u versus x and t for the heat conduction problem

More information

Introduction of Partial Differential Equations and Boundary Value Problems

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

More information

Lecture 4b. Bessel functions. Introduction. Generalized factorial function. 4b.1. Using integration by parts it is easy to show that

Lecture 4b. Bessel functions. Introduction. Generalized factorial function. 4b.1. Using integration by parts it is easy to show that 4b. Lecture 4b Using integration by parts it is easy to show that Bessel functions Introduction In the previous lecture the separation of variables method led to Bessel's equation y' ' y ' 2 y= () 2 Here

More information

Useful Mathematics. 1. Multivariable Calculus. 1.1 Taylor s Theorem. Monday, 13 May 2013

Useful Mathematics. 1. Multivariable Calculus. 1.1 Taylor s Theorem. Monday, 13 May 2013 Useful Mathematics Monday, 13 May 013 Physics 111 In recent years I have observed a reticence among a subpopulation of students to dive into mathematics when the occasion arises in theoretical mechanics

More information

Introduction to Continuous Systems. Continuous Systems. Strings, Torsional Rods and Beams.

Introduction to Continuous Systems. Continuous Systems. Strings, Torsional Rods and Beams. Outline of Continuous Systems. Introduction to Continuous Systems. Continuous Systems. Strings, Torsional Rods and Beams. Vibrations of Flexible Strings. Torsional Vibration of Rods. Bernoulli-Euler Beams.

More information

The Hopf equation. The Hopf equation A toy model of fluid mechanics

The Hopf equation. The Hopf equation A toy model of fluid mechanics The Hopf equation A toy model of fluid mechanics 1. Main physical features Mathematical description of a continuous medium At the microscopic level, a fluid is a collection of interacting particles (Van

More information

Hello everyone, Best, Josh

Hello everyone, Best, Josh Hello everyone, As promised, the chart mentioned in class about what kind of critical points you get with different types of eigenvalues are included on the following pages (The pages are an ecerpt from

More information

The Convergence of Mimetic Discretization

The Convergence of Mimetic Discretization The Convergence of Mimetic Discretization for Rough Grids James M. Hyman Los Alamos National Laboratory T-7, MS-B84 Los Alamos NM 87545 and Stanly Steinberg Department of Mathematics and Statistics University

More information

Review of Linear Algebra

Review of Linear Algebra Review of Linear Algebra Dr Gerhard Roth COMP 40A Winter 05 Version Linear algebra Is an important area of mathematics It is the basis of computer vision Is very widely taught, and there are many resources

More information

Introduction to PARTIAL DIFFERENTIAL EQUATIONS THIRD EDITION

Introduction to PARTIAL DIFFERENTIAL EQUATIONS THIRD EDITION Introduction to PARTIAL DIFFERENTIAL EQUATIONS THIRD EDITION K. SANKARA RAO Formerly Professor Department of Mathematics Anna University, Chennai New Delhi-110001 2011 INTRODUCTION TO PARTIAL DIFFERENTIAL

More information

Partial Differential Equations

Partial Differential Equations Partial Differential Equations Introduction Deng Li Discretization Methods Chunfang Chen, Danny Thorne, Adam Zornes CS521 Feb.,7, 2006 What do You Stand For? A PDE is a Partial Differential Equation This

More information

Mathematical Methods - Lecture 9

Mathematical Methods - Lecture 9 Mathematical Methods - Lecture 9 Yuliya Tarabalka Inria Sophia-Antipolis Méditerranée, Titane team, http://www-sop.inria.fr/members/yuliya.tarabalka/ Tel.: +33 (0)4 92 38 77 09 email: yuliya.tarabalka@inria.fr

More information

Applied Mathematics 205. Unit III: Numerical Calculus. Lecturer: Dr. David Knezevic

Applied Mathematics 205. Unit III: Numerical Calculus. Lecturer: Dr. David Knezevic Applied Mathematics 205 Unit III: Numerical Calculus Lecturer: Dr. David Knezevic Unit III: Numerical Calculus Chapter III.3: Boundary Value Problems and PDEs 2 / 96 ODE Boundary Value Problems 3 / 96

More information

Seismic Waves Propagation in Complex Media

Seismic Waves Propagation in Complex Media H4.SMR/1586-1 "7th Workshop on Three-Dimensional Modelling of Seismic Waves Generation and their Propagation" 5 October - 5 November 004 Seismic Waves Propagation in Comple Media Fabio ROMANELLI Dept.

More information

Solve Wave Equation from Scratch [2013 HSSP]

Solve Wave Equation from Scratch [2013 HSSP] 1 Solve Wave Equation from Scratch [2013 HSSP] Yuqi Zhu MIT Department of Physics, 77 Massachusetts Ave., Cambridge, MA 02139 (Dated: August 18, 2013) I. COURSE INFO Topics Date 07/07 Comple number, Cauchy-Riemann

More information

Aero III/IV Conformal Mapping

Aero III/IV Conformal Mapping Aero III/IV Conformal Mapping View complex function as a mapping Unlike a real function, a complex function w = f(z) cannot be represented by a curve. Instead it is useful to view it as a mapping. Write

More information

R. Courant and D. Hilbert METHODS OF MATHEMATICAL PHYSICS Volume II Partial Differential Equations by R. Courant

R. Courant and D. Hilbert METHODS OF MATHEMATICAL PHYSICS Volume II Partial Differential Equations by R. Courant R. Courant and D. Hilbert METHODS OF MATHEMATICAL PHYSICS Volume II Partial Differential Equations by R. Courant CONTENTS I. Introductory Remarks S1. General Information about the Variety of Solutions.

More information

Applied Mathematics Course Contents Matrices, linear systems Gauss-Jordan elimination, Determinants, Cramer's rule, inverse matrix.

Applied Mathematics Course Contents Matrices, linear systems Gauss-Jordan elimination, Determinants, Cramer's rule, inverse matrix. Applied Mathematics Course Contents Matrices, linear systems Gauss-Jordan elimination, Determinants, Cramer's rule, inverse matri. Vector spaces, inner product and norm, linear transformations. Matri eigenvalue

More information