document.write( "Question 223651: How do I plot the graph of
\n" );
document.write( " ? I remember the slope-intercept formula, but don't know what to do when x has an exponent. Thank you, in advance. \n" );
document.write( "
Algebra.Com's Answer #167179 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! How do I plot the graph of \n" ); document.write( " \n" ); document.write( "------------------------------------ \n" ); document.write( "y = (-1/2)x^2 \n" ); document.write( "------- \n" ); document.write( "Plot points and draw a smooth curve thru them: \n" ); document.write( "Let x = -2, then y = (-1/2)(-2)^2 = -2 \n" ); document.write( "Let x = -1 , then y = (-1/2)(-1)^2 = -1/2 \n" ); document.write( "Let x = 0 , then y = (-1/2)(0)^2 = 0 \n" ); document.write( "Let x = 1 , then y = (-1/2)(1)^2 = -1/2 \n" ); document.write( "Let x = 2 , then y = (-1/2)(2)^2 = -2 \n" ); document.write( "========================================== \n" ); document.write( "So you have points (-2,-2)(-1,-1/2)(0,0)(1,-1/2)(2,-2) \n" ); document.write( " \n" ); document.write( "========================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |