A parabola generated by the equation y = a x 2 + b x + c has a "mirrored" parabola with the equation y = A x 2 + B x + C . What are the "mirrored" coefficients A , B , and C of the new parabola in terms of a , b , and c ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Problem Loading...
Note Loading...
Set Loading...
The equation y = ax² + bx + c has a vertex at (-b/2a, c + b²/4a). For the "mirrored" parabola, y = Ax² + Bx + C:
A = -a (same curvature, different direction), B = -b (the only way the x-value of the vertex doesn't change when A = -a), B = -b, C = c - b²/2a , The y-value of the original vertex = c - b²/4a has to equal the y-value of the "mirrored" vertex = C - B²/4A, so, C - B²/4A = c - b²/4a. From there, C = c - b²/4a + B²/4A = c - b²/4a + (-b)²/4(-a) = c - b²/2a.