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: 519
Thread 'Video on imaginary numbers and some queries'
Hi, I was watching the following video. I found some points confusing. Could you please help me to understand the gaps? Thanks, in advance! Question 1: Around 4:22, the video says the following. So for those mathematicians, negative numbers didn't exist. You could subtract, that is find the difference between two positive quantities, but you couldn't have a negative answer or negative coefficients. Mathematicians were so averse to negative numbers that there was no single quadratic...
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...
Thread 'Unit Circle Double Angle Derivations'
Here I made a terrible mistake of assuming this to be an equilateral triangle and set 2sinx=1 => x=pi/6. Although this did derive the double angle formulas it also led into a terrible mess trying to find all the combinations of sides. I must have been tired and just assumed 6x=180 and 2sinx=1. By that time, I was so mindset that I nearly scolded a person for even saying 90-x. I wonder if this is a case of biased observation that seeks to dis credit me like Jesus of Nazareth since in reality...

Similar threads

Back
Top