How do you graph the parabola #y = 0.3x^2 + 1.8x - 2# using vertex, intercepts and additional points?
1 Answer
First, convert your equation to vertex form...
Explanation:
...which I can never remember, I always have to look it up. It is:
...and if you can do this, you can read off the vertex coordinates directly - they are
I start by dividing both sides of the initial equation by 0.3, so that we have the
Next, on the right side, we execute the infamous "complete the square" maneuver. If we add (and then subtract) 9, we have:
...and now the first 3 terms are a perfect square, so we can rewrite as:
...and now we can multiply both sides by 0.3:
...and if the vertex form of the equation is:
your vertex coordinates are (-3,-4.7)
Now, your intercepts. For the y intercepts, just set x = 0, then calculate y:
So the curve intercepts the y axis at point (0,-2).
For x intercepts, set y = 0, and solve for x. You can use the original form of the equation for this, since it's a quadratic equation of form
Plug this into
and this gives you the x intercepts, which are the roots of the quadratic formula above. For
Your problem statement asks about the use of additional points to help plot the graph. Pick any other value of
So now you can plot points:
(-3,-4.7) - the vertex
(-6.96,0) and (0.958) - the x intercepts
(0,-2) - the y intercept, and:
(1,0.1) - an additional point.
Connect the dots with a nice, swoopy parabola:
graph{0.3x^2 + 1.8x -2 [-10, 10, -5, 5]}
GOOD LUCK!