Spaces:
Sleeping
Sleeping
File size: 12,684 Bytes
48e7c56 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 |
BSc: Differential Equations.f22
===============================
Contents
--------
* [1 Differential Equations](#Differential_Equations)
+ [1.1 Short Description](#Short_Description)
+ [1.2 Course Topics](#Course_Topics)
+ [1.3 Intended Learning Outcomes (ILOs)](#Intended_Learning_Outcomes_.28ILOs.29)
- [1.3.1 What is the main purpose of this course?](#What_is_the_main_purpose_of_this_course.3F)
- [1.3.2 ILOs defined at three levels](#ILOs_defined_at_three_levels)
* [1.3.2.1 Level 1: What concepts should a student know/remember/explain?](#Level_1:_What_concepts_should_a_student_know.2Fremember.2Fexplain.3F)
* [1.3.2.2 Level 2: What basic practical skills should a student be able to perform?](#Level_2:_What_basic_practical_skills_should_a_student_be_able_to_perform.3F)
* [1.3.2.3 Level 3: What complex comprehensive skills should a student be able to apply in real-life scenarios?](#Level_3:_What_complex_comprehensive_skills_should_a_student_be_able_to_apply_in_real-life_scenarios.3F)
+ [1.4 Grading](#Grading)
- [1.4.1 Course grading range](#Course_grading_range)
- [1.4.2 Course activities and grading breakdown](#Course_activities_and_grading_breakdown)
- [1.4.3 Recommendations for students on how to succeed in the course](#Recommendations_for_students_on_how_to_succeed_in_the_course)
+ [1.5 Resources, literature and reference materials](#Resources.2C_literature_and_reference_materials)
- [1.5.1 Open access resources](#Open_access_resources)
+ [1.6 Activities and Teaching Methods](#Activities_and_Teaching_Methods)
+ [1.7 Formative Assessment and Course Activities](#Formative_Assessment_and_Course_Activities)
- [1.7.1 Ongoing performance assessment](#Ongoing_performance_assessment)
* [1.7.1.1 Section 1](#Section_1)
* [1.7.1.2 Section 2](#Section_2)
* [1.7.1.3 Section 3](#Section_3)
- [1.7.2 Final assessment](#Final_assessment)
* [1.7.2.1 Section 1](#Section_1_2)
* [1.7.2.2 Section 2](#Section_2_2)
* [1.7.2.3 Section 3](#Section_3_2)
- [1.7.3 The retake exam](#The_retake_exam)
Differential Equations
======================
* **Course name**: Differential Equations
* **Code discipline**: CSE205
* **Subject area**: Math
Short Description
-----------------
The course is designed to provide Software Engineers and Computer Scientists by knowledge of basic (core) concepts, definitions, theoretical results and techniques of ordinary differential equations theory, basics of power series and numerical methods, applications of the all above in sciences. All definitions and theorem statements (that will be given in lectures and that are needed to explain the keywords listed above) will be formal, but just few of these theorems will be proven formally. Instead (in the tutorial and practice classes) we will try these definitions and theorems on work with routine exercises and applied problems.
Course Topics
-------------
Course Sections and Topics
| Section | Topics within the section
|
| --- | --- |
| First-order equations and their applications | 1. Separable equation
2. Initial value problem
3. Homogeneous nonlinear equations
4. Substitutions
5. Linear ordinary equations
6. Bernoulli & Riccati equations
7. Exact differential equations, integrating factor
8. Examples of applications to modeling the real world problems
|
| Introduction to Numerical Methods | 1. Method of sections (Newton method)
2. Method of tangent lines (Euler method)
3. Improved Euler method
4. Runge-Kutta methods
|
| Higher-order equations and systems | 1. Homogeneous linear equations
2. Constant coefficient equations
3. A method of undetermined coefficients
4. A method of variation of parameters
5. A method of the reduction of order
6. Laplace transform. Inverse Laplace transform.
7. Application of the Laplace transform to solving differential equations.
8. Series solution of differential equations.
9. Homogeneous linear systems
10. Non-homogeneous systems
11. Matrices, eigenvalues and matrix form of the systems of ODE
|
Intended Learning Outcomes (ILOs)
---------------------------------
### What is the main purpose of this course?
The course is designed to provide Software Engineers and Computer Scientists by knowledge of basic (core) concepts, definitions, theoretical results and techniques of ordinary differential equations theory, basics of power series and numerical methods, applications of the all above in sciences. All definitions and theorem statements (that will be given in lectures and that are needed to explain the keywords listed above) will be formal, but just few of these theorems will be proven formally. Instead (in the tutorial and practice classes) we will try these definitions and theorems on work with routine exercises and applied problems.
### ILOs defined at three levels
We specify the intended learning outcomes at three levels: conceptual knowledge, practical skills, and comprehensive skills.
#### Level 1: What concepts should a student know/remember/explain?
By the end of the course, the students should be able to ...
* understand application value of ordinary differential equations,
* explain situation when the analytical solution of an equation cannot be found,
* give the examples of functional series for certain simple functions,
* describe the common goal of the numeric methods,
* restate the given ordinary equation with the Laplace Transform.
#### Level 2: What basic practical skills should a student be able to perform?
By the end of the course, the students should be able to ...
* recognize the type of the equation,
* identify the method of analytical solution,
* define an initial value problem,
* list alternative approaches to solving ordinary differential equations,
* match the concrete numerical approach with the necessary level of accuracy.
#### Level 3: What complex comprehensive skills should a student be able to apply in real-life scenarios?
By the end of the course, the students should be able to ...
* solve the given ordinary differential equation analytically (if possible),
* apply the method of the Laplace Transform for the given initial value problem,
* predict the number of terms in series solution of the equation depending on the given accuracy,
* implement a certain numerical method in self-developed computer software.
Grading
-------
### Course grading range
| Grade | Range | Description of performance
|
| --- | --- | --- |
| A. Excellent | 90-100 | -
|
| B. Good | 75-89 | -
|
| C. Satisfactory | 60-74 | -
|
| D. Fail | 0-59 | -
|
### Course activities and grading breakdown
| Activity Type | Percentage of the overall course grade
|
| --- | --- |
| Midterm | 20
|
| Interim Assessment | 20
|
| Final exam | 30
|
| Computational assignment | 25
|
| In-class participation | 5
|
### Recommendations for students on how to succeed in the course
* Participation is important. Attending lectures is the key to success in this course.
* Review lecture materials before classes to do well.
* Reading the recommended literature is obligatory, and will give you a deeper understanding of the material.
Resources, literature and reference materials
---------------------------------------------
### Open access resources
* Elementary Differential Equations by William F. Trench. Brooks/Cole Thomson Learning, 2001 [link](https://digitalcommons.trinity.edu/mono/8/)
Activities and Teaching Methods
-------------------------------
Teaching and Learning Methods within each section
| Teaching Techniques | Section 1 | Section 2 | Section 3
|
| --- | --- | --- | --- |
| Problem-based learning (students learn by solving open-ended problems without a strictly-defined solution) | 1 | 1 | 1
|
| Project-based learning (students work on a project) | 0 | 1 | 0
|
| Modular learning (facilitated self-study) | 0 | 0 | 0
|
| Differentiated learning (provide tasks and activities at several levels of difficulty to fit students needs and level) | 1 | 1 | 1
|
| Contextual learning (activities and tasks are connected to the real world to make it easier for students to relate to them) | 0 | 0 | 0
|
| Business game (learn by playing a game that incorporates the principles of the material covered within the course) | 0 | 0 | 0
|
| Inquiry-based learning | 0 | 0 | 0
|
| Just-in-time teaching | 0 | 0 | 0
|
| Process oriented guided inquiry learning (POGIL) | 0 | 0 | 0
|
| Studio-based learning | 0 | 0 | 0
|
| Universal design for learning | 0 | 0 | 0
|
| Task-based learning | 0 | 0 | 0
|
Activities within each section
| Learning Activities | Section 1 | Section 2 | Section 3
|
| --- | --- | --- | --- |
| Lectures | 1 | 1 | 1
|
| Interactive Lectures | 1 | 1 | 1
|
| Lab exercises | 1 | 1 | 1
|
| Experiments | 0 | 0 | 0
|
| Modeling | 0 | 0 | 0
|
| Cases studies | 0 | 0 | 0
|
| Development of individual parts of software product code | 0 | 0 | 0
|
| Individual Projects | 0 | 1 | 0
|
| Group projects | 0 | 0 | 0
|
| Flipped classroom | 0 | 0 | 0
|
| Quizzes (written or computer based) | 1 | 1 | 1
|
| Peer Review | 0 | 0 | 0
|
| Discussions | 1 | 1 | 1
|
| Presentations by students | 0 | 0 | 0
|
| Written reports | 0 | 0 | 0
|
| Simulations and role-plays | 0 | 0 | 0
|
| Essays | 0 | 0 | 0
|
| Oral Reports | 0 | 0 | 0
|
Formative Assessment and Course Activities
------------------------------------------
### Ongoing performance assessment
#### Section 1
1. What is the type of the first order equation?
2. Is the equation homogeneous or not?
3. Which substitution may be used for solving the given equation?
4. Is the equation linear or not?
5. Which type of the equation have we obtained for the modeled real world problem?
6. Is the equation exact or not?
#### Section 2
1. What is the difference between the methods of sections and tangent line approximations?
2. What is the approximation error for the given method?
3. How to improve the accuracy of Euler method?
4. How to obtain a general formula of the Runge-Kutta methods?
#### Section 3
1. What is the type of the second order equation?
2. Is the equation homogeneous or not?
3. What is a characteristic equation of differential equation?
4. In which form a general solution may be found?
5. What is the form of the particular solution of non-homogeneous equation?
6. How to compose the Laplace transform for a certain function?
7. How to apply the method of Laplace transform for solving ordinary differential equations?
8. How to differentiate a functional series?
### Final assessment
#### Section 1
1. Determine the type of the first order equation and solve it with the use of appropriate method.
2. Find the integrating factor for the given equation.
3. Solve the initial value problem of the first order.
4. Construct a mathematical model of the presented real world problem in terms of differential equations and answer for the specific question about it.
#### Section 2
1. For the given initial value problem with the ODE of the first order implement in your favorite programming Euler, improved Euler and general Runge-Kutta methods of solving.
2. Using the developed software construct corresponding approximation of the solution of a given initial value problem (provide the possibility of changing of the initial conditions, implement the exact solution to be able to compare the obtained results).
3. Investigate the convergence of the numerical methods on different grid sizes.
4. Compare approximation errors of these methods plotting the corresponding chart for the dependency of approximation error on a grid size.
#### Section 3
1. Compose a characteristic equation and find its roots.
2. Find the general of second order equation.
3. Determine the form of a particular solution of the equation and reduce the order.
4. Solve a homogeneous constant coefficient equation.
5. Solve a non-homogeneous constant coefficient equation.
6. Find the Laplace transform for a given function. Analyze its radius of convergence.
7. Find the inverse Laplace transform for a given expression.
8. Solve the second order differential equation with the use of a Laplace transform.
9. Solve the second order differential equation with the use of Series approach.
### The retake exam
Retakes will be run as a comprehensive exam, where the student will be assessed the acquired knowledge coming from the textbooks, the lectures, the labs, and the additional required reading material, as supplied by the instructor. During such comprehensive oral/written the student could be asked to solve exercises and to explain theoretical and practical aspects of the course.
|