"FitPoly" and actual polynomial graph

Taylor Heiniger shared this problem 2 years ago
New

I am trying to create a polynomial to fit around the edge of this glass shape, however, the polynomial that "FitPoly" creates is not the same when graphed as a separate "f(x)" function even though it is the same graph... see below:

Comments (3)

photo
2

All the commands of the Fit* family are the best fit to a series of data points, but it's not guaranteed that the generated function passes through all the points.

Use the Polynomial command or the Spline command instead.

See also this thread: https://help.geogebra.org/t...

photo
2

1) Please post your .ggb file


2) Try setting the rounding higher (Options -> Rounding)

photo
2

or try fitploy(ListGlass,7) or fitploy(ListGlass,9) etc

© 2023 International GeoGebra Institute