By Kylene Arnold Updated Aug 30, 2022
AndreyCherkasov/iStock/GettyImages
When you have experimental data points that trace a parabola, scientists and mathematicians often need to reconstruct the exact quadratic function that models the trend. The method below shows how to derive the equation from three known points.
f(x)=ax^2+bx+c:
3a+b = 6. Subtracting the second from the third yields 5a+b = 8. Subtracting these two results gives 2a = 2, so a = 1. Plugging back into 3a+b = 6 gives b = 3. Finally, substitute a and b into a+b+c = 5 to find c = 1.f(x)=x²+3x+1.Thus, the parabola that passes through (1, 5), (2, 11), and (3, 19) is described by f(x)=x²+3x+1. This systematic approach is foundational in algebra and essential for modeling real‑world data.