Finding Asymptotes: Understanding the Behavior of Functions at Infinity

  • Thread starter Thread starter Michael17
  • Start date Start date
  • Tags Tags
    Asymptote
AI Thread Summary
To find asymptotes of a function, identify vertical asymptotes where the function is undefined, such as when the denominator equals zero. Horizontal asymptotes occur when the limit of the function approaches a constant value as x approaches infinity or negative infinity. Slant (or oblique) asymptotes arise when the degree of the numerator is greater than that of the denominator, leading to a linear approximation at infinity. It’s important to note that a zero denominator does not always indicate a vertical asymptote, as seen in functions with removable discontinuities. Understanding these concepts enhances comprehension of function behavior at infinity.
Michael17
Messages
12
Reaction score
0
Can anyone please explain to me how to find the asymptote of a function?




Your help is much appreciated!
 
Physics news on Phys.org
There are two types of asymptotes horizontal and vertical.

If there are breaking points of the function( ex. f(x)=1/x, breaking point x=0), there is vertical asymptote.

If \lim_{x \to \infty} f(x) = a \,\mbox{ or } \lim_{x \to -\infty} f(x) = a then there is horizontal asymptote.

Its pretty easy to find them.

For more info, read the Wikipedia Article.

Regards.
 
You can also have "slant" (or "oblique") asymptotes. For example,
y= \frac{3x^2- 2}{x- 1}
has a vertical asymptote at x= 1 (because then the denominator x-1 is 0).Also, dividing the numerator by the denominator gives y= 3x+ 3+ 1/(x-1). For very large x, the fraction, 1/(x-1) goes to 0 so the graph approaches the "slant asymptote" y= 3x+ 3.
 
HallsofIvy said:
You can also have "slant" (or "oblique") asymptotes. For example,
y= \frac{3x^2- 2}{x- 1}
has a vertical asymptote at x= 1 (because then the denominator, x-1, is 0).Also, dividing the numerator by the denominator gives y= 3x+ 3+ 1/(x-1). For very large x, the fraction, 1/(x-1) goes to 0 so the graph approaches the "slant asymptote" y= 3x+ 3.

Of course, you can have many different vertical asymptotes but at most two horizontal or slant asymptotes (x\to\infty and x\to -\infty may be different) and you cannot have both horizontal and slant asymptotes on the same "side" of the graph.

Note that the denominator being 0 does not necessarily mean a vertical asymptote. For example, y= \frac{x^2- 1}{x- 1}[/itex] has denominator 0 but its graph is just the line y= x+ 1 with a "hole" at (1, 2).
 
You can also have a parabolic asymptote! I discovered this in my math class last year and it was fascinating!

Try graphing this function: \frac{x^3}{x - 1}

Indeed, in any rational function where the numerator is a polynomial of a higher degree than the denominator, the function will have an asymptote that is shaped like the remainder function! So if you have a cubic numerator and a linear denominator, the degree difference is 3 - 1 = 2 and it follows that your asymptote will be parabolic. Dividing a quintic by a parabola gives you a cubic-shaped asymptote.

Try graphing this one, too: \frac{x^5 - x^4 - x^3 + 1}{x^2 - x - 1}

(This is so fun :smile:)
 
HallsofIvy said:
you cannot have both horizontal and slant asymptotes on the same "side" of the graph.
Could you please explain this a little more clearly?

HallsofIvy said:
Note that the denominator being 0 does not necessarily mean a vertical asymptote. For example, y= \frac{x^2- 1}{x- 1}[/itex] has denominator 0 but its graph is just the line y= x+ 1 with a "hole" at (1, 2).
<br /> It might be worthy to note that this is the case because both the numerator and denominator have equal factors (x-1)<br /> So, as x\rightarrow 1 both the numerator and denominator tend towards 0, and instead of having a vertical asymptote because of having the undefined \frac{a}{0} where a\neq 0, we have \frac{0}{0} which is also undefined, but different such that the value is some real, finite value. In this case, 2, which thus makes me wonder why the function should be stripped of its point (1,2).<br /> <br /> <blockquote data-attributes="" data-quote="Unit" data-source="post: 2316109" class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch"> <div class="bbCodeBlock-title"> Unit said: </div> <div class="bbCodeBlock-content"> <div class="bbCodeBlock-expandContent js-expandContent "> (This is so fun <img src="https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f642.png" class="smilie smilie--emoji" loading="lazy" width="64" height="64" alt=":smile:" title="Smile :smile:" data-smilie="1"data-shortname=":smile:" />) </div> </div> </blockquote>I like your enthusiasm! <img src="https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f600.png" class="smilie smilie--emoji" loading="lazy" width="64" height="64" alt=":biggrin:" title="Big Grin :biggrin:" data-smilie="8"data-shortname=":biggrin:" />
 
Mentallic said:
Could you please explain this a little more clearly?
Oblique and horizontal asymptotes on the "right hand side" of the graph are determined by how f(x) behaves as x tends to infinity. If there exists an oblique asymptote on the right hand side, then f(x) is going to infinity or negative infinity (for large enough x the graph starts looking like a straight line with a nonzero slope). The horizontal asymptote will exist on the right hand side if and only if f(x) tends to a constant value as x tends to infinity, so you obviously can't have both on the same side.
 
Last edited:
Back
Top