

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The concept of cubic spline interpolation, a piecewise-polynomial approximation used in numerical analysis. The definition of cubic spline interpolants, their properties, and various boundary conditions. It also includes an example of finding coefficients for a clamped cubic spline and the use of cubic splines in matlab. Additionally, the document covers numerical differentiation and quadrature methods.
Typology: Study notes
1 / 3
This page cannot be seen from the preview
Don't miss anything!


MATH 441/541 - Numerical Analysis Eighth Meeting: Interpolation Thursday, October 18 th, 2007
Sj (x) = aj + bj (x − xj ) + cj (x − xj )^2 + dj (x − xj )^3
s(x) =
{ s 0 (x) = 3(x − 1) + 2(x − 1)^2 − (x − 1)^3 , if 1 ≤ x < 2 s 1 (x) = a + b(x − 2) + c(x − 2)^2 + d(x − 2)^3 if 2 ≤ x ≤ 3
Given f ′(1) = f ′(3), find a, b, c, and d.
An Example: Consider the following boundary value problem:
(x + 1)y′′^ + xy′^ + 3y = g(x), 0 ≤ x ≤ 1
subject to y(0) = 3, y(1) = 7
a
f (x)g(x) dx = f (c)
∫ (^) b
a
g(x) dx
∗ Degree of Accuracy: The degree of accuracy, or precision, of a quadrature formula is the largest positive integer n such that the formula is exact for f (x) = xk, for each k = 0, 1 , · · · , n. (So, look at the error term. If it has derivatives of f (n), then all polynomials of degree n − 1 will vanish by the nth^ derivative, f (n).)