University of Utah
Department of Mathematics

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

Instructor:   Andrej Cherkaev
Office: JWB 225   ph: 581-6822   email:cherk@math.utah.edu
Office hours: F 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 solve problems involving functions of several variables.

For example, PDEs are e used to describe the propagation of sound or heat, electrostatics, electrodynamics, Fuid flow, and elasticity. Just as orinary differential equations model dynamical systems, partial di erential equations 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. ; 12.1-2:
Week 2. 12.3-12-5
Week 3 13.1 - 13.3
Week 4. 13.3-13.5
Midterm February 8, 2017. Chapters 12, 13
Week 5. 4.10, 11.1
Week 6: 4.6, 4.10,
Week 7-8: 14.1-4:
Week 9-10: 15.1-5:

Midterm 2. W, March 29 Chapters 14, 15

Make-Up Midterms . W, April 5. Chapters 12-15.

Week 11-14: 16.1-4:
Week 15 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 Due Monday, Febr 6

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

First Midterm (chapters 12, 13) will be at Wednesday Febr. 8 2017

Home work: set 4. Due Friday, Febr. 17

4.10 Using Lagrange polynomials (p. 305), find the approximation of f(x)= |x|, x in [-1,1], by by second- and third-rank polynomials. Graph the original function and its approximations, using Maple, MatLab, or other package.
4.10 Find a least-square approximation (p. 306) of f(x)=exp(x), x in [0,1], by a quadratic polynomial.
11.1 #2

Home work: set 5. Due Monday, February 27.
Compute coefficients of Fourier series analytically. Use Maple, MatLab, or any other software to graph the Fourier series.
14.2 ## 1(a), 1(c), 2(b), 2(e)
14.3 ## 1(a), 1(d), 2(c), 5(c)

Maple code for Fourier series:

restart;
L := 2;
f := exp(-x);
plot(f, x = -L .. L);
a0 := (int(f, x = -L .. L))/(2*L);
an := (int(f*cos(Pi*n*x/L), x = -L .. L))/L;
bn := (int(f*sin(Pi*n*x/L), x = -L .. L))/L;
N := 10;
10 fs := a0+sum(an*cos(Pi*n*x/L)+bn*sin(Pi*n*x/L), n = 1 .. N);
plot({f, fs}, x = -L .. L);
plot(f-fs, x = -L .. L);

Home work: set 6 Due day - March 10.

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.

Home work: set 7 Due day - March 29.

15.2 # 1(a).
15.3 # 1
15.4 # 3
15.5 TEXT: https://personal.egr.uri.edu/sadd/mce565/Ch6.pdf
or http://mathworld.wolfram.com/WaveEquationRectangle.html
or http://ramanujan.math.trinity.edu/rdaileda/teach/s12/m3357/lectures/lecture_3_1_short.pdf

Home work: set 8 Due day -April 10. .

16.2 # 1.
16.5 TEXT:
https://see.stanford.edu/materials/lsoftaee261/book-fall-07.pdf
https://en.wikipedia.org/wiki/Fourier_transform
https://en.wikipedia.org/wiki/Convolution_theorem
http://www.thefouriertransform.com/

Home work: set 9 Due day -April 21. .

16.5 # 1, 2, 9
16.6 #3 (a,b), # 11(a)
Extra Credit problems. Due day -April 21.

PRACTICE PROBLEMS for the FINAL

================================================

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);