FINITE DIFFERENCE SCHEMES WHITH EXACT SPECTRUM FOR SOLVING DIFFERENTIAL EQUATIONS WITH BOUNDARY CONDITIONS OF THE FIRST KIND

Size: px
Start display at page:

Download "FINITE DIFFERENCE SCHEMES WHITH EXACT SPECTRUM FOR SOLVING DIFFERENTIAL EQUATIONS WITH BOUNDARY CONDITIONS OF THE FIRST KIND"

Transcription

1 International Journal of Pure and Applied Mathematics Volume 71 No , FINITE DIFFERENCE SCHEMES WHITH EXACT SPECTRUM FOR SOVING DIFFERENTIA EQUATIONS WITH BOUNDARY CONDITIONS OF THE FIRST KIND Harijs Kalis 1, Sergejs Rogovs 1, Faculty of Physics and Mathematics University of atvia 8, Zellu Iela, Riga, V 100, ATVIA Abstract: In this paper, we introduce the notion of finite difference schemes with exact spectrum (FDSES). We use these shemes for numerical solving ordinary differential equations (ODEs) and partial differential equations (PDEs) with boundary conditions of the first kind. We compare the results obtained by FDSES with the results obtained by other finite difference schemes (FDS). We prove several exact scheme propositions and theorems. AMS Subject Classification: 65F15, 6510, 65M06, 65M0, 65M, 65M70 Key Words: finite differnces, boundary value problem, initial-boundary value problem, spectral problem 1. Introduction FDS are numerical methods for an approximation of the solution of differential equations, using finite differences to approximate derivatives. Hence one has to deal with difference equations (systems of linear equations). Both analytical and numerical solutions of ODEs can be expressed in Fourier series (infinite and finite respectively). In these series appear eigenvalues of the corresponding spectral problems. If in the finite Fourier series eigenvalues of the corresponding spectral problem (discrete problem) are replaced with eigenvalues from the infinite Fourier series, then we obtain so-called FDSES. Similarly, Received: June 9, 011 c 011 Academic Publications, td. Correspondence author

2 160 H. Kalis, S. Rogovs FDSES can be obtained by using a similarity transformation in order to represent a three-diagonal matrix (matrix of the corresponding difference equation) in the canonical form, a diagonal matrix form with the matrix eigenvalues on the main diagonal. Solving partial differential equations using the method of lines (MO), an independent space variable x becomes discrete and derivatives with respect to x are replaced with finite differences, but a time variable t remains continuous. Hence we obtain a system of ODEs that approximates the original PDE. A solution of PDE also can expressed in Fourier series and, similarly to ODEs, FDSES can be obtained. In this paper, FDSES will be compared with other classical FDS solving second-order linear ODEs, the heat and wave equations.. Matrix Spectral Problem Since a discrete problem of ODEs can be represented as a system of linear equations, we begin with an investigation of a solution of the system using its spectrum. The system of linear equations can be represented in the following form: Ay = f, (1) where A is an invertible square matrix of size M with real entries, y and f are vectors of size M with real entries. If a full eigenvector set solutions w (k) }, w (k) } of the corresponding spectral problems Aw = µw,a T w = µw, () where A T is transpose of A,are known, then eigenvectors of these systems can be chosen as an biorthonormal basis in Euclidean space R M and the solution of the system (1) can be obtained in the following form: y = α k w (k), (3) where α k R are linear combination coefficients. Assuming that the following series f = β k w (k) (β k R), (4)

3 FINITE DIFFERENCE SCHEMES WHITH EXACT SPECTRUM exist and taking into account the orthogonal condition (w (j),w (k) ) = δ j,k, where δ j,k is the Kronecker delta, (w (j),w (k) ) is a scalar product of two vectors, the scalar product of (4) and fixed eigenvector w (k) gives (f,w (k) ) = β k and β k = (f,w (k) ),k = 1,M. Similarly, (w (k),ay) = µ k α k, it means that α k = β k µ k and the solution of the problem (1) is as follows: y = β k µ k w (k). (5) Spectral problem () can be represented in the matrix form AW = WD,A T W = WD, where W and W are matrices with the corresponding eigenvectors w (k) j, w (k) j, k,j = 1,M on columns, D = diag(µ k ), k = 1,M is a diagonal matrix with the eigenvalues µ k on the main diagonal. It implies that the matrix A can be represented in the canonical form A = WDW 1. Taking into account that for an arbitrary matrix function F(A) the equality F(A) = WF(D)W 1 holds, we obtain the solution of the system (1) in the following form: y = A 1 f = WD 1 W 1 f. From the biorthonormal condition it follows that W = W T = E or W 1 = W T, where E is the identity matrix. So y = WD 1 W T. Remark 1. et A be a symmetric matrix (A = A T ), then the eigenvector system w (k) } is an orthonormal system for which the condition (w (j),w (k) ) = δ j,k holds, and y = WD 1 Wf. Further, we shall consider discrete (M-finite) and continuous (M = ) spectrums for the second-order differential ( d dx ) operator with the homogeneous boundary conditions of the first kind in the segment [0,] and its approximation with the second order central difference in the uniform grid ω h = x i = ih,i = 0,N,Nh = } respectively. A discrete problem is in the form () (A = A T ), where A is a matrix of the size M = N A = h

4 16 H. Kalis, S. Rogovs with the eigenvalues µ k = 4 sin ( ) kπh h, k = 1,M and the eigenvectors w (k) (x j ) = ) ) C k sin = C k sin, k,j = 1,M. We determine constants C k from ( kπxj ( kπj N the orthonormal condition (w (k),w (j) ) h h M i=1 w(k) (x i )w (j) (x i ) = δ k,j, hence C k =. Hence the eigenvectors are in the form: w (k) (x) = sin ( kπx ),x ω h,k = 1,M[1]. (6) Each discrete function f(x), x ω h can be expressed as a finite sum of the eigenvectors (6) (discrete Fourier series) similar to (4), f(x) = M β kw (k) (x), where β k = (f,w (k) ). In case when h we obtain the continuous problem X (x) = λx(x) (7) X(0) = X() = 0, with the eigenvalues λ k = ( kπ ),k = 1,,... and the eigenfunctions X k (x) = C k sin ( ) kπx, k = 1,,... We determine constantes Ck from the orthonormal condition (X k (x),x j (x)) 0 X k(x)x j (x)dx = δ k,j, hence C k =. Hence the eigenvectors are in the form: X k (x) = sin ( kπx ),k = 1,,... (8) Each continuous function f(x) (f(0) = f() = 0) can be expressed as a sum of the eigenvectors (8) f(x) = f kx k (x), where f k = (f(x),x k (x)). In case when f(0) 0 or f() 0 the Fourier series convergence can be very slow. 3. FDSES for Solving ODEs The solution of the nonhomogeneous problem u (x) = f(x),x (0,) u(0) = u() = 0, (9) where f(0) = f() = 0, similarly to (3), can be represented as follows u(x) = α k X k (x), (10)

5 FINITE DIFFERENCE SCHEMES WHITH EXACT SPECTRUM where α k = f k λ k. Remark. In case when f(x) does not satisfy homogeneuos boundary conditions we can reduce the problem (9) to the two bondary value problems u 1 and f(0) f() (x) = f(x) + x f(0) u 1 (0) = u 1 () = 0 u (x) = f(0) f() x + f(0) u (0) = u () = 0, (11) (1) where the right hand side of the problem (11) satisfy homogeneuos boundary conditions. The solution of the problem (9) is u(x) = u 1 (x) + u (x), where u (x) = a ( 0 6 x 3 x ) b ( 0 x x ), a 0 = f(0) f(), b 0 = f(0). FDS approximation for the problem (9) is in the following form y xx (x) = f(x),x ω h y(0) = y() = 0, (13) where y xxi = 1 h (y(x i+1 ) y(x i ) + y(x i 1 )), or in the matrix form Ay = f. The solution of the problem (13) can be written in the finite series form y(x) = α (k) w (k) (x),x ω h, (14) where α (k) = f(k) µ k, f (k) = (f,w (k) ) h. In case when in the spectral representation A = WDW or in the corresponding series the eigenvalues µ are replaced with λ one obtains FDSES []. Proposition 1. et f(x) = M i=1 A ix i (x), where A i R and X i (x) = w (i) (x),i = 1,M,x ω h are the eigenfunctions of the problem (7), then FDSES for the problem (9) is exact, it means that values of the analytical solution and values of the numerical solution are equal at the grid points. Proof. The analytical solution is in the following form u(x) = A k λ k X k (x),

6 164 H. Kalis, S. Rogovs where A k = (X k, M i=1 A ix i (x)) and the numerical solution is y(x) = A k λ k w (k) (x), x ω h, where A k = (w (k), M i=1 A iw (i) (x)) h, which proves the proposition. Example 1. The analytical solution of (9), if f(x) = sin(πx), = 1 is u(x) = π sin(πx). The following numerical results are obtained using MATAB: u(fds)=0.003, u(fdses)= , by M = 4. Here u = max 1 j M u(x j ) y(x j ). Example. If f(x) = x(x 1), = 1, then the analytical solution of (9) is u(x) = x4 1 + x 6 x 1. The numerical results using MATAB are: u(fds)=0.0008, u(fdses)= , by M = 4, u(fds)= , u(fdses)= , by M = 9. Now, we shall consider the boundary value problem u (x) bu(x) = f(x) (15) u(0) = u() = 0, where f(0) = f() = 0, b R, b 0. Eigenfunctions and eigenvectors of the corresponding spectral problems for (15) are the same as for (9), but the corresponding eigenvalues are λ k = ( ) kπ b,k = 1,... and µk = 4 h sin ( ) kπh b,k = 1,M respectively. We define FDSES for (15) as it was done for (9). In some cases, in order to refine numerical results with FDS one uses so-called Bahvalov s method, namely, multiplying y xx by the parameter γ. If b > 0, γ = (b 1 /sin(b 1 )), where b 1 = bh/ and if b < 0, γ = (b 1 /sinh(b 1 )), where b 1 = bh/ [3]. Proposition. et f(x) = M i=1 A ix i (x), where A i R and X i (x),i = 1,M are the eigenfunctions of the problem (7), then FDSES for the problem (15) is exact. Example 3. If f(x) = 10sin(3πx), b = 50, = 1, then the analytical solution of (15) is u(x) = 10sin(3πx) 50+9π. The numerical results using MATAB are: u(gds)=0.3706, u(bah. GDS)=0.1003, u(fdses)= , by M = 4. Example 4. If f(x) = x(x 1)e x, = 1, then u(x) = 4sin( bx)(e 1 + cos( b)b cos( b)) sin( b)(b 3 + 3b + 3b + 1) 4cos( bx)(b 1) b 3 + 3b + 3b + 1

7 FINITE DIFFERENCE SCHEMES WHITH EXACT SPECTRUM ((x x)b + (x 4 + x )b + x x)e x (b + 1) 3. The numerical results are: u(fds)=0.0019, u(bah. FDS)=0.001, u(fdses)= , by b = 100, M = 4, u(fds)= , u(bah. FDS)= , u(fdses)= , by b = 100, M = 9. Now, we shall consider the corresponding spectral problems for the boundary value problem u (x) au (x) = f(x) (16) u(0) = u() = 0, where f(0) = f() = 0, a R. The continuous spectral problem is in the following form: X (x) + ax (x) + λx(x) = 0 (17) X(0) = X() = 0. The eigenfunctions in this case are X k (x) = exp ( ax 1,,... and the eigenvalues are λ k = a 4 + ( ) kπ, k = 1,,... For the corresponding conjugate problem X (x) ax (x) + λx(x) = 0 X(0) = X() = 0, ) ( sin kπx ), k = the eigenfunctions are X k (x) = exp ( ) ( ax sin kπx ), besides the biorthonormal condition (X j (x),x k (x)) 0 X j(x)x k (x)dx = δ j,k holds automatically. λ k,f k = (f(x), The analytical solution of (16) is u(x) = α kx k (x),α k = f k X k (x)). The discrete spectral problem for (16) is γw xx + awẋ + µw = 0,x ω h w(0) = w() = 0, where wẋi = (y i+1 y i 1 )/h, γ = a 1 coth(a 1 ), a 1 = ah/ (Iljin s scheme) [4]. The solution of the discrete spectral problem is w (k) (x) = exp ( ax ) ( sin kπx ), a x ω h,k = 1,M, µ k = 1 h sinh(a 1 ) (cosh(a 1) cos ( ) kπh ),k = 1,M. The solution of the corresponding conjugate problem (take -a instead of a) is w (k) (x) = exp ( ) ( ax sin kπx ). (18)

8 166 H. Kalis, S. Rogovs The numerical solution of the nonhomogeneous problem γy xx ayẋ = f(x),x ω h y(0) = y() = 0 (19) is y(x) = α (k) w (k) (x),x ω h, (0) j=k where α (k) = f(k) µ k,f (k) = (f,w (k) ) h. We define FDSES for the problem (16) as it was done previously. In the numerical solution (0) we replace the eigenvalues µ with the eigenvalues λ. Proposition 3. et f(x) = M i=1 A ix i (x), where A i R and X i (x),i = 1, M are the eigenfunctions of the problem (17), then FDSES for the problem (16) is exact. Example 5. If f(x) = e 5x sin(3πx), a = 5, = 1, then u(x) = 0e 5x sin(3πx) π. The numerical results are: u(il. FDS)=0.0038, u(il.fdses) = , by M = 4. Example 6. If f(x) = x(x 1), = 1, then u(x) = x (a 1)e at 6a 3 (e a 1) x a x a + a 1 3 6a 3 (e a 1). The numerical results are: a M u(il. FDS) u(il. FDSES) Table 1: Maximal errors a + x x3 a 3a If the parameter a grows, also u(il. FDSES) grows and Il. FDSES is better than Il. FDS, if the number of grid points is large. It happens because of boundary layers with a large amplitude by large a values.

9 FINITE DIFFERENCE SCHEMES WHITH EXACT SPECTRUM MO and FDSES for an Initial-Boundary Value Problem for the Heat Equation An initial-boundary value problem for the heat equation with homogenous boundary conditions of the first kind is as follows: u t = u + f(x,t),x (0,),t 0 x u t=0 = u 0 (x),x [0,] u x=0 = 0,u x= = 0,t 0, (1) where f, u 0 are continuous functions, x is a space coordinate, t is a time coordinate Analytical Solution We are looking for an analytical solution of (1) in the series form u(x,t) = a k (t)x k (x), () where, X k (x) = sin( ) kπx,k = 1,,... are the eigenfunctions of the differential operator ( ), a x k (t) are unknown functions. We insert () into (1) and assume that f(x,t) can be expressed in the series f(x,t) = f k(t)x k (x), where f k (t) = (f,x k ). Taking into account the previous assumptions we obtain the Cauchy problem for second-order linear ODEs: a k (t) + λ k a k (t) = f k (t) (3) a k (0) = (u 0,X k ), where a k (t) = da k(t) dt, λ k = ( ) kπ. The solution of (3) is ak (t) = a k (0)e λkt + t 0 f k(ξ)e λk(t ξ) dξ. 4.. MO and FDS Solving PDEs with the MO, we approximate the differential operator ( x ) with the second order central difference (approximation of the second order) in the uniform grid. Hence, we obtain the M-th order system of ODEs. The system looks as follows:

10 168 H. Kalis, S. Rogovs dy dt = Λy + f(x,t),x ω h,t 0 y t=0 = u 0 (x),x ω h y x=0 = y x= = 0,t 0, (4) where y = y(x,t), x ω h, t 0, Λy y xx. We are looking for a solution of (4) in the series form y(x,t) = a k (t)w (k) (x),x ω h (5) where w (k) (x) are the eigenvectors of the difference operator ( Λy), a k (t) are unknown functions. Assuming that f(x,t) = M f k(t)w (k) (x),x ω h, where f k (t) = (f,w (k) ) h, we obtain the Cauchy problem for second-order linear ODEs: ȧ k (t) + µ k a k (t) = f k (t) a k (0) = (u 0,w (k) ) h, where µ k = 4 sin ( ) kπh h. The solution of (5) is a k (t) = a k (0)e µ kt + t 0 f k (ξ)e µ k(t ξ) dξ. The MO (4) can be represented in the matrix form: dy dt + AY = F(t),t 0 Y (0) = U 0, (6) where Y (t), F(t), U 0 are M-th order column vectors, A is the diagonal matrix. Taking into account the condition A = W DW and using the transformations Ỹ = WY, F = WF, we obtain the following system: d Ỹ dt + DỸ = F(t),t 0 Ỹ (0) = WY (0) = WU FDSES In case when in the diagonal matrix D the eigenvalues µ k are replaced with the eigenvalues λ k, namely, the first M eigenvalues of the differential operator

11 FINITE DIFFERENCE SCHEMES WHITH EXACT SPECTRUM ( ), one obtains FDSES. FDSES series representation for (1) is in the x following form: y(x,t) = ã k (t)w (k) (x),x ω h, (7) where ã k (t) = ã k (0)e λ kt + t 0 f k (ξ)e λ k(t ξ) dξ, ã k (0) = (u 0,w (k) ) h, fk (t) = (f,w (k) ) h. Theorem 1. et f(x,t) = M 1 i=1 b i(t)x i (x) and u 0 (x) = M i=1 B ix i (x), where maxm 1,M } M,B i R, b i (t) are integrable functions and X i (x) are the eigenfunctions (8), then the formula (7) is exact. Proof. Since the eigenfunction X i (x), x [0,] and the eigenvectors w (i) (x), x ω h are equal at the grid points, the orthonormal condition implies that M M a k (0) = ( B i X i (x),x k (x)) = B k, k M, ã k (0) = ( B i X i (x), i=1 w (k) (x)) h = B k,k M, and ã k (0) = 0,a k (0) = 0, k > M, i=1 i=1 M 1 f k (t) = ( b i (t)x i (x),x k (x)) = b k (t),k M 1, f k (t) = ( M 1 i=1 b i(t)x i (x),w (k) (x)) h = b k (t),k M 1 and f k (t) = 0, f k (t) = 0, k > M 1. It implies that the functions a k (t) and ã k (t), k = 1,M are equal and a k (t) = 0, k > M. It means that the solutions (analytical and numerical) are equal at the grid points. Example 7. If f(x,t) = e πt sin(πx), u 0 (x) = sin(πx)+ sin(4πx), = 1, then, if M 4, the conditions of the Theorem 1. are satisfied. The exact solution is u(x,t) = (e πt +te πt ) sin(πx)+ 16π 1+e 16π t (16π ) sin(4πx)+ e 16π t sin(4πx). The corresponding numerical results are: u(gds)=0.014, u(gdsps)= , by M = 4.

12 170 H. Kalis, S. Rogovs 5. MO and FDSES for an Initial-Boundary Value Problem for the Wave Equation An initial-boundary value problem for the wave equation is as follows: u = u + f(x,t),x (0,),t 0 t x u t=0 = u 0 (x),x [0,] u t t=0 = ũ 0 (x),x [0,] u x=0 = 0,u x= = 0,t 0, (8) where f, u 0, ũ 0 are continuous functions Analytical Solution We are looking for an analytical solution of (8) in the series form (). We determine functions a k (t) from the following Cauchy problem: ä k (t) + λ k a k (t) = f k (t) (9) a k (0) = (u 0,X k ),ȧ k = (ũ 0,X k ), where f k (t) = (f,x k ), λ k = ( ) kπ. The solution of (9) is a k (t) = a k (0)cos( λ k t) + ȧk(0) sin( λ k t) + 1 t λk λk 5.. MO and FDS 0 f k (ξ)sin( λ k (t ξ))dξ. Similarly to 4.., we approximate the differential operator ( ) with the x second order central difference in the uniform grid and obtain the M-th order system of ODEs: d y = Λy + f(x,t),x ω dt h,t 0 y t=0 = u 0 (x), dy dt t=0 = ũ 0 (x),x ω h (30) y x=0 = y x= = 0,t 0, where y = y(x,t), x ω h, t 0. We are looking for a solution of (30) in the series form (5). We determine functions a k (t) from the following, similar to (9), Cauchy problem: ä k (t) + µ k a k (t) = f k (t) a k (0) = (u 0,w (k) ) h,ȧ k = (ũ 0,w (k) (31) ) h,

13 FINITE DIFFERENCE SCHEMES WHITH EXACT SPECTRUM where f k (t) = (f,w (k) ) h, µ k = 4 sin ( ) kπh h. The solution of (31) is ak (t) = a k (0)cos( µ k t) + ȧk(0) µk sin( µ k t) + 1 t µk 0 f k(ξ)sin( µ k (t ξ))dξ. The MO (30) can be represented in the matrix form: d Y + AY = F(t),t 0 dt Y (0) = U 0 Ỹ (0) = Ũ0, where Ũ0 is s M-th order column vector FDSES We define FDSES as usual, by replacing the eigenvalues µ k with λ k in the diagonal matrix A. FDSES series representation for (8) is in the following form: y(x,t) = ã k (t)w (k) (x),x ω h, (3) where ã k (t) = ã k (0)cos( λ k t)+ ã k (0) λk sin( λ k t)+ 1 λk t 0 f k (ξ)sin( λ k (t ξ))dξ, ã k (0) = (u 0,w (k) ) h, ã k (0) = (ũ 0,w (k) ) h, f k (t) = (f,w (k) ) h. Theorem. et f(x,t) = M 1 i=1 b i(t)x i (x), u 0 (x) = M i=1 B ix i (x) and ũ 0 (x) = M 3 B i=1 i X i (x), maxm 1,M,M 3 } M, B i, B i R, b i (t) are integrable functions and X i (x) are the eigenfunctions (8), then the formula (3) is exact. Proof. Since the eigenfunction and eigenvectors are equal at the grid points, as in the first proof we have: a k (0) = ã k (0) = B k,k M and a k (0) = 0, ã k (0) = 0, k > M, f k (t) = f k (t) = b k (t),k M 1 and f k (t) = 0, f k (t) = 0, k > M 1, ȧ k (0) = ( M 3 B i=1 i X i (x),x k (x)) = B k,k M, ã k (0) = ( M 3 B i=1 i X i (x), w (k) (x)) h = B k,k M and ȧ k (0) = 0, ã k (0) = 0, k > M 3. It implies that the functions a k (t) and ã k (t), k = 1,M are equal and a k (t) = 0, k > M. It means that the solutions (analytical and numerical) are equal at the grid points. Example 8. If f(x,t) = 0, u 0 (x) = sin(πx), ũ 0 (x) = sin(πx), = 1, then, if M, the conditions of the Theorem. are satisfied. The exact solution is u(x,t) = cos(πt)sin(πx)+ π sin(πt)sin(πx). The corresponding numerical results are: u(gds)=0.0644, u(gdsps)= , by M = 4.

14 17 H. Kalis, S. Rogovs 6. Conclusion Numerical results, obtained using MATAB, show that FDSES is more precise than FDS for solving differential equations, which are in the form u (x) = f(x). For equations, which are in the form u (x) bu(x) = f(x), FDSES is more precise than FDSES or Bahvalov s FDSES. For equations in the form u (x) a u(x) = f(x) FDSES gives more accurate results for small parameter a values. In case when parameter a values are considerably large, FDSES is more precise than FDS only if the number of grid points is large. For PDEs, namely, the heat and wave equations, exact scheme theorems are proved. In this paper, only continuous functions f(x) and differential equations with the boundary conditions of the first kind were considered, however it is possible to develop the theory for equations with boundary conditions of the second and third kind, periodic boundary conditions. Acknowledgments This work is partially supported by the projects 009/03/1DP/ /09/ APIA/VIAA/088 of the European Social Fund and the grant of the atvian Council of Science. References [1] A.A. Samarsky, The Theory of Difference Schemes, Nauka, Moscow (1977), In Russian. [] I.P. Gavrilyuk, V.. Makarov, On constructing the best net circuits with exact spectrum, Dopov. Akad. Nauk Ukr. RSR, Ser. A (1975), , In Ukranian. [3] G.M. Kobelkov, N.S. Bahvalov, N.P. Zhidkov, Numerical Methods, Nauka, Moscow (003), In Russian. [4] A.M. Iljin, Difference scheme for solving differential equations with a small parameter values by the highest derivative, Mathematical Notes, 6 (1969), 37-48, In Russian.

Linear Algebra Review (Course Notes for Math 308H - Spring 2016)

Linear Algebra Review (Course Notes for Math 308H - Spring 2016) Linear Algebra Review (Course Notes for Math 308H - Spring 2016) Dr. Michael S. Pilant February 12, 2016 1 Background: We begin with one of the most fundamental notions in R 2, distance. Letting (x 1,

More information

Linear Algebra: Matrix Eigenvalue Problems

Linear Algebra: Matrix Eigenvalue Problems CHAPTER8 Linear Algebra: Matrix Eigenvalue Problems Chapter 8 p1 A matrix eigenvalue problem considers the vector equation (1) Ax = λx. 8.0 Linear Algebra: Matrix Eigenvalue Problems Here A is a given

More information

x 3y 2z = 6 1.2) 2x 4y 3z = 8 3x + 6y + 8z = 5 x + 3y 2z + 5t = 4 1.5) 2x + 8y z + 9t = 9 3x + 5y 12z + 17t = 7

x 3y 2z = 6 1.2) 2x 4y 3z = 8 3x + 6y + 8z = 5 x + 3y 2z + 5t = 4 1.5) 2x + 8y z + 9t = 9 3x + 5y 12z + 17t = 7 Linear Algebra and its Applications-Lab 1 1) Use Gaussian elimination to solve the following systems x 1 + x 2 2x 3 + 4x 4 = 5 1.1) 2x 1 + 2x 2 3x 3 + x 4 = 3 3x 1 + 3x 2 4x 3 2x 4 = 1 x + y + 2z = 4 1.4)

More information

2.4 Eigenvalue problems

2.4 Eigenvalue problems 2.4 Eigenvalue problems Associated with the boundary problem (2.1) (Poisson eq.), we call λ an eigenvalue if Lu = λu (2.36) for a nonzero function u C 2 0 ((0, 1)). Recall Lu = u. Then u is called an eigenfunction.

More information

Exercise Sheet 1.

Exercise Sheet 1. Exercise Sheet 1 You can download my lecture and exercise sheets at the address http://sami.hust.edu.vn/giang-vien/?name=huynt 1) Let A, B be sets. What does the statement "A is not a subset of B " mean?

More information

APPENDIX A. Background Mathematics. A.1 Linear Algebra. Vector algebra. Let x denote the n-dimensional column vector with components x 1 x 2.

APPENDIX A. Background Mathematics. A.1 Linear Algebra. Vector algebra. Let x denote the n-dimensional column vector with components x 1 x 2. APPENDIX A Background Mathematics A. Linear Algebra A.. Vector algebra Let x denote the n-dimensional column vector with components 0 x x 2 B C @. A x n Definition 6 (scalar product). The scalar product

More information

PH.D. PRELIMINARY EXAMINATION MATHEMATICS

PH.D. PRELIMINARY EXAMINATION MATHEMATICS UNIVERSITY OF CALIFORNIA, BERKELEY SPRING SEMESTER 207 Dept. of Civil and Environmental Engineering Structural Engineering, Mechanics and Materials NAME PH.D. PRELIMINARY EXAMINATION MATHEMATICS Problem

More information

Linear Algebra, part 2 Eigenvalues, eigenvectors and least squares solutions

Linear Algebra, part 2 Eigenvalues, eigenvectors and least squares solutions Linear Algebra, part 2 Eigenvalues, eigenvectors and least squares solutions Anna-Karin Tornberg Mathematical Models, Analysis and Simulation Fall semester, 2013 Main problem of linear algebra 2: Given

More information

Solving First Order PDEs

Solving First Order PDEs Solving Ryan C. Trinity University Partial Differential Equations Lecture 2 Solving the transport equation Goal: Determine every function u(x, t) that solves u t +v u x = 0, where v is a fixed constant.

More information

LECTURE 33: NONHOMOGENEOUS HEAT CONDUCTION PROBLEM

LECTURE 33: NONHOMOGENEOUS HEAT CONDUCTION PROBLEM LECTURE 33: NONHOMOGENEOUS HEAT CONDUCTION PROBLEM 1. General Solving Procedure The general nonhomogeneous 1-dimensional heat conduction problem takes the form Eq : [p(x)u x ] x q(x)u + F (x, t) = r(x)u

More information

22.2. Applications of Eigenvalues and Eigenvectors. Introduction. Prerequisites. Learning Outcomes

22.2. Applications of Eigenvalues and Eigenvectors. Introduction. Prerequisites. Learning Outcomes Applications of Eigenvalues and Eigenvectors 22.2 Introduction Many applications of matrices in both engineering and science utilize eigenvalues and, sometimes, eigenvectors. Control theory, vibration

More information

HW #3 Solutions: M552 Spring (c)

HW #3 Solutions: M552 Spring (c) HW #3 Solutions: M55 Spring 6. (4.-Trefethen & Bau: parts (a), (c) and (e)) Determine the SVDs of the following matrices (by hand calculation): (a) [ 3 (c) (e) [ ANS: In each case we seek A UΣV. The general

More information

MATH 425, HOMEWORK 5, SOLUTIONS

MATH 425, HOMEWORK 5, SOLUTIONS MATH 425, HOMEWORK 5, SOLUTIONS Exercise (Uniqueness for the heat equation on R) Suppose that the functions u, u 2 : R x R t R solve: t u k 2 xu = 0, x R, t > 0 u (x, 0) = φ(x), x R and t u 2 k 2 xu 2

More information

Functional Analysis Review

Functional Analysis Review Functional Analysis Review Lorenzo Rosasco slides courtesy of Andre Wibisono 9.520: Statistical Learning Theory and Applications September 9, 2013 1 2 3 4 Vector Space A vector space is a set V with binary

More information

1 Last time: least-squares problems

1 Last time: least-squares problems MATH Linear algebra (Fall 07) Lecture Last time: least-squares problems Definition. If A is an m n matrix and b R m, then a least-squares solution to the linear system Ax = b is a vector x R n such that

More information

Ordinary Differential Equations II

Ordinary Differential Equations II Ordinary Differential Equations II February 23 2017 Separation of variables Wave eq. (PDE) 2 u t (t, x) = 2 u 2 c2 (t, x), x2 c > 0 constant. Describes small vibrations in a homogeneous string. u(t, x)

More information

Ma 227 Review for Systems of DEs

Ma 227 Review for Systems of DEs Ma 7 Review for Systems of DEs Matrices Basic Properties Addition and subtraction: Let A a ij mn and B b ij mn.then A B a ij b ij mn 3 A 6 B 6 4 7 6 A B 6 4 3 7 6 6 7 3 Scaler Multiplication: Let k be

More information

The goal of this chapter is to study linear systems of ordinary differential equations: dt,..., dx ) T

The goal of this chapter is to study linear systems of ordinary differential equations: dt,..., dx ) T 1 1 Linear Systems The goal of this chapter is to study linear systems of ordinary differential equations: ẋ = Ax, x(0) = x 0, (1) where x R n, A is an n n matrix and ẋ = dx ( dt = dx1 dt,..., dx ) T n.

More information

Calculus 2502A - Advanced Calculus I Fall : Local minima and maxima

Calculus 2502A - Advanced Calculus I Fall : Local minima and maxima Calculus 50A - Advanced Calculus I Fall 014 14.7: Local minima and maxima Martin Frankland November 17, 014 In these notes, we discuss the problem of finding the local minima and maxima of a function.

More information

3. Identify and find the general solution of each of the following first order differential equations.

3. Identify and find the general solution of each of the following first order differential equations. Final Exam MATH 33, Sample Questions. Fall 6. y = Cx 3 3 is the general solution of a differential equation. Find the equation. Answer: y = 3y + 9 xy. y = C x + C is the general solution of a differential

More information

Lecture 1. Finite difference and finite element methods. Partial differential equations (PDEs) Solving the heat equation numerically

Lecture 1. Finite difference and finite element methods. Partial differential equations (PDEs) Solving the heat equation numerically Finite difference and finite element methods Lecture 1 Scope of the course Analysis and implementation of numerical methods for pricing options. Models: Black-Scholes, stochastic volatility, exponential

More information

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

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

More information

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

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

More information

Chapter Two Elements of Linear Algebra

Chapter Two Elements of Linear Algebra Chapter Two Elements of Linear Algebra Previously, in chapter one, we have considered single first order differential equations involving a single unknown function. In the next chapter we will begin to

More information

Recall: Dot product on R 2 : u v = (u 1, u 2 ) (v 1, v 2 ) = u 1 v 1 + u 2 v 2, u u = u u 2 2 = u 2. Geometric Meaning:

Recall: Dot product on R 2 : u v = (u 1, u 2 ) (v 1, v 2 ) = u 1 v 1 + u 2 v 2, u u = u u 2 2 = u 2. Geometric Meaning: Recall: Dot product on R 2 : u v = (u 1, u 2 ) (v 1, v 2 ) = u 1 v 1 + u 2 v 2, u u = u 2 1 + u 2 2 = u 2. Geometric Meaning: u v = u v cos θ. u θ v 1 Reason: The opposite side is given by u v. u v 2 =

More information

SINC PACK, and Separation of Variables

SINC PACK, and Separation of Variables SINC PACK, and Separation of Variables Frank Stenger Abstract This talk consists of a proof of part of Stenger s SINC-PACK computer package (an approx. 400-page tutorial + about 250 Matlab programs) that

More information

Linear Ordinary Differential Equations

Linear Ordinary Differential Equations MTH.B402; Sect. 1 20180703) 2 Linear Ordinary Differential Equations Preliminaries: Matrix Norms. Denote by M n R) the set of n n matrix with real components, which can be identified the vector space R

More information

Math Ordinary Differential Equations

Math Ordinary Differential Equations Math 411 - Ordinary Differential Equations Review Notes - 1 1 - Basic Theory A first order ordinary differential equation has the form x = f(t, x) (11) Here x = dx/dt Given an initial data x(t 0 ) = x

More information

First order Partial Differential equations

First order Partial Differential equations First order Partial Differential equations 0.1 Introduction Definition 0.1.1 A Partial Deferential equation is called linear if the dependent variable and all its derivatives have degree one and not multiple

More information

Math 108b: Notes on the Spectral Theorem

Math 108b: Notes on the Spectral Theorem Math 108b: Notes on the Spectral Theorem From section 6.3, we know that every linear operator T on a finite dimensional inner product space V has an adjoint. (T is defined as the unique linear operator

More information

Newtonian Mechanics. Chapter Classical space-time

Newtonian Mechanics. Chapter Classical space-time Chapter 1 Newtonian Mechanics In these notes classical mechanics will be viewed as a mathematical model for the description of physical systems consisting of a certain (generally finite) number of particles

More information

Deterministic Dynamic Programming

Deterministic Dynamic Programming Deterministic Dynamic Programming 1 Value Function Consider the following optimal control problem in Mayer s form: V (t 0, x 0 ) = inf u U J(t 1, x(t 1 )) (1) subject to ẋ(t) = f(t, x(t), u(t)), x(t 0

More information

Elements of Positive Definite Kernel and Reproducing Kernel Hilbert Space

Elements of Positive Definite Kernel and Reproducing Kernel Hilbert Space Elements of Positive Definite Kernel and Reproducing Kernel Hilbert Space Statistical Inference with Reproducing Kernel Hilbert Space Kenji Fukumizu Institute of Statistical Mathematics, ROIS Department

More information

DS-GA 1002 Lecture notes 0 Fall Linear Algebra. These notes provide a review of basic concepts in linear algebra.

DS-GA 1002 Lecture notes 0 Fall Linear Algebra. These notes provide a review of basic concepts in linear algebra. DS-GA 1002 Lecture notes 0 Fall 2016 Linear Algebra These notes provide a review of basic concepts in linear algebra. 1 Vector spaces You are no doubt familiar with vectors in R 2 or R 3, i.e. [ ] 1.1

More information

This property turns out to be a general property of eigenvectors of a symmetric A that correspond to distinct eigenvalues as we shall see later.

This property turns out to be a general property of eigenvectors of a symmetric A that correspond to distinct eigenvalues as we shall see later. 34 To obtain an eigenvector x 2 0 2 for l 2 = 0, define: B 2 A - l 2 I 2 = È 1, 1, 1 Î 1-0 È 1, 0, 0 Î 1 = È 1, 1, 1 Î 1. To transform B 2 into an upper triangular matrix, subtract the first row of B 2

More information

Partial differential equations (ACM30220)

Partial differential equations (ACM30220) (ACM3. A pot on a stove has a handle of length that can be modelled as a rod with diffusion constant D. The equation for the temperature in the rod is u t Du xx < x

More information

Kernel Method: Data Analysis with Positive Definite Kernels

Kernel Method: Data Analysis with Positive Definite Kernels Kernel Method: Data Analysis with Positive Definite Kernels 2. Positive Definite Kernel and Reproducing Kernel Hilbert Space Kenji Fukumizu The Institute of Statistical Mathematics. Graduate University

More information

Practice Problems For Test 3

Practice Problems For Test 3 Practice Problems For Test 3 Power Series Preliminary Material. Find the interval of convergence of the following. Be sure to determine the convergence at the endpoints. (a) ( ) k (x ) k (x 3) k= k (b)

More information

1+t 2 (l) y = 2xy 3 (m) x = 2tx + 1 (n) x = 2tx + t (o) y = 1 + y (p) y = ty (q) y =

1+t 2 (l) y = 2xy 3 (m) x = 2tx + 1 (n) x = 2tx + t (o) y = 1 + y (p) y = ty (q) y = DIFFERENTIAL EQUATIONS. Solved exercises.. Find the set of all solutions of the following first order differential equations: (a) x = t (b) y = xy (c) x = x (d) x = (e) x = t (f) x = x t (g) x = x log

More information

Properties of Transformations

Properties of Transformations 6. - 6.4 Properties of Transformations P. Danziger Transformations from R n R m. General Transformations A general transformation maps vectors in R n to vectors in R m. We write T : R n R m to indicate

More information

Separation of Variables in Linear PDE: One-Dimensional Problems

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

More information

1 Assignment 1: Nonlinear dynamics (due September

1 Assignment 1: Nonlinear dynamics (due September Assignment : Nonlinear dynamics (due September 4, 28). Consider the ordinary differential equation du/dt = cos(u). Sketch the equilibria and indicate by arrows the increase or decrease of the solutions.

More information

Math 322. Spring 2015 Review Problems for Midterm 2

Math 322. Spring 2015 Review Problems for Midterm 2 Linear Algebra: Topic: Linear Independence of vectors. Question. Math 3. Spring Review Problems for Midterm Explain why if A is not square, then either the row vectors or the column vectors of A are linearly

More information

Problem set 3: Solutions Math 207B, Winter Suppose that u(x) is a non-zero solution of the eigenvalue problem. (u ) 2 dx, u 2 dx.

Problem set 3: Solutions Math 207B, Winter Suppose that u(x) is a non-zero solution of the eigenvalue problem. (u ) 2 dx, u 2 dx. Problem set 3: Solutions Math 27B, Winter 216 1. Suppose that u(x) is a non-zero solution of the eigenvalue problem u = λu < x < 1, u() =, u(1) =. Show that λ = (u ) 2 dx u2 dx. Deduce that every eigenvalue

More information

6.1 Matrices. Definition: A Matrix A is a rectangular array of the form. A 11 A 12 A 1n A 21. A 2n. A m1 A m2 A mn A 22.

6.1 Matrices. Definition: A Matrix A is a rectangular array of the form. A 11 A 12 A 1n A 21. A 2n. A m1 A m2 A mn A 22. 61 Matrices Definition: A Matrix A is a rectangular array of the form A 11 A 12 A 1n A 21 A 22 A 2n A m1 A m2 A mn The size of A is m n, where m is the number of rows and n is the number of columns The

More information

1. General Vector Spaces

1. General Vector Spaces 1.1. Vector space axioms. 1. General Vector Spaces Definition 1.1. Let V be a nonempty set of objects on which the operations of addition and scalar multiplication are defined. By addition we mean a rule

More information

Analysis IV : Assignment 3 Solutions John Toth, Winter ,...). In particular for every fixed m N the sequence (u (n)

Analysis IV : Assignment 3 Solutions John Toth, Winter ,...). In particular for every fixed m N the sequence (u (n) Analysis IV : Assignment 3 Solutions John Toth, Winter 203 Exercise (l 2 (Z), 2 ) is a complete and separable Hilbert space. Proof Let {u (n) } n N be a Cauchy sequence. Say u (n) = (..., u 2, (n) u (n),

More information

Functional Analysis Review

Functional Analysis Review Outline 9.520: Statistical Learning Theory and Applications February 8, 2010 Outline 1 2 3 4 Vector Space Outline A vector space is a set V with binary operations +: V V V and : R V V such that for all

More information

Evolution problems involving the fractional Laplace operator: HUM control and Fourier analysis

Evolution problems involving the fractional Laplace operator: HUM control and Fourier analysis Evolution problems involving the fractional Laplace operator: HUM control and Fourier analysis Umberto Biccari joint work with Enrique Zuazua BCAM - Basque Center for Applied Mathematics NUMERIWAVES group

More information

Math 5630: Iterative Methods for Systems of Equations Hung Phan, UMass Lowell March 22, 2018

Math 5630: Iterative Methods for Systems of Equations Hung Phan, UMass Lowell March 22, 2018 1 Linear Systems Math 5630: Iterative Methods for Systems of Equations Hung Phan, UMass Lowell March, 018 Consider the system 4x y + z = 7 4x 8y + z = 1 x + y + 5z = 15. We then obtain x = 1 4 (7 + y z)

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

Differential equations

Differential equations Differential equations Math 7 Spring Practice problems for April Exam Problem Use the method of elimination to find the x-component of the general solution of x y = 6x 9x + y = x 6y 9y Soln: The system

More information

Strauss PDEs 2e: Section Exercise 4 Page 1 of 6

Strauss PDEs 2e: Section Exercise 4 Page 1 of 6 Strauss PDEs 2e: Section 5.3 - Exercise 4 Page of 6 Exercise 4 Consider the problem u t = ku xx for < x < l, with the boundary conditions u(, t) = U, u x (l, t) =, and the initial condition u(x, ) =, where

More information

1 Separation of Variables

1 Separation of Variables Jim ambers ENERGY 281 Spring Quarter 27-8 ecture 2 Notes 1 Separation of Variables In the previous lecture, we learned how to derive a PDE that describes fluid flow. Now, we will learn a number of analytical

More information

Review of Linear Algebra

Review of Linear Algebra Review of Linear Algebra Definitions An m n (read "m by n") matrix, is a rectangular array of entries, where m is the number of rows and n the number of columns. 2 Definitions (Con t) A is square if m=

More information

Entrance Exam, Differential Equations April, (Solve exactly 6 out of the 8 problems) y + 2y + y cos(x 2 y) = 0, y(0) = 2, y (0) = 4.

Entrance Exam, Differential Equations April, (Solve exactly 6 out of the 8 problems) y + 2y + y cos(x 2 y) = 0, y(0) = 2, y (0) = 4. Entrance Exam, Differential Equations April, 7 (Solve exactly 6 out of the 8 problems). Consider the following initial value problem: { y + y + y cos(x y) =, y() = y. Find all the values y such that the

More information

Ordinary Differential Equations (ODEs)

Ordinary Differential Equations (ODEs) Chapter 13 Ordinary Differential Equations (ODEs) We briefly review how to solve some of the most standard ODEs. 13.1 First Order Equations 13.1.1 Separable Equations A first-order ordinary differential

More information

Final Exam May 4, 2016

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

More information

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

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

More information

Numerical Analysis Preliminary Exam 10 am to 1 pm, August 20, 2018

Numerical Analysis Preliminary Exam 10 am to 1 pm, August 20, 2018 Numerical Analysis Preliminary Exam 1 am to 1 pm, August 2, 218 Instructions. You have three hours to complete this exam. Submit solutions to four (and no more) of the following six problems. Please start

More information

Practice Problems For Test 3

Practice Problems For Test 3 Practice Problems For Test 3 Power Series Preliminary Material. Find the interval of convergence of the following. Be sure to determine the convergence at the endpoints. (a) ( ) k (x ) k (x 3) k= k (b)

More information

Ma 221 Final Exam Solutions 5/14/13

Ma 221 Final Exam Solutions 5/14/13 Ma 221 Final Exam Solutions 5/14/13 1. Solve (a) (8 pts) Solution: The equation is separable. dy dx exy y 1 y0 0 y 1e y dy e x dx y 1e y dy e x dx ye y e y dy e x dx ye y e y e y e x c The last step comes

More information

MATH 213 Linear Algebra and Ordinary Differential Equations Spring 2015 Study Sheet for Final Exam. Topics

MATH 213 Linear Algebra and Ordinary Differential Equations Spring 2015 Study Sheet for Final Exam. Topics MATH 213 Linear Algebra and Ordinary Differential Equations Spring 2015 Study Sheet for Final Exam This study sheet will not be allowed during the test. Books and notes will not be allowed during the test.

More information

MATH 5640: Fourier Series

MATH 5640: Fourier Series MATH 564: Fourier Series Hung Phan, UMass Lowell September, 8 Power Series A power series in the variable x is a series of the form a + a x + a x + = where the coefficients a, a,... are real or complex

More information

FOURIER TRANSFORMS. 1. Fourier series 1.1. The trigonometric system. The sequence of functions

FOURIER TRANSFORMS. 1. Fourier series 1.1. The trigonometric system. The sequence of functions FOURIER TRANSFORMS. Fourier series.. The trigonometric system. The sequence of functions, cos x, sin x,..., cos nx, sin nx,... is called the trigonometric system. These functions have period π. The trigonometric

More information

REVIEW OF DIFFERENTIAL CALCULUS

REVIEW OF DIFFERENTIAL CALCULUS REVIEW OF DIFFERENTIAL CALCULUS DONU ARAPURA 1. Limits and continuity To simplify the statements, we will often stick to two variables, but everything holds with any number of variables. Let f(x, y) be

More information

MATH 220 solution to homework 5

MATH 220 solution to homework 5 MATH 220 solution to homework 5 Problem. (i Define E(t = k(t + p(t = then E (t = 2 = 2 = 2 u t u tt + u x u xt dx u 2 t + u 2 x dx, u t u xx + u x u xt dx x [u tu x ] dx. Because f and g are compactly

More information

Math Linear Algebra II. 1. Inner Products and Norms

Math Linear Algebra II. 1. Inner Products and Norms Math 342 - Linear Algebra II Notes 1. Inner Products and Norms One knows from a basic introduction to vectors in R n Math 254 at OSU) that the length of a vector x = x 1 x 2... x n ) T R n, denoted x,

More information

17 Source Problems for Heat and Wave IB- VPs

17 Source Problems for Heat and Wave IB- VPs 17 Source Problems for Heat and Wave IB- VPs We have mostly dealt with homogeneous equations, homogeneous b.c.s in this course so far. Recall that if we have non-homogeneous b.c.s, then we want to first

More information

Problem (p.613) Determine all solutions, if any, to the boundary value problem. y + 9y = 0; 0 < x < π, y(0) = 0, y (π) = 6,

Problem (p.613) Determine all solutions, if any, to the boundary value problem. y + 9y = 0; 0 < x < π, y(0) = 0, y (π) = 6, Problem 10.2.4 (p.613) Determine all solutions, if any, to the boundary value problem y + 9y = 0; 0 < x < π, y(0) = 0, y (π) = 6, by first finding a general solution to the differential equation. Solution.

More information

Lecture Notes 6: Dynamic Equations Part C: Linear Difference Equation Systems

Lecture Notes 6: Dynamic Equations Part C: Linear Difference Equation Systems University of Warwick, EC9A0 Maths for Economists Peter J. Hammond 1 of 45 Lecture Notes 6: Dynamic Equations Part C: Linear Difference Equation Systems Peter J. Hammond latest revision 2017 September

More information

MATH 391 Test 1 Fall, (1) (12 points each)compute the general solution of each of the following differential equations: = 4x 2y.

MATH 391 Test 1 Fall, (1) (12 points each)compute the general solution of each of the following differential equations: = 4x 2y. MATH 391 Test 1 Fall, 2018 (1) (12 points each)compute the general solution of each of the following differential equations: (a) (b) x dy dx + xy = x2 + y. (x + y) dy dx = 4x 2y. (c) yy + (y ) 2 = 0 (y

More information

SAMPLE FINAL EXAM SOLUTIONS

SAMPLE FINAL EXAM SOLUTIONS LAST (family) NAME: FIRST (given) NAME: ID # : MATHEMATICS 3FF3 McMaster University Final Examination Day Class Duration of Examination: 3 hours Dr. J.-P. Gabardo THIS EXAMINATION PAPER INCLUDES 22 PAGES

More information

3. Identify and find the general solution of each of the following first order differential equations.

3. Identify and find the general solution of each of the following first order differential equations. Final Exam MATH 33, Sample Questions. Fall 7. y = Cx 3 3 is the general solution of a differential equation. Find the equation. Answer: y = 3y + 9 xy. y = C x + C x is the general solution of a differential

More information

Math 250B Final Exam Review Session Spring 2015 SOLUTIONS

Math 250B Final Exam Review Session Spring 2015 SOLUTIONS Math 5B Final Exam Review Session Spring 5 SOLUTIONS Problem Solve x x + y + 54te 3t and y x + 4y + 9e 3t λ SOLUTION: We have det(a λi) if and only if if and 4 λ only if λ 3λ This means that the eigenvalues

More information

Lecture Notes on PDEs

Lecture Notes on PDEs Lecture Notes on PDEs Alberto Bressan February 26, 2012 1 Elliptic equations Let IR n be a bounded open set Given measurable functions a ij, b i, c : IR, consider the linear, second order differential

More information

systems of linear di erential If the homogeneous linear di erential system is diagonalizable,

systems of linear di erential If the homogeneous linear di erential system is diagonalizable, G. NAGY ODE October, 8.. Homogeneous Linear Differential Systems Section Objective(s): Linear Di erential Systems. Diagonalizable Systems. Real Distinct Eigenvalues. Complex Eigenvalues. Repeated Eigenvalues.

More information

MAT 372 K.T.D.D. Final Sınavın Çözümleri N. Course. Question 1 (Canonical Forms). Consider the second order partial differential equation

MAT 372 K.T.D.D. Final Sınavın Çözümleri N. Course. Question 1 (Canonical Forms). Consider the second order partial differential equation OKAN ÜNİVERSİTESİ FEN EDEBİYAT FAKÜTESİ MATEMATİK BÖÜMÜ 1.5. MAT 7 K.T.D.D. Final Sınavın Çözümleri N. Course Question 1 (Canonical Forms). Consider the second order partial differential equation (sin

More information

Applied Differential Equation. November 30, 2012

Applied Differential Equation. November 30, 2012 Applied Differential Equation November 3, Contents 5 System of First Order Linear Equations 5 Introduction and Review of matrices 5 Systems of Linear Algebraic Equations, Linear Independence, Eigenvalues,

More information

SPRING 2006 PRELIMINARY EXAMINATION SOLUTIONS

SPRING 2006 PRELIMINARY EXAMINATION SOLUTIONS SPRING 006 PRELIMINARY EXAMINATION SOLUTIONS 1A. Let G be the subgroup of the free abelian group Z 4 consisting of all integer vectors (x, y, z, w) such that x + 3y + 5z + 7w = 0. (a) Determine a linearly

More information

Tutorials in Optimization. Richard Socher

Tutorials in Optimization. Richard Socher Tutorials in Optimization Richard Socher July 20, 2008 CONTENTS 1 Contents 1 Linear Algebra: Bilinear Form - A Simple Optimization Problem 2 1.1 Definitions........................................ 2 1.2

More information

Advanced Eng. Mathematics

Advanced Eng. Mathematics Koya University Faculty of Engineering Petroleum Engineering Department Advanced Eng. Mathematics Lecture 6 Prepared by: Haval Hawez E-mail: haval.hawez@koyauniversity.org 1 Second Order Linear Ordinary

More information

THE METHOD OF SEPARATION OF VARIABLES

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

More information

MATH 205C: STATIONARY PHASE LEMMA

MATH 205C: STATIONARY PHASE LEMMA MATH 205C: STATIONARY PHASE LEMMA For ω, consider an integral of the form I(ω) = e iωf(x) u(x) dx, where u Cc (R n ) complex valued, with support in a compact set K, and f C (R n ) real valued. Thus, I(ω)

More information

BENG 221 Mathematical Methods in Bioengineering. Fall 2017 Midterm

BENG 221 Mathematical Methods in Bioengineering. Fall 2017 Midterm BENG Mathematical Methods in Bioengineering Fall 07 Midterm NAME: Open book, open notes. 80 minutes limit (end of class). No communication other than with instructor and TAs. No computers or internet,

More information

LINEAR ALGEBRA SUMMARY SHEET.

LINEAR ALGEBRA SUMMARY SHEET. LINEAR ALGEBRA SUMMARY SHEET RADON ROSBOROUGH https://intuitiveexplanationscom/linear-algebra-summary-sheet/ This document is a concise collection of many of the important theorems of linear algebra, organized

More information

Essential Ordinary Differential Equations

Essential Ordinary Differential Equations MODULE 1: MATHEMATICAL PRELIMINARIES 10 Lecture 2 Essential Ordinary Differential Equations In this lecture, we recall some methods of solving first-order IVP in ODE (separable and linear) and homogeneous

More information

General Inner Product and The Fourier Series

General Inner Product and The Fourier Series A Linear Algebra Approach Department of Mathematics University of Puget Sound 4-20-14 / Spring Semester Outline 1 2 Inner Product The inner product is an algebraic operation that takes two vectors and

More information

Solving First Order PDEs

Solving First Order PDEs Solving Ryan C. Trinity University Partial Differential Equations January 21, 2014 Solving the transport equation Goal: Determine every function u(x, t) that solves u t +v u x = 0, where v is a fixed constant.

More information

YORK UNIVERSITY. Faculty of Science Department of Mathematics and Statistics MATH M Test #1. July 11, 2013 Solutions

YORK UNIVERSITY. Faculty of Science Department of Mathematics and Statistics MATH M Test #1. July 11, 2013 Solutions YORK UNIVERSITY Faculty of Science Department of Mathematics and Statistics MATH 222 3. M Test # July, 23 Solutions. For each statement indicate whether it is always TRUE or sometimes FALSE. Note: For

More information

Ordinary Differential Equations (ODEs)

Ordinary Differential Equations (ODEs) c01.tex 8/10/2010 22: 55 Page 1 PART A Ordinary Differential Equations (ODEs) Chap. 1 First-Order ODEs Sec. 1.1 Basic Concepts. Modeling To get a good start into this chapter and this section, quickly

More information

Separation of variables

Separation of variables Separation of variables Idea: Transform a PDE of 2 variables into a pair of ODEs Example : Find the general solution of u x u y = 0 Step. Assume that u(x,y) = G(x)H(y), i.e., u can be written as the product

More information

Eigenvalues and Eigenvectors

Eigenvalues and Eigenvectors /88 Chia-Ping Chen Department of Computer Science and Engineering National Sun Yat-sen University Linear Algebra Eigenvalue Problem /88 Eigenvalue Equation By definition, the eigenvalue equation for matrix

More information

Numerical Analysis of Differential Equations Numerical Solution of Parabolic Equations

Numerical Analysis of Differential Equations Numerical Solution of Parabolic Equations Numerical Analysis of Differential Equations 215 6 Numerical Solution of Parabolic Equations 6 Numerical Solution of Parabolic Equations TU Bergakademie Freiberg, SS 2012 Numerical Analysis of Differential

More information

Partial Differential Equations Separation of Variables. 1 Partial Differential Equations and Operators

Partial Differential Equations Separation of Variables. 1 Partial Differential Equations and Operators PDE-SEP-HEAT-1 Partial Differential Equations Separation of Variables 1 Partial Differential Equations and Operators et C = C(R 2 ) be the collection of infinitely differentiable functions from the plane

More information

ODE classification. February 7, Nasser M. Abbasi. compiled on Wednesday February 07, 2018 at 11:18 PM

ODE classification. February 7, Nasser M. Abbasi. compiled on Wednesday February 07, 2018 at 11:18 PM ODE classification Nasser M. Abbasi February 7, 2018 compiled on Wednesday February 07, 2018 at 11:18 PM 1 2 first order b(x)y + c(x)y = f(x) Integrating factor or separable (see detailed flow chart for

More information

Math 443 Differential Geometry Spring Handout 3: Bilinear and Quadratic Forms This handout should be read just before Chapter 4 of the textbook.

Math 443 Differential Geometry Spring Handout 3: Bilinear and Quadratic Forms This handout should be read just before Chapter 4 of the textbook. Math 443 Differential Geometry Spring 2013 Handout 3: Bilinear and Quadratic Forms This handout should be read just before Chapter 4 of the textbook. Endomorphisms of a Vector Space This handout discusses

More information

Numerical Analysis of Differential Equations Numerical Solution of Elliptic Boundary Value

Numerical Analysis of Differential Equations Numerical Solution of Elliptic Boundary Value Numerical Analysis of Differential Equations 188 5 Numerical Solution of Elliptic Boundary Value Problems 5 Numerical Solution of Elliptic Boundary Value Problems TU Bergakademie Freiberg, SS 2012 Numerical

More information

Honors Linear Algebra, Spring Homework 8 solutions by Yifei Chen

Honors Linear Algebra, Spring Homework 8 solutions by Yifei Chen .. Honors Linear Algebra, Spring 7. Homework 8 solutions by Yifei Chen 8... { { W {v R 4 v α v β } v x, x, x, x 4 x x + x 4 x + x x + x 4 } Solve the linear system above, we get a basis of W is {v,,,,

More information

Polytechnic Institute of NYU MA 2132 Final Practice Answers Fall 2012

Polytechnic Institute of NYU MA 2132 Final Practice Answers Fall 2012 Polytechnic Institute of NYU MA Final Practice Answers Fall Studying from past or sample exams is NOT recommended. If you do, it should be only AFTER you know how to do all of the homework and worksheet

More information