Numerical Methods Qualification Exam Problems and Solutions (University of Maryland)/Jan04 667
Problem 4a
|
Consider the boundary value problem
|
Solution 4a
From Taylor expansion of and around , we have
Let be a uniform partition of with step size
Then for we have
For
For
Problem 4b
|
Suppose and in . Formulate a finite element method for the approximate solution of in this special case, again on a uniform mesh. Using the standard "hat functions" basis for the finite element space, write out the finite element equations explicitly. Show that if an appropriate quadrature formula is used on the right-hand side of the finiite element equations, they (the finite element equations) are the same as the finite difference equations. |
Solution 4b
Since we are integrating hat functions on the right hand side, an appropriate quadrature formula would be to take half of the midpoint rule. The regular midpoint rule would give double the actual integral value of a hat function.
Therefore
Then the finite difference method and the finite element method yield the same matrix.
Problem 4c
|
Show that the matrix in is non singluar. |
Solution 4c
Since the matrix is diagonally dominant, it is non-singular.
To show that the matrix has a non-zero determinant, 2n elementary row operation can be used to show that
has the same determinant as
which is .
Problem 5
|
Consider the following dissipative initial value problem,
|
Problem 5a
|
Write the Backward Euler Method for (2). This gives rise to an algebraic equation. Explain how you would solve this equation. |
Solution 5a
Using Taylor Expansion we have
Thus we have Backwards Euler Method:
Let
Problem 5b
|
Derive an error estimate of the form
|
Solution 5b
Subtracting and , we have
Problem 6
|
|