I'm asked to solve this using calculus:
Let $$ f(x) = ax^2 + bx +c .$$ If $ f(1) = 3 $, $f(2) = 7$, $f(3) = 13$, then find $a$, $b$, and $f(0)$.
I know I can solve this using solving three equations simultaneously. And I can also solve this using Gauss Jordan or Gaussian elimination method by writing the augmented matrix. But I'm wondering is there any other method to solve this.
Solving by any method it turns out that $a = b = c = 1$.
Divide f(x) by a so leading co-efficient, let's call it A, is 1.
Any quadratic with A = 1 has a parabolic graph, similar to the graph of y = x² apart from a translation ( slide)
To convince yourself, practice with graph and tracing paper, or use Ecxel/Mathematica to draw various graphs of quadratic polynomials with A=+1.
The last step is to determine what the translation , call it (p,q) is.
Use differentiation to find the minimum point of the displaced parabola f(x), and the translation to take it back to (0,0) which is always the minimum point of y=x²
I hope this helps you.