The first form, , with an term (not ) opens upward or downward. If "a", the coefficient of , is positive the parabola opens upward. And if "a" is negative the parabola opens downward.
The second form, , with an term (not ) opens to the right or to the left. If "a", the coefficient of , is positive the parabola opens to the right. And if "a" is negative the parabola opens to the left.
You can put this solution on YOUR website! standard form of a quadratic equation is y = f(x) = ax^2 + bx + c if it opens up or down.
standard form of a quadratic equation is x = f(y) = ay^2 + by + c if it opens left or right.
-----
If your equation is in the form of y = ax^2 + bx + c:
It opens up if a is positive.
It opens down if a is negative.
-----
If your equation is in the form of x = ay^2 + by + c
It opens to the right if a is positive.
It opens to the left if a is negative.
-----
If it's in the form of x = f(y) = ay^2 + by + c (open left or right), you might also see it in the alternate form of:
y = f(x) = +/-
-----
You take the x = f(y) version and solve for y to get the y = f(x) version.
-----
Once again, though, if a is positive it opens to the right and if a is negative it opens to the left.
-----
To see this with real equations, consider:
y = x^2 + 2x + 1
This opens up as shown in the following graph because the a term of 1 is positive:
Now consider:
y = -x^2 + 2x + 1
This opens down as shown in the following graph because the a term of -1 is negative:
-----
Now consider:
x = y^2 + 2y + 1
Before we can graph this, we have to solve for y to get:
y = -1 +/- sqrt(x)
This opens to the right as shown in the following graph because the coefficient of x under the square root sign is positive. It is positive because the a term was positive:
We converted x = f(y) to y = f(x) in order to graph the equation. This is the alternate form i was talking about.
-----
Now consider:
x = -y^2 + 2y + 1
Before we can graph this, we have to solve for y to get:
y = 1 +/- sqrt(-x+2)
This opens to the left as shown in the following graph because the coefficient of x under the square root sign is negative. It is negative because the a term was negative:
We converted x = f(y) to y = f(x) in order to graph the equation. This is the alternate form I was talking about.
-----