Question 1181448
<br>
The given quadratic is this:<br>
{{{y=x^2-3x+4}}}<br>
The vertex form of a quadratic is this:<br>
{{{y=a(x-h)^2+k}}}<br>
The equation of the given quadratic in vertex form is<br>
{{{y=1(x-(3/2))^2+(7/4)}}}<br>
In the general vertex form, a determines the steepness of the parabola, and (h,k) is the vertex.<br>
A translation will change the vertex but not the steepness.  So for the quadratic we are looking for, a is still 1 but we have a new h and k, representing the horizontal and vertical shifts.<br>
So the quadratic we are looking for (with new vertex (h,k)) is of the form<br>
{{{y = (x-h)^2+k}}}<br>
and two points on the graph are (-3,3) and (2,8).<br>
(1) (-3,3):<br>
{{{3 = (-3-h)^2+k}}}
{{{3 = h^2+6h+9+k}}}
{{{h^2+6h+k=-6}}}  [1]<br>
(2) (2,8):<br>
{{{8 = (2-h)^2+k}}}
{{{8 = h^2-4h+4+k}}}
{{{h^2-4h+k=4}}}  [2]<br>
Subtract [2] from [1]:<br>
{{{10h = -10}}}
{{{h = -1}}}<br>
Use h=-1 in [1] to find k:<br>
{{{1-6+k=-6}}}
{{{k=-1}}}<br>
So in vertex form the equation of the translated quadratic has h=-1 and k=-1:<br>
{{{y=(x-(-1))^2-1 = (x+1)^2-1}}}<br>
Easy calculations show that indeed (-3,3) and (2,8) are points on that graph.<br>
ANSWER: The equation of the translated quadratic is {{{y=(x+1)^2-1}}}, or {{{y = x^2+2x}}}<br>
Here are graphs of the original quadratic (red) and the translated quadratic (green):<br>
{{{graph(400,400,-5,5,-2,10,x^2-3x+4,x^2+2x)}}}<br>
The problem did not ask for the translation that produces that new equation.  But now that we have the vertices of the original quadratic and the translated quadratic, it is easy to determine the translation.<br>
The vertex of the original quadratic was (3/2,7/4); the vertex of the translated quadratic is (-1,-1).  The translation was left by ((3/2)-(-1)) = 5/2 and down by ((7/4)-(-1)) = 11/4.<br>