Question 9: PDEs Given the function f(x, y), consider the problem: = f(x, y) 2 y2 for 0 < x < 1 and 0 < x < 1. x 2 u. u(x, 0) = u(x, 1) = 0 for 0 x 1

Similar documents
[2] (a) Develop and describe the piecewise linear Galerkin finite element approximation of,

Numerical Analysis of Differential Equations Numerical Solution of Elliptic Boundary Value

INTRODUCTION TO PDEs

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

Finite Element Method for Ordinary Differential Equations

Chapter Two: Numerical Methods for Elliptic PDEs. 1 Finite Difference Methods for Elliptic PDEs

1 Discretizing BVP with Finite Element Methods.

MATH 425, FINAL EXAM SOLUTIONS

Lecture 9 Approximations of Laplace s Equation, Finite Element Method. Mathématiques appliquées (MATH0504-1) B. Dewals, C.

Fundamental Solutions and Green s functions. Simulation Methods in Acoustics

Applied Math Qualifying Exam 11 October Instructions: Work 2 out of 3 problems in each of the 3 parts for a total of 6 problems.

1. Let a(x) > 0, and assume that u and u h are the solutions of the Dirichlet problem:

McGill University Department of Mathematics and Statistics. Ph.D. preliminary examination, PART A. PURE AND APPLIED MATHEMATICS Paper BETA

From Completing the Squares and Orthogonal Projection to Finite Element Methods

17 Source Problems for Heat and Wave IB- VPs

The Finite Element Method for the Wave Equation

CLASSIFICATION AND PRINCIPLE OF SUPERPOSITION FOR SECOND ORDER LINEAR PDE

Qualifying Examination

Chapter 12. Partial di erential equations Di erential operators in R n. The gradient and Jacobian. Divergence and rotation

MATH-UA 263 Partial Differential Equations Recitation Summary

Finite Elements. Colin Cotter. February 22, Colin Cotter FEM

LOWELL. MICHIGAN, THURSDAY, MAY 23, Schools Close. method of distribution. t o t h e b o y s of '98 a n d '18. C o m e out a n d see t h e m get

Outline. 1 Boundary Value Problems. 2 Numerical Methods for BVPs. Boundary Value Problems Numerical Methods for BVPs

Finite Element Methods

Midterm Exam, Thursday, October 27

Simple Examples on Rectangular Domains

2 Two-Point Boundary Value Problems

An Introduction to Numerical Methods for Differential Equations. Janet Peterson

Scientific Computing I

MATH 425, HOMEWORK 3 SOLUTIONS

Finite Difference Methods for Boundary Value Problems

PDEs, part 1: Introduction and elliptic PDEs

Finite difference method for elliptic problems: I

The Heat Equation John K. Hunter February 15, The heat equation on a circle

Boundary Value Problems and Iterative Methods for Linear Systems

CAAM 336 DIFFERENTIAL EQUATIONS IN SCI AND ENG Examination 1

6 Non-homogeneous Heat Problems

The Fourier series for a 2π-periodic function

2.3. VECTOR SPACES 25

10.34 Numerical Methods Applied to Chemical Engineering. Quiz 2

Variational Principles for Equilibrium Physical Systems

H r# W im FR ID A Y, :Q q ro B E R 1 7,.,1 0 1 S. NEPTUNE TH RHE. Chancelor-Sherlll Act. on Ballot at ^yisii/

APPM GRADUATE PRELIMINARY EXAMINATION PARTIAL DIFFERENTIAL EQUATIONS SOLUTIONS

McGill University April 20, Advanced Calculus for Engineers

A brief introduction to finite element methods

Analysis III (BAUG) Assignment 3 Prof. Dr. Alessandro Sisto Due 13th October 2017

1. Differential Equations (ODE and PDE)

Math 4263 Homework Set 1

FDM for parabolic equations

UNIVERSITY OF MANITOBA

Numerical Methods for Partial Differential Equations

Finite-Elements Method 2

Time-dependent variational forms

Lehrstuhl Informatik V. Lehrstuhl Informatik V. 1. solve weak form of PDE to reduce regularity properties. Lehrstuhl Informatik V

v(x, 0) = g(x) where g(x) = f(x) U(x). The solution is where b n = 2 g(x) sin(nπx) dx. (c) As t, we have v(x, t) 0 and u(x, t) U(x).

Lecture 42 Determining Internal Node Values

Finite Element Methods

Homework for Math , Fall 2016

Summer 2017 MATH Solution to Exercise 5

n 1 f n 1 c 1 n+1 = c 1 n $ c 1 n 1. After taking logs, this becomes

Implicit Scheme for the Heat Equation

HW2 Solutions

1 Assignment 1: Nonlinear dynamics (due September

Partial Differential Equations

Numerical Methods for PDEs

PIECEWISE LINEAR FINITE ELEMENT METHODS ARE NOT LOCALIZED

An introduction to the mathematical theory of finite elements

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.

MATH 333: Partial Differential Equations

PARTIAL DIFFERENTIAL EQUATIONS. Lecturer: D.M.A. Stuart MT 2007

Scientific Computing: An Introductory Survey

Background. Background. C. T. Kelley NC State University tim C. T. Kelley Background NCSU, Spring / 58

Ritz Method. Introductory Course on Multiphysics Modelling

Theory of PDE Homework 2

Applications of the Maximum Principle

Separation of Variables in Linear PDE: One-Dimensional Problems

PH.D. PRELIMINARY EXAMINATION MATHEMATICS

30 crete maximum principle, which all imply the bound-preserving property. But most

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

Sec. 1.1: Basics of Vectors

Numerical Analysis Comprehensive Exam Questions

Partial Differential Equations and Image Processing. Eshed Ohn-Bar

Homework #3 Solutions

Diffusion on the half-line. The Dirichlet problem

Computation Fluid Dynamics

An Efficient Algorithm Based on Quadratic Spline Collocation and Finite Difference Methods for Parabolic Partial Differential Equations.

ACM/CMS 107 Linear Analysis & Applications Fall 2017 Assignment 2: PDEs and Finite Element Methods Due: 7th November 2017

MATH34032 Mid-term Test 10.00am 10.50am, 26th March 2010 Answer all six question [20% of the total mark for this course]

MATH 225 Summer 2005 Linear Algebra II Solutions to Assignment 1 Due: Wednesday July 13, 2005

Partial Differential Equations, Winter 2015

Introduction to Aspects of Multiscale Modeling as Applied to Porous Media

March 27 Math 3260 sec. 56 Spring 2018

Math 5520 Homework 2 Solutions

Boundary Value Problems - Solving 3-D Finite-Difference problems Jacob White

Chapter 2 Boundary and Initial Data

Lecture Notes on PDEs

Math 46, Applied Math (Spring 2008): Final

Final Exam May 4, 2016

Fourier and Partial Differential Equations

One-dimensional and nonlinear problems

Transcription:

Question 9: PDEs Given the function f(x, y), consider the problem: 2 u x 2 u = f(x, y) 2 y2 for 0 < x < 1 and 0 < x < 1 u(x, 0) = u(x, 1) = 0 for 0 x 1 u(0, y) = u(1, y) = 0 for 0 y 1. a. Discuss how you would determine an approximate solution of this problem using a piecewise linear finite element method. b. Discus the factors that affect the accuracy of finite element methods for the approximation solution of this problem. 10

8. Numerical PDEs Given the functions f(x,y) and g(x,y), consider the problem: 2 u x 2 2 u + g(x,y)u = f(x,y) y2 for 0 < x < 1 and 0 < y < 1 u(x,0) = u(x,1) = 0 for 0 x 1 u(0,y) = u(1,y) = 0 for 0 y 1. (a.) Discuss how you would determine an approximate solution of this problem using a piecewise linear finite element method. (b.) Discuss the factors that affect the accuracy of finite element methods for the approximation solution of this problem. 9

11. Consider the two point boundary value problem (BVP) where p,q,α are scalars. d2 u dx 2 + pdu + qu = f(x) a < x < b dx u(a) = 0 αu(b) + u (b) = 1 a. Write down a weak formulation of this problem. Show that a solution to this classical two point BVP is also a solution of your weak problem. Is the converse always true? Why or why not? b. Suppose we want to approximate the solution of the weak problem using continuous, piecewise linear polynomials defined over a uniform partition x j, j = 0,...,n + 1 of [a,b] where x 0 = a, x n+1 = b. Write a discrete weak problem. c. Assume that we use the standard hat basis functions. Show that once the basis functions are chosen we can write the discrete weak problem as a linear system. If p = q = α = 0 what are the properties of this linear system? Explicitly determine the entries of the coefficient matrix when p = q = α = 0 in this linear system assuming we use the midpoint rule to compute the entries. d. Discuss the rates of convergence in both the H 1 and L 2 norms that you expect using continuous, piecewise linear polynomials. 12

DSC Prelim Exam Spring 2010 7 6. Partial differential equations: finite element method Consider the diffusion equation with the initial and boundary conditions u t = αu xx u(x, 0) = g(x), u(0, t) = u L, u(1, t) = u R. The function g(x) is prescribed over the interval 0 < x < 1, and α, u L and u R are constants and α > 0. (a) The backward-time difference scheme can be used to convert the above initial-boundary value problem into a two-point boundary value problem (BVP) at every time step. Carry out the details of this step and develop this BVP. (20%) (b) Develop a complete piecewise-linear Galerkin-type finite element scheme to solve the resulting boundary value problem derived in part (a). (70%) (c) Comment on the numerical stability of the backward-time finite element scheme developed in (a) and (b) above (10%)

DSC Prelim Exam Spring 2011 5 4. Partial Differential Equations Consider the simple 1-D diffusion equation: subject to u t = 2 u x 2 0 < x < l, t > 0 u(0, t) = u(l, t) = 0 t > 0 (b.c.) u(x, 0) = u 0 (x), 0 < x l (i.c.) Using Galerkin approximation with piecewise linear basis function which satisfy the boundary conditions a. Show that if we use approximate solution That we obtain where i.e., a system where g ij = l 0 N j=1 dφ i dx Φ i (0) = Φ i (l) = 0 U(x, t) = N u i (t)φ i (x) i=1 { } duj dt b ij + u j g ij = 0 i = 1, 2,.., N dφ j dx dx b ij = l 0 i, j = 1, 2,..., N(stiffness matrix) Φ i Φ j dx(mass matrix) B U + GU = b (here b = 0) B = {(Φ j, Φ i )} G = {a(φ j, Φ i )} b. Show that if h is the element size, we have that matrices B and G have the following entries 4 1 1 4 1 B = h... 6...... 1 4 1 1 4 2 1 1 2 1 G = 1... h...... 1 2 1 1 2 for piecewise linear hat basis functions on regular mesh. (Hint: Use Sylvester s formula for integration)

DSC Prelim Exam Summer 2011 3 2. Partial Differential Equations (Dr. Peterson) a. Let be a bounded domain in R 2 with boundary Γ = Γ 1 Γ 2 where Γ 1 Γ 2 =. Consider the following PDE and boundary conditions for u(x, y) u + uu x = f(x, y) (x, y) and the weak formulation u = 0 on Γ 1 u n = 4 on Γ 2 Seek u Ĥ1 satisfying u v + uu x v = fv + 4 v Γ 2 v Ĥ1 where Ĥ1 is all functions that are zero on Γ 1 and which possess one weak derivative. Here u = u xx + u yy and u/ n denotes the derivative of u in the direction of the unit outer normal, i.e., u n. Show that if u satisfies the classical boundary value problem then it satisfies the weak problem. Then show that if u is a sufficiently smooth solution to the weak problem, then it satisfies the PDE and the boundary conditions. b. Now let w = w(x, t) and consider the initial boundary value problem w t w xx = f(x, t) 0 x 2, t > 0 w(0, t) = w(2, t) = 0 t > 0 w(x, 0) = w 0 0 x 2 Write down an implicit finite difference scheme for this problem which is second order in space and time. Then show that at a fixed time, we are required to solve a linear system A w = f and explicitly give A and f. c. Let w(x, t). Derive a finite difference approximation to w xxx (x, t) using the values w(x, t), w(x + h, t), w(x h, t) and w(x + 2h, t). Determine the truncation error for your approximation.

DSC Prelim Exam Spring 2012 6 4. Finite Element (Dr. Burkardt) Suppose that u H 1 () is a solution of the Poisson equation Δu = f in the domain, and that for some constant α > 0, u satisfies the mixed boundary condition αu + u n = 0 on. Recall that H 1 () is the set of functions v : R such that v and all first derivatives of v are squareintegrable over. (a) Show that u satisfies the weak equation: u v + α u v = f v for all v H 1 () (b) For any u, v H 1 (), define: B(u, v) u v + α u v Show that B(u, v) is an inner product on H 1 (). (c) Use your answer to (b) to show that a solution of the weak equation is unique.