The questions below are meant to stimulate the preparation of the final exam, concerning chapters 3, 4, and 5. They cover some of the most important but not all topics. You must review all course materials: textbook, homework exercises, lecture notes (also consult the course web site), and quizzes. Also please review the computer projects.
2
x 2 4 6 8 10
e = 1 + x + 1/2 x + 1/6 x + 1/24 x + O(x )
Use this Maclaurin expansion to construct a Padé
approximation for e^(x^2) as a quotient of two quadrics.
2
1 + 1/2 x
r = ----------
2
1 - 1/2 x
+---------+----------------+
| x | f(x) |
============================
| 0.000 | 1.0000000000 |
| 0.125 | 0.9921976672 |
| 0.250 | 0.9689124217 |
| 0.375 | 0.9305076219 |
| 0.500 | 0.8775825619 |
| 0.625 | 0.8109631195 |
| 0.750 | 0.7316888689 |
| 0.875 | 0.6409968582 |
| 1.000 | 0.5403023059 |
+---------+----------------+
Suppose we are interested in the derivative of f(x) at x = 0.5.
1
/ x
| e cos(2 Pi x) dx
/
0
b
/
| f(x) dx
/
a
by
b - a ( ( a+b ) )
------- ( f(a) + 4 f(-----) + f(b) )
3 ( ( 2 ) )
b
/
| f(x) dx
/
a
with Simpon's rule, using seven function evaluations.
2a
/
| f(x) dx
/
0
by the rule w_1 f(0) + w_2 f(a/2) + w_3 f(a).
infinity
--------
1 \
f(t) = --- a + > a cos(2 Pi k t) + b sin(2 Pi k t)
2 0 / k k
--------
k = 1
or as
infinity
--------
\ i 2 Pi k t
f(t) = > c e
/ k
--------
k = -infinity
Derive the relationship between the coeffients c_k
and (a_k, b_k).
FINAL EXAM is in BH 0309 on Monday 29 April 2002, from 1 till 3PM.