SOLUTION: Find an equation in standard form of the parabola passing through the points. (1, -1), (2, -5), (3, -7)

Algebra ->  Quadratic-relations-and-conic-sections -> SOLUTION: Find an equation in standard form of the parabola passing through the points. (1, -1), (2, -5), (3, -7)      Log On


   



Question 813287: Find an equation in standard form of the parabola passing through the points.
(1, -1), (2, -5), (3, -7)

Answer by Edwin McCravy(20056) About Me  (Show Source):
You can put this solution on YOUR website!
y = a(x - h)² + k

Substitute (x,y) = (1,-1)

-1 = a(1 - h)² + k
 
Substitute (x,y) = (2,-1)

-5 = a(2 - h)² + k

Substitute (x,y) = (3,-7)

-7 = a(3 - h)² + k

Solve this system:

-1 = a(1 - h)² + k
-5 = a(2 - h)² + k
-7 = a(3 - h)² + k

Solve the first for k

            -1 = a(1 - h)² + k
-1 - a(1 - h)² = k

Substitute in the second and simplify

-5 = a(2 - h)² + k
-5 = a(2 - h)² - 1 - a(1 - h)²
-4 = a(2 - h)² - a(1 - h)²
-4 = a[(2-h)² - (1-h)²]
-4 = a[(2-h) - (1-h)][(2-h) + (1-h)]
-4 = a[2 - h - 1 + h][2 - h + 1 - h]
-4 = a[1][3 - 2h]
-4 = a(3 - 2h)

Substitute in the thirdd and simplify

-7 = a(3 - h)² + k
-7 = a(3 - h)² - 1 - a(1 - h)²
-6 = a(3 - h)² - a(1 - h)²
-6 = a[(3-h)² - (1-h)²]
-6 = a[(3-h) - (1-h)][(3-h) + (1-h)]
-6 = a[3 - h - 1 + h][3 - h + 1 - h]
-6 = a[2][4 - 2h]
-6 = 2a(4 - 2h)
-6 = 2a·2(2 - h)
-6 = 4a(2 - h)

Divide equals by equals:

%28-4%29%2F%28-6%29%22%22=%22%22%28a%283+-+2h%29%29%2F%284a%282-h%29%29

2%2F3%22%22=%22%22%28cross%28a%29%283+-+2h%29%29%2F%284cross%28a%29%282-h%29%29

2%2F3%22%22=%22%22%283+-+2h%29%2F%284%282-h%29%29

Cross-multiply:

8(2-h) = 3(3-2h)
16-8h = 9-6h
-2h = -7
  h = 7%2F2

Sustitute in

-1 = a(1 - h)² + k
-5 = a(2 - h)² + k

-1 = a(1 - 7%2F2)² + k
-5 = a(2 - 7%2F2)² + k

-1 = a%28-5%2F2%29%5E2%7D%7C%7D+%2B+k%0D%0A-5+=+a%7B%7B%7B%28-3%2F2%29%5E2 + k

-1 = a%2825%2F4%29%7D%7C%7D+%2B+k%0D%0A-5+=+a%7B%7B%7B%289%2F4%29 + k

Multiply both equations through by 4

 -4 = 25a + 4k
-20 =  9a + 4k

Multiply the 1st eq. by -1 and add term by term

  4 = -25a - 4k 
-20 =   9a + 4k
---------------
-16 = -16a
  1 = a

Substitute in  

-4 = 25a + 4k
-4 = 25(1) + 4k
-4 = 25 + 4k
-29 = 4k
-29%2F4 = k

So the equation of the parabola in standard form is

y = a(x - h)² + k
y = 1(x - 7%2F2)²  - 29%2F4
y = (x - 7%2F2)²  - 29%2F4


Edwin