2 Pages

hw3

Course: MATH 3072, Fall 2008
School: Pittsburgh
Rating:
 
 
 
 
 

Word Count: 371

Document Preview

3072 Math Finite Element Methods Homework 3, Due February 21, 2007 1. Consider the boundary value problem A u = f in u = gD on D u + A u n = gR on R , (1) (2) (3) where = D R , |D | > 0, 0 (x) 1 , and A(x) is a d d symmetric matrix satisfying 0 T T A(x) 1 T a) Derive the weak formulation of (1)(3). b) Prove that there exists a unique weak solution. c) Prove that if the weak solution is in H...

Register Now

Unformatted Document Excerpt

Coursehero >> Pennsylvania >> Pittsburgh >> MATH 3072

Course Hero has millions of student submitted documents similar to the one
below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.

Course Hero has millions of student submitted documents similar to the one below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.
3072 Math Finite Element Methods Homework 3, Due February 21, 2007 1. Consider the boundary value problem A u = f in u = gD on D u + A u n = gR on R , (1) (2) (3) where = D R , |D | > 0, 0 (x) 1 , and A(x) is a d d symmetric matrix satisfying 0 T T A(x) 1 T a) Derive the weak formulation of (1)(3). b) Prove that there exists a unique weak solution. c) Prove that if the weak solution is in H 2 (), then it is the solution to (1)(3). d) Give the minimization formulation for (1)(3) and show that it is equivalent to the weak formulation. 2. Consider the linear operator A : V V dened in the proof of the Lax-Milgram Theorem: for V , A satises (A, v) = a(, v) v V. Prove that Range(A) = V . Follow the steps a) prove that Range(A) is a subspace b) prove that Range(A) is a closed subspace c) employ the Projection Theorem to conclude that Range(A) = V 3. a) Derive the weak formulation of the elliptic BVP (a(x)u (x)) + b(x)u (x) + c(x)u(x) = f (x), u(0) = u(1) = 0, 1 0 < x < 1, (4) (5) Rd , x . where 0 < a0 a(x) < a1 , 0 < a0 c(x) c1 < , |b(x)| a0 for all x . b) Prove that the weak formulation has a unique solution. 4. Computational problem. Modify your code from hw1 to solve the BVP (a(x)u (x)) + b(x)u (x) = f (x), u(0) = , u(1) = , 0 < x < 1, (6) (7) a) Run your code for the problem with a(x) = x2 + 1, b(x) = 2x + 1, and a true solution u(x) = ex + sin(3x). Plug the true solution into the equation to obtain f (x). Take = 1, 100. b) Run your code for a(x) = .01, b(x) = 1, f (x) = 0, = 0, and = 1. The true solution in this case is u(x) = 1 eRx , 1 eR where R = b/a (R is called the Peclet number). For all cases above: Test the convergence rates u uh 1 Chr , u uh Chp , i.e, determine r and p . To do this, run the code on a sequence of uniform grids with 1/h = 20, 40, 80, 160. Discuss your results. Plot the computed solution for 1/h = 20, 80. c) Run your code for a(x) = .001, b(x) = x 1/2, f (x) = 0, = 0, and = 1. Plot the computed solution for 1/h = 20, 40, 80, 160. Discuss your results. Submit your code. 2
Find millions of documents on Course Hero - Study Guides, Lecture Notes, Reference Materials, Practice Exams and more. Course Hero has millions of course specific materials providing students with the best way to expand their education.

Below is a small sample set of documents:

Pittsburgh - MATH - 3072
Math 3072 Finite Element MethodsHomework 4, Due March 14, 2007 1. Consider the boundary value problem A u+b u + a0 u = f in u = 0 on D A u n = gN on N , (1) (2) (3)where = D N , |D | &gt; 0, and A(x) is a d d symmetric matrix satisfying 0 T
Pittsburgh - MATH - 2602
Math 2602 Computer Project 2 Due February 10, 2006 The goal of this project is to test the convergence of the mixed nite element method with Raviart-Thomas elements using the software Freefem+. Run the demo LaplaceRT.edp in examples+-tutorial. Make
Pittsburgh - MATH - 3072
April 11, 2007 I. YotovMath 3072 Finite Element Methods Final Project, Due April 25, 20071. Consider the parabolic equation u u = f (u), t u = 0 on , u(x, 0) = u0 , x , t &gt; 0, (1) (2) (3)x ,where Rd , d = 2, 3, is a convex polygon and f
Pittsburgh - MATH - 2090
Math 2090 Numerical Solution of ODEsComputational Project 1, Due September 19, 2008 Write a code implementing the Euler method for solving the initial value problem y = f (t, y), y(0) = c. Run your code for y = y, 0 t 5, y(0) = 1. Take = 1, 10, 5
Pittsburgh - MATH - 2090
Math 2090 Numerical Solution of ODEsHomework 4, Due November 7, 2008 1. Consider the normal distribution N (, 2 ) with probability density function 1 (x )2 f (x) = exp . 2 2 2 Recall that f (x) dx = 1. a) Show that if X N (, 2 ), then E(X) =
Pittsburgh - MATH - 2090
Math 2090 Numerical Solution of ODEs Final Project, Due December 12, 2008Consider the advection-diusion boundary-value problem u (t) + au (t) = 0, u(0) = 0, 0 &lt; t &lt; 1,u(1) = 1,where 0 &lt; &lt; 1 and a are given constants. Write a code for solving t
Pittsburgh - MATH - 2090
MATH 2090 Numerical Solutions of Ordinary Dierential Equations Course #18217, Fall 2006 (2071) Instructor: Ivan Yotov, Thackeray 605, 624-8338, yotov@math.pitt.edu, zeus.math.pitt.edu/yotov Lecture: MWF 12:0012:50, Thackeray 704. Oce hours: MWF 1:00-
Pittsburgh - MATH - 3072
Math 3072 Finite Element MethodsHomework 2, Due February 5, 2007 1. Consider the function f (x) = 2(x - 1)3 , 3(x - 1)2 , 0 x 1, 1 &lt; x 2.Determine for which k there holds f (x) H k (0, 2). Find D f for | k. 2. Prove that in a Hilbert space, (
Pittsburgh - MATH - 3071
Math 3071 Computer Project 1 Due October 7, 2005 Write a code for solving the equation ut + a(x, t)ux = 0, 0 x 1, 0 t 1, (1)where a(x, t) 0, with the initial condition u(x, 0) = u0 (x) and the boundary condition u(0, t) = 0, using the upwind m
Pittsburgh - MATH - 3072
Math 3072 Finite Element MethodsHomework 5 (computational part), Due March 30, 2007 1. Using the sofwtware provided with the textbook for solving - a u = f u = g in on (1) (2)solve the problem with continuous piecewise linears with the domain an
Pittsburgh - MATH - 3072
Math 3072 Finite Element MethodsHomework 1, Due January 22, 2007 1. a) Derive the weak formulation of the elliptic BVP -(a(x)u (x) + b(x)u(x) = f (x), u(0) = , au (1) = , where 0 &lt; a0 a(x) a1 &lt; , 0 b(x) b1 &lt; . Hint: Take u VD = {v H 1 (0, 1) :
Pittsburgh - MATH - 3072
Math 3072 Finite Element MethodsHomework 6 (computational part), Due April 11, 2007 1. Extend your code from homework 5 to include adaptive mesh renement. Implement the adaptive algorithm given in class. As error indicator use the residual aposterio
Pittsburgh - IS - 2300
Human Information Processing Fall 2008 Douglas Metzler Assignment 3 Due: 9/26 1. In the last assignment you represented the propositional content of a sentence in the following three formats: 1. a simple (but long) proposition 2. a set of binary prop
Pittsburgh - ISAD - 011
InfSci 2511 Info System Analysis and Design(CRN:37275)Assignment 8 due November 27, 2000.Peter Y. Wu Office: IS 733 E-mail : pwu@mail.sis.pitt.eduDesign with Interaction DiagramsIn our first development cycle for the Library Information Syst
Pittsburgh - ISAD - 011
InfSci 2511 Information System Analysis and DesignLecture 1 8/28/2000Course Information Class meets on Mondays 6:00pm-8:50pm. IS Building, Room 404. Fall 2000: August 28 to December 11 Mid-term on Oct 16 and Final on Dec 11. Course Web Page i
Pittsburgh - ISAD - 011
InfSci 2511 Information System Analysis and DesignLecture 6 10/9/2000Assignment 4: context DFDDelivery Notice and InvoiceCustomerOrder Negotiation Customer OrderManufacturing Company SupplierPurchase OrderRaw MaterialsProducts1Assi
Pittsburgh - ISAD - 011
InfSci 2511 Info System Analysis and Design(CRN:37275)Assignment 5 due November 6, 2000.Peter Y. Wu Office: IS 733 E-mail : pwu@mail.sis.pitt.eduUse Cases for the Library Information SystemA certain public library plans to automate its opera
Pittsburgh - ISAD - 011
InfSci 2511 Info System Analysis and Design(CRN:37275)Assignment 7 due November 20, 2000.Peter Y. Wu Office: IS 733 E-mail : pwu@mail.sis.pitt.eduSystem Sequence Diagram and ContractA public library has commissioned us to automate its operat
Pittsburgh - ISAD - 011
InfSci 2511 Information System Analysis and DesignLecture 12 11/27/2000Topics Discussion of Assignment 8 OOAD Review Visibility between Objects Design Class Diagrams Packages Projects and Project Presentation1Assignment 8: Real Use Case
Pittsburgh - ISAD - 011
InfSci 2511 Info System Analysis and Design(CRN:37275)Assignment 6 due November 13, 2000.Peter Y. Wu Office: IS 733 E-mail : pwu@mail.sis.pitt.eduBuilding a Conceptual ModelA public library has commissioned us to automate its operation from
Pittsburgh - ISAD - 011
InfSci 2511 Info System Analysis and Design(CRN:37275)Assignment 2 due September 25, 2000.Peter Y. Wu Office: IS 733 E-mail : pwu@mail.sis.pitt.eduEmployee Salary and Commission RecordsIn planning for a personnel information system for a cer
Pittsburgh - ISAD - 011
InfSci 2511 Information System Analysis and DesignLecture 3 9/18/2000Assignment 1 The entity sets: Student, Book, Course offered. The attributes for Student: full name social security number (key: single attribute) The attributes for Book:
Pittsburgh - ISAD - 011
InfSci 2511 Information System Analysis and DesignLecture 11 11/20/2000Topics Discussion of Assignment 7 OOAD Review: from Analysis to Design Real Use Cases Interaction Diagrams Basic Design Patterns OOD Example Assignment 81Assignment
Pittsburgh - ISAD - 011
InfSci 2511 Info System Analysis and Design(CRN:37275)Assignment 1 due September 18, 2000.Peter Y. Wu Office: IS 733 E-mail : pwu@mail.sis.pitt.eduStudent Rating of TextbooksThe students of the Dept of Information Science and Telecommunicati
Pittsburgh - ISAD - 011
InfSci 2511 Information System Analysis and DesignLecture 9 11/6/2000 Discussion of Assignment 5 Iterative OOAD: Review The Conceptual Model Association Attributes Assignment 6Arrival of new Books Membership Registration Membership Update
Pittsburgh - ISAD - 011
InfSci 2511 Info System Analysis and Design(CRN:37275)Assignment 4 due October 9, 2000.Peter Y. Wu Office: IS 733 E-mail : pwu@mail.sis.pitt.eduOrder Fulfillment Process in ManufacturingA certain manufacturing company makes five different pr
Pittsburgh - ISAD - 011
InfSci 2511 Information System Analysis and DesignLecture 4 9/25/2000Assignment 2 The entity sets: Employee, Sales Dept Employee. The attributes for Employee: name, address, phone. social security number (key: single attribute) salary? But we
Pittsburgh - ISAD - 011
Fall 2000 (CRN 37275)InfSci 2511 Information System Analysis, Design, and Evaluation Term Project Presentation Schedule on December 4th (Monday), 2000. 15 minutes presentation, including Q &amp; A. For presentation visual, you can use Power Point (br
Pittsburgh - SIS - 2110
TELCOM 2110 - Today's Lecture Week 12 - 20 November 2000 Week 12Project 2 is Due at Start of Class Reading Chapter 13 VPN Contract Basics Business Analysis and Tools Project Management Network Management Structure Outsourcing Business Con
Pittsburgh - SIS - 2110
TELCOM 2110 - Today's Lecture Week 9 - 30 October 2000 Reading: Chapter 4 &amp; 12 Network Traffic Priorities Congestion &amp; Ethernet Tools to Measure Network Load Load Balancing Capacity TheoryWeek 9Telcom 21101Network Traffic PrioritiesW
Pittsburgh - IS - 2470
Logic Learn AppletBruce Amber, Paul Love, Julie McLean, and Seth NewcomerFinal Project INFSCI 2470: Interactive System Design Dr. Peter Brusilovsky 10 December 2002TABLE OF CONTENTSI. Project Description II. Task-Centered Design Process - Anal
Pittsburgh - IS - 2470
Final Project Report:For Loop Problette 2.0Group Members: Paul Thompson Jamie Butler Philip Cox Bill DePhillips IS 2470 Dr. Brusilovsky Spring 2006Table of ContentsFinal Project Report:..1 For Loop Problette 2.0.1 Table of Contents..2 Introduct
Pittsburgh - MATH - 2920
HOMEWORK 5 Due Oct 11 1. Exercises 9,10 page 56 2. Exercise 11 page 64 3. Suppose that A(t + T ) = A(t) and that A(t) = A(t). Let (t) be the principle fundamental matrix for x = A(t)x. Show that (t) = (t). Use this to show that all solutions to x = A
Pittsburgh - MATH - 2920
HOMEWORK 4 Due Oct 2 1. Exercise 7, page 43 2. Exercise 8, page 45 3. Express etA in terms of A for 1 A = 1 4 1 1 4 4 4 24. Sketch all the possible phase portaits of the system x = ax 2y, y = 3x yas the parameter varies from &lt; a &lt; . 5. Ske
Pittsburgh - MATH - 2920
HOMEWORK 6 Due Nov 4 1. Exercise 12 page 70 2. Recall that if p is a regular point (nonsingular) in the or limit set, then the trajectory through it is called a limit orbit. Sketch a planar system having the following: (not all at once) (a) a traje
Pittsburgh - MATH - 1270
Homework Due Monday April 12 1. Do Problems 1,2 on page 5 of the handout on simple mechanical systems (the problems with the graphics of potential functions) 2. For each of the following determine if the system is a gradient or hamiltonian system and
Pittsburgh - A - 0113
Light Finite speed and how it was determined. Dual nature (particles/waves). Colors and electromagnetic spectrum. Blackbodies: radiation and temperature. Wiens law, Stefan-Boltzmann law, and uses. Kirchhos laws and uses. The Doppler eect
Pittsburgh - A - 0113
The Sun photosphere: surface temperature 5800K has darker edge and spots (darker=cooler)Re was the creator of our world. In the beginning of time, an egg rose from the water. Once out of his shell, Re had two children who became the atmosphere a
Pittsburgh - A - 0113
ParallaxParallax (contd.) half the angle through which apparent position shifts as Earth moves from one side of orbit to other rst measured by Bessel (1838) small angle formula:(radians) = r(cm)/d(cm)1 radian = 180/ degrees = 180/ 60 arcmin
Pittsburgh - A - 0113
The task is, not so much to see what no one has yet seen, but to think what nobody has yet thought, about that which everybody sees. (Schrdinger) oThe Atom Rutherford: Primordia Quaerere Rerum (To Seek the Nature of Things) It is given to but fe
Pittsburgh - A - 0113
Interstellar reddening extinction depends on : reddens blue light scattered more easily than red ISM must be diuse, patchy Orion Nebula: 450pc (1500 ly) away, 2 arcmin across, about 300 M 4 hot, massive stars at center produce UV light that
Pittsburgh - A - 88
ASTRONOMY 0088 Study Outline Exam 1 See courseweb.pitt.edu for detailed class notes. Astronomy of the Past: - Stonehenge (predictive power) and the Henge Monuments - Babylonian Astronomy - Greek Astronomy - Mayan and Native American Astronomy - Da
Pittsburgh - A - 88
ASTRONOMY 0088: From Stonehenge to Hubble (FALL 2003)Lecture Class Meets: Monday, Wednesday, Friday 11:00 11:50 am, 343 Alumni Hall. Instructor: Dr. Ravi K. Sheth, Assistant Professor of Physics and Astronomy, 406 Allen Hall, Phone 624-2751; Email
Pittsburgh - A - 88
ASTRONOMY 0088 Study Outline Exam 3 The les labeled Class Notes on Courseweb are the best resource for exam preparation. Important chapters and pages in Bless text: Chapters 17, 18, 19 (pgs. 470-482), 20, 21 (pgs. 520-527), and 22. Also, specicall
Pittsburgh - A - 0113
The changing sky Earth rotates from west to east 360 in 24 hrs: 15/hr objects in sky appear to rise in east, set in west Earth orbits the Sun 360/(365.25 days) = 0.986/day apparent positions change every night constellations change during year (sk
Pittsburgh - A - 0113
Telescopes collecting power telescopes are light buckets more area more photons less integration time less cost surface area R2 accuracy of surface refractors, reectors, spherical, parabolic angular resolution diraction: e.g. hear arou
Pittsburgh - A - 0113
A view of the universe ca. 2001 BCBrahe supernovaethe sky is not perfect/unchanging Is it a sign that we will be visited by all sorts of calamities such as inclement weather, pestilence and Frenchmen? (George Busch 1571)Keplerat the age of
Pittsburgh - A - 0113
Astronomy 0113 MIDTERM 2 Time limit: One (1) hour, in class The test is out of a maximum of 100 marks. It consists of 22 multiple choice questions, 6 true/false questions, and 7 short answer questions. The multiple choice questions are each worth 2 m
Pittsburgh - CHE - 2101
Homework # 5 Due Wednesday 8 October 20081. The normalized radial wavefunction for the electron in the hydrogen atom is 1s = where a0 is the Bohr radius. (a) Find state.1 r21 a3 01/2e-r/a0, the expectation value of1 , r2for the electron
Pittsburgh - CHE - 2101
Problem Set # 2 Due Monday 15 September 20081. At -5 C the vapor pressure of ice is 3.912 mbar and the vapor pressure of supercooled liquid ~ water is 4.108 mbar. Calculate G for the conversion of supercooled water to ice at this temperature. Hint:
Pittsburgh - CHE - 2101
Homework # 8 Due Wednesday 5 November 2008Problems from the text Statistical Mechanics for Thermophysical Property Calculations. 1. Problem 3.18. Write a Matlab program to perform the calculations. Compare your answer to data from the NIST web-book
Pittsburgh - CHE - 2101
Homework # 3 Due 22 September 20081. Given the ordering y (0) = U = f (S, V, n1 , . . . , nC ) express the following partial derivatives in a simpler form by playing the partial derivative game. Indicate if each term can be measured experimentally,
Pittsburgh - CHE - 2101
Problem Set # 9 Due Wednesday, 19 November 2008Problems from the text Statistical Mechanics for Thermophysical Property Calculations. 1. Problem 5.1 2. Problem 5.4. Use the angle averaged formulas and a temperature of 300 K. Plot the potential in th
Pittsburgh - CHE - 2101
Homework # 1 Due Monday, 8 September 2008IMPORTANT! 1. Please turn in your homework at the start of class. If you do not have it at the start of class please talk to me before the class starts. 2. Please staple the problem sets together before you h
Pittsburgh - CHE - 2101
Homework # 4 Due 29 September 20071. Develop pressure explicit expressions for the residual functions (departure functions), H and S for the van der Waals equation of state: p= RT a (V b) V 2 (1)2. For this problem use the equation of state p
Pittsburgh - CHE - 2101
Problem Set # 10 Due Wednesday, 3 December 2008Problems from the text Statistical Mechanics for Thermophysical Property Calculations. 1. 11.2 2. 11.10 Use three parameter corresponding states for the mixture with CH4 = 0.011, C4 H10 = 0.20, and =
Pittsburgh - CHE - 1008
Homework Assignment #8 ChE 1008 Due: 5 March 2004 at the beginning of lectureProblem 5-D3 (Wankat p. 151) (30 pts.) Problem 5-D4 (Wankat p. 151) (30 pts.) Problem 5-D5 (Wankat p. 152) (30 pts.)
Pittsburgh - CHE - 1008
Homework Assignment #6 ChE 1008 Due 20 February 2004 at the beginning of lecture1. Problem 4-D1 Wankat, p. 107 (20 pts) 2. Problem 4-D6, Wankat p. 109 (40 pts)
Pittsburgh - CHE - 1008
Homework Assignment #9 Due: 19 MarchProblem 5-D7 (Wankat p. 152) (30 pts.) Solve each part both by hand and using the McCabe-Thiele algorithm in Mathcad. Problem 5-D9 (Wankat p. 153) (25 pts.) Solve part b. both by hand and using the McCabe-Thiele a
Pittsburgh - CHE - 1008
Homework Assignment #10 ChE 1008 Due 26 March 2004 at the beginning of lecture1. Problem 9-D1, Wankat p. 293 (35 pts) In addition to parts a, b, c, also use the Mathcad algorithm to find the number of stages and optimum feed stage for L/D = 1.1(L/D)
Pittsburgh - CHE - 1008
Homework # 1 Due Friday, 9 January 2004IMPORTANT! 1. Please turn in your homework at the start of class. 2. Please staple the problem sets together before you hand them in. Do not use paper clips. Do not hand in loose papers. 3. Make sure your homew