Given:
Given that a parabola opening up or down has vertex of (0,0) and passes through the point (4,2).
We need to determine the equation of parabola in vertex form.
Equation of the parabola:
The general form to write the equation of the parabola in vertex form is given by
[tex]y=a(x-h)^2+k[/tex]
where (h,k) is the vertex and a is the constant.
Substituting the vertex (0,0) in the above form, we get;
[tex]y=a(x-0)^2+0[/tex]
[tex]y=ax^2[/tex] ------ (1)
Since, the parabola passes through the point (4,2), let us substitute the point in the above equation.
Thus, we have;
[tex]2=a(4)^2[/tex]
[tex]2=16a[/tex]
[tex]\frac{1}{8}=a[/tex]
Thus, substituting [tex]a=\frac{1}{8}[/tex] in equation (1), we get;
[tex]y=(\frac{1}{8})x^2[/tex]
Thus, the equation of the parabola in vertex form is [tex]y=(\frac{1}{8})x^2[/tex]