[Math] How to make a parabola in GeoGebra

geometrymath-software

I need to make a parabola in GeoGebra. "Smallest" one is going to contain 3 points, while the "biggest" one is going to be defined by 9 points.

So if anyone could explain to me how to make a parabola (from 3, 5, 7, 9… points)? I tried to make parabola by using segments (and combining them), but that just seems too daunting and I don't get the curves.

Thanks in advance!

Best Answer

You can use

Trendpoly[A,B,C,...,2]

where A,B,C,... are your points and "2" is the degree of your function. Be aware, that the parabola doesn't go through all your given points.

enter image description here enter image description here

Related Question