File size: 13,586 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
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493







BSc: Differential Equations
===========================






Contents
--------


* [1 Differential Equations](#Differential_Equations)
	+ [1.1 Short Description](#Short_Description)
	+ [1.2 Prerequisites](#Prerequisites)
		- [1.2.1 Prerequisite subjects](#Prerequisite_subjects)
		- [1.2.2 Prerequisite topics](#Prerequisite_topics)
	+ [1.3 Course Topics](#Course_Topics)
	+ [1.4 Intended Learning Outcomes (ILOs)](#Intended_Learning_Outcomes_.28ILOs.29)
		- [1.4.1 What is the main purpose of this course?](#What_is_the_main_purpose_of_this_course.3F)
		- [1.4.2 ILOs defined at three levels](#ILOs_defined_at_three_levels)
			* [1.4.2.1 Level 1: What concepts should a student know/remember/explain?](#Level_1:_What_concepts_should_a_student_know.2Fremember.2Fexplain.3F)
			* [1.4.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.4.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.5 Grading](#Grading)
		- [1.5.1 Course grading range](#Course_grading_range)
		- [1.5.2 Course activities and grading breakdown](#Course_activities_and_grading_breakdown)
		- [1.5.3 Recommendations for students on how to succeed in the course](#Recommendations_for_students_on_how_to_succeed_in_the_course)
	+ [1.6 Resources, literature and reference materials](#Resources.2C_literature_and_reference_materials)
		- [1.6.1 Open access resources](#Open_access_resources)
		- [1.6.2 Closed access resources](#Closed_access_resources)
		- [1.6.3 Software and tools used within the course](#Software_and_tools_used_within_the_course)
* [2 Teaching Methodology: Methods, techniques, & activities](#Teaching_Methodology:_Methods.2C_techniques.2C_.26_activities)
	+ [2.1 Activities and Teaching Methods](#Activities_and_Teaching_Methods)
	+ [2.2 Formative Assessment and Course Activities](#Formative_Assessment_and_Course_Activities)
		- [2.2.1 Ongoing performance assessment](#Ongoing_performance_assessment)
			* [2.2.1.1 Section 1](#Section_1)
			* [2.2.1.2 Section 2](#Section_2)
			* [2.2.1.3 Section 3](#Section_3)
			* [2.2.1.4 Section 4](#Section_4)
			* [2.2.1.5 Section 5](#Section_5)
		- [2.2.2 Final assessment](#Final_assessment)
		- [2.2.3 The retake exam](#The_retake_exam)



Differential Equations
======================


* **Course name**: Differential Equations
* **Code discipline**: XYZ
* **Subject area**: Math


Short Description
-----------------


This course covers the following concepts: Ordinary differential equations; Basic numerical methods.



Prerequisites
-------------


### Prerequisite subjects


### Prerequisite topics


Course Topics
-------------




Course Sections and Topics
| Section | Topics within the section
 |
| --- | --- |
| First-order equations and their applications | 1. The simplest type of differential equation
2. Separable equation
3. Initial value problem
4. Homogeneous nonlinear equations, substitutions
5. Linear ordinary equations, Bernoulli & Riccati equations
6. Examples of applications to modeling the real world problems
7. Exact differential equations, integrating factor
 |
| Introduction to numeric methods for algebraic and first-order differential equations | 1. Method of sections (Newton method)
2. Method of tangent lines approximation (Euler method)
3. Improved Euler method
4. Runge-Kutta methods
 |
| Second-order differential equations and their applications | 1. Homogeneous linear equations.
2. Constant coefficient homogeneous equations.
3. Constant coefficient non-homogeneous equations.
4. A method of undetermined coefficients.
5. A method of variation of parameters.
6. A method of the reduction of order.
 |
| Laplace transform | 1. Improper integrals. Convergence / Divergence.
2. Laplace transform of a function
3. Existence of the Laplace transform.
4. Inverse Laplace transform.
5. Application of the Laplace transform to solving differential equations.
 |
| Series approach to linear differential equations | 1. Functional series.
2. Taylor and Maclaurin series.
3. Differentiation of power series.
4. Series solution of differential equations.
 |


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


#### Level 1: What concepts should a student know/remember/explain?


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 2: What basic practical skills should a student be able to perform?


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 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 | 136-170 | -
 |
| B. Good | 102-135 | -
 |
| C. Satisfactory | 68-101 | -
 |
| D. Poor | 0-68 | -
 |


### Course activities and grading breakdown





| Activity Type | Percentage of the overall course grade
 |
| --- | --- |
| Labs/seminar classes | 20
 |
| Interim performance assessment | 70
 |
| Exams | 80
 |


### Recommendations for students on how to succeed in the course


Resources, literature and reference materials
---------------------------------------------


### Open access resources


### Closed access resources


### Software and tools used within the course


Teaching Methodology: Methods, techniques, & activities
=======================================================


Activities and Teaching Methods
-------------------------------




Activities within each section
| Learning Activities | Section 1 | Section 2 | Section 3 | Section 4 | Section 5
 |
| --- | --- | --- | --- | --- | --- |
| Homework and group projects | 1 | 1 | 1 | 1 | 1
 |
| Midterm evaluation | 1 | 1 | 1 | 1 | 1
 |
| Testing (written or computer based) | 1 | 1 | 1 | 1 | 1
 |
| Oral polls | 1 | 0 | 0 | 0 | 0
 |
| Discussions | 1 | 1 | 1 | 1 | 1
 |
| Development of individual parts of software product code | 0 | 1 | 0 | 0 | 0
 |


Formative Assessment and Course Activities
------------------------------------------


### Ongoing performance assessment


#### Section 1





| Activity Type | Content | Is Graded?
 |
| --- | --- | --- |
| Question | What is the type of the first order equation? | 1
 |
| Question | Is the equation homogeneous or not? | 1
 |
| Question | Which substitution may be used for solving the given equation? | 1
 |
| Question | Is the equation linear or not? | 1
 |
| Question | Which type of the equation have we obtained for the modeled real world problem? | 1
 |
| Question | Is the equation exact or not? | 1
 |
| Question | Determine the type of the first order equation and solve it with the use of appropriate method. | 0
 |
| Question | Find the integrating factor for the given equation. | 0
 |
| Question | Solve the initial value problem of the first order. | 0
 |
| Question | Construct a mathematical model of the presented real world problem in terms of differential equations and answer for the specific question about it. | 0
 |


#### Section 2





| Activity Type | Content | Is Graded?
 |
| --- | --- | --- |
| Question | What is the difference between the methods of sections and tangent line approximations? | 1
 |
| Question | What is the approximation error for the given method? | 1
 |
| Question | How to improve the accuracy of Euler method? | 1
 |
| Question | How to obtain a general formula of the Runge-Kutta methods? | 1
 |
| Question | 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. | 0
 |
| Question | 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). | 0
 |
| Question | Investigate the convergence of the numerical methods on different grid sizes. | 0
 |
| Question | Compare approximation errors of these methods plotting the corresponding chart for the dependency of approximation error on a grid size. | 0
 |


#### Section 3





| Activity Type | Content | Is Graded?
 |
| --- | --- | --- |
| Question | What is the type of the second order equation? | 1
 |
| Question | Is the equation homogeneous or not? | 1
 |
| Question | What is a characteristic equation of differential equation? | 1
 |
| Question | In which form a general solution may be found? | 1
 |
| Question | What is the form of the particular solution of non-homogeneous equation? | 1
 |
| Question | Compose a characteristic equation and find its roots. | 0
 |
| Question | Find the general of second order equation. | 0
 |
| Question | Determine the form of a particular solution of the equation and reduce the order. | 0
 |
| Question | Solve a homogeneous constant coefficient equation. | 0
 |
| Question | Solve a non-homogeneous constant coefficient equation. | 0
 |


#### Section 4





| Activity Type | Content | Is Graded?
 |
| --- | --- | --- |
| Question | What is an improper integral? | 1
 |
| Question | How to compose the Laplace transform for a certain function? | 1
 |
| Question | What is a radius of convergence of the Laplace transform? | 1
 |
| Question | How to determine the inverse Laplace transform for a given expression? | 1
 |
| Question | How to apply the method of Laplace transform for solving ordinary differential equations? | 1
 |
| Question | Find the Laplace transform for a given function. Analyze its radius of convergence. | 0
 |
| Question | Find the inverse Laplace transform for a given expression. | 0
 |
| Question | Solve the first order differential equation with the use of a Laplace transform. | 0
 |
| Question | Solve the second order differential equation with the use of a Laplace transform. | 0
 |


#### Section 5





| Activity Type | Content | Is Graded?
 |
| --- | --- | --- |
| Question | What are the power and functional series? | 1
 |
| Question | How to find the radius of convergence of a series? | 1
 |
| Question | What is a Taylor series? | 1
 |
| Question | How to differentiate a functional series? | 1
 |
| Question | Find the radius of convergence of a given series. | 0
 |
| Question | Compose the Taylor series for a given function. | 0
 |
| Question | Solve the first order differential equation with the use of Series approach. | 0
 |
| Question | Solve the second order differential equation with the use of Series approach. | 0
 |


### Final assessment


**Section 1**



1. Linear first order equation. Integrating factor.
2. Bernoulli & Riccati equations.
3. Homogeneous nonlinear equations equations.
4. Exact equations. Substitutions.


**Section 2**



1. Newton’s approximation method.
2. Euler approximation method.
3. Improved Euler method.
4. Runge-Kutta methods.


**Section 3**



1. Homogeneous linear second order equations.
2. Constant coefficient equations. A method of undetermined coefficients.
3. Constant coefficient equations. A method of variation of parameters.
4. Non-homogeneous linear second order equations. Reduction of order.


**Section 4**



1. Laplace transform, its radius of convergence and properties.
2. Inverse Laplace transform. The method of rational functions.
3. Application of Laplace transform to solving differential equations.


**Section 5**



1. Taylor and Maclaurin series as functional series. Radius of convergence.
2. Uniqueness of power series. Its differentiation.
3. Application of power series to solving differential equations


### The retake exam


**Section 1**


**Section 2**


**Section 3**


**Section 4**


**Section 5**