
Steve S. answered 02/12/14
Tutor
5
(3)
Tutoring in Precalculus, Trig, and Differential Calculus
If your equation is in vertex form, y = a(x-h)^2+k, it's easy to understand what varying a, h, and k do to the graph. |a| makes the graph skinny or fat, a > 0 opens up, <h,k> translate (shift) the graph in x and y direction.
To see what happens for the standard form let's multiply the vertex form out and compare the two:
y = a(x-h)^2+k
y = a(x^2-2hx+h^2)+k
y = ax^2-2ahx+ah^2+k
Now compare to y = ax^2+bx+c:
a=a, b=-2ah, c=ah^2+k
h=-b/(2a), k=c-ah^2=c-a(-b/2a)^2=c-(b^2)/4a
Putting these values back into the vertex form:
y = a(x+b/(2a))^2+c-(b^2)/4a
While a and b contribute to the x shift, all three contribute to the y shift.
Play with it here:
http://www.geogebratube.org/student/m4538