\item % 4.9: Improper Integrals (7) Section 4.9: For the integral in Problem 1(a), verify numerically the order of convergence for standard 2nd order (midpoint, trapezoidal) and 4th order (Simpson's rule, Gaussian quadrature with 2 quadrature points) composite quadratures. Take composite midpoint rule for example, find and $p_{\rm M}$ in $I-I_{h, \rm M} = O(h^{p_{\rm M}})$ numerically. Do this for at least one 2nd order method and one 4th order method. \item % 4.9: Improper Integrals (7) Repeat previous problem with any desingularizing method of your choice and verify numerically that the result indeed has 2nd/4th order convergence. Remark: simple change of variable $x=t^{-p}$ does not perform well (not enough to restore theoretical order of convergence) for Problem 3 (c,d) due to the oscillatory nature of the integrands. A more subtle subtraction of singular part is required to desingularize the integrand and recover theoretical order of convergence. \item % 4.9: Improper Integrals (7) Section 4.9: Problems 4(a). Hint: Without splitting the domain into $\int_0^1 + \int_1^\infty $, the change of variable $t = {1 \over x+1}$ will do the trick and is recommended whenever the integrand has no singularity at $x=0^+$. \item % Section 6.1: Linear System of Equations (14) % Section 6.1: Problems 10, 15(a), 16(a). % 9th ed, p368 % for reference Section 6.1: Problems 20. % 9th ed, p368 Section 6.1: Problems 12 (a,b). %10th ed, p371 For part (b), change it to $K(x,t)=-{1\over 2} e^{-|x-t|}$ and implement Algorithm 6.1 to solve for $u$. For this problem with the new $K$, row interchanging is not needed. % next week % \item % Derive a linear system of equation corresponding to the following % boundary value problem % $$ % \begin{array}{l} % u''(x) + u'(x) = f(x), \quad x \in (0,1) \\ % u(0) = \alpha, \; u(1) = \beta % \end{array} % $$ % with uniformly spaced grids $0=x_0 < x_1 < \cdots