document.write( "Question 1159778: How do i find the quadratic equation for this:
\n" );
document.write( "\"You're designing a candy bowl that has a circular bottom surface. They want the diameter of the bowl in the opening above to be 12 cm and the height of the bowl to be 8 cm. Formulate a quadratic equation that, when rotating around the y-axis, describes a circular bottom surface. You can decide the diameter for the bottom yourself.\"\r
\n" );
document.write( "\n" );
document.write( "I have set the diameter to 2cm and decided that it will rotate from x=1 to x=-1. Shouldn't the equation be y = (x+1)(x-1)???\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #782885 by MowMow(42)![]() ![]() You can put this solution on YOUR website! No. The parabola has to come below the x-axis to have a circular base. \n" ); document.write( "So lets bring it down below the x-axis to (0,-2) for the vertex. \n" ); document.write( "Then the vertex equation is \n" ); document.write( "y = a(x-h)^2 + k \n" ); document.write( "(h,k) = (0,-2) \n" ); document.write( "and a point the parabola goes through above the x-axis is (6,8) \n" ); document.write( "so 8 = a(6-0)^2 -2 \n" ); document.write( " 10=36a \n" ); document.write( " a = 10/36 = 5/18 \n" ); document.write( "The equation would be: y = (5/18)(x)^2 -2\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |