The quadratic formula: $$f(x)=ax^2+bx+c=0$$
$$x=\frac{-b \pm \sqrt{b^2-4ac}}{2a}$$
I remember a tutor once showing me a method for deriving the quadratic formula using calculus somehow. This was around 20 years ago and I can't even remember the tutor's name. I'd really like to learn this method. Just to clarify, I do know how to derive it using the "Completing the square" method.
I was linked to the solution here: https://www.google.com/amp/s/threesixty360.wordpress.com/2008/10/19/using-calculus-to-generate-the-quadratic-formula/amp/
But I am stuck at one step.
Start with: $$f(x)=ax^2+bx+c$$
We want: $$f(x)=0$$
The first derivative gives: $$f'(x)=2ax+b$$
Which leads to this: $$f(x)=c+\int_0^x (2at+b)dt$$
I can't see why the $t's$ were introduced here.
If anyone has any other methods I'd really like to see them also.
Let $\alpha,\beta$ be the two roots. Then we have by comparing coefficients$$\alpha+\beta=\frac{-b}{a}$$ and also you get $$\alpha.\beta=\frac{c}{a}$$. From here you immediately get $(\alpha-\beta)^2=(\frac{b}{a})^2-4.\frac{c}{a}$ and then you solve for $\alpha, \beta$
Note: $(\alpha+\beta)^2=(\alpha-\beta)^2+4.\alpha.\beta$