Ch 10.1: Two Point Boundary Value Problems - Michigan State University

1y ago
14 Views
2 Downloads
2.42 MB
30 Pages
Last View : 18d ago
Last Download : 3m ago
Upload by : Raelyn Goode
Transcription

Ch 10.1:Two Point Boundary Value ProblemsIn many important physical problems there are two or moreindependent variables, so the corresponding mathematicalmodels involve partial differential equations.Chapter 10 treats one important method for solving partialdifferential equations, known as separation of variables.Its essential feature is the replacement of a partial differentialequation by a set of ordinary differential equations, whichmust be solved subject to given initial or boundary conditions.Section 10.1 deals with some basic properties of boundaryvalue problems for ordinary differential equations.The solution of the partial differential equation is then a sum,usually an infinite series, formed from the solutions to theordinary differential equations, as we see later in the chapter.

Boundary Value Problems—Ch. 10.1Up to this point we have dealt with initial value problems,consisting of a differential equation together with suitableinitial conditions at a given point.A typical example isy′′ p (t ) y′ q (t ) y g (t ), y (t0 ) y0 , y′(t0 ) y0′Physical applications often require the dependent variable y orits derivative y' to be specified at two different points.Such conditions are called boundary conditions.The differential equation and suitable boundary conditionsform a two point boundary value problem.A typical example isy′′ p ( x) y′ q ( x) y g ( x), y (α ) y0 , y ( β ) y1

Homogeneous Boundary Value ProblemsThe natural occurrence of boundary value problems usuallyinvolves a space coordinate as the independent variable, so weuse x instead of t in the boundary value problemy′′ p ( x) y′ q ( x) y g ( x), y (α ) y0 , y ( β ) y1Boundary value problems for nonlinear equations can beposed, but we restrict ourselves to linear equations only.If the above boundary value problem has the formy′′ p ( x) y′ q ( x) y 0, y (α ) 0, y ( β ) 0then it is said to be homogeneous. Otherwise, the problem isnonhomogeneous.

Solutions to Boundary Value ProblemsTo solve the boundary value problem,y′′ p ( x) y′ q ( x) y g ( x), y (α ) y0 , y ( β ) y1we need to find a function y φ(x) that satisfies the differentialequation on the interval α x β and that takes on thespecified values y0 and y1 at the endpoints.Initial value and boundary value problems may superficiallyappear similar, but their solutions differ in important ways.Under mild conditions on the coefficients, an initial valueproblem is certain to have a unique solution.Yet for similar conditions, boundary value problems may havea unique solution, no solution, or infinitely many solutions.In this respect, linear boundary value problems resemblesystems of linear algebraic equations.

Linear SystemsConsider the system Ax b, where A is an n x n matrix, b is agiven n x 1 vector, and x is an n x 1 vector to be determined.Recall the following facts (see Section 7.3):If A is nonsingular, then Ax b has unique solution for any b.If A is singular, then Ax b has no solution unless b satisfies a certainadditional condition, in which case there are infinitely many solutions.The homogeneous system Ax 0 always has the solution x 0.If A is nonsingular, then this is the only solution, but if A is singular,then there are infinitely many (nonzero) solutions.Thus the nonhomogeneous system has a unique solution iff thehomogeneous system has only the solution x 0, andthe nonhomogeneous system has either no solution or infinitelymany solutions iff homogeneous system has nonzero solutions.

Example 1Consider the boundary value problemy′′ 2 y 0, y (0) 1, y (π ) 0The general solution of the differential equation isy c1 cos 2 x c2 sin 2 xThe first boundary condition requires that c1 1.From the second boundary condition, we havec1 cos 2π c2 sin 2π 0 c2 cot 2π 0.2762Thus the solution to the boundary value problem isy cos 2 x cot 2π sin 2 xThis is an example of a nonhomogeneous boundary valueproblem with a unique solution.

Example 2Consider the boundary value problemy′′ y 0, y (0) 1, y (π ) a, a 0 arbitrary.The general solution of the differential equation isy c1 cos x c2 sin xThe first boundary condition requires that c1 1, while thesecond requires c1 a. Thus there is no solution.However, if a 1, then there are infinitely many solutions:y cos x c2 sin x, c2 arbitraryThis example illustrates that a nonhomogeneous boundaryvalue problem may have no solution, and also that underspecial circumstances it may have infinitely many solutions.

Nonhomogeneous Boundary Value Problemand Corresponding Homogeneous ProblemCorresponding to a nonhomogeneous boundary value problemy′′ p ( x) y′ q ( x) y g ( x), y (α ) y0 , y ( β ) y1is the homogeneous problemy′′ p ( x) y′ q ( x) y 0, y (α ) 0, y ( β ) 0Observe that this problem has the solution y 0 for all x,regardless of the coefficients p(x) and q(x).This solution is often called the trivial solution and is rarely ofinterest.What we would like to know is whether the problem has other,nonzero solutions.

Example 3Consider the boundary value problemy′′ 2 y 0, y (0) 0, y (π ) 0As in Example 1, the general solution isy c1 cos 2 x c2 sin 2 xThe first boundary condition requires that c1 0.From the second boundary condition, we have c2 0.Thus the only solution to the boundary value problem is y 0.This example illustrates that a homogeneous boundary valueproblem may have only the trivial solution y 0.

Example 4Consider the boundary value problemy′′ y 0, y (0) 0, y (π ) 0As in Example 2, the general solution isy c1 cos x c2 sin xThe first boundary condition requires c1 0, while the secondboundary condition is satisfied regardless of the value of c2.Thus there are infinitely many solutions of the formy c2 sin x, c2 arbitraryThis example illustrates that a homogeneous boundary valueproblem may have infinitely many (nontrivial) solutions.

Linear Boundary Value ProblemsThus examples 1 through 4 illustrate that there is arelationship between homogeneous and nonhomogeneouslinear boundary value problems similar to that betweenhomogeneous and nonhomogeneous linear algebraic systems.A nonhomogeneous boundary value problem (Example 1) hasa unique solution, and the corresponding homogeneousproblem (Example 3) has only the trivial solution.Further, a nonhomogeneous problem (Example 2) has eitherno solution or infinitely many solutions, and the correspondinghomogeneous problem (Example 4) has nontrivial solutions.

Eigenvalue Problems(1 of 8)Recall from Section 7.3 the eigenvalue problem Ax λx.Note that x 0 is a solution for all λ, but for certain λ, calledeigenvalues, there are nonzero solutions, called eigenvectors.The situation is similar for boundary value problems.Consider the boundary value problemy′′ λy 0, y (0) 0, y (π ) 0This is the same problem as in Example 3 if λ 2, and is thesame problem as in Example 4 if λ 1.Thus the above boundary value problem has only the trivialsolution for λ 2, and has other, nontrivial solutions for λ 1.

Eigenvalues and Eigenfunctions(2 of 8)Thus our boundary value problemy′′ λy 0, y (0) 0, y (π ) 0has only the trivial solution for λ 2, and has other, nontrivialsolutions for λ 1.By extension of the terminology for linear algebraic systems,the values of λ for which nontrivial solutions occur are calledeigenvalues, and the nontrivial solutions are eigenfunctions.Thus λ 1 is an eigenvalue of the boundary value problemand λ 2 is not.Further, any nonzero multiple of sin x is an eigenfunctioncorresponding to the eigenvalue λ 1.

Boundary Value Problem for λ 0(3 of 8)We now seek other eigenvalues and eigenfunctions ofWe consider separately the cases λ 0, λ 0 and λ 0.Suppose first that λ 0. To avoid the frequent appearanceof radical signs, let λ µ2, where µ 0.Our boundary value problem is theny′′ µ 2 y 0, y (0) 0, y (π ) 0The general solution isy c1 cos µx c2 sin µxThe first boundary condition requires c1 0, while thesecond is satisfied regardless of c2 as long as µ n, n 1, 2,3, .

Eigenvalues, Eigenfunctions for λ 0(4 of 8)We have λ µ2 and µ n. Thus the eigenvalues ofy′′ λy 0, y (0) 0, y (π ) 0areλ1 1, λ2 4, λ3 9, , λn n 2 , with corresponding eigenfunctionsy1 a1 sin x, y2 a2 sin 2 x, y3 a3 sin 3 x, , yn an sin nx, where a1, a2, , an, are arbitrary constants. Choosing eachconstant to be 1, we havey1 sin x, y2 sin 2 x, y3 sin 3 x, , yn sin nx,

Boundary Value Problem for λ 0(5 of 8)Now suppose λ 0, and let λ µ2, where µ 0.Then our boundary value problem becomesy′′ µ 2 y 0, y (0) 0, y (π ) 0The general solution isy c1 cosh µx c2 sinh µxWe have chosen coshµ x and sinhµ x instead of eµ x and e µ x forconvenience in applying the boundary conditions.The first boundary condition requires that c1 0, and from thesecond boundary condition, we have c2 0.Thus the only solution is y 0, and hence there are nonegative eigenvalues for this problem.

Boundary Value Problem for λ 0(6 of 8)Now suppose λ 0. Then our problem becomesy′′ 0, y (0) 0, y (π ) 0The general solution isy c1 x c2The first boundary condition requires that c2 0, and from thesecond boundary condition, we have c1 0.Thus the only solution is y 0, and λ 0 is not an eigenvaluefor this problem.

Solutions to Boundary Value Problems To solve the boundary value problem, we need to find a function y φ(x) that satisfies the differential equation on the interval α x β and that takes on the specified values y0 and y1 at the endpoints. Initial value and boundary value problems may superficially

Related Documents:

One Point Perspective: City Drawing A Tutorial Engineering 1 Tatum. When completing this tutorial, you must use the following items: * White, unlined paper * A ruler or other straight-edge * A pencil. Begin by setting up your paper for a one-point perspective drawing. Draw a horizon line and a vanishing point. Draw two orthogonals (diagonal .File Size: 727KBPage Count: 41Explore furtherOne point perspective city: The step by step guide .pencildrawingschool.comHow to Draw One Point Perspective City Printable Drawing .www.drawingtutorials101.comOne Point Perspective Drawing Worksheets - Learny Kidslearnykids.comPerspective Drawing - An Easy Lesson in 1 Point .www.drawinghowtodraw.comThe Helpful Art Teacher: Draw a one point perspective city .thehelpfulartteacher.blogspot.comRecommended to you b

Applications - LHC collimation region Regions of high losses (e.g., Collimators, « ) ATLAS Regions with low losses (e.g., due to residual gas) The LHC Loss Regions Point 1 Point 2 Point 3.2 Point 3.3 Point 4 Point 5 Point 6 Point 7 Point 8 ALICE LHCb Momentun Cleaning RF CMS LHC Dump Betatron Cleaning FLUKA geometry visualized with SimpleGeo .

Applications -LHC collimation region Regions of high losses (e.g., Collimators,« ) ATLAS Regions with low losses (e.g., due to residual gas) The LHC Loss Regions Point 1 Point 2 Point 3.2 Point 3.3 Point 4 Point 5 Point 6 Point 7 Point 8 ALICE LHCb Momentun Cleaning RF CMS LHC Dump Betatron Cleaning FLUKA geometry visualized with flair .

Applications -LHC collimation region Regions of high losses (e.g. , Collimators, « ) ATLAS Regions with low losses (e.g. , due to residual gas) The LHC Loss Regions Point 1 Point 2 Point 3.2 Point 3.3 Point 4 Point 5 Point 6 Point 7 Point 8 ALICE LHCb Momentun Cleaning RF CMS LHC Dump Betatron Cleaning FLUKA geometry visualized with .

B. Variasi Pinch Point dan Approach Point Berdasarkan gambar 4 dapat dilihat hubungan antara perubahan pinch point dan approach point terhadap Power Output yang dihasilkan. Untuk pinch point, semakin kecil nilainya maka akan menghasilkan power output yang lebih tinggi. Begitu pula pada approach point. Hal tersebut dapat

Hybrid Bearing temperature rose by only about 10 deg. C and stayed almost constant throughout the test. stable Point A Point B Point C Point D Point B Point A Point C Rubber Bearing 1 2 3 Test stopped. Point D Water Temp. 32 90 80 70) 60 50 40 30 20 ( PTFE/Rubber Hybrid Bearing 10Test Time (min.) 20 60 Test Time (min.) ( ) 20 30 40 50

The Access Point’s unique WiNG 5 software enables the Access Point to function as either a Standalone Access Point, an Adaptive Access Point, or a Virtual Controller. If new to Access Point technology, refer to the WiNG Access Point System Reference Guide to familiarize yourself

The Access Point’s unique WiNG 5 software enables the Access Point to function as either a Standalone Access Point, an Adaptive Access Point, or a Virtual Controller. If new to Access Point technology, refer to the WiNG Access Point System Reference Guide to familiarize yourself