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) ![]() 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( " \n" ); document.write( " \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( " \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( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Looking back at the question it asks for two numbers \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "What is their sum of their squares? \n" ); document.write( " \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( " |