document.write( "Question 936054: How can write the equation of a sphere given the endpoints of the diameter?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #569489 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! given the endpoints p1=(x1,y1,z1) and p2=(x2,y2,z2) of a diameter ... \n" ); document.write( "find the center of the sphere, like so: \n" ); document.write( "h = (x1-x2)/2 \n" ); document.write( "j = (y1-y2)/2 \n" ); document.write( "k = (z1-z2)/2 \n" ); document.write( "--- \n" ); document.write( "now write the general equation for a sphere: \n" ); document.write( "(x - h)^2 + (y - j)^2 + (z - k)^2 = r^2 \n" ); document.write( "where: \n" ); document.write( "x,y,z are the coordinates of a point on the surface of the sphere \n" ); document.write( "h,j,k are the coordinates of the center of the sphere \n" ); document.write( "r is the radius of the sphere \n" ); document.write( "--- \n" ); document.write( "Free algebra tutoring live chat: \n" ); document.write( "https://sooeet.com/chat.php?gn=algebra \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations with quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve systems of linear equations up to 6-equations 6-variables: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( "--- \n" ); document.write( " |