Sign In
Look for an R^2 equal to 1 using the LinReg, QuadReg, CubicReg, and QuartReg information screens.
Cubic
To find a polynomial function whose graph passes through the given points, we should first plot the points in a coordinate plane and try to rule out some obvious regressions. Push the STAT button, choose Edit, and enter your values.
Once the values have been entered, we can plot them by pushing 2nd, Y=, and then choosing one of the plots in the list. Make sure you turn the plot ON before you choose the scatter plot type. Then, match the lists for the x- and y-values accordingly.
Immediately, we can see that a linear function will not work because the points do not lie on a straight line. Therefore, let's test the data using the QuadReg, CubicReg, and QuartReg features. If one of them fits the data, the R^2 value will equal 1.
Since R^2 is 1 for the cubic regression, it's a perfect match! A cubic function will pass through all of the given points. The values of a, b, c, and d are the coefficients of the function. y= ax^3+ bx^2+ cx+d ⇓ y= -0.0833333333x^3+ 1.375x^2 - 6.416666667x+11 Let's plot the cubic regression on top of the points just to double check our findings.