How do you get to the general equation of $y = ax^2 + bx + c$ for a parabola?
I have not found any resources that show how to get to that equation.
This equation is shown 1 minute 30 into this video on Simpsons Rule https://www.youtube.com/watch?v=vpfy3sGw8tI.
Since you show little work of your own, I'll just give an outline and let you fill in the details. If you need more detail, show some more work of your own then ask.
Your question involves two parts. First, given a parabola with a horizontal directrix, show that an equation of the form $y = ax^2+bx+c$ with $a\neq 0$ determines it. Let's say that the parabola's focus is at $(r,s)$ and the directrix is the line $y=t$. Note that we must have $s\neq t$, which means the focus is not on the directrix. The geometric definition of the parabola is that the distance from any point on the parabola $(x,y)$ to the focus equals the distance from that point to the directrix. The distance formulas are easy, so equate the two and we get
$$\sqrt{(x-r)^2+(y-s)^2}=|y-t|$$
We can convert that equation to an equivalent one by squaring both sides (I'll leave it to you to show this does not add any new solutions) and solving for $y$. We end up with
$$y = \left(\frac{1}{2(s-t)}\right)x^2+\left(\frac{-r}{s-t}\right)x+\left(\frac{r^2+s^2-t^2}{2(s-t)}\right)$$
Since we know that $s-t$ is not zero and it is clear that $\frac{1}{2(s-t)}$ is also not zero, this equation has the desired form $y=ax^2+bx+c$ with $a\neq 0$.
The next part is to show that the curve defined by $ax^2+bx+c$ where $a\neq 0$ is a geometric parabola. First complete the square to get the form
$$y=a(x-h)^2+k$$
where again $a\neq 0$. Then show that this is also the equation for the parabola with its focus at the point $(h,k+\frac{1}{4a})$ and directrix at the horizontal line $y=k-\frac{1}{4a}$. These are well-defined since $a\neq 0$ and clearly the focus is not on the directrix. I'll leave this second part to you--you can use the first part above to help.