45.4k views
1 vote
I need to know if my answer is correct (determine the equation of the parabola)

I need to know if my answer is correct (determine the equation of the parabola)-example-1
User ChrisBD
by
4.2k points

1 Answer

4 votes

The general equation of a parabola, is:


y=ax^2+bx+c

Then, to find the parabola that passes through the given points using system of equations, replace the value of the coordinates of the points to get a 3x3 system whose unkowns are a, b and c.

(3,-29)


\begin{gathered} -29=a(3)^2+b(3)+c \\ \Rightarrow-29=9a+3b+c \end{gathered}

(2,-12)


\begin{gathered} -12=a(2)^2+b(2)+c \\ \Rightarrow-12=4a+2b+c \end{gathered}

(-1,-9)


\begin{gathered} -9=a(-1)^2+b(-1)+c \\ \Rightarrow-9=a-b+c \end{gathered}

Then, the system of equations that we get, is:


\begin{gathered} 9a+3b+c=-29 \\ 4a+2b+c=-12 \\ a-b+c=-9 \end{gathered}

Solving this system yields:


\begin{gathered} a=-4 \\ b=3 \\ c=-2 \end{gathered}

Therefore, the equation of the parabola that passes through the given points, is:


y=-4x^2+3x-2

User SkarE
by
4.6k points