document.write( "Question 437040: The difference of two numbers is 1. What is the smallest possible value for the sum of their squares? Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #302308 by oberobic(2304)\"\" \"About 
You can put this solution on YOUR website!
x = one number
\n" ); document.write( "y = a number that is one less than x
\n" ); document.write( "y = x-1
\n" ); document.write( ".
\n" ); document.write( "The sum of squares =
\n" ); document.write( "\"x%5E2+%2B+%28x-1%29%5E2+=+x%5E2+%2B+x%5E2+-2x+%2B+1\"
\n" ); document.write( "\"x%5E2+%2B+x%5E2+-2x+%2B+1+=+2x%5E2+-2x+%2B+1\"
\n" ); document.write( ".
\n" ); document.write( "Assuming you mean 'integers' when you say 'numbers', then we could try some values:
\n" ); document.write( "When x = 0, the sum of squares = 1
\n" ); document.write( "When x = -1, the sum of squares = 4
\n" ); document.write( "When x = 1, the sum of squares = 1
\n" ); document.write( "...
\n" ); document.write( "But randomly plugging in values of x and checking the sum is not a very mathematical approach.
\n" ); document.write( "Instead, let's look at the graph:
\n" ); document.write( "\"graph%28500%2C500%2C-10%2C10%2C-10%2C10%2C2%2Ax%2Ax+-+2%2Ax+%2B+1%29\"
\n" ); document.write( "We immediately see this is a parabola and that the minimum value occurs when x = 1/2.
\n" ); document.write( "Checking this value we find:
\n" ); document.write( "\"2x%5E2+-2x+%2B+1+=+2%281%2F4%29+-2%281%2F2%29+%2B+1\"
\n" ); document.write( "\"2%281%2F4%29+-2%281%2F2%29+%2B+1+=+1%2F2+-1+%2B+1\"
\n" ); document.write( "\"1%2F2+-1+%2B+1+=+1%2F2\"
\n" ); document.write( "Looking back at the question it asks for two numbers
\n" ); document.write( "\"x+=+1%2F2\"
\n" ); document.write( "\"x-1+=+-1%2F2\"
\n" ); document.write( "What is their sum of their squares?
\n" ); document.write( "\"1%2F4+%2B+1%2F4+=+1%2F2\"
\n" ); document.write( "That fits with our graph, too.
\n" ); document.write( "Answer: The two numbers are 1/2 and -1/2.
\n" ); document.write( "Done.
\n" ); document.write( "
\n" );