How do you graph #y = x^2 - x + 5#?
1 Answer
To graph quadratics, it is usually easier to convert to vertex form, #y = a(x - p)^2 + q
Explanation:
We can convert to vertex form by completing the square.
Thus, we have our converted equation. Now, let's identify what's what.
The vertex is at
The value of the parameter a in
The y intercept is at (0, 5). I often recommend finding at least 3 points other than the vertex to make graphing easier. Plug in values for x to find the corresponding y value:
Now, we have enough information to graph:
graph{y = x^2 - x + 5 [-9.375, 10.625, -0.04, 9.96]}
Practice exercises:
Graph the function
Hopefully this helps!