document.write( "Question 417286: a^x = 1 + bx\r
\n" );
document.write( "\n" );
document.write( "a and b are known; find x\r
\n" );
document.write( "\n" );
document.write( "x=0 is a trivial solution that does not depend on a or b, so this doesn't help.\r
\n" );
document.write( "\n" );
document.write( "I already have a logarithmic expansion to a solvable cubic equation; and I have a heuristic. If there is nothing more elegant, your conclusion to that effect would be informative.\r
\n" );
document.write( "\n" );
document.write( "Thanks. \n" );
document.write( "
Algebra.Com's Answer #292153 by richard1234(7193) You can put this solution on YOUR website! You're given an exponential function (which is transcendental) and an algebraic function in the same equation. Transcendental functions do not combine well with algebraic functions. The best way (other than using a calculator) is to use Newton's method.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Newton's method defines a recursive sequence \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here, |