document.write( "Question 110446: I am trying to graph a quadratic equation....everything was going fine until I tried to get the points for the left side of the graph....they're all over the place...some go below the vertex and it definatly doesnt look like a parabola. Can someone please explain to me how to get the -points? I tried plugging x into the equation but its not working at all...neither are the x and y intercepts, which I have as y=-4 and x=4 and -1, I'm getting so frustrated. The equation is X²+3x-4
\n" );
document.write( " I appreciate anyones help!
\n" );
document.write( " Bonnie C. \n" );
document.write( "
Algebra.Com's Answer #80494 by solver91311(24713)![]() ![]() You can put this solution on YOUR website! Let's start with what the graph SHOULD look like and go from there. \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "Next, let's find the roots of the equation \n" ); document.write( ": \n" ); document.write( "Looking at the value of the b and c coefficients, the first thing we can tell is that our two factors are going to be of the form \n" ); document.write( ": \n" ); document.write( "+/- 1, +/-2, and +/-4 \n" ); document.write( ": \n" ); document.write( "Looking at that, -1 and +4 have a sum of +3, so that looks like our numbers. \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "Which means that \n" ); document.write( ": \n" ); document.write( "Looking at the graph, your y-intercept seems to be correct, but let's check by determining the value of \n" ); document.write( ": \n" ); document.write( "You didn't share the value of the coordinates you found for the vertex, but the vertex, (h,k), should have an x-coordinate of \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "Having determined these points, you should then be able to select some candidate x values to determine a few more points. I suggest you use 2, -1, -2, -3, and -5. That should give you enough points, assuming careful arithmetic, to plot so that you can draw a smooth curve. \n" ); document.write( " \n" ); document.write( " |