The general equation of the vertical parabola is
[tex]y= ax^2+bx+c[/tex], where a,b and c are constant.
The parabola passes through the points D(1,-2), E(-3,10), and F(4,31).
For point D:
[tex]-2=a(1)^2+b(1)+c[/tex]
[tex]\Rightarrow -2=a+b+c\cdots(i)[/tex]
For point E:
[tex]10=a(-3)^2+b(-3)+c[/tex]
[tex]\Rightarrow 10=9a-3b+c\cdots(ii)[/tex]
For point F:
[tex]31=a(4)^2+b(4)+c[/tex]
[tex]\Rightarrow 31=16a+4b+c\cdots(iii)[/tex]
All the three equations can be written in the matrix for as:
[tex]\[ \left[ {\begin{array}{cc} -2 \\ 10 \\31 \end{array} } \right]\]= \left[ {\begin{array}{ccc} 1 & 1 & 1 \\ 9 & -3 & 1 \\ 16 & 4 &1\end{array} } \right]\] \left[ {\begin{array}{cc} a \\ b \\c \end{array} } \right]\][/tex]
The value of all the three coefficients can be determined by solving the above equation as
[tex]\left[ {\begin{array}{ccc} a \\ b \\c \end{array} } \right]= \left[ {\begin{array}{ccc} 1 & 1 & 1 \\ 9 & -3 & 1 \\ 16 & 4 &1\end{array}\right]^{-1} \left[ {\begin{array} -2 \\ 10 \\31 \end{array} } \right][/tex]
On solving this, we have
[tex]\Rightarrow \[ \left[ {\begin{array}{ccc} a \\ b \\c \end{array} } \right]\]= \left[ {\begin{array}{ccc} 2 \\ 1 \\-5 \end{array} } \right][/tex]
So, values of the constants,
a=2, b=1, and c=-5
Hence, the required equation of parabola is
[tex]y=2x^2+x-5[/tex]