SOLUTION: Find an equation of the parabola of the form y=ax^2+bx+c that passes through the following three points. (1,2),(-1,6),(3,6)

Algebra ->  Graphs -> SOLUTION: Find an equation of the parabola of the form y=ax^2+bx+c that passes through the following three points. (1,2),(-1,6),(3,6)      Log On


   



Question 1177975: Find an equation of the parabola of the form y=ax^2+bx+c that passes through the following three points.
(1,2),(-1,6),(3,6)

Found 3 solutions by mananth, MathLover1, ikleyn:
Answer by mananth(16946) About Me  (Show Source):
You can put this solution on YOUR website!
let the equation of the parabola be y=ax2+bx+c.
the parabola passes through the point plug plug (1,2), then 2=a+b+c.
the parabola passes through the point (−1,6), then 6=a−b+c.
the parabola passes through the point plug (3,6), then 6=9a+3b+c.
Thus, we have obtained the following system with three variables
⎧⎩⎨a+b+c=2
a−b+c=69
a+3b+c=6
Solving the system of linear equations , we get that a=1, b=−2, c=3.
Therefore the equation of the parabola is y=x2−2x+3.

Answer by MathLover1(20850) About Me  (Show Source):
You can put this solution on YOUR website!


(1,2),(-1,6),(3,6)
y=ax%5E2%2Bbx%2Bc...........use (1,2)
2=a%2A1%5E2%2Bb%2A1%2Bc
2=a%2Bb%2Bc.....solve for a
a=2-b-c.............eq.1

y=ax%5E2%2Bbx%2Bc...........use (-1,6)
6=a%2A%28-1%29%5E2%2Bb%2A%28-1%29%2Bc
6=a-b%2Bc.....solve for a
a=6%2Bb-c.............eq.2

from eq.1 and eq.2 we have
2-b-c=6%2Bb-c............solve for+b
2=6%2Bb%2Bb-c%2Bc
2=6%2B2b
2-6=2b
2b=-4
b=-2

go to
y=ax%5E2%2Bbx%2Bc...........use (3,6) and b=-2
6=a%2A3%5E2-2%2A3%2Bc.........solve for a
6=9a-6%2Bc
6%2B6-c=9a
12-c=9a
a=12%2F9-c%2F9
a=4%2F3-c%2F9..............eq.3

from eq.1 and eq.3 we have
2-b-c=4%2F3-c%2F9....substitute b
2-%28-2%29-c=4%2F3-c%2F9
2%2B2-c=4%2F3-c%2F9......solve for+c
4-4%2F3=-c%2F9%2Bc
12%2F3-4%2F3=-c%2F9%2B9c%2F9
8%2F3=8c%2F9......cross multiply
8%2A9=8c%2A3..........simplify, divide by 8
9=c%2A3
c=3

go to
a=6%2Bb-c.............eq.2,substitute b and c
a=6-2-3
a=1

so, your equation is
y=x%5E2-2x%2B3






Answer by ikleyn(52799) About Me  (Show Source):
You can put this solution on YOUR website!
.

            This problem is very  SPRECIAL  among thousands other similar problems,
            and  THREFORE  it can be solved  MENTALLY  without writing and solving any equations.


Indeed, notice that of the three given points, two points have equal y-coordinate,  (-1,6)  and  (3,6).


It means that these two points are symmetric relative to the vertical symmetry axis of the parabola.


It also means that vertical symmetry axis of this parabola has x-coordinate which is half of x-coordinates of the two points.


So, the equation of the symmetry axis is  x = %28%28-1%29+%2B+3%29%2F2 = 2%2F2 = 1.


After that, you notice that the third point (1,2) has x-coordinate 1, which means that this point (1,2) 
lies on the parabola's symmetry axis and, therefore, is the VERTEX of the parabola.


Having this info, we can write the vertex form equation of the parabola 

    y = a*(x-1)^2 + 2.


To determine the coefficient "a", substitute x= 3 into the equation for the point (3,6).  You will get


    6 = a*(3-1)^2 + 2

    6 - 2 = a*2^2

      4   = 4a

      a = 1.


Therefore, the parabola equation is


    y = (x-1)^2 + 2                       (the vertex form),  or


    y = x^2 - 2x + 1 + 2 = x^2 -2x + 3    (the general form)      ANSWER

Solved.