SOLUTION: How do you know if the parabola opens upward or downward? What are 3 key points you can determine and graph from the equation? Demonstrate with an example.

Algebra ->  Graphs -> SOLUTION: How do you know if the parabola opens upward or downward? What are 3 key points you can determine and graph from the equation? Demonstrate with an example.       Log On


   



Question 453097: How do you know if the parabola opens upward or downward? What are 3 key points you can determine and graph from the equation? Demonstrate with an example.

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
How do you know if the parabola opens upward or downward? What are 3 key points you can determine and graph from the equation? Demonstrate with an example.
-----
y = ax^2+bx+c
If "a" is positive, opens upward.
If "a" is negative, opens downward.
-----
3 key points:
2 x-intercepts or roots
1 y-intercept
-------------------
Example:
x intercepts: (2,0) and (5,0)
y intercept: (0,8)
----
y = ax^2 + bx + c
Using (0,8) you know c = 8
---
Using the x-intercepts:
0 = (x-2)(x-3)
0 = x^2-5x+6
---
y = a(x^2-5x+6)
y = ax^2-5ax+6a
6a = 8
a = 4/3
------------
y = (4/3)x^2-(20/3)x+ (4/3)*6
y = (4/3)x^2-(20/3)x + 8
=====================================
Cheers,
Stan H.
============