What Type of Curve Uses Sequential Control Points from A0 to A6?

AI Thread Summary
A curve constructed using sequential control points A0, A3, and A6, with A1-A2 and A4-A5 as control points, is identified as a Bezier curve. In contrast, a curve that connects points A0 through A6 directly is referred to as a spline. The process of fitting a spline typically requires solving a band-diagonal system of equations and applying calculus concepts. Various types of splines exist, with cubic splines being a common example. Software libraries, such as gnuplot, can simplify the spline fitting process.
mymachine
Messages
42
Reaction score
0
If I construct a curve such start from point A0, A3, to point A6 where A1-A2 and A4-A5 are control points, is called a Bezier curve.

curve.png


What is it called by and what its equation if I construct and fit a curve start from point A0 > A1 > A2 > A3 > A4 > A5 > A6 such as below image?

spline.png
 
Mathematics news on Phys.org
It is called a "spline",

http://en.wikipedia.org/wiki/Spline_(mathematics)

and fitting one usually involves solving a band-diagonal system of equations, and some notions of calculus. (Or you could google for a software library that does the work.)

P.S.: There are actually many kinds of splines; the ones I had in mind, "cubic splines", are described in a link on the Wiki page I mentioned,

http://en.wikipedia.org/wiki/Spline_interpolation

But again, it's reinventing the wheel as there are probably libraries to do so.
 
Last edited:
gnuplot will do that for you.
 

Attachments

  • csplines.png
    csplines.png
    9.7 KB · Views: 516
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...

Similar threads

Back
Top