SOLUTION: How do I graph y=3x^2-2x-5

Algebra ->  Rational-functions -> SOLUTION: How do I graph y=3x^2-2x-5      Log On


   



Question 985391: How do I graph y=3x^2-2x-5
Found 3 solutions by josgarithmetic, Boreal, ikleyn:
Answer by josgarithmetic(39617) About Me  (Show Source):
You can put this solution on YOUR website!
The zeros and the vertex, and understanding the coefficient of the leading term. Use Completing The Square to put into standard form, from which you can read the vertex coordinate values.

Also, you can take y=ax^2+bx+c, and do all the same and have a ready formula result to read the vertex coordinates more generally; and use for any general-form quadratic equation or function.

Answer by Boreal(15235) About Me  (Show Source):
You can put this solution on YOUR website!
Step 1, y-intercept. x=0, y=-5 from the equation. That is your first point.
;
Step 2: find the vertex. The x-value is (-b/2a)=(2/6)=1/3.
the y-value is (1/3)-2/3-5=4 2/3. (1/3, -16/3) is the vertex. The x^2 coefficient is positive, so this is convex downward.
;
Step 3: From the vertex to the y-intercept, you go left (1/3) unit and up 1/3 unit to (0,-5)
Step 4: Use symmetry, and go right 1/3 unit and up 1/3 unit. You have 3 points and can graph it, but these points are very close together. Therefore,
Step 5: Find zeros: This factors into (3x-5)(x+1)=0, so zeros are at x=(5/3) and -1. That gives 5 points.
graph+%28300%2C300%2C-5%2C5%2C-10%2C10%2C3x%5E2-2x-5%29

Answer by ikleyn(52781) About Me  (Show Source):
You can put this solution on YOUR website!
Here it is.

graph%28+300%2C+300%2C+-3.5%2C+3.5%2C+-6.5%2C+4.5%2C%0D%0A++++++++++3x%5E2-2x-5%0D%0A%29

Figure. The parabola y=3x%5E2-2x-5 plot

If you need to plot the parabola  y = ax%5E2+%2B+by+%2B+c,  do it step by step:

1.  Look in the sign of the coefficient at  x%5E2.  If it is positive,  the parabola is U-form.  If it is negative,  the parabola is bottom-up.

2.  Find the roots of the quadratic polynomial using the quadratic formula  (see,  for example,  the lesson  Introduction into Quadratic Equations  in this site).

      It will help you to determine if the parabola intersect the x-axis and where.      (In your case the roots are  -1  and 5%2F3)

3. Find the coordinates of the vertex of the parabola.

      The x-coordinate of the vertex is  -b%2F%282a%29.       (In your case it is  1%2F3)

      To find the y-coordinate of the vertex,  simply substitute the x-coordinate of the vertex into the quadratic polynomial.       (In your case the y-coordinate is  -5.333)

That's all.