Michael17
- 12
- 0
Can anyone please explain to me how to find the asymptote of a function?
Your help is much appreciated!
Your help is much appreciated!
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.
Could you please explain this a little more clearly?HallsofIvy said:you cannot have both horizontal and slant asymptotes on the same "side" of the graph.
<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:" />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).
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.Mentallic said:Could you please explain this a little more clearly?