MATH 331: Partial Differential Equations Spring 2015.

Slides:



Advertisements
Similar presentations
Today’s Agenda  Syllabus CS2336: Computer Science II.
Advertisements

Finance 5040 Spring 2011 Welcome Dr. James Conover.
COMP171 Data Structures and Algorithm Qiang Yang Lecture 1 ( Fall 2006)
Dr. Tatiana Erukhimova [year] Overview of Today’s Class Folders Syllabus and Course requirements Tricks to survive Mechanics Review and Coulomb’s Law.
MATH 330: Ordinary Differential Equations Fall 2014.
Math 266.
ECO201 PRINCIPLES OF MICROECONOMICS Instructor: Professor Bill Even Office: 3018 FSB Home page:
Introduction to Programming Using C++ Dr. Mohamed Khafagy.
Spring 2012 MATH 250: Calculus III. Course Topics Review: Parametric Equations and Polar Coordinates Vectors and Three-Dimensional Analytic Geometry.
CS 450: COMPUTER GRAPHICS COURSE AND SYLLABUS OVERVIEW SPRING 2015 DR. MICHAEL J. REALE.
CHEMISTRY Professor Richard Karpeles. Spring 2014 Chemistry 2 (84.122) Dr. Richard Karpeles Olney Hall 502A (978)
COMP 350: Computer Graphics Highlights of class policies (A rare use of PowerPoint)
COMP 151: Computer Programming II Spring Course Topics Review of Java and basics of software engineering (3 classes. Chapters 1 and 2) Recursion.
Welcome to ME 130 Applied Engineering Analysis Class
CHEMISTRY 10123/10125 Spring 2007 Instructor: Professor Tracy Hanna Phone: Office: SWR 418
7-Sep-15 Physics 1 (Garcia) SJSU Conceptual Physics (Physics 1) Prof. Alejandro Garcia Spring 2007.
COMP 465W: Software Engineering Fall Components of the Course The three main components of this course are: The study of software engineering as.
Math 125 Statistics. About me  Nedjla Ougouag, PhD  Office: Room 702H  Ph: (312)   Homepage:
MATH 310, FALL 2003 (Combinatorial Problem Solving) MoWeFr 1:20 McGregory 214.
Math 119 ELEMENTARY STATISTICS. Contact Information INSTRUCTOR: Olga Pilipets INSTRUCTOR: Olga Pilipets
COMP 111 Programming Languages 1 First Day. Course COMP111 Dr. Abdul-Hameed Assawadi Office: Room AS15 – No. 2 Tel: Ext. ??
Syllabus and Class Policies MATH 130: Summer 2014.
Course name : computer essentials. Instructor: Basma Alabdullatif Office: computer department instructors office, 1st floor Office hours: Saturday (11:00-01:00)
CPS120: Introduction to Computer Science Fall: 2002 Instructor: Paul J. Millis.
CST 229 Introduction to Grammars Dr. Sherry Yang Room 213 (503)
MAT 3724 Applied Analysis Fall 2012
CSE 541 Rick Parent ELEMENTARY NUMERICAL METHODS Winter 2012.
COMP 465W Software Engineering Fall Components of the Course The three main components of this course are: The study of software engineering as.
CSCE 1040 Computer Science 2 First Day. Course Dr. Ryan Garlick Office: Research Park F201 B –Inside the Computer Science department.
PHY 1405 Conceptual Physics (CP 1) Spring 2010 Cypress Campus.
CPS120: Introduction to Computer Science Winter 2002 Instructor: Paul J. Millis.
Fall 2014 MATH 250: Calculus III. Course Topics Review: Parametric Equations and Polar Coordinates Vectors and Three-Dimensional Analytic Geometry.
Matter and Interactions 1 Fall 2006 Matter & Interactions I Physics Professor & Lecturer: Dr. Reinhard Schumacher Teaching Assistants: Ms. Elisa.
ICS202 Data Structures King Fahd University of Petroleum & Minerals College of Computer Science & Engineering Information & Computer Science Department.
CSCE 1030 Computer Science 1 First Day. Course Dr. Ryan Garlick Office: Research Park F201 B –Inside the Computer Science department.
®Copyright by Shun-Feng Su 1 Ordinary Differential Equations Offered by Shun-Feng Su,Shun-Feng Su
CST 223 Concepts of Programming Languages Dr. Sherry Yang PV 171
Math 210G Section 1 Mathematics Appreciation MWF 11:30 – 12:20 SH102 Dr. John Harding.
MATH 151: Calculus II (Spring 2016) Syllabus and Class Policies.
AMS102 Elements in Statistics Prof. Kenny Ye Office: Math Phone: Office Hours: TuTh 3:30-4:30.
CSE 1340 Introduction to Computing Concepts Class 1 ~ Intro.
Physics 211 College Physics I. Introduction  Instructor:Larry Watson  Office:105 Witmer  Phone:   web:und.nodak.edu/instruct/lwatson/211.
Administrative Preliminaries Computer Architecture.
Mr. Rizzutto Mathematics Room th Grade Team Mr. Barnisky – Civics Mr. Shreve – Science Miss. Dunsmore – Language Arts Mr. Rizzutto – Mathematics.
Syllabus and Class Policies MATH 130: Summer 2016.
Economics 175 American Economic History
APPLIED MANAGEMENT SCIENCE IN AGRICULTURAL SYSTEMS I
All important information will be posted on Blackboard
Fall 2016 Syllabus & Class Policies
Computer Engineering Department Islamic University of Gaza
Welcome to Computers in Civil Engineering 53:081 Spring 2003
MATH/COMP 340: Numerical Analysis I
Fall 2016 MATH 250: Calculus III.
CSC 135 section 60 or CSC Fall 2017.
Fall 2017 Syllabus & Class Policies
MATH 331: Partial Differential Equations
Fall 2017 MATH 250: Calculus III.
دانشكده برق دانشگاه علم و صنعت ايران
MA361 Differential Equations Syllabus
MA Fall 2016 Instructor: Matt Weaver Office: MATH 615
MATH 151: Calculus II Spring 2018
Introduction to Programming Using C++
Fall 2018 MATH 250: Calculus III.
MATH 151: Calculus II Spring 2019
Computer Engineering Department Islamic University of Gaza
Syllabus and Class Policies
Fall 2018 Syllabus & Class Policies
MATH 331: Partial Differential Equations
CS 474/674 – Image Processing Fall Prof. Bebis.
Presentation transcript:

MATH 331: Partial Differential Equations Spring 2015

Course Topics Review of ordinary differential equations (Sections ) Boundary value problems for ODE (Sections ) Fourier series; Fourier integral; convergence (Chapter 1) Heat equation; the product method (Sections ) Sturm-Liouville problems; eigenfunctions series (Sections ) Wave equation: product method solution; D’Alembert’s solution (Chapter 3) Potential equation; harmonic functions (Chapter 4) Higher dimensions, other coordinates, applications (selected sections of Chapter 5) Laplace and Fourier transform methods (Chapter 6 and handouts) Numerical methods; Monte-Carlo method (selected sections of Chapter 7) The tentative schedule of the course has been posted on my website; see

Course Learning Outcomes Upon successful completion of this course, the student will: 1. Demonstrate a working knowledge of the theory of second-order linear partial differential equations, including the knowledge of theorems with assumptions. 2. Be able to: –solve simple boundary value problems for ordinary differential equations, –determine Fourier series and Fourier integral of simple functions, –apply the product method to solve standard initial-boundary value problems for heat, wave, and potential equations. 3. Demonstrate the ability to: –solve problems in the topics listed above, including applications from the field of physics and engineering, –use a computer environment, such as MATLAB, to solve differential equations and visualize and interpret the solutions, –understand simple proofs and write elementary proofs, –communicate mathematical ideas clearly.

Attendance, Proofs, Textbook, MATLAB Regular attendance is really necessary. It is quite difficult to catch up with the material when you miss a class. It may become virtually impossible, if you miss several classes. Proofs:One of the most important tasks in mathematics is proving that certain statements are true. We will be doing proofs in class and you will be required to do simple proofs in your assignments and during the exams. The textbook: Powers, Boundary Value Problems and Partial Differential Equations. Sixth Edition. This is one of the best textbooks I have used in my life. Serious yet readable (my review is at ). There is not enough time to lecture on everything in class, so that you will have to learn some material on your own. Reading the assigned material is absolutely essential! Pop quizzes will include questions on the assigned reading as a gentle method of enforcing your reading. MATLAB: The course will include a MATLAB® component. It is a high-level language and interactive environment that enables you to perform computationally intensive tasks, including solving differential equations, analyzing the solutions, and visualizing them. Some homework assignments will contain a MATLAB component. You are also encouraged to use MATLAB or other resources to avoid tedious computations in your homework assignment exercises.

Office Hours and Contact Office hours (Dr. Lukasz Pruski, Serra 149, x. 4035): Monday3:30 – 5 Tuesday2:30 – 4 Wednesday12:30 – 1:30 Friday10:10 – 11:10 and at other times, by appointment. (I am usually less available on Thursdays.) Contact: The best way to contact me is by using or I read many times a day. I have voice mail (x. 4035), but I often forget to check it. If for some reason you are unable to contact me, try calling our departmental Executive Assistant, Tina Manabat, at extension

Assignments, Quizzes, Project Homework Assignments will be assigned and collected with frequency yet to be determined (decision by class vote). For many of the assigned exercises, a BOB (back of the book) answer will be available. The total homework assignment score will count for 25% of the course grade. Late assignments will not be accepted unless you have a valid reason and you arrange it with me in advance. Pop-quizzes (not announced in advance). There will be of them. Quiz questions will refer to the recently covered material and to the new material you were supposed to read. Two or three lowest quiz scores will be dropped, and the remaining scores will count for 20% of the course grade. Quizzes cannot be made up unless you have a valid reason for not taking the quiz and you notify me in advance of your absence. Research project requiring team research will be assigned in April to be completed by May 8. Each project requires a write-up; volunteers will be solicited to present their projects in class. The project counts for 5% of the course grade.

Exams Midterm. Either on Friday, March 13 or on Monday, March 16 (class vote will decide the date). The test is of the closed-book variety. No advanced calculators, smart phones, iPads, iPods or similar gadgets are allowed. The test score will count for 20% of the course grade. A test can be made up only if you have an actual emergency and if you notify me in advance about your absence. The Final exam (Friday, May 15, 11:00 – 1:30) will be cumulative and its score will count for 30% of the course grade. The final exam will also be closed book, and no advanced calculators or any electronic gadgets will be allowed.

Grading Criteria Total percentageGrade =================== 92% and above A 90% - 92% A- 88% - 90% B+ 82% - 88% B 80% - 82% B- 75% - 80% C+ 65% - 75% C 60% - 65% C- 50% - 60% D Note: I will “curve grades up” in the unlikely case when the number of A’s and B’s falls below about 40% of the current enrollment.

Academic Integrity Academic integrity is strongly promoted by the Mathematics and Computer Science Department. I hope issues related to academic integrity will not arise in our course. There have been some cases of cheating in math/computer science courses in the past – copying someone else’s work or cheating during exams. Depending on the severity of the case, the possible consequences include: assigning the score of 0 on the given assignment, lowering the course grade, or even assigning F in the course.