It's been quite a few years, so I don't recall what standard form looks like. Is it like this?
y = A(x - h)
2 + k
If so, what you need to do is
complete the square in your x terms. For example, if your equation was y = -2x
2 - 4x + 7, you would do this.
y = -2x
2 - 4x + 7
Factor -2 from each of the x terms, getting this:
y = -2(x
2 + 2x) + 7
Complete the square inside the parentheses, keeping track of what you really added.
y = -2(x
2 + 2x + 1) + 7 + 2
In the step above, it looks like I added 1, but I really added -2, so to keep the right side equal to what it was, I have to balance that by adding + 2.
y = -2(x + 1)
2 + 9
Not sure if this is the form you're looking for, but it is very useful nevertheless. Here we have the equation of a
parabola whose vertex is located at (-1, 9).
If this is the form you're looking for, apply the same technique to your problems.