I have a high-school student doing a modeling project using interpolation. (Hopefully someone understands what I mean without having to write out explicit examples, as I only have screenshots.)
When fitting polynomials of order (n-1) to n points, I understand that it will always pass through the points but sometimes the behaviour of the polynomial between the points is rather chaotic. I found that it's often easier to just split the curve into several polynomials and fit these individual.
What aspect of the distribution of the points causes these deep troughs and peaks in comparison to the smooth curve between the points?