Types of undefined for removable discontinuities and vertical asymptotes

The name of the pictureThe name of the pictureThe name of the pictureClash 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?







share|cite|improve this question



















  • 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














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?







share|cite|improve this question



















  • 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












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?







share|cite|improve this question











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?









share|cite|improve this question










share|cite|improve this question




share|cite|improve this question









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
















  • 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










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.






share|cite|improve this answer






























    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$.






    share|cite|improve this answer



















    • 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










    Your Answer




    StackExchange.ifUsing("editor", function ()
    return StackExchange.using("mathjaxEditing", function ()
    StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
    StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
    );
    );
    , "mathjax-editing");

    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "69"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    noCode: true, onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );








     

    draft saved


    draft discarded


















    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






























    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.






    share|cite|improve this answer



























      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.






      share|cite|improve this answer

























        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.






        share|cite|improve this answer















        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.







        share|cite|improve this answer















        share|cite|improve this answer



        share|cite|improve this answer








        edited Aug 6 at 15:13


























        answered Aug 6 at 14:56









        Rushabh Mehta

        1,050114




        1,050114




















            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$.






            share|cite|improve this answer



















            • 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














            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$.






            share|cite|improve this answer



















            • 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












            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$.






            share|cite|improve this answer















            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$.







            share|cite|improve this answer















            share|cite|improve this answer



            share|cite|improve this answer








            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












            • 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












             

            draft saved


            draft discarded


























             


            draft saved


            draft discarded














            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













































































            Comments

            Popular posts from this blog

            What is the equation of a 3D cone with generalised tilt?

            Color the edges and diagonals of a regular polygon

            Relationship between determinant of matrix and determinant of adjoint?