Integral of (1/100-x)












1












$begingroup$


I don't understand how the integral below:



begin{align}
int{frac{1}{100-x}dx} = -log|x-100| +c
end{align}



When I integrate I get the answer:
begin{align}
-log|100-x| +c
end{align}



I understand that it probably has something to do with the absolute value function, would someone kindly explain it to me? Thanks!










share|cite|improve this question











$endgroup$








  • 2




    $begingroup$
    $|a|=|-a|$; $x-100=-(100-x)$.
    $endgroup$
    – David Mitra
    1 hour ago


















1












$begingroup$


I don't understand how the integral below:



begin{align}
int{frac{1}{100-x}dx} = -log|x-100| +c
end{align}



When I integrate I get the answer:
begin{align}
-log|100-x| +c
end{align}



I understand that it probably has something to do with the absolute value function, would someone kindly explain it to me? Thanks!










share|cite|improve this question











$endgroup$








  • 2




    $begingroup$
    $|a|=|-a|$; $x-100=-(100-x)$.
    $endgroup$
    – David Mitra
    1 hour ago
















1












1








1





$begingroup$


I don't understand how the integral below:



begin{align}
int{frac{1}{100-x}dx} = -log|x-100| +c
end{align}



When I integrate I get the answer:
begin{align}
-log|100-x| +c
end{align}



I understand that it probably has something to do with the absolute value function, would someone kindly explain it to me? Thanks!










share|cite|improve this question











$endgroup$




I don't understand how the integral below:



begin{align}
int{frac{1}{100-x}dx} = -log|x-100| +c
end{align}



When I integrate I get the answer:
begin{align}
-log|100-x| +c
end{align}



I understand that it probably has something to do with the absolute value function, would someone kindly explain it to me? Thanks!







calculus integration






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited 55 mins ago









in_mathematica_we_trust

2,5301019




2,5301019










asked 1 hour ago









SmithHSmithH

215




215








  • 2




    $begingroup$
    $|a|=|-a|$; $x-100=-(100-x)$.
    $endgroup$
    – David Mitra
    1 hour ago
















  • 2




    $begingroup$
    $|a|=|-a|$; $x-100=-(100-x)$.
    $endgroup$
    – David Mitra
    1 hour ago










2




2




$begingroup$
$|a|=|-a|$; $x-100=-(100-x)$.
$endgroup$
– David Mitra
1 hour ago






$begingroup$
$|a|=|-a|$; $x-100=-(100-x)$.
$endgroup$
– David Mitra
1 hour ago












2 Answers
2






active

oldest

votes


















3












$begingroup$

The absolute value function disregards sign, so |4| = |-4| for example.



That also means that $|x-100| = |100-x|$.






share|cite|improve this answer









$endgroup$













  • $begingroup$
    In the context of a differential equation, where x is the population of function x(t), t is time, and x(0) = 200. Is there any specific reason why I would have to use |x-100| instead of |100-x|?
    $endgroup$
    – SmithH
    50 mins ago










  • $begingroup$
    if you know that x>100, then use |x-100|
    $endgroup$
    – Saketh Malyala
    49 mins ago










  • $begingroup$
    In fact, if you know $x gt 100$, you can use $(x-100)$ without absolute value signs, making your integral $-(x-100)+c = 100-x+c$, noting that your integrand is negative
    $endgroup$
    – Henry
    48 mins ago












  • $begingroup$
    Thanks so much for the help so far. If the differential equation for this logistic population growth was 1000(dx/dt) = x(100-x), what would suggest that x has to be greater than 100?
    $endgroup$
    – SmithH
    43 mins ago










  • $begingroup$
    thank you for providing the equation
    $endgroup$
    – Saketh Malyala
    37 mins ago



















2












$begingroup$

Since the argument of the logarithm is in absolute value signs, it doesn't really matter the order in a case like this. As we can see,



$$|a-b| = |(-1)(b-a)| = |-1||b-a| = |b-a|$$






share|cite|improve this answer









$endgroup$














    Your Answer








    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',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    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%2f3207934%2fintegral-of-1-100-x%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    3












    $begingroup$

    The absolute value function disregards sign, so |4| = |-4| for example.



    That also means that $|x-100| = |100-x|$.






    share|cite|improve this answer









    $endgroup$













    • $begingroup$
      In the context of a differential equation, where x is the population of function x(t), t is time, and x(0) = 200. Is there any specific reason why I would have to use |x-100| instead of |100-x|?
      $endgroup$
      – SmithH
      50 mins ago










    • $begingroup$
      if you know that x>100, then use |x-100|
      $endgroup$
      – Saketh Malyala
      49 mins ago










    • $begingroup$
      In fact, if you know $x gt 100$, you can use $(x-100)$ without absolute value signs, making your integral $-(x-100)+c = 100-x+c$, noting that your integrand is negative
      $endgroup$
      – Henry
      48 mins ago












    • $begingroup$
      Thanks so much for the help so far. If the differential equation for this logistic population growth was 1000(dx/dt) = x(100-x), what would suggest that x has to be greater than 100?
      $endgroup$
      – SmithH
      43 mins ago










    • $begingroup$
      thank you for providing the equation
      $endgroup$
      – Saketh Malyala
      37 mins ago
















    3












    $begingroup$

    The absolute value function disregards sign, so |4| = |-4| for example.



    That also means that $|x-100| = |100-x|$.






    share|cite|improve this answer









    $endgroup$













    • $begingroup$
      In the context of a differential equation, where x is the population of function x(t), t is time, and x(0) = 200. Is there any specific reason why I would have to use |x-100| instead of |100-x|?
      $endgroup$
      – SmithH
      50 mins ago










    • $begingroup$
      if you know that x>100, then use |x-100|
      $endgroup$
      – Saketh Malyala
      49 mins ago










    • $begingroup$
      In fact, if you know $x gt 100$, you can use $(x-100)$ without absolute value signs, making your integral $-(x-100)+c = 100-x+c$, noting that your integrand is negative
      $endgroup$
      – Henry
      48 mins ago












    • $begingroup$
      Thanks so much for the help so far. If the differential equation for this logistic population growth was 1000(dx/dt) = x(100-x), what would suggest that x has to be greater than 100?
      $endgroup$
      – SmithH
      43 mins ago










    • $begingroup$
      thank you for providing the equation
      $endgroup$
      – Saketh Malyala
      37 mins ago














    3












    3








    3





    $begingroup$

    The absolute value function disregards sign, so |4| = |-4| for example.



    That also means that $|x-100| = |100-x|$.






    share|cite|improve this answer









    $endgroup$



    The absolute value function disregards sign, so |4| = |-4| for example.



    That also means that $|x-100| = |100-x|$.







    share|cite|improve this answer












    share|cite|improve this answer



    share|cite|improve this answer










    answered 1 hour ago









    Saketh MalyalaSaketh Malyala

    7,8481535




    7,8481535












    • $begingroup$
      In the context of a differential equation, where x is the population of function x(t), t is time, and x(0) = 200. Is there any specific reason why I would have to use |x-100| instead of |100-x|?
      $endgroup$
      – SmithH
      50 mins ago










    • $begingroup$
      if you know that x>100, then use |x-100|
      $endgroup$
      – Saketh Malyala
      49 mins ago










    • $begingroup$
      In fact, if you know $x gt 100$, you can use $(x-100)$ without absolute value signs, making your integral $-(x-100)+c = 100-x+c$, noting that your integrand is negative
      $endgroup$
      – Henry
      48 mins ago












    • $begingroup$
      Thanks so much for the help so far. If the differential equation for this logistic population growth was 1000(dx/dt) = x(100-x), what would suggest that x has to be greater than 100?
      $endgroup$
      – SmithH
      43 mins ago










    • $begingroup$
      thank you for providing the equation
      $endgroup$
      – Saketh Malyala
      37 mins ago


















    • $begingroup$
      In the context of a differential equation, where x is the population of function x(t), t is time, and x(0) = 200. Is there any specific reason why I would have to use |x-100| instead of |100-x|?
      $endgroup$
      – SmithH
      50 mins ago










    • $begingroup$
      if you know that x>100, then use |x-100|
      $endgroup$
      – Saketh Malyala
      49 mins ago










    • $begingroup$
      In fact, if you know $x gt 100$, you can use $(x-100)$ without absolute value signs, making your integral $-(x-100)+c = 100-x+c$, noting that your integrand is negative
      $endgroup$
      – Henry
      48 mins ago












    • $begingroup$
      Thanks so much for the help so far. If the differential equation for this logistic population growth was 1000(dx/dt) = x(100-x), what would suggest that x has to be greater than 100?
      $endgroup$
      – SmithH
      43 mins ago










    • $begingroup$
      thank you for providing the equation
      $endgroup$
      – Saketh Malyala
      37 mins ago
















    $begingroup$
    In the context of a differential equation, where x is the population of function x(t), t is time, and x(0) = 200. Is there any specific reason why I would have to use |x-100| instead of |100-x|?
    $endgroup$
    – SmithH
    50 mins ago




    $begingroup$
    In the context of a differential equation, where x is the population of function x(t), t is time, and x(0) = 200. Is there any specific reason why I would have to use |x-100| instead of |100-x|?
    $endgroup$
    – SmithH
    50 mins ago












    $begingroup$
    if you know that x>100, then use |x-100|
    $endgroup$
    – Saketh Malyala
    49 mins ago




    $begingroup$
    if you know that x>100, then use |x-100|
    $endgroup$
    – Saketh Malyala
    49 mins ago












    $begingroup$
    In fact, if you know $x gt 100$, you can use $(x-100)$ without absolute value signs, making your integral $-(x-100)+c = 100-x+c$, noting that your integrand is negative
    $endgroup$
    – Henry
    48 mins ago






    $begingroup$
    In fact, if you know $x gt 100$, you can use $(x-100)$ without absolute value signs, making your integral $-(x-100)+c = 100-x+c$, noting that your integrand is negative
    $endgroup$
    – Henry
    48 mins ago














    $begingroup$
    Thanks so much for the help so far. If the differential equation for this logistic population growth was 1000(dx/dt) = x(100-x), what would suggest that x has to be greater than 100?
    $endgroup$
    – SmithH
    43 mins ago




    $begingroup$
    Thanks so much for the help so far. If the differential equation for this logistic population growth was 1000(dx/dt) = x(100-x), what would suggest that x has to be greater than 100?
    $endgroup$
    – SmithH
    43 mins ago












    $begingroup$
    thank you for providing the equation
    $endgroup$
    – Saketh Malyala
    37 mins ago




    $begingroup$
    thank you for providing the equation
    $endgroup$
    – Saketh Malyala
    37 mins ago











    2












    $begingroup$

    Since the argument of the logarithm is in absolute value signs, it doesn't really matter the order in a case like this. As we can see,



    $$|a-b| = |(-1)(b-a)| = |-1||b-a| = |b-a|$$






    share|cite|improve this answer









    $endgroup$


















      2












      $begingroup$

      Since the argument of the logarithm is in absolute value signs, it doesn't really matter the order in a case like this. As we can see,



      $$|a-b| = |(-1)(b-a)| = |-1||b-a| = |b-a|$$






      share|cite|improve this answer









      $endgroup$
















        2












        2








        2





        $begingroup$

        Since the argument of the logarithm is in absolute value signs, it doesn't really matter the order in a case like this. As we can see,



        $$|a-b| = |(-1)(b-a)| = |-1||b-a| = |b-a|$$






        share|cite|improve this answer









        $endgroup$



        Since the argument of the logarithm is in absolute value signs, it doesn't really matter the order in a case like this. As we can see,



        $$|a-b| = |(-1)(b-a)| = |-1||b-a| = |b-a|$$







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered 1 hour ago









        Eevee TrainerEevee Trainer

        10.8k31944




        10.8k31944






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Mathematics Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            Use MathJax to format equations. MathJax reference.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3207934%2fintegral-of-1-100-x%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Alcázar de San Juan

            Griza ansero

            Heinkel He 51