This video explains how to find the equation of a quadratic function (y = Ax^2 + Bx + C) using given data points.
It covers two main methods:
Using Matrices to Find A, B, and C (0:01): The video shows how to take three coordinate points (x, y), substitute them into the standard quadratic equation, and set up a system of three linear equations. These equations are then converted into an augmented matrix, which can be solved using a calculator's "Reduced Row Echelon Form" (RREF) function to find the values of A, B, and C.
Quadratic Regression for Real-World Data (11:56): For real-world data points that might not perfectly fit a quadratic curve, the video demonstrates how to use a graphing tool (like Desmos) to perform quadratic regression. This method finds the "best fit" quadratic equation for a given set of data points, which can then be used to make predictions.