Difference between revisions of "Math 22 Asymptotes"
Jump to navigation
Jump to search
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==Vertical Asymptotes and Infinite Limits== | ==Vertical Asymptotes and Infinite Limits== | ||
− | If <math>f(x)</math> approaches infinity (or negative infinity) as <math>x</math> approaches <math>c</math> from the right or from the left, then the line | + | This page is under construction |
+ | If <math>f(x)</math> approaches infinity (or negative infinity) as <math>x</math> approaches <math>c</math> | ||
+ | from the right or from the left, then the line <math>x=c</math> is a vertical asmptote of the graph of <math>f</math> | ||
+ | |||
+ | '''Example''': Find the a vertical Asymptotes as below: | ||
+ | |||
+ | '''1)''' <math>f(x)=\frac{x+3}{x^2-4}</math> | ||
+ | {| class = "mw-collapsible mw-collapsed" style = "text-align:left;" | ||
+ | !Solution: | ||
+ | |- | ||
+ | |Notice <math>f(x)\frac{x+3}{x^2-4}=\frac{x+3}{(x-2)(x+2)}</math> | ||
+ | |- | ||
+ | |Let the denominator equals to zero, ie: <math>(x-2)(x+2)=0</math>, hence <math>x=-2</math> or <math>x=2</math> | ||
+ | |- | ||
+ | |Therefore, <math>f(x)</math> has vertical asymptotes at <math>x=2</math> and <math>x=-2</math> | ||
+ | |} | ||
+ | |||
+ | '''2)''' <math>f(x)=\frac{x^2-x-6}{x^2-9}</math> | ||
+ | {| class = "mw-collapsible mw-collapsed" style = "text-align:left;" | ||
+ | !Solution: | ||
+ | |- | ||
+ | |Notice <math>f(x)\frac{x^2-x-6}{x^2-9}=\frac{(x-3)(x+2)}{(x-3)(x+3)}=\frac{x+2}{x+3}</math> | ||
+ | |- | ||
+ | |Let the denominator equals to zero, ie: <math>(x+3)=0</math>, hence <math>x=-3</math> | ||
+ | |- | ||
+ | |Therefore, <math>f(x)</math> has vertical asymptote at <math>x=-2</math> | ||
+ | |} | ||
+ | |||
+ | ==Definition of Horizontal Asymptote== | ||
− | + | If <math>f</math> is a function and <math>L_1</math> and <math>L_2</math> are real numbers, then the statements | |
+ | <math>\lim_{x\to\infty} f(x)=L_1</math> and <math>\lim_{x\to -\infty} f(x)=L_2</math> | ||
+ | denote limits at infinity. The line <math>y=L_1</math> and <math>y=L_2</math> are horizontal asymptotes | ||
+ | of the graph of <math>f</math> | ||
+ | |||
+ | ==Horizontal Asymptotes of Rational Functions== | ||
+ | Let <math>f(x)=\frac{p(x)}{q(x)}</math> be a rational function. | ||
+ | 1. If the degree of the numerator is less than the degree of the denominator, | ||
+ | then is a horizontal asymptote of the graph of (to the left and to the right). | ||
+ | 2. If the degree of the numerator is equal to the degree of the denominator, | ||
+ | then is a horizontal asymptote of the graph of (to the left and to the right), | ||
+ | where and are the leading coefficients of and , respectively. | ||
+ | 3. If the degree of the numerator is greater than the degree of the denominator, | ||
+ | then the graph of has no horizontal asymptote. | ||
[[Math_22| '''Return to Topics Page''']] | [[Math_22| '''Return to Topics Page''']] | ||
'''This page were made by [[Contributors|Tri Phan]]''' | '''This page were made by [[Contributors|Tri Phan]]''' |
Latest revision as of 08:34, 23 October 2020
Vertical Asymptotes and Infinite Limits
This page is under construction
If approaches infinity (or negative infinity) as approaches from the right or from the left, then the line is a vertical asmptote of the graph of
Example: Find the a vertical Asymptotes as below:
1)
Solution: |
---|
Notice |
Let the denominator equals to zero, ie: , hence or |
Therefore, has vertical asymptotes at and |
2)
Solution: |
---|
Notice |
Let the denominator equals to zero, ie: , hence |
Therefore, has vertical asymptote at |
Definition of Horizontal Asymptote
If is a function and and are real numbers, then the statements and denote limits at infinity. The line and are horizontal asymptotes of the graph of
Horizontal Asymptotes of Rational Functions
Let be a rational function.
1. If the degree of the numerator is less than the degree of the denominator,
then is a horizontal asymptote of the graph of (to the left and to the right).
2. If the degree of the numerator is equal to the degree of the denominator,
then is a horizontal asymptote of the graph of (to the left and to the right),
where and are the leading coefficients of and , respectively.
3. If the degree of the numerator is greater than the degree of the denominator,
then the graph of has no horizontal asymptote.
This page were made by Tri Phan