document.write( "Question 1106986: 1. x^x=46656
\n" );
document.write( "2. x!=3628800
\n" );
document.write( "If I plug in some values, I can solve, but the problem is that I do not figure out a way to list out the possess. So what's the possess? \n" );
document.write( "
Algebra.Com's Answer #721998 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! Are you by chance studying a chapter about estimation and/or iterative solutions? Both these problems lend themselves to iterative (\"guessing\") methods. \n" ); document.write( "======\r \n" ); document.write( "\n" ); document.write( "1. \n" ); document.write( "Since the left hand side changes rapidly with changes in x, I chose to re-write it by taking ln() of both sides: \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now the left side doesn't change very rapidly so as we get close the guesses won't change much:\r \n" ); document.write( "\n" ); document.write( " 4 ln(4) approx= 5.545 (way too low) \n" ); document.write( " 5 ln(5) approx= 8.047 \n" ); document.write( " 6 ln(6) approx= 10.7505568\r \n" ); document.write( "\n" ); document.write( "Note that this is exactly the same estimate we are looking for, checking \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "— \n" ); document.write( "2. There is no easy inverse function for the factorial (gamma function). \n" ); document.write( "However, given x! = 3628800 you can start by dividing by 2, then 3, then 4, etc. When your division produces a value of 1 then that last division is the value of x.\r \n" ); document.write( "\n" ); document.write( "Example: n! = 24 \n" ); document.write( " n/2 = 12 \n" ); document.write( " 12/3 = 4 \n" ); document.write( " 4/4 = 1 <<< 4! = 24 \n" ); document.write( "— \n" ); document.write( "Another approach is to iterate (guess, and adjust your next guess up or down accordingly): \n" ); document.write( " 8! = 40320 (too low, try a larger value of x) \n" ); document.write( " 12! = 479001600 (too high, next try a smaller value of x) \n" ); document.write( "So we already know 8 < x < 12, there are only 3 values left to try.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |