title-meta | author-meta | ||
---|---|---|---|
|
|
Newton-Cotes formulas are quadrature rules that
- are obtained by integrating a polynomial interpolant
- use Newton's method to find the quadrature weights
Consider a quadrature rule
-
$2$ -
$3$ -
$n$ -
$n+1$
Answer: Newton-Cotes formulas using an interpolating polynomial will be
exact on polynomials of degree
Gauss quadrature using
-
$n$ -
$2n+1$
The centered difference approximation
- 0
- 1
- 2
- 3
- 4
Compare two methods for solving a system of linear ODEs: forward Euler (explicit) and backward Euler (implicit). The backward Euler method
- has a larger stability region
- has a higher order of accuracy
- requires solving a linear system at every time step
- none of the above
Richardson extrapolation applies to an existing numerical method and can be used to
- increase its order of accuracy
- estimate its order of accuracy
- estimate its absolute error
- none of the above
Compare one-step and multistep methods for solving ODEs. To achieve the same order of accuracy, multistep methods require
- fewer function evaluations
- more function evaluations
Recall the
- Crank-Nicolson
-
$\theta$ -method with$\theta=0.25$ -
$\theta$ -method with$\theta=0.5$ -
$\theta$ -method with$\theta=1$ - none of the above
Examples of hyperbolic equations are
- advection equation
- heat equation
- Poisson equation
- wave equation
- none of the above
Recall the central difference method
- does not satisfy the CFL condition
- unconditionally unstable
- requires two boundary conditions