Purchase Solution

Natural and clamped cubic splines

Not what you're looking for?

Ask Custom Question

What is the difference between natural and clamped Cubic Splines?

Solve the following problems with a clear explanation.

[1] A natural cubic spline S on [0,2] is defined by

S(x) = { S0(x) = 1 + 2*x - x^3 , if 0 <= x <= 1
S(x) = { S1(x) = 2 + b*(x-1) + c*(x-1)^2 + d*(x-1)^3 , if 1 <= x <= 2

Find b, c and d.

[2] A clamped cubic spline S for a function f is defined by

S(x) = { S0(x) = 1 + B*x + 2*x^2 - 2*x^3 , if 0 <= x <= 1
S(x) = { S1(x) = 2 + b*(x-1) - 4*(x-1)^2 + 7*(x-1)^3 , if 1 <= x <= 2

Find f'(0) and f'(2).

Attachments
Purchase this Solution

Solution Summary

Solution shows every step methodically while determining the value of unknown constants and boundary values.

Solution Preview

Natural and Clamped Cubic Spline are same in all the conditions except two -

Natural Cubic Spline requires that
S0''(x0) = SN_1''(xn) = 0 , N_1 represents the subscript value (n-1)

and Clamped Cubic Spline requires that
S0'(x0) = f'(x0)
SN_1'(xn) = f'(xn) , N_1 represents the subscript value (n-1)

[1] S0'(x) = 2 - 3x^2
S0''(x) = - 6x

S1'(x) = b + 2c(x-1) + 3d(x-1)^2
S1''(x) = 2c + 6d(x-1)

...

Purchase this Solution


Free BrainMass Quizzes
Graphs and Functions

This quiz helps you easily identify a function and test your understanding of ranges, domains , function inverses and transformations.

Probability Quiz

Some questions on probability

Multiplying Complex Numbers

This is a short quiz to check your understanding of multiplication of complex numbers in rectangular form.

Know Your Linear Equations

Each question is a choice-summary multiple choice question that will present you with a linear equation and then make 4 statements about that equation. You must determine which of the 4 statements are true (if any) in regards to the equation.

Exponential Expressions

In this quiz, you will have a chance to practice basic terminology of exponential expressions and how to evaluate them.