Types of undefined for removable discontinuities and vertical asymptotes
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
Consider this rational function:
$$
f(x) = fracx^2 - 2x - 24x^2 + 10x + 24
$$
I have been taught that to solve for a removable discontinuity, I find the $x$ values such that both the numerator and denominator are equal to $0$; and to solve for vertical asymptotes, I find the $x$ values that make just the denominator equal to zero. So:
$$
f(x) = frac(x-6)(x+4)(x+6)(x+4) = fracx-6x+6, quad x neq -4
$$
What this means is that we have a vertical asymptote at $x = -6$ and a removable discontinuity at $x = -4$. Great. I can compute these.
But why?
We have two kinds of undefined here, $f(x_0) = frac00$ and $f(x_0) = fracg(x)0$. Why do these result in different types of undefined behavior?
algebra-precalculus asymptotics rational-functions discontinuous-functions
add a comment |Â
up vote
1
down vote
favorite
Consider this rational function:
$$
f(x) = fracx^2 - 2x - 24x^2 + 10x + 24
$$
I have been taught that to solve for a removable discontinuity, I find the $x$ values such that both the numerator and denominator are equal to $0$; and to solve for vertical asymptotes, I find the $x$ values that make just the denominator equal to zero. So:
$$
f(x) = frac(x-6)(x+4)(x+6)(x+4) = fracx-6x+6, quad x neq -4
$$
What this means is that we have a vertical asymptote at $x = -6$ and a removable discontinuity at $x = -4$. Great. I can compute these.
But why?
We have two kinds of undefined here, $f(x_0) = frac00$ and $f(x_0) = fracg(x)0$. Why do these result in different types of undefined behavior?
algebra-precalculus asymptotics rational-functions discontinuous-functions
As you said in $-4$ the discontinuity can be removed, which is not the case in $-6$. That makes all the difference.
– Pjonin
Aug 6 at 14:52
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Consider this rational function:
$$
f(x) = fracx^2 - 2x - 24x^2 + 10x + 24
$$
I have been taught that to solve for a removable discontinuity, I find the $x$ values such that both the numerator and denominator are equal to $0$; and to solve for vertical asymptotes, I find the $x$ values that make just the denominator equal to zero. So:
$$
f(x) = frac(x-6)(x+4)(x+6)(x+4) = fracx-6x+6, quad x neq -4
$$
What this means is that we have a vertical asymptote at $x = -6$ and a removable discontinuity at $x = -4$. Great. I can compute these.
But why?
We have two kinds of undefined here, $f(x_0) = frac00$ and $f(x_0) = fracg(x)0$. Why do these result in different types of undefined behavior?
algebra-precalculus asymptotics rational-functions discontinuous-functions
Consider this rational function:
$$
f(x) = fracx^2 - 2x - 24x^2 + 10x + 24
$$
I have been taught that to solve for a removable discontinuity, I find the $x$ values such that both the numerator and denominator are equal to $0$; and to solve for vertical asymptotes, I find the $x$ values that make just the denominator equal to zero. So:
$$
f(x) = frac(x-6)(x+4)(x+6)(x+4) = fracx-6x+6, quad x neq -4
$$
What this means is that we have a vertical asymptote at $x = -6$ and a removable discontinuity at $x = -4$. Great. I can compute these.
But why?
We have two kinds of undefined here, $f(x_0) = frac00$ and $f(x_0) = fracg(x)0$. Why do these result in different types of undefined behavior?
algebra-precalculus asymptotics rational-functions discontinuous-functions
asked Aug 6 at 14:48
gwg
8501920
8501920
As you said in $-4$ the discontinuity can be removed, which is not the case in $-6$. That makes all the difference.
– Pjonin
Aug 6 at 14:52
add a comment |Â
As you said in $-4$ the discontinuity can be removed, which is not the case in $-6$. That makes all the difference.
– Pjonin
Aug 6 at 14:52
As you said in $-4$ the discontinuity can be removed, which is not the case in $-6$. That makes all the difference.
– Pjonin
Aug 6 at 14:52
As you said in $-4$ the discontinuity can be removed, which is not the case in $-6$. That makes all the difference.
– Pjonin
Aug 6 at 14:52
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
3
down vote
accepted
Let's be a bit careful with the term undefined, since it has a bit more of a precise meaning than the one you've used in your question.
You correctly observe that $f(-4) = frac 0 0$ and $f(-6) = fracg(x)0$. Why are they different? The reality is that $frac 0 0 $ is actually indeterminate, meaning that it does not have an established value, instead of being undefined, which would imply having no value.
Hence, the case of $frac 0 0 $ is interesting because it implies that there could exist a whole range of values that a function that approaches such a fraction could approach, since it all depends on how fast the numerator and denominator approach 0. In other words, removing the terms that take the function to zero in essence is us recognizing that these terms approach zero at the same rate, and at all points near -4, we can ignore them.
On the other hand, approaching a fraction of $frac g(x_0)0$ where $g(x_0)$ is non-zero means that the function must approach either $pminfty$, since there are no ways for any value to exist and be equal to that fraction.
This is some rough intuition, but should shine some light on the difference between removable discontinuities and asymptotes.
add a comment |Â
up vote
0
down vote
We have that
at $x=-4$ the function is not defined but we don't have any vertical asymptote since for $xto -4$ we have $f(x) to -5$
at $x=-6$ also the function is not defined but we have a vertical asymptote since for $xto -6$ we have $f(x) to pm infty$
Note that in the case of $x=-4$ we can remove the discontinuity defining $f(-4)=-5$ but for $x=-6$ we can't since $|f(x)| to infty$.
Note also that not always the discontinuity in the form $f(x_0) = frac00$ can be removed as for example for
$$f(x)=fraclog (1+x)x^2$$
at $x=0$ since $|f(x)| to infty$.
1
eh, I don't think this is really enough detail for an answer
– Rushabh Mehta
Aug 6 at 14:51
@RushabhMehta Maybe the OP can say whether or not it is useful
– gimusi
Aug 6 at 14:52
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
accepted
Let's be a bit careful with the term undefined, since it has a bit more of a precise meaning than the one you've used in your question.
You correctly observe that $f(-4) = frac 0 0$ and $f(-6) = fracg(x)0$. Why are they different? The reality is that $frac 0 0 $ is actually indeterminate, meaning that it does not have an established value, instead of being undefined, which would imply having no value.
Hence, the case of $frac 0 0 $ is interesting because it implies that there could exist a whole range of values that a function that approaches such a fraction could approach, since it all depends on how fast the numerator and denominator approach 0. In other words, removing the terms that take the function to zero in essence is us recognizing that these terms approach zero at the same rate, and at all points near -4, we can ignore them.
On the other hand, approaching a fraction of $frac g(x_0)0$ where $g(x_0)$ is non-zero means that the function must approach either $pminfty$, since there are no ways for any value to exist and be equal to that fraction.
This is some rough intuition, but should shine some light on the difference between removable discontinuities and asymptotes.
add a comment |Â
up vote
3
down vote
accepted
Let's be a bit careful with the term undefined, since it has a bit more of a precise meaning than the one you've used in your question.
You correctly observe that $f(-4) = frac 0 0$ and $f(-6) = fracg(x)0$. Why are they different? The reality is that $frac 0 0 $ is actually indeterminate, meaning that it does not have an established value, instead of being undefined, which would imply having no value.
Hence, the case of $frac 0 0 $ is interesting because it implies that there could exist a whole range of values that a function that approaches such a fraction could approach, since it all depends on how fast the numerator and denominator approach 0. In other words, removing the terms that take the function to zero in essence is us recognizing that these terms approach zero at the same rate, and at all points near -4, we can ignore them.
On the other hand, approaching a fraction of $frac g(x_0)0$ where $g(x_0)$ is non-zero means that the function must approach either $pminfty$, since there are no ways for any value to exist and be equal to that fraction.
This is some rough intuition, but should shine some light on the difference between removable discontinuities and asymptotes.
add a comment |Â
up vote
3
down vote
accepted
up vote
3
down vote
accepted
Let's be a bit careful with the term undefined, since it has a bit more of a precise meaning than the one you've used in your question.
You correctly observe that $f(-4) = frac 0 0$ and $f(-6) = fracg(x)0$. Why are they different? The reality is that $frac 0 0 $ is actually indeterminate, meaning that it does not have an established value, instead of being undefined, which would imply having no value.
Hence, the case of $frac 0 0 $ is interesting because it implies that there could exist a whole range of values that a function that approaches such a fraction could approach, since it all depends on how fast the numerator and denominator approach 0. In other words, removing the terms that take the function to zero in essence is us recognizing that these terms approach zero at the same rate, and at all points near -4, we can ignore them.
On the other hand, approaching a fraction of $frac g(x_0)0$ where $g(x_0)$ is non-zero means that the function must approach either $pminfty$, since there are no ways for any value to exist and be equal to that fraction.
This is some rough intuition, but should shine some light on the difference between removable discontinuities and asymptotes.
Let's be a bit careful with the term undefined, since it has a bit more of a precise meaning than the one you've used in your question.
You correctly observe that $f(-4) = frac 0 0$ and $f(-6) = fracg(x)0$. Why are they different? The reality is that $frac 0 0 $ is actually indeterminate, meaning that it does not have an established value, instead of being undefined, which would imply having no value.
Hence, the case of $frac 0 0 $ is interesting because it implies that there could exist a whole range of values that a function that approaches such a fraction could approach, since it all depends on how fast the numerator and denominator approach 0. In other words, removing the terms that take the function to zero in essence is us recognizing that these terms approach zero at the same rate, and at all points near -4, we can ignore them.
On the other hand, approaching a fraction of $frac g(x_0)0$ where $g(x_0)$ is non-zero means that the function must approach either $pminfty$, since there are no ways for any value to exist and be equal to that fraction.
This is some rough intuition, but should shine some light on the difference between removable discontinuities and asymptotes.
edited Aug 6 at 15:13
answered Aug 6 at 14:56
Rushabh Mehta
1,050114
1,050114
add a comment |Â
add a comment |Â
up vote
0
down vote
We have that
at $x=-4$ the function is not defined but we don't have any vertical asymptote since for $xto -4$ we have $f(x) to -5$
at $x=-6$ also the function is not defined but we have a vertical asymptote since for $xto -6$ we have $f(x) to pm infty$
Note that in the case of $x=-4$ we can remove the discontinuity defining $f(-4)=-5$ but for $x=-6$ we can't since $|f(x)| to infty$.
Note also that not always the discontinuity in the form $f(x_0) = frac00$ can be removed as for example for
$$f(x)=fraclog (1+x)x^2$$
at $x=0$ since $|f(x)| to infty$.
1
eh, I don't think this is really enough detail for an answer
– Rushabh Mehta
Aug 6 at 14:51
@RushabhMehta Maybe the OP can say whether or not it is useful
– gimusi
Aug 6 at 14:52
add a comment |Â
up vote
0
down vote
We have that
at $x=-4$ the function is not defined but we don't have any vertical asymptote since for $xto -4$ we have $f(x) to -5$
at $x=-6$ also the function is not defined but we have a vertical asymptote since for $xto -6$ we have $f(x) to pm infty$
Note that in the case of $x=-4$ we can remove the discontinuity defining $f(-4)=-5$ but for $x=-6$ we can't since $|f(x)| to infty$.
Note also that not always the discontinuity in the form $f(x_0) = frac00$ can be removed as for example for
$$f(x)=fraclog (1+x)x^2$$
at $x=0$ since $|f(x)| to infty$.
1
eh, I don't think this is really enough detail for an answer
– Rushabh Mehta
Aug 6 at 14:51
@RushabhMehta Maybe the OP can say whether or not it is useful
– gimusi
Aug 6 at 14:52
add a comment |Â
up vote
0
down vote
up vote
0
down vote
We have that
at $x=-4$ the function is not defined but we don't have any vertical asymptote since for $xto -4$ we have $f(x) to -5$
at $x=-6$ also the function is not defined but we have a vertical asymptote since for $xto -6$ we have $f(x) to pm infty$
Note that in the case of $x=-4$ we can remove the discontinuity defining $f(-4)=-5$ but for $x=-6$ we can't since $|f(x)| to infty$.
Note also that not always the discontinuity in the form $f(x_0) = frac00$ can be removed as for example for
$$f(x)=fraclog (1+x)x^2$$
at $x=0$ since $|f(x)| to infty$.
We have that
at $x=-4$ the function is not defined but we don't have any vertical asymptote since for $xto -4$ we have $f(x) to -5$
at $x=-6$ also the function is not defined but we have a vertical asymptote since for $xto -6$ we have $f(x) to pm infty$
Note that in the case of $x=-4$ we can remove the discontinuity defining $f(-4)=-5$ but for $x=-6$ we can't since $|f(x)| to infty$.
Note also that not always the discontinuity in the form $f(x_0) = frac00$ can be removed as for example for
$$f(x)=fraclog (1+x)x^2$$
at $x=0$ since $|f(x)| to infty$.
edited Aug 6 at 14:59
answered Aug 6 at 14:50
gimusi
65.4k73684
65.4k73684
1
eh, I don't think this is really enough detail for an answer
– Rushabh Mehta
Aug 6 at 14:51
@RushabhMehta Maybe the OP can say whether or not it is useful
– gimusi
Aug 6 at 14:52
add a comment |Â
1
eh, I don't think this is really enough detail for an answer
– Rushabh Mehta
Aug 6 at 14:51
@RushabhMehta Maybe the OP can say whether or not it is useful
– gimusi
Aug 6 at 14:52
1
1
eh, I don't think this is really enough detail for an answer
– Rushabh Mehta
Aug 6 at 14:51
eh, I don't think this is really enough detail for an answer
– Rushabh Mehta
Aug 6 at 14:51
@RushabhMehta Maybe the OP can say whether or not it is useful
– gimusi
Aug 6 at 14:52
@RushabhMehta Maybe the OP can say whether or not it is useful
– gimusi
Aug 6 at 14:52
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2873940%2ftypes-of-undefined-for-removable-discontinuities-and-vertical-asymptotes%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
As you said in $-4$ the discontinuity can be removed, which is not the case in $-6$. That makes all the difference.
– Pjonin
Aug 6 at 14:52