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!
The discussion revolves around understanding asymptotes in functions, specifically horizontal, vertical, and slant (or oblique) asymptotes. Participants explore how to identify these asymptotes and the conditions under which they exist.
The discussion is active, with participants providing insights into the nature of asymptotes and raising questions about specific cases, such as the relationship between the degrees of polynomials in rational functions. Some participants express curiosity and enthusiasm about the topic, indicating a productive exploration of the concepts.
Participants note that the presence of a zero denominator does not always indicate a vertical asymptote, as illustrated by examples where the function has a hole instead. There is also a discussion about the behavior of functions as they approach infinity and the implications for asymptotic behavior.
HallsofIvy said:You can also have "slant" (or "oblique") asymptotes. For example,
[tex]y= \frac{3x^2- 2}{x- 1}[/tex]
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.
[tex] 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 [tex]x\rightarrow 1[/tex] both the numerator and denominator tend towards 0, and instead of having a vertical asymptote because of having the undefined [tex]\frac{a}{0}[/tex] where [tex]a\neq 0[/tex], we have [tex]\frac{0}{0}[/tex] 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:" />[/tex]HallsofIvy said:Note that the denominator being 0 does not necessarily mean a vertical asymptote. For example, [tex]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).[/tex]
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?