Question 142145
{{{f(x)=-x^2-4x+5}}}

First of all, let's find where the function intercepts the x-axis by setting f(x)=0.

{{{0=-x^2-4x+5}}}

{{{0=x^2+4x-5}}} <-- Make it a little easier by multiplying both sides by -1.
{{{0=x^2+4x-5}}} <---Factor-thought step: what numbers multiply to get -5 and add to get 4?
{{{0=(x+5)(x-1)}}}  <--- 5 and -1!
Now, when can this equation be true? That is, if it equals 0, one of either term (x+5) or (x-1) must be 0. So we set each equal to zero.

x+5=0 or x-1=0
which means x=-5 or x=1. So we now have the x-intercepts. 

Next, the vertex of a parabola is -b/2a, when the function is in form ax^2+bx+c. So, for our purposes the vertex is x=-(-4)/2(-1)=4/(-2)=-2. The function is valued at f(-2)=-(-2)^2-4(-2)+5=-4+8+5=9. So the vertex is (-2,9). Note the direction in which the function opens: the leading coefficient is -1 (of x^2). This means it opens downward.

Now you can graph it properly. Look at my graph below and see if you can reproduce it yourself.

{{{graph( 300, 200, -8, 4, -4, 13, -x^2-4x+5 )}}}