How do you graph the parabola #y=x^2-7x+6# using vertex, intercepts and additional points?
1 Answer
I had to go back and refresh my memory on how to do this.
Anyway, what you have to do is, rewrite the initial equation in what is called "vertex form":
So, this is your infamous "complete the square" operation.
You need to find some number k such that:
Well, if you divide -7 by 2, then square this, you get
So, if you add 6.25 to 6, you'll have a perfect square.
It's an algebraic trick, but you can write:
...it's now in vertex form
Your vertex is at point (3.5, -6.5)
To find the y intercept, set x = 0 and solve for y. I'll use the original form of the equation to calculate:
x intercept is found by setting y = 0 and solving for x. This is just finding the roots of this quadratic equation.
gives
giving roots 6 and 1.
To graph the curve, plot points (3.5, -6.5), (6,0), and (1, 0).
You can plot any additional points you want. Say, x = 2:
y = 4 - 14 + 6 = -4.
Connect the dots with a smooth, pretty hyperbola, and bam:
graph{x^2 - 7x + 6 [-9.45, 15.36, -8.83, 3.57]}