SOLUTION: what is the vertext of f(x)=-x^2+4x+3

Algebra ->  Polynomials-and-rational-expressions -> SOLUTION: what is the vertext of f(x)=-x^2+4x+3       Log On


   



Question 715089: what is the vertext of f(x)=-x^2+4x+3

Answer by jsmallt9(3758) About Me  (Show Source):
You can put this solution on YOUR website!
There are at least two ways to find the vertex of a parabola algebraically. The two that come to mind are...

Complete the square and transform the equation into vertex form.
First I'll rewrite the equation with a y instead of the function notation:
y+=+-x%5E2%2B4x%2B3
Although not required when completing a square, many people will move the constant term to the other side:
y+-+3+=+-x%5E2%2B4x
Next we want the coefficient of the squared term to be a 1 so I'll multiply (or divide) both sides by -1:
-y+%2B+3+=+x%5E2-4x
Next we add the square of half of the coefficient of x to each side. Half of -4 is -2 and -2 squared is 4. So we add 4:
-y+%2B+7+=+x%5E2-4x%2B4
The right side is now a perfect trinomial square. It is (x + (half the coefficient of x))^2:
-y+%2B+7+=+%28x%2B%28-2%29%29%5E2
or, more simply:
-y+%2B+7+=+%28x-2%29%5E2
With the square completed on the right side there is just one more thing to do: Factor out -1 on the left side:
-1%28y+-+7%29+=+%28x-2%29%5E2
The equation is now in vertex form, %28x-h%29%5E2+=+4p%28y-k%29. So we can just read the vertex: (2, 7)

Another way to find the vertex is to memorize and use the fact that when the equation is in standard form, y+=+ax%5E2%2Bbx%2Bc, the x-coordinate of the vertex will be -b/2a. So the x-coordinate of the vertex of f%28x%29=-x%5E2%2B4x%2B3 will be:
%28-4%29%2F2%28-1%29
which simplifies to 2.
Then we use this x-coordinate and the equation to find the y-coordinate:
f%282%29+=+-%282%29%5E2%2B4%282%29%2B3
Simplifying...
f%282%29+=+-4%2B4%282%29%2B3
f%282%29+=+-4%2B8%2B3
f%282%29+=+7
So the vertex is (2, 7).