How do you find the important parts of the equation to graph the function # f(x) = x² - 2x -3#?

1 Answer
Apr 4, 2018

The coordinates of the vertex are at #(1, -4)#, the x-intercepts are at #x=-1#, and #x=3#, the y-intercept is at #y=-3#.

Explanation:

This problem nicely demonstrates the advantages of being able to view a quadratic function in STANDARD, VERTEX, and FACTORED form.

The function as given is in STANDARD form.

#f(x)=x^2-2x-3#

The standard form explicitly shows the y-intercept for the function.

If #f(x)=ax^2+bx+c#, then the y-intercept is at #(0, c)#. In this case, #c=-3#, so the y-intercept is at #(0,-3)#.

The standard form also shows whether the parabola is downward-facing or upward-facing. If #a# is positive, then the parabola is upward-facing. Here #a=1# is positive, so the parabola is upward facing.

Next, we can convert this function to its vertex form by completing the square. The advantage of the vertex form is that it explicitly shows you the coordinates of the vertex. If we have a parabola in vertex form

#f(x)= a(x-k)^2+h#

then the coordinates of the vertex will be at #(k, h)#.

For our function,

#f(x)=x^2-2x-3=x^2-2x+1-4=(x-1)^2-4#, so the coordinates of the vertex are at #(1, -4)#.

Finally we want to look at the function in factored form so that we can locate its x-intercepts if any exist. If a function is in factored form

#f(x)=a(x-r_1)(x-r_2)#

and the x-intercepts will be at #x=r_1# and #x=r_2#.

The factored form for this function is

#f(x)=(x+1)(x-3)#

so the x-intercepts are at #x=-1#, and #x=3#.

We can put all of this information together to sketch the graph of our function.

graph{x^2-2x-3 [-5, 5, -5, 5]}