document.write( "Question 908637: Evaluate the following limits by using the L'Hopital's Theorem\r
\n" );
document.write( "\n" );
document.write( "a. lim as x approaches to positive infinity (2^x)/(e^(x^2)) \n" );
document.write( "
Algebra.Com's Answer #551212 by rothauserc(4718) You can put this solution on YOUR website! a) f(x) = 2^x and g(x) = e^(x^2) \n" ); document.write( "f'(x) = 2^x * log(2) \n" ); document.write( "g'(x) = 2e^(x^2)x \n" ); document.write( "then lim as x approaches infinity is 2^x * log(2) / (2e^(x^2)x = L \n" ); document.write( "we see that lim as x approaches infinity of g(x) is +infinity which satisfies L'Hopital's Theorem criteria and \n" ); document.write( "lim as x approaches infinity is 2^x * log(2) / (2e^(x^2)x = 1 \n" ); document.write( "b) lim as x approaches to 0 (sinx)^lncosx is 1 \n" ); document.write( " \n" ); document.write( " |