
Katherine S. answered 07/10/14
Tutor
5.0
(28)
Patient Help: Math, English, Proofreading, etc. :)
Some basics first: intercepts are where the curve touches the x-axis and/or the y-axis, so this equation will have both a y-intercept and no more than 2 x-intercepts. The vertex is where the curve changes direction. The standard form of the quadratic equation (what you gave us) is y = ax2 +bx +c
If I'm reading your equation correctly, you gave y = -x2 -4x -4. So, a = -1, b = -4, c = -4
y-intercept: when x=0
y = -02 -4*0 -4
y = -4
The y-intercept is: (0, -4)
vertex: uses the axis of symmetry first... x= -b/2a so x = -(-4)/(2*(-1)) which is x = 4/-2 or just x = -2
So, the x value of the vertex is -2. If x = -2 (and we just saw on the previous line that it does), then we can substitute that into the equation everywhere there is an x.
y = -(-2)2 -4*(-2) -4 Please be careful with the order of operations.
y = -(4) -4*(-2) -4
y = -4 +8 -4
y = 0
The vertex is at (-2, 0).
So, what about the x-intercepts? There are many different ways to solve for those. I prefer factoring them, but that's really hard to show in these constraints of this text-only comment box.
The Quadratic Formula can find these x-intercepts. It's actually two formulas in one, so I'll pull them apart.
x= -b ± √(b2-4ac) The ± means that we will calculate it with the + and then we will calculate it with the -.
2a Like I said, there will be up to two intercepts. This is how we find both.
x= -(-4) ± √((-4)2-4(-1)(-4)) Since the b2-4ac part is considered the "Discriminant" and can be useful, I
2(-1) advise figuring that part separately.
x= 4 ± √(16-16) Again, the Discriminant doesn't always make things so easy, but I'll take it. :)
-2
-2
x = 4/-2 or x = -2 Let's check this answer by substituting it back into the original equation. y=0
0 = -(-2)2 -4*(-2) -4
0 = -4 +8 -4 This does equal zero, so that's a good sign! The x-intercept is (-2, 0), or if you prefer... the x-intercepts are (-2, 0) and (-2, 0), and if you've been paying attention, this coordinate point is also used as the vertex... ;) I gave this Quadratic Formula section in case you were asking this to help you with other questions. For inquiring minds, because the "a" value is negative, this parabola (what you get when you graph a quadratic equation) will open down and look like a hill.