3

A vertical asymptotes occurs when y approaches infinity (like a horizontal asymptote occur when x approaches infinity). So, can you apply a limit as y approaches infinity, on any function, especially rational functions, to find the vertical asymptotes?

Why is it that vertical asymptotes are defined as the 'the values x can't equal'? How is the related to the limit as y approaches infinity?

Please consider that I am a high school student studying high level maths, so answer with explanations that you think I will understand.

Person
  • 33
  • 1
    The vertical asymptotes are not defined as "the values $x$ can't equal." For example, the function $f(x)=\frac{x(x+1)}{x+1}$ is not defined at $x=-1$, but $f(x)$ does not have a vertical asymptote there. Rather, a rational function has a vertical asymptote at $x=c$ if $\lim_{x\to c^{\pm}}f(x)=\pm\infty$. (That last expression means that $y$ tends to either $\infty$ or $-\infty$ as $x$ approaches $c$ from either the left or the right.) – symplectomorphic Aug 21 '16 at 05:46
  • How would you apply the limit you have given above for, let's say: y = 4x^2 - 1/3x^2 - 5
  • – Person Aug 21 '16 at 05:49
  • Also, now I'm confused as to why f(x) = x(x+1)/x+1 does not have an asymptote at x= -1. Yes you can remove x+1 and the function becomes linear. But if you substitute x = -1 like you have given the function, as above, then x cannot equal to 1. – Person Aug 21 '16 at 05:50
  • Do you know what vertical asymptote means, visually speaking? It means the graph approaches a vertical line. If y=x(x+1)/(x+1) - notice the parentheses on the denominator by the way, don't forget that - is the same as y=x at every point except one, then it's pretty obvious from looking at the graph that it has no vertical asymptote. The rule that vertical asymptotes occur for x-values that cannot be plugged in only works when rational functions are expressed in simplest form (i.e. common factors between numerator and denominator cancelled out). – anon Aug 21 '16 at 05:52
  • Yes, I've recognise asymptotes visually. So at x=-1, is there a discontinuity? – Person Aug 21 '16 at 05:56
  • Yes, x(x+1)/(x+1) has a removable discontinuity at x=-1. – anon Aug 21 '16 at 05:56
  • Got it, when graphing that, should I include the discontinuity? Most graphing calculators leave it out. – Person Aug 21 '16 at 05:58