[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 379: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/latexrender/class.latexrender.php on line 232: chdir(): No such file or directory (errno 2)
[phpBB Debug] PHP Warning: in file [ROOT]/latexrender/class.latexrender.php on line 235: fopen([ROOT]/latexrender//tmp/3e4c2585e55de7d98ec6fd295b422efa.tex): failed to open stream: No such file or directory
[phpBB Debug] PHP Warning: in file [ROOT]/latexrender/class.latexrender.php on line 236: fputs() expects parameter 1 to be resource, bool given
[phpBB Debug] PHP Warning: in file [ROOT]/latexrender/class.latexrender.php on line 237: fclose() expects parameter 1 to be resource, bool given
[phpBB Debug] PHP Warning: in file [ROOT]/latexrender/class.latexrender.php on line 280: copy(3e4c2585e55de7d98ec6fd295b422efa.png): failed to open stream: No such file or directory
[phpBB Debug] PHP Warning: in file [ROOT]/latexrender/class.latexrender.php on line 281: chmod(): No such file or directory
[phpBB Debug] PHP Warning: in file [ROOT]/latexrender/class.latexrender.php on line 295: chdir(): No such file or directory (errno 2)
[phpBB Debug] PHP Warning: in file [ROOT]/latexrender/class.latexrender.php on line 297: unlink([ROOT]/latexrender//tmp/3e4c2585e55de7d98ec6fd295b422efa.tex): No such file or directory
[phpBB Debug] PHP Warning: in file [ROOT]/latexrender/class.latexrender.php on line 298: unlink([ROOT]/latexrender//tmp/3e4c2585e55de7d98ec6fd295b422efa.aux): No such file or directory
[phpBB Debug] PHP Warning: in file [ROOT]/latexrender/class.latexrender.php on line 299: unlink([ROOT]/latexrender//tmp/3e4c2585e55de7d98ec6fd295b422efa.log): No such file or directory
[phpBB Debug] PHP Warning: in file [ROOT]/latexrender/class.latexrender.php on line 300: unlink([ROOT]/latexrender//tmp/3e4c2585e55de7d98ec6fd295b422efa.dvi): No such file or directory
[phpBB Debug] PHP Warning: in file [ROOT]/latexrender/class.latexrender.php on line 301: unlink([ROOT]/latexrender//tmp/3e4c2585e55de7d98ec6fd295b422efa.ps): No such file or directory
[phpBB Debug] PHP Warning: in file [ROOT]/latexrender/class.latexrender.php on line 302: unlink([ROOT]/latexrender//tmp/3e4c2585e55de7d98ec6fd295b422efa.png): No such file or directory
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4688: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4690: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4691: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4692: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
forum.virtualchallengemeets.com • View topic - Calculating the number of Asymptotes?
Page 1 of 1

Calculating the number of Asymptotes?

PostPosted: Wed May 01, 2013 11:03 am
by NS10
Ok, so I can never seem to learn how to find the number of asymptotes in an equation. For example, number 74 on TMSCA 13 says: The graph of y=(x^2-2x-1)/(2x-2) has how many asymptotes? For some reason, I thought the answer should be 3, but the answer is actually 2. Obviously, I don't know my asymptote rules well enough. I was thinking there would be one slant, one horizontal, and one vertical? Anybody know what I'm doing wrong? Thanks

Re: Calculating the number of Asymptotes?

PostPosted: Wed May 01, 2013 12:09 pm
by darksaber21
A graph usually never has both a horizontal asymptote and a slant asymptote. Typically, it is one or the other. Since we can see that there is a slant asymptote from the equation, then we know there isn't a horizontal asymptote. You can prove the fact that there isn't a horizontal asymptote by taking the limit of the function as x approaches infinity and negative infinity, which doesn't exist (as the result is infinity or negative infinity).

Re: Calculating the number of Asymptotes?

PostPosted: Fri May 03, 2013 10:50 am
by NS10
Okay, I think I understand that. Can it only have a slant asymptote if the degree of the numerator is 1 greater than the degree of the numerator? For example, what if the degree of the numerator is 2 greater? Or 3? Does it have neither a slant nor a horizontal? Thanks again guys

Re: Calculating the number of Asymptotes?

PostPosted: Fri May 03, 2013 5:22 pm
by darksaber21
It would only have a slant asymptote if the denominator is one degree less than the numerator. If the degrees differ any further, then there would be the potential for a polynomial asymptote, (quadratic if the denominator is two degree less than the nunerator, and vice-versa), but those types are not usually tested. All you would need to do is divide the equation out, and typically the equation left (if there is a remains a remainder of course) is the equation for the horizontal asymptote.

It is totally possible to have neither. Take the function [unparseable or potentially dangerous latex formula]. Because the equation simplifies, there is a hole at x=1, but not an asymptote.

Re: Calculating the number of Asymptotes?

PostPosted: Sun May 05, 2013 10:52 pm
by NS10
Thanks, I meant to say if the degree of the numerator is one greater than the degree of the denominator, but looks like you answered my question anyways.