Given the nodes x0 < x1 < · · · < xn, let V be the vector space of functions that are twice continuously differentiable at each node xi and cubic polynomial on (−∞, x0), (xn, ∞), and each of the intervals (xi , xi+1). Show that any function s(x) ∈ V can be uniquely represented as
s(x) = a0 + a1x + a2x^2 + a3x^3 + (i=0 to n) ci (x − xi) ^3 +
where (x − xi)^3+ is 0 for x ≤ xi and (x − xi)^3 otherwise. Conclude that this vector space has dimension n + 5.
Function can be twice differentiated:
Also, by the theorem of Existence and uniqueness of the polynomial interpolant:
Given the data pairs , where the points are distinct, there exists a unique polynomial that satisfies the interpolation conditions
So, any function s(x) ∈ V can be uniquely represented as
Comments