VBA Assessment 1 – Week 6
VBA Assessment 1 will take place in Week 6 (3 & 6 March) in your usual lab time. The following formulae will appear on the assessment.
The following is the proposed layout of the assessment:
Q. 1: Numerical Solution of Initial Value Problem [80%]
Examples of initial value problems that might be arise include:
- Damping
;
- The motion of a free-falling body subject to quadratic drag:
;
- Newton Cooling
;
- The charge on a capacitor
;
Students have a choice of how to answer this problem:
- The full, 80 Marks are going for a VBA Heun’s Method implementation (like Lab 3).
- An Euler Method implementation (like Lab 2), gets a maximum of 60 Marks.
You will be asked to write a program that takes as input all the problem parameters, perhaps some initial conditions, a step-size, and a final time, and implements Heun’s Method (or possibly Euler’s Method).
If you can write programs for each of the four initial value problems above you will be in absolutely great shape for this assessment.
Q. 2: Using your Program [20%]
You will then be asked to use your program to answer a number of questions about your model. For example, see the questions to the Newton Cooling Problem on p.126.
Week 4
We can avoid implicit differentiation by using Huen’s Method, which is an adjustment of Euler’s Method in that it uses lines.
We also introduced second order differential equations and saw how to attack them numerically. In particular we looked at a real pendulum.
In VBA we worked on Lab 3 and MCQIII. Those of us who did not finish the lab are advised to finish it outside class time, and are free to email me on their work if they are unsure if they are correct or not.
MCQ League
Unless you are excelling, you are identified by the last five digits of your student number.
Please ask questions in the lab about questions you have gotten wrong. Students in red appear to not have a good handle on the material and should consider putting in extra time outside class in doing exercises (in the manuals).
Little change at the top again:
Week 5
In the morning class we will finish looking at second order differential equations.
In the afternoon we will begin a quick study of Runge-Kutta Methods.
In VBA we have MCQ IV and look at Lab 4, on Second Order Differential Equations.
Week 8
Unfortunately for us, St Patrick’s Day falls on a Tuesday.
I am unable to let these hours go: I will once again pre-record two video lectures, and the labs are postponed to Thursday 19 March:
- Thursday 15:00-17:00 in A214
- Thursday 11:00-13:00 in A269
Assessment
The following is a proposed assessment schedule. Please contact me if there are any problems with the Week 7 and 12 times.
- Week 6, 20% First VBA Assessment, Based (roughly) on Weeks 1-4
- Week 7, 20 % In-Class Written Test, Based (roughly) on Weeks 1-5. Melbourn Hall, Tuesday 10 March, 09:30-10:30
- Week 11, 20% Second VBA Assessment, Based (roughly) on Weeks 6-9
- Week 12, 40% Written Assessment(s), Based on Weeks 1-11. Melbourn Hall, Tuesday 28 April, 15:00-17:00
Study
Study should consist of
- doing exercises from the notes
- completing VBA exercises
Student Resources
Please see the Student Resources tab on the top of this page for information on the Academic Learning Centre, etc..
2 comments
Comments feed for this article
February 28, 2020 at 12:13 pm
MATH7016: Spring 2020, Week 5 | J.P. McCarthy: Math Page
[…] More information in last week’s summary. […]
March 4, 2020 at 8:37 am
MATH7016: Spring 2020, Week 6 | J.P. McCarthy: Math Page
[…] More information in last week’s summary. […]