document.write( "Question 127615: Suppose a scientet makes two measurements x1 and x2 of a quantity whose true measure x is not known. The errors are then x-x1 and x-x2. What number can be assigned to x so that the sum of the squares is a mininum? \n" ); document.write( "
Algebra.Com's Answer #93513 by stanbon(75887) ![]() You can put this solution on YOUR website! Suppose a scientet makes two measurements x1 and x2 of a quantity whose true measure x is not known. The errors are then x-x1 and x-x2. What number can be assigned to x so that the sum of the squares is a mininum? \n" ); document.write( "---------------------- \n" ); document.write( "EQUATION: \n" ); document.write( "SS = (x-x1)^2 + (x-x2)^2 \n" ); document.write( "SS = (x^2-2x1x+x1^2 + x^2-2x2x+x^2^2 \n" ); document.write( "SS = 2x^2 -2(x1+x2)x + x1^2+x2^2 \n" ); document.write( "---------- \n" ); document.write( "The minimum occurs at x = -b/2a \n" ); document.write( "= (2(x1+x2)/4) \n" ); document.write( "= (x1+x^2)/2 \n" ); document.write( "------------------ \n" ); document.write( "You will get a minimum when x = (x1+x2)/2 \n" ); document.write( "======================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |