University of Utah
Department of Mathematics

Math 3150-001   Partial Differential Equations for Engineers
Spring 2015.
MWF WEB L110, 10:45 -11:35

Instructor:   Andrej Cherkaev
Office: JWB 225   ph: 581-6822   email:cherk@math.utah.edu
Office hours: MF after the class and by appointment.

Textbook: Linear Algebra and Differential Equations: with Introductory Partial Differential Equations, (ISBN- 13: 9781269425579 ) This is the same book as used in 2250. ig>

About the subject: Partial differential equations (PDE) are a type of differential equation, i.e., a relation involving an unknown function (or functions) of several independent variables and their partial derivatives with respect to those variables. PDEs are used to formulate, and thus aid the solution of problems involving functions of several variables.

PDEs are for example used to describe the propagation of sound or heat, electrostatics, electrodynamics, Fuid flow, and elasticity. These seemingly distinct physical phenomena can be formalized identically (in terms of PDEs), which shows that they are governed by the same underlying dynamic. PDEs fnd their generalization in stochastic partial di erential equations. Just as orinary differential equations often model dynamical systems, partial di erential equations often model multidimensional systems. 

Wikipedia: Partial differential equation

Syllabi facts:

Course learning objectives

Basic topics:

Students will become knowledgable about partial differential equations (PDEs) and how they can serve as models for physical processes such as mechanical vibrations, transport phenomena including diffusion, heat transfer, and electrostatics. Students will be able to derive heat and wave equations in 2D and 3D using the divergence theorem.

Students will master how solutions of PDEs is determined by conditions at the boundary of the spatial domain and initial conditions at time zero. 

Students will be able to understand and use inner product spaces and the property of orthogonality of functions to determine Fourier coefficients, and solution of PDEs using separation of variables. Students will master the method of separation of variables to solve the heat and wave equation under a variety of boundary conditions. Students will be familiar with the use of Fourier series for representation of functions, and the conditions for series convergence.

Students will be able to solve for the electric potential in an area or volume region by specifying the charge distribution on the boundary of the region (i.e., boundary conditions) and use separation of variables to obtain the solution. Students will be able to derive basic properties of these electric potentials, including points of minimum/maximum potentials, and use Stokes' theorem to determine work done moving charges in a closed path through the potential.

Students will also master the use of the Fourier transform and integral convolution to solve the heat equation on the real line using the heat kernel.

Problem solving fluency:

In addition to topical content, students will also improve their problem solving skills. Students will practise reading and interpreting problem objectives, selecting and executing appropriate methods to achieve objectives, and finally, be able to interpret and communicate results.

Week by week guide (preliminary)

Week 1: Subject of PDE; 12.1-2: Heat/diffusion equation, conduction/transport in 1D

Week 2-3: 12.3-5: Boundary conditions, Equilibrium temperature, Derivation of heat equation in 2-3D using the divergence theorem.

Week 4: 4.6, 4.10, Orthogonal Vectors, Inner product, inner product space, Inner product on a function space, orthogonal projection onto a subspace with orthogonal basis.

Week 5-7: 13.1-5: Fourier coefficients, solving 1D heat equation with zero-endpoint temperatures, 1D Heat equation with insulated ends, periodic ends, Laplace equation in a rectangle and disk, mean value theorem, maximum condition, uniqueness, net-zero boundary flux via divergence theorem

Week 8-9:  14.1-4:  Fourier series, Convergence theorem, Sine and Cosine series, Term-by-term differentiation

Week 10-11: 15.1-5: Derivation of wave equation in 1D, Boundary conditions, Solution with fixed ends, Vibrating rectangular membrane

Week 12-13-14: 16.1-4: Heat equation on infinite 1D domain, Fourier transform pairs, Transforming the heat equation, Heat kernel.

Week 15: Slack time and review.


Grading: The grade is based on the homework (30%), two midterm exams (20% + 20%), and the final exam (30%). The problems in the exams are based on the homework problems. 


Additional materials:
Free books and lecture notes: http://www.freebookcentre.net/Mathematics/Differential-Equations-Books.html
History of PDE: http://www.math.ualberta.ca/~fazly/files/HistoryPDE.pdf
One-dimensional heat equation: http://ocw.mit.edu/courses/mathematics/18-303-linear-partial-differential-equations-fall-2006/lecture-notes/heateqni.pdf"> Derivation

Handouts with proofs of the divergence theorem (a.k.a Gauss theorm or Ostrogradsky-Gauss theorem) 1 and 2

About the Sturm-Liouville theory http://en.wikipedia.org/wiki/Sturm%E2%80%93Liouville_theory, http://www.math.iitb.ac.in/~siva/ma41707/ode7.pdf

Convergence of Fourier series http://en.wikipedia.org/wiki/Convergence_of_Fourier_series



Quiz 1:

Home work: set 1
12.2 ## 3, 5, 8.
12.3 ## 1, 2.
12.4 ## 1 (a), (b), (c), (e), (g).

Home work: set 2

13.2 # 2,
13.3 ## 1(a), 1(c), 1(d), 1(f).

Home work: set 3

13.3 ## 2(a), 2(b), 2(c),
13.3 ## 3(a), 3(b), 3(d),
13.3 #6.

First Midterm (chapters 12, 13) will be at Wednesday, February 18

Home work: set 4
13.5 ## 1(g), 3(a), 3(b), 5 (a), 5(b).

Home work: set 5

4.10 ## 1,2.
14.2 ## 1(a), 1(c), 2(b), 2(e) Use Maple, MatLab, or any other software to graph the Fourier series.
Due Wednesday, March 4.

Home work: set 6

14.4 #6 (To find the mistake, plot the series and its first an second derivative. Put L=1, 0 <x<1).
14.5 ## 2(a), 2(b),
14.6 # 1.
Due Wednesday, March 11.

Example of Maple program for computing and plotting the Fourier series for f=x^2, 0<x<1, and computing the derivative
f:=x^2;
L:=1;
an := 2*(int(f*cos(Pi*n*x/L), x = 0 .. L));
a0 := (int(f, x = 0 .. 1));
ff := a0+sum(an*cos(Pi*n*x/L), n = 1 .. 10);
plot({f, ff}, x = 0 .. 1);
plot(f-ff, x = 0 .. 1);
dff := diff(ff, x);
df:= diff(f, x);
plot({df, dff}, x = 0 .. 1);

Second Midterm (chapters 14, 15) will be at Wednesday, March 25.

Home work set 7.

15.6 # 3,
16.2 ##1,2
Due Friday, April 10.


Extra Credit problems.

Home work set 8.
16.4 ## 4(a), 9
16.5 ## 12, 15
Extra credit 16.4 #3 - mark "extra credit problem"

Due Monday,, April 27.