optics.tech
- 79
- 1
No, there are an infinity of parabolas that can be draw through three points, each one with a different axial direction. Of course, il you asume a given direction for the axis, the parabola is unique.if you assume it's a parabola then such a parabola is unique
There are infinitely many curves you can draw through three points. The simplest method it to use a 2nd order polynomial (i.e a parabola). Just write out 3 equations using the values of x & y:
y1 = a x21 + b x1+ c
y2 = a x22 + b x2+ c
y3 = a x23 + b x3+ c
This is 3 equations in 3 unknowns (a,b,c) that can be solved by substitution.
optics.tech said:What about if the amount of the points are nine pieces?
Will above equations can be continued from three to nine equations with similar pattern?
Does this curve is a kind of smooth and continue curve?