Question

Quadratic graph with vertex at $(3,-5)$ and $y$-intercept $(0,31)$

Original question: 3 The graph of y=ax2+bx+cy=ax^2+bx+c has its vertex at (3,5)(3,-5) and intersects the yy-axis at (0,31)(0,31).

(a) Find the values of the constants a,ba, b and cc. [4]

(b) The graph is translated by the vector (27)\begin{pmatrix}-2\\7\end{pmatrix}. Find the equation of the translated graph. [2]

Expert Verified Solution

thumb_up100%(1 rated)

Expert intro: This question combines key ideas about quadratic graphs: using vertex form to recover coefficients, then applying a vector translation to the equation. The main goal is to connect geometric features of the parabola with its algebraic equation.

Detailed walkthrough

(a) Find aa, bb and cc

Since the vertex is (3,5)(3,-5), write the quadratic in vertex form:

y=a(x3)25y=a(x-3)^2-5

The graph intersects the yy-axis at (0,31)(0,31), so substitute x=0x=0, y=31y=31:

31=a(03)2531=a(0-3)^2-5 31=9a531=9a-5 9a=369a=36 a=4a=4

Now expand:

y=4(x3)25y=4(x-3)^2-5 y=4(x26x+9)5y=4(x^2-6x+9)-5 y=4x224x+365y=4x^2-24x+36-5 y=4x224x+31y=4x^2-24x+31

So:

  • a=4a=4
  • b=24b=-24
  • c=31c=31

(b) Translate by (27)\begin{pmatrix}-2\\7\end{pmatrix}

A translation by (2,7)(-2,7) means:

  • shift the graph 2 units left,
  • shift the graph 7 units up.

For y=f(x)y=f(x), the translated graph is:

y=f(x+2)+7y=f(x+2)+7

Using f(x)=4x224x+31f(x)=4x^2-24x+31:

y=4(x+2)224(x+2)+31+7y=4(x+2)^2-24(x+2)+31+7

Simplify:

y=4(x2+4x+4)24x48+38y=4(x^2+4x+4)-24x-48+38 y=4x2+16x+1624x48+38y=4x^2+16x+16-24x-48+38 y=4x28x+6y=4x^2-8x+6

So the equation of the translated graph is:

y=4x28x+6\boxed{y=4x^2-8x+6}

💡 Pitfall guide

A common mistake is to use the vertex directly as if the equation were y=a(x+3)25y=a(x+3)^2-5. The correct sign is y=a(x3)25y=a(x-3)^2-5 because the vertex is at x=3x=3. Another frequent error is forgetting that a translation by (27)\begin{pmatrix}-2\\7\end{pmatrix} means left 2 and up 7, so the new equation is y=f(x+2)+7y=f(x+2)+7 rather than y=f(x2)+7y=f(x-2)+7.

🔄 Real-world variant

If the translation vector were (pq)\begin{pmatrix}p\\q\end{pmatrix} instead, the transformed graph of y=f(x)y=f(x) would be

y=f(xp)+qy=f(x-p)+q

So for this parabola, any horizontal or vertical shift can be handled directly from the original equation y=4x224x+31y=4x^2-24x+31.

🔍 Related terms

vertex form, quadratic transformation, translation vector

FAQ

How do you find a quadratic equation from its vertex and y-intercept?

Use vertex form y=a(x-h)^2+k with the vertex (h,k), then substitute the y-intercept to solve for a before expanding to find b and c.

How do you translate a graph by a vector?

For y=f(x), a translation by (p,q) gives y=f(x-p)+q. A negative p shifts left, a positive q shifts up.

chat