MATH 3600-100 (1530), Fall 2014

Applied Numerical Methods

Catalog Description:
A survey of numerical methods for engineering, science and mathematics students. Topics include: solutions of systems of linear and nonlinear equations, eigenvalues, numerical differentiation and integration, and numerical solution of ordinary and partial differential equations. The topics will be posed in a setting of problems intended for engineering students using MATLAB. The course will simultaneously introduce numerical methods, programming techniques, problem solving skills and the Matlab language, in a lecture-lab format.
Desired Learning Outcomes:
Prerequisites:
MATH 3400 Elementary Differential Equations.
Instructor:
Martin J. Mohlenkamp, mohlenka@ohio.edu, (740)593-1259, 315-B Morton Hall.
Office hours: Monday 9:40-10:35am, Wednesday 9:40-10:35am, and Friday 9:40-10:35am, or by appointment.
Web page:
http://www.ohiouniversityfaculty.com/mohlenka/20151/3600.
Class hours/ location:
Monday, Wednesday, Friday 8:35-9:30am in 314 Morton Hall.
Text:
Introduction to Numerical Methods and Matlab Programming for Engineers, Todd Young and Martin Mohlenkamp. Available at http://www.math.ohiou.edu/courses/math3600.
Homework:
Each lecture in the text has a few homework problems, which are due two class days after we cover that lecture. Do the homework in a group of 2 or 3 and submit a single solution for your group.
Good Problems:
About once a week, one homework problem is designated a Good Problem. These problems will be graded both on content and on presentation. The idea is to practice writing mathematics regularly but in small pieces.
Tests:
There will be three mid-term tests, in class, without the aid of the computer (or calculator, notes, etc.).
Final Exam:
The final exam is on Wednesday, December 10, at 8:00am.
Attendance:
This is a "lab" class, so your attendance, participation, and collaboration are essential. Each class you attend earns you 0.25% toward your final grade, up to a maximum of 9%. Since there are 41 classes, this allows for 5 absences, including university excused absences for illness, death in the immediate family, religious observance, jury duty, or involvement in University-sponsored activities. Your attendance record will be available in Blackboard.
Grade:
Your grade is based on attendance 9%, homework 41%, each test 10% and the final exam 20%. An average of 90% guarantees you at least an A-, 80% a B-, 70% a C-, and 60% a D-.
Late work:
Homework is due by the end of class. Late homework is penalized 5% for each class day (or part thereof) late. You can resubmit a homework to improve your score, but the late penalty will apply.
Academic Misconduct:
Tests, final exam:
You may not give or receive any assistance during a test or the exam, including but not limited to using notes, phones, calculators, computers, or another student's solutions.
Homework:
  • If your group receives any help on the homework, you must acknowledge in writing what help you received and from whom or what source (including internet links).
  • It is permitted to have a student who has already taken this course explain a homework problem to you; however, it is not permitted to look at their written work or programs.
  • It is permitted to search the internet for help on homework problems. It is not permitted to look at (or contribute to) any postings of solutions to the specific homework problems for this class. (If you find posted solutions, please send me the link.)
A minor, first-time violation of this policy will receive a warning and discussion and clarification of the rules. Serious or second violations will result in a grade penalty on the assignment. Very serious or repeated violations will result in failure in the class and be reported to the Office of Community Standards and Student Responsibility, which may impose additional sanctions. You may appeal any sanctions through the grade appeal process.
Special Needs:
If you have specific physical, psychiatric, or learning disabilities and require accommodations, please let me know as soon as possible so that your learning needs may be appropriately met. You should also register with Student Accessibility Services to obtain written documentation and to learn about the resources they have available.
Learning Resources:

Schedule

Subject to change.
Week Date Topic/Materials Homework/Test etc.
1
Part I: Matlab and Solving Equations
Mon Aug 25 Introduction, lecture 1: Vectors, Functions, and Plots in Matlab
Wed Aug 27 lecture 2: Matlab Programs Good Problem using the Layout skill:
Write your mathematical autobiography.
Include
  • your background,
  • your current interests and future goals,
  • why you are taking this class,
  • your preferred learning style(s) as determined by the VARK questionaire, and
  • whatever else is relevant or interesting.
Fri Aug 29 lecture 3: Newton's Method and Loops lecture 1 homework
2
Mon Sep 1Labor day holiday, no class
Wed Sep 3 lecture 4: Controlling Error and Conditional Statements lecture 2 homework
Fri Sep 5 lecture 5: The Bisection Method and Locating Roots; mybisect.m lecture 3 homework; do problem 3.3 as a Good Problem (still using the Layout skill); (drop deadline)
3
Mon Sep 8 lecture 6: Secant Methods; mysecant.m lecture 4 homework
Wed Sep 10 lecture 7: Symbolic Computations; part I review lecture 5 homework; do problem 5.2 as a Good Problem using Flow (and Layout)
Part II: Linear Algebra
Fri Sep 12 lecture 8: Matrices and Matrix Operations in Matlab lecture 6 homework
4
Mon Sep 15 lecture 9: Introduction to Linear Systems lecture 7 homework
Wed Sep 17 lecture 10: Some Facts About Linear Systems lecture 8 homework
Fri Sep 19 part I study guide Test on Part I (lectures 1-7)
5
Mon Sep 22 lecture 11: Accuracy, Condition Numbers and Pivoting lecture 9 homework
Wed Sep 24 lecture 12: LU Decomposition lecture 10 homework
Fri Sep 26 lecture 13: Nonlinear Systems - Newton's Method lecture 11 homework; do problem 11.1 as a Good Problem using Symbols (and Flow, Layout)
6
Mon Sep 29 lecture 14: Eigenvalues and Eigenvectors lecture 12 homework
Wed Oct 1 lecture 15: An Application of Eigenvectors: Vibrational Modes lecture 13 homework; do problem 13.1 as a Good Problem
Fri Oct 3Fall Semester Reading Day, no class
7
Mon Oct 6 lecture 16: Numerical Methods for Eigenvalues; part II review (in lecture 18) lecture 14 homework
Part III: Functions and Data
Wed Oct 8 lecture 19: Polynomial and Spline Interpolation lecture 15 homework; do problem 15.1 as a Good Problem using Logic
Fri Oct 10 lecture 20: Least Squares Fitting: Noisy Data lecture 16 homework
8
Mon Oct 13 lecture 21: Integration: Left, Right and Trapezoid Rules lecture 19 homework
Wed Oct 15 part II study guide Test on Part II (lectures 8-16)
Fri Oct 17 lecture 22: Integration: Midpoint and Simpson's Rules; mysimpweights.m lecture 20 homework
9
Mon Oct 20 lecture 23: Plotting Functions of Two Variables; mywedge.m; mywasher.m lecture 21 homework
Wed Oct 22 lecture 24: Double Integrals for Rectangles; mylowerleft.m; mydblsimpweights.m lecture 22 homework; do problem 22.1 as a Good Problem
Fri Oct 24 lecture 25: Double Integrals for Non-rectangles; mywedge.m lecture 23 homework
10
Mon Oct 27 lecture 27: Numerical Differentiation lecture 24 homework
Wed Oct 29 lecture 28: The Main Sources of Error; part III review lecture 25 homework
Part IV: Differential Equations
Fri Oct 31 lecture 29: Reduction of Higher Order Equations to Systems lecture 27 homework; do problem 27.1 as a Good Problem using Intros (drop deadline with WP/WF)
11
Mon Nov 3 lecture 30: Euler Methods; myeuler.m; mymodeuler.m lecture 28 homework
Wed Nov 5 lecture 31: Higher Order Methods lecture 29 homework
Fri Nov 7 part III study guide Test on Part III (lectures 19-25, 27, and 28)
12
Mon Nov 10 lecture 33: ODE Boundary Value Problems and Finite Differences; myexactbeam.m lecture 30 homework
Wed Nov 12 lecture 34: Finite Difference Method -- Nonlinear ODE lecture 31 homework
Fri Nov 14 lecture 35: Parabolic PDEs - Explicit Method; myheat.m lecture 33 homework; do problem 33.1 as a Good Problem using Graphs
13
Mon Nov 17 lecture 36: Solution Instability for the Explicit Method; myexpmatrix.m lecture 34 homework
Wed Nov 19 lecture 37: Implicit Methods lecture 35 homework
Fri Nov 21 lecture 38: Insulated Boundary Conditions; myheatdisk.m lecture 36 homework; do problem 36.1 as a Good Problem
14
Mon Nov 24 lecture 39: Finite Difference Method for Elliptic PDEs; mypoisson.m lecture 37 homework
Wed Nov 26Thanksgiving holiday, no class
Fri Nov 28Thanksgiving holiday, no class
15
Mon Dec 1 lecture 41: Finite Elements; mywasher.m lecture 38 homework
Wed Dec 3 lecture 42: Determining Internal Node Values; Part IV review; myfiniteelem.m lecture 39 homework; do problem 39.1 as a Good Problem
Fri Dec 5 Review, part IV study guide lecture 41 homework
16
Wed Dec 10 Final Exam 8-10 am., in our classroom.

Martin J. Mohlenkamp
Last modified: Mon Dec 15 16:51:44 EST 2014