Quartic interpolation



This is about finding the best interpolation of a function given two
values and two slopes.

My problem (which is not a homework assignment, a real life need) is
as follows:

GIVEN: We are given two points: (x0, y0), and (x1, y1). We are also
given tangents at points x0 and x1: t0 and t1.

FIND OUT: Equation of a quartic function (4th degree polynomial) that
has value y0 in point x0, y1 in point x1, and derivatives t0 and t1 in
points x0 and x1 respectively, such that its graph has a shortest
length between points x0 and x1.

Side note, we think that such a minimal length graph would be a
"nicest looking" interpolation without unnecessary extremums etc.

I think that I can find the family of possible coefficients (with one
parameter, since we find 5 coefficients given four values we have one
"degree of freedom") with a bit of linear algebra. (I even have it
written down)

The length measure could be calculated also as a 7th degree polynomial
of that parameter. It would then need to be minimized numerically.

My question is this. Is the above correct and am I on the right
track.

thanks

i

.



Relevant Pages

  • Re: Quartic interpolation
    ... My problem (which is not a homework assignment, a real life need) is ... "nicest looking" interpolation without unnecessary extremums etc. ... I think that I can find the family of possible coefficients (with one ... "Minimum length spline" is not a common requirement ...
    (sci.math)
  • Reconsideration: a false interpolation-paradigm in tetration ?
    ... For the computation of tetration to fractional heightsI employ the diagonalization ... This implements well-known manipulation of the coefficients of formal ... This interpolation follows the common idea of polynomial interpolation resp. ... the series for the logarithm, and see, whether we get the correct series. ...
    (sci.math)
  • Re: Quartic interpolation
    ... You can find a cubic satisfying these conditions. ... is called a "clamped spline". ... "nicest looking" interpolation without unnecessary extremums etc. ... I think that I can find the family of possible coefficients (with one ...
    (sci.math)
  • Re: zero-pad as an interpolation in frequency domain?
    ... equation to show that zero-padding is simply an interpolation in ... interpolation operator. ... you have q additional equidistantly spaced coefficients ... coefficients from your zero-padded spectrum. ...
    (comp.dsp)
  • Re: Compute eigen values/vectors of a 22k x 22k matrix
    ... then reconstruct the coefficients using the Chinese ... Interpolation is also a key trick. ... still haven't explained how you intend to store all those rationals in ... required to be powers of 2. ...
    (sci.math)