Difference between revisions of "Asymptote (geometry)"
(Added picture) |
(graph of slant asymptote) |
||
Line 44: | Line 44: | ||
<math>y= \frac {1} {-2}</math> | <math>y= \frac {1} {-2}</math> | ||
− | == Oblique | + | == Slant (Oblique) Asymptotes == |
− | For rational functions <math>\frac{P(x)}{Q(x)}</math>, | + | For rational functions <math>\frac{P(x)}{Q(x)}</math>, a slant asymptote occurs when the degree of <math>P(x)</math> is one greater than the degree of <math>Q(x)</math>. If the degree of <math>P(x)</math> is two or more greater than the degree of <math>Q(x)</math>, then we get a curved asymptote. Again, like horizontal asymptotes, it is possible to get crossing points of slant asymptotes. |
− | For rational functions, we can find the | + | For rational functions, we can find the slant asymptote simply by long division, omitting the remainder and setting y=quotient. |
===Example Problem=== | ===Example Problem=== | ||
− | Find the | + | Find the slant asymptote of <math>y= \frac{x^2+2x+4} {x+1}</math> |
'''Solution''' | '''Solution''' | ||
Line 57: | Line 57: | ||
− | The | + | The slant asymptote is <math>y=x+1</math> |
+ | |||
+ | [[File:Slantasymptote.png|thumb|300px|The function <math>y=\tfrac{x^2+2x+4} {x+1}</math> has a slant asymptote at y=x+1 ]] | ||
==External Links== | ==External Links== | ||
3 minute asymptote lesson: [http://www.youtube.com/watch?v=4Cqm07W2teM&feature=plcp] | 3 minute asymptote lesson: [http://www.youtube.com/watch?v=4Cqm07W2teM&feature=plcp] |
Revision as of 03:00, 8 May 2020
- For the vector graphics language, see Asymptote (Vector Graphics Language).
An asymptote is a line or curve that a certain function approaches.
Linear asymptotes can be of three different kinds: horizontal, vertical or slanted (oblique).
Contents
Vertical Asymptotes
The vertical asymptote can be found by finding values of that make the function undefined. Generally, it is found by setting the denominator of a rational function to zero.
If the numerator and denominator of a rational function share a factor, this factor is not a vertical asymptote. Instead, it appears as a hole in the graph.
A rational function may have more than one vertical asymptote.
Example Problems
Find the vertical asymptotes of 1) 2) .
Solution
1) To find the vertical asymptotes, let . Solving the equation:
So the vertical asymptotes are .
2) Since , we need to find where . The cosine function is zero at for all integers ; thus the functions is undefined at .
Horizontal Asymptotes
For rational functions in the form of where are both polynomials:
1. If the degree of is greater than that of the degree of , then the horizontal asymptote is at . This can be seen by noting that as increases, increases much faster than does. Since the denominator increases faster than the numerator, as x approaches infinity, y gets smaller until it approaches zero. A similar trend can be seen as x decreases.
2. If the degree of is equal to that of the degree of , then the horizontal asymptote is at the quotient of the leading coefficient of over the leading coefficient of .
3. If the degree of is less than the degree of , see below (slanted asymptotes)
A function may not have more than one horizontal asymptote. Functions with a "middle section" may cross the horizontal asymptote at one point. To find this point, set y=horizontal asymptote and solve.
Example Problem
Find the horizontal asymptote of .
Solution
The numerator has the same degree as the denominator, so the horizontal asymptote is the quotient of the leading coefficients:
Slant (Oblique) Asymptotes
For rational functions , a slant asymptote occurs when the degree of is one greater than the degree of . If the degree of is two or more greater than the degree of , then we get a curved asymptote. Again, like horizontal asymptotes, it is possible to get crossing points of slant asymptotes.
For rational functions, we can find the slant asymptote simply by long division, omitting the remainder and setting y=quotient.
Example Problem
Find the slant asymptote of
Solution
The slant asymptote is
External Links
3 minute asymptote lesson: [1]