document.write( "Question 67147: Hi,
\n" );
document.write( "I seem to be having problems plotting a quadratic graph.
\n" );
document.write( "I have the following formula
\n" );
document.write( "pi r^2 + 180r - 6000 = 0
\n" );
document.write( "My two values for r are r(x) = 29 or r(x) = -64\r
\n" );
document.write( "\n" );
document.write( "However, when creating a table to create the graph, I am getting very strange values to plot the Y axis with. Such as:
\n" );
document.write( "r(x) = -64 so y = -30388 while r(x) = 29 y = 1862
\n" );
document.write( "Which in turn does not give the desirable \"U\" shape quadratics graph but more like a linear straight line graph.
\n" );
document.write( "Any help would be much appreciated
\n" );
document.write( "Thanks
\n" );
document.write( "Shaun Halliday \n" );
document.write( "
Algebra.Com's Answer #47757 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! I seem to be having problems plotting a quadratic graph. \n" ); document.write( "I have the following formula \n" ); document.write( "pi r^2 + 180r - 6000 = 0 \n" ); document.write( "My two values for r are r(x) = 29 or r(x) = -64 \n" ); document.write( "However, when creating a table to create the graph, I am getting very strange values to plot the Y axis with. Such as: \n" ); document.write( "r(x) = -64 so y = -30388 while r(x) = 29 y = 1862 \n" ); document.write( "Which in turn does not give the desirable \"U\" shape quadratics graph but more like a linear straight line graph. \n" ); document.write( ": \n" ); document.write( "I put y = 3.14x^2 + 180x - 6000 into the graphing feature on this website, using a scale of x:-100,=50 and y:+/-10000. I got: \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "For x = 29, I got your value of 1862, but for x = -64, I got -4652 \n" ); document.write( ": \n" ); document.write( "Here is a table for some values for x, including the two that you mentioned, \n" ); document.write( " x | y \n" ); document.write( "--------- \n" ); document.write( "-90 | +3246 \n" ); document.write( "-64 | -4652 \n" ); document.write( "-50 | -7146 \n" ); document.write( "-30 | -8573 \n" ); document.write( "-10 | -7486 \n" ); document.write( " 0 | -6000 \n" ); document.write( "+20 | -1143 \n" ); document.write( "+29 | +1862 \n" ); document.write( "+40 | +6227 \n" ); document.write( ": \n" ); document.write( "Plotting these should look just like the graph above\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |