SOLUTION: Find a quadratic model for each set of values. (-1,10), (2,4), (3,-6)

Algebra ->  Quadratic Equations and Parabolas  -> Quadratic Equations Lessons -> SOLUTION: Find a quadratic model for each set of values. (-1,10), (2,4), (3,-6)       Log On


   



Question 1196721: Find a quadratic model for each set of values. (-1,10), (2,4), (3,-6)

Found 3 solutions by MathLover1, greenestamps, MathTherapy:
Answer by MathLover1(20849) About Me  (Show Source):
You can put this solution on YOUR website!

Find a quadratic model for each set of values. (-1,10), (2,4), (3,-6)

y=ax%5E2%2Bbx%2Bc
use point (-1,10)
10=a%28-1%29%5E2%2Bb%28-1%29%2Bc
10=a+-b%2Bc..........eq.1


use point (2,4)
4=a%282%29%5E2%2Bb%282%29%2Bc
4=4a+%2B2b%2Bc..........eq.2


use point (3,-6)
-6=a%283%29%5E2%2Bb%283%29%2Bc
-6=9a+%2B3b%2Bc..........eq.3


solve system

10=a+-b%2Bc..........eq.1
4=4a+%2B2b%2Bc..........eq.2
-6=9a+%2B3b%2Bc..........eq.3
--------------------------------------------------

add eq.1 and eq.3
10-6=a+-b%2Bc%2B9a+%2B3b%2Bc
4=10a+%2B2b%2B2c.........divide by 2
2=5a+%2Bb%2Bc...........solve for c
c=2-5a+-b............1)


add eq.2 and eq.3
4-6=4a+%2B2b%2Bc%2B9a+%2B3b%2Bc
-2=13a+%2B5b%2B2c++ ........solve for c
-2-13a+-5b=2c++
c=-1-13a%2F2+-5b%2F2+++...........2)

from 1) and 2) we have
2-5a+-b=-1-13a%2F2+-5b%2F2............solve for b
5b%2F2+-b=-1-13a%2F2+-2%2B5a
%283%2F2%29b+=-%283%2F2%29a+-+3
b+=%28-%283%2F2%29a+-+3%29%2F%283%2F2%29
b+=-a+-+2....................3)

substitute in 1)
c=2-5a+-%28-a+-+2%29
c=2-5a+%2Ba+%2B+2
c=-4a+%2B4...............1a)

go to
10=a+-b%2Bc..........eq.1, substitute b from 3) and c from 1a)
10=a+-%28-a+-+2%29-4a+%2B+4.....solve for a
10=6+-+2+a
2a=6-10
2a=-4
a+=+-2+

go to
b+=-a+-+2....................3), substitute a
b+=-%28-2+%29+-+2
b+=2-2
b=0

go to
c=-4a+%2B4...............1a) , substitute a
c=-4%28-2%29+%2B4
c=12%7D%7D%0D%0A%0D%0A%0D%0Aso%2C+%7B%7B%7Ba+=+-2, b+=+0, c+=+12 and your quadratic is:
y=-2x%5E2%2B12






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


The response from the other tutor shows a typical formal algebraic solution.

Since your post gives no indication of your level of mathematical studies, I will demonstrate a very different method for solving the problem.

Since a quadratic model is specified, consider a sequence of consecutive terms of a quadratic sequence. We are given the values for x=-1, x=2, and x=3; use variables to represent the terms of the sequence for x=0 and x=1:

10, a, b, 4, -6

The method of finite differences (do an internet search if you are interested in learning more about it) tells us that, because the model is quadratic (a second degree polynomial), the second differences of the sequence are constant. Find the second differences of the sequence and use the fact that they are equal to find a and b.

    10      a         b        4     -6  <-- the consecutive terms of the sequence
      a-10       b-a      4-b    -10     <-- the first differences
          b-2a+10   a-2b+4   b-14        <-- the second differences

b-2a%2B10=b-14
-2a%2B10=-14
24=2a
a=12

b-14=a-2b%2B4=12-2b%2B4
b-14=16-2b
3b=30
b=10

The quadratic sequence is

10, 12, 10, 4, -6

The set of coordinates corresponding to the sequence are

(-1,10), (0,12), (1,10), (2,4), and (3,-6)

The identical y values for x=-1 and x=1 tell us the vertex of the graph of the function is at (0,12), so the function is of the form

y=ax%5E2%2B12

Use any of the other known points to determine (by whatever method you want) that a = -2.

Then the quadratic model for the given set of 3 points is

ANSWER: y=-2x%5E2%2B12


Answer by MathTherapy(10549) About Me  (Show Source):
You can put this solution on YOUR website!
Find a quadratic model for each set of values. (-1,10), (2,4), (3,-6)
The solution of the system of equations from that woman who responded, as usual, is RIDICULOUSLY time-comsuming,
INEFFICIENT, and totally UNNECESSARY. I guess she's OBSESSED with complicated fractional expressions.

                       (- 1, 10) = (x, y)
Equation of a parabola: matrix%281%2C3%2C+y%2C+%22=%22%2C+ax%5E2+%2B+bx+%2B+c%29
                       matrix%281%2C3%2C+10%2C+%22=%22%2C+a%28-+1%29%5E2+%2B+%28-+1%29b+%2B+c%29 ------ Substituting (- 1, 10) for (x, y)     
                        10 = a - b + c ------ eq (i) 

                       (2, 4) = (x, y)
Equation of a parabola: matrix%281%2C3%2C+y%2C+%22=%22%2C+ax%5E2+%2B+bx+%2B+c%29
                        matrix%281%2C3%2C+4%2C+%22=%22%2C+a%282%29%5E2+%2B+%282%29b+%2B+c%29 ------ Substituting (2, 4) for (x, y)     
                         4 = 4a + 2b + c ---- eq (ii)

                       (3, - 6) = (x, y)
Equation of a parabola: matrix%281%2C3%2C+y%2C+%22=%22%2C+ax%5E2+%2B+bx+%2B+c%29
                      matrix%281%2C3%2C+-+6%2C+%22=%22%2C+a%283%29%5E2+%2B+%283%29b+%2B+c%29 ------ Substituting (3, - 6) for (x, y)     
                      - 6 = 9a + 3b + c ----- eq (iii)

 10 =  a -  b + c ----- eq (i) 
  4 = 4a + 2b + c ----- eq (ii)
- 6 = 9a + 3b + c ----- eq (iii)

  6 = - 3a - 3b____3(2) = 3(- a - b)____2 = - a - b --- Subtracting eq (ii) from eq (i) ---- eq (iv)
                                     - 10 = 5a + b ---- Subtracting eq (ii) from eq (iii) -- eq (v)
                                      - 8 = 4a -------- Adding eqs (iv) & (v)
                                     

                                        2 = - (- 2) - b ----- Substituting - 2 for a in eq (iv)
                                        2 = 2 - b
                                    highlight_green%28matrix%282%2C3%2C+2+-+2%2C+%22=%22%2C+-+b%2C+0%2C+%22=%22%2C+b%29%29 

                                        10 = - 2 - 0 + c ---- Substituting - 2 for a, and 0 for b in eq (i)
                                    highlight_green%28matrix%282%2C3%2C+10+%2B+2%2C+%22=%22%2C+c%2C+12%2C+%22=%22%2C+c%29%29 

Substituting - 2 for a, 0 for b, and 12 for c, matrix%281%2C3%2C+y%2C+%22=%22%2C+ax%5E2+%2B+bx+%2B+c%29 now becomes: