What is the vertex of y= x^2 - 4x + 1y=x24x+1?

2 Answers
Feb 19, 2016

(2,-3)(2,3)

Explanation:

We start off with y=x^2-4x+1y=x24x+1. Now, if we are trying to find a vertex, the easiest way to do that (save for graphing), is to convert your equation into vertex form. And, because I like easier, more time-saving routes, I'll do that.

How we do that is by completing the square.

The first step is to get the coefficient of x^2x2 equal to 11. And would you look at that, it already is. Easy for us, right?

Now we have the second step. Something you should know is that the goal of completing the square is to make the x^2-4x24 part of our equation into a perfect square. To do that, we take the middle term of the equation, -4x4x, and we only look at the coefficient, or the the -44. Now we take the middle term's coefficient, and we divide it in half: (-4)/242, which equals -22. After that, we square our quotient, like so: (-2)^2(2)2. This means (-2)*(-2)(2)(2), or 44.

So now we have the value that will make x^2-4xx24x a perfect square: 44! Let's put it together.
y=x^2-4x+4color(red)(-4)+1y=x24x+44+1
PLEASE NOTE I added and then subtracted the 44. We have to do this because adding a random number into an equation is, math terms, illegal. We have to add it and then subtract it, because that means we haven't actually changed the value of the equation, we've just sort of "rearranged it".

Now, we can condense y=x^2-4x+4y=x24x+4 into y=(x-2)^2y=(x2)2, and -4+14+1 becomes -33. All together, we now have y=(x-2)^2-3y=(x2)23.

From here, finding the vertex is very simple: take the value in the parentheses (-2)(2), and reverse the sign, so that now you have 22. Congratulations, you just found your xx-value of the coordinate pair.

To find the yy-value, just take the value of the constant, and don't change any signs; just leave it alone. Now you have all you need to create a coordinate pair.

(2, -3)(2,3) is the vertex, and lest's just confirm that by graphing the original equation.
graph{y=x^2-4x+1}

And the vertex is (2,-3)(2,3)! Great job!

Feb 19, 2016

Bit of allowed shortcut that relies on the principles behind completing the square. I will let you work out y_("vertex")yvertex

" " color(blue)(x_("vertex") = 2) xvertex=2

Explanation:

Consider the standard form of:" "ax^2+bx+c=0 ax2+bx+c=0

Write this as:" "a(x^2+b/ax)+c=0 a(x2+bax)+c=0

In your question a=+1a=+1

now apply:" "(-1/2)xxb/a = x_("vertex") (12)×ba=xvertex

Then substitute x_("vertex")xvertex back into the original equation to find y_("vertex")yvertex
'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
color(blue)("Applying this to your question")Applying this to your question
Tony B

Your b/a -> (-4/1)ba(41)

so (-1/2)xxb/a-> (-1/2)xx(-4) = +2(12)×ba(12)×(4)=+2

So " " color(blue)(x_("vertex") = 2) xvertex=2

color(brown)("This matches the graph!")This matches the graph!

'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
With practise you could work this bit out in your head. As long as the equation is in the format I showed you.

I will let you work out the value for y_("vertex")yvertex