document.write( "Question 1055157: What's the distance between the parabola y = x^2+4 and x = y^2 ? \n" ); document.write( "
Algebra.Com's Answer #670358 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
What's the distance between the parabola y = x^2+4 and x = y^2 ?
\n" ); document.write( "----
\n" ); document.write( "General points::
\n" ); document.write( "Parabola points:: (x, x^2+4)
\n" ); document.write( "Parabola points:: (y^2, y)
\n" ); document.write( "---------------------------------
\n" ); document.write( "distance = sqrt[(x-y)^2 + (x^2+4-y)^2]
\n" ); document.write( "---------------
\n" ); document.write( "distance = sqrt[x^2 - 2xy + y^2 + (x^2+4)^2 - 2y(x^2+4) + y^2]
\n" ); document.write( "-----]
\n" ); document.write( "distance = sqrt[x^2 - 2xy + y^2 + x^4 + 8x^2 + 16 - 2x^2y - 8y + y^2]
\n" ); document.write( "----------------
\n" ); document.write( "distance = sqrt[x^4 + 9x^2 -2xy - 2x^2y + 2y^2 - 2y + 16]
\n" ); document.write( "----------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "----------
\n" ); document.write( "
\n" );