document.write( "Question 1163650: Prove lim x^3 = 1 as x approaches 1 using precise definition of limits\r
\n" );
document.write( "\n" );
document.write( "This is how far I got and my line of thought not sure if I am making any conceptual errors.\r
\n" );
document.write( "\n" );
document.write( "Basically the question wants me to show that whenever they give me a e>0 value, I can return a &>0 value whereby
\n" );
document.write( "0<|x-1|<& --> |x^3 - 1|
\n" );
document.write( "|(x-1)(x^2 + x + 1)|
\n" );
document.write( "||x-1|(|x-1|^2 + 3|x-1| - 3)| >= |(x-1)((x-1)^2 + 3(x-1) - 3)|
\n" );
document.write( "And if I were to convert it further to & terms,
\n" );
document.write( "&(&^2 + 3& - 3) > ||x-1|(|x-1|^2 + 3|x-1| - 3)| < e
\n" );
document.write( "&(&^2 + 3& -3) < e
\n" );
document.write( "So from here I am not too sure how to go about it. Please advise
Algebra.Com's Answer #787813 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( " |