document.write( "Question 150689: y= M + A/N + A
\n" );
document.write( "A = any coefficient
\n" );
document.write( "M = degree of the numerator
\n" );
document.write( "N = degree of the denominator\r
\n" );
document.write( "\n" );
document.write( "If M = N, the horizontal asymptote is the ratio of its coefficient\r
\n" );
document.write( "\n" );
document.write( "So, what if M < N and M > N, how do you find the horizontal asymptote? \n" );
document.write( "
Algebra.Com's Answer #110660 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! y= M + A/N + A \n" ); document.write( "A = any coefficient \n" ); document.write( "M = degree of the numerator \n" ); document.write( "N = degree of the denominator \n" ); document.write( "If M = N, the horizontal asymptote is the ratio of its coefficient \n" ); document.write( "So, what if M < N and M > N, how do you find the horizontal asymptote? \n" ); document.write( "------------- \n" ); document.write( "If M < N the ratio is 0; the horizontal asymptote is y = 0 \n" ); document.write( "Example: y = (x+2)/(x^2+4) ; ratio = 0/1 = 0 \n" ); document.write( " \n" ); document.write( "--------------------- \n" ); document.write( "If M > N the ratio is \"undefined\"; divide to find the slant asymptote. \n" ); document.write( "Example: y = (x^2+4)/(x+2) ; ratio = 1/0 = undefined \n" ); document.write( "Dividing you get y = (x-2) + 8/(x^2+4) \n" ); document.write( " \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |