document.write( "Question 818144:  One question i have is to convert from polar to rectangular\r
\n" );
document.write( "\n" );
document.write( "the polar equation is r = 100 I have to convert to rectangular equation. \r
\n" );
document.write( "\n" );
document.write( "the answer is suppose to be is x^2+y^2 = 10000
\n" );
document.write( "how did the book get this answer. thank you for your help \n" );
document.write( "
| Algebra.Com's Answer #492396 by TimothyLamb(4379)     You can put this solution on YOUR website! the problem statement is incomplete. \n" ); document.write( "--- \n" ); document.write( "r = 100 is only one dimension (the radius of a polar point), we also need to know the second dimension, the polar angle of the point or points. \n" ); document.write( "--- \n" ); document.write( "in this case, because the answer is the equation of a circle, the polar angle is actually the infinite set of all angles between 0 and 360 (polar). \n" ); document.write( "--- \n" ); document.write( "the general equation for a circle in rectangular coordinates is: \n" ); document.write( "--- \n" ); document.write( "(x-a)^2 + (y-b)^2 = r^2 \n" ); document.write( "--- \n" ); document.write( "where (a,b) is the center of the circle. \n" ); document.write( "--- \n" ); document.write( "since the center is not given in the problem statement, let's place the circle at (0,0) \n" ); document.write( "--- \n" ); document.write( "(x-0)^2 + (y-0)^2 = 100*100 \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "x^2 + y^2 = 10000 \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, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Convert fractions, decimals, and percents: \n" ); document.write( "https://sooeet.com/math/fraction-decimal-percent.php \n" ); document.write( "--- \n" ); document.write( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |