How to graph a parabola y=x^(2)-2x-15y=x22x15?

1 Answer
Jun 21, 2018

You have two choices
1. complete the square to get standard form, find vertex and 2 other points.
2. Use the equation x=(-b/2a)x=(b2a) to find the x-coordinate of the vertex.

Explanation:

Complete the square...
y=(x^2-2x+(b/2)^2)-15-(b/2)^2y=(x22x+(b2)2)15(b2)2
y=(x^2-2x+1)-15-1y=(x22x+1)151
y=(x-1)^2-16y=(x1)216 so the vertex is at (1, -16)
find two more points, use x-values near the vertex.
(0, -15) and by symmetry (2, -15) and (-1, -12).

Alternatively,
Use h=(-b/2a)h=(b2a) for the x-coordinate of the vertex
and k=k= the y-value when you substitute x = h into the equation.
write as y=a(x-h)^2+ky=a(xh)2+k here a=1, the vertex is (h, k).
You need to calculate 2 more points as above.