document.write( "Question 1208227: If x² = x + 1 and y² = y + 1.
\n" ); document.write( "Find x⁵ + y⁵
\n" ); document.write( "

Algebra.Com's Answer #846532 by ikleyn(52781)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "If x^2 = x+1 and y^2 = y+1, find x^5 + y^5.
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "        I thought if there is a way to avoid long stupid calculations,\r
\n" ); document.write( "\n" ); document.write( "                        and finally got an idea.\r
\n" ); document.write( "\n" ); document.write( "        It seems a robust and elegant and deserves a separate presentation.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "From given equations, we have (after reducing to standard form quadratic equations)\r\n" );
document.write( "\r\n" );
document.write( "    x^2 - x - 1 = 0,\r\n" );
document.write( "\r\n" );
document.write( "    \"x%5B1%5D\" = \"%281+%2B+sqrt%285%29%29%2F2\",     (1)\r\n" );
document.write( "\r\n" );
document.write( "    \"x%5B2%5D\" = \"%281+-+sqrt%285%29%29%2F2\",     (2)\r\n" );
document.write( "\r\n" );
document.write( "    \"y%5B1%5D\" = \"%281+%2B+sqrt%285%29%29%2F2\",     (3)\r\n" );
document.write( "\r\n" );
document.write( "    \"y%5B2%5D\" = \"%281+-+sqrt%285%29%29%2F2\".     (4)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    +---------------------------------------------------------+\r\n" );
document.write( "    |     The idea is that given equations allow to reduce    |\r\n" );
document.write( "    |           the degrees of  x^5  and  y^5                 |\r\n" );
document.write( "    |   step by step until we get linear binomial in x and y. |\r\n" );
document.write( "    +---------------------------------------------------------+\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "I will write first step in all details. It is\r\n" );
document.write( "\r\n" );
document.write( "    x^5 = x^2*x^3 = here I replace x^2 by (x+1) and continue = (x+1)*x^3 = x^4 + x^3.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "So, we reduced the monomial x^5 to the polynomial  x^4 + x^3 of degree 4.\r\n" );
document.write( "\r\n" );
document.write( "Next steps I will use standard equivalent transformations of polynomials,\r\n" );
document.write( "will extract x^2 everywhere where possible and replace it by (x+1).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "I will write my transformations in one long line. In order for do not make breaks\r\n" );
document.write( "to explain every time that \"here I replace x^2 by (x+1) and continue\", I will use\r\n" );
document.write( "special sign of doubled equality \" = = \".\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    +------------------------------------------------------+\r\n" );
document.write( "    |   So, every time as you see this sign \" = = \", read  |\r\n" );
document.write( "    |   it as \"here I replace x^2 by (x+1) and continue\".  |\r\n" );
document.write( "    +------------------------------------------------------+\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Let's go.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    x^5 = x^2*x^3 = = (x+1)*x^3 = x^4 + x^3 = x^2*(x^2+x) = = (x+1)*(x^2+x) = x^3 + x^2 + x^2 + x =\r\n" );
document.write( "\r\n" );
document.write( "        = x*3 + 2x^2 + x = x^2*x + 2x^2 + x = = (x+1)*x + 2*(x+1) + x = x^2 + x + 3x + 2 = = (x+1) + 4x + 2 =\r\n" );
document.write( "\r\n" );
document.write( "        = 5x + 3.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Thus, we have  \r\n" );
document.write( "\r\n" );
document.write( "    x^5 = 5x + 3.     (5)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Similarly,\r\n" );
document.write( "\r\n" );
document.write( "    y^5 = 5y + 3.     (6)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "So,  x^5 + y^5 = 5x + 5y + 6.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Now substitute values  \"x%5B1%5D\",  \"x%5B2%5D\",  \"y%5B1%5D\",  \"y%5B2%5D\"  from (1) - (4)  into this simple formula and get\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    \"x%5B1%5D%5E5\" + \"y%5B1%5D%5E5\" = \"5%2A%28%281%2Bsqrt%285%29%29%2F2%29%2B5%2A%28%281%2Bsqrt%285%29%29%2F2%29%2B6\" = \"5%2B5%2Asqrt%285%29%2B6\" = \"11%2B5%2Asqrt%285%29\";\r\n" );
document.write( "\r\n" );
document.write( "    \"x%5B2%5D%5E5\" + \"y%5B1%5D%5E5\" = \"5%2A%28%281-sqrt%285%29%29%2F2%29%2B5%2A%28%281%2Bsqrt%285%29%29%2F2%29%2B6\" = 5 + 6 = 11;\r\n" );
document.write( "\r\n" );
document.write( "    \"x%5B1%5D%5E5\" + \"y%5B2%5D%5E5\" = \"5%2A%28%281%2Bsqrt%285%29%29%2F2%29%2B5%2A%28%281-sqrt%285%29%29%2F2%29%2B6\" = 5 + 6 = 11;\r\n" );
document.write( "\r\n" );
document.write( "    \"x%5B2%5D%5E5\" + \"y%5B2%5D%5E5\" = \"5%2A%28%281-sqrt%285%29%29%2F2%29%2B5%2A%28%281-sqrt%285%29%29%2F2%29%2B6\" = \"5-5%2Asqrt%285%29%2B6\" = \"11-5%2Asqrt%285%29\".\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "At this point, the problem is solved completely.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The given equations allow to start (to turn on) the process of reducing degrees
\n" ); document.write( "in the formulas, which quickly leads to the desired result.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "It makes the solution straightforward, easy and elegant.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "I hope that after this my solution you will see the problem from a completely
\n" ); document.write( "different perspective and from a completely different angle of view.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );