
Hannah O. answered 06/10/21
Girls can be engineers too!
We know a parabola takes the form y = a(x – h)2 + k, where the vertex is at (h, k). Plugging in our known vertex coordinates of (-2,5) and our known point (4, -8) we can solve for a:
- y = -8
- a = unknown
- x = 4
- h= -2
- k = 5
- -8 = a*(4-(-2))2+5 --> -8 = a*(6)2+5 --> -8 = 36*a + 5
- Isolate the variable a, so that 36*a = -13
- divide both sides by 36 to solve for a = -13/36 = -1/3
Plugging a, h and k back into our parabolic equation we end up with:
- y = -1/3*(x +2)2 + 5