Absolute Value Inequalities Analytical Approach












0












$begingroup$


For $|x-3|-|2x+1|<0$, I considered adding $|2x+1|$ on both sides and solving it.
$$|x-3|<|2x+1|$$
$$x-3< |2x+1|$$
$$x-3 < 2x+1$$
However, I keep getting $x>-4$ and $x<2/3$ instead of $x<-4$ and $x>2/3$. I know I can do a graphical approach and find the values, but why do I keep getting the wrong answer?










share|cite|improve this question











$endgroup$








  • 1




    $begingroup$
    How do you justify simply erasing the absolute-value signs?
    $endgroup$
    – Henning Makholm
    Dec 19 '18 at 1:19
















0












$begingroup$


For $|x-3|-|2x+1|<0$, I considered adding $|2x+1|$ on both sides and solving it.
$$|x-3|<|2x+1|$$
$$x-3< |2x+1|$$
$$x-3 < 2x+1$$
However, I keep getting $x>-4$ and $x<2/3$ instead of $x<-4$ and $x>2/3$. I know I can do a graphical approach and find the values, but why do I keep getting the wrong answer?










share|cite|improve this question











$endgroup$








  • 1




    $begingroup$
    How do you justify simply erasing the absolute-value signs?
    $endgroup$
    – Henning Makholm
    Dec 19 '18 at 1:19














0












0








0





$begingroup$


For $|x-3|-|2x+1|<0$, I considered adding $|2x+1|$ on both sides and solving it.
$$|x-3|<|2x+1|$$
$$x-3< |2x+1|$$
$$x-3 < 2x+1$$
However, I keep getting $x>-4$ and $x<2/3$ instead of $x<-4$ and $x>2/3$. I know I can do a graphical approach and find the values, but why do I keep getting the wrong answer?










share|cite|improve this question











$endgroup$




For $|x-3|-|2x+1|<0$, I considered adding $|2x+1|$ on both sides and solving it.
$$|x-3|<|2x+1|$$
$$x-3< |2x+1|$$
$$x-3 < 2x+1$$
However, I keep getting $x>-4$ and $x<2/3$ instead of $x<-4$ and $x>2/3$. I know I can do a graphical approach and find the values, but why do I keep getting the wrong answer?







algebra-precalculus absolute-value






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Dec 19 '18 at 1:15









Will Fisher

4,05311132




4,05311132










asked Dec 19 '18 at 1:09









anonymousanonymous

145




145








  • 1




    $begingroup$
    How do you justify simply erasing the absolute-value signs?
    $endgroup$
    – Henning Makholm
    Dec 19 '18 at 1:19














  • 1




    $begingroup$
    How do you justify simply erasing the absolute-value signs?
    $endgroup$
    – Henning Makholm
    Dec 19 '18 at 1:19








1




1




$begingroup$
How do you justify simply erasing the absolute-value signs?
$endgroup$
– Henning Makholm
Dec 19 '18 at 1:19




$begingroup$
How do you justify simply erasing the absolute-value signs?
$endgroup$
– Henning Makholm
Dec 19 '18 at 1:19










2 Answers
2






active

oldest

votes


















1












$begingroup$

Analytically you may also proceed as follows:



begin{eqnarray*} |x-3| < |2x+1|
& Leftrightarrow & (x-3)^2 < (2x+1)^2 \
& Leftrightarrow & 0 < (2x+1)^2 -(x-3)^2 stackrel{a^2-b^2 =(a-b)(a+b)}{=} (2x+1 - (x-3))(2x+1 + (x-3))\
& Leftrightarrow & 0 < (x+4)(3x-2) \
& Leftrightarrow & boxed{x< -4 mbox{ or } x>frac{2}{3}}\
end{eqnarray*}






share|cite|improve this answer









$endgroup$





















    1












    $begingroup$

    You have $|x-3| < |2x+1|$. Now there are 4 possible cases:



    1) $x-3ge 0$ and $2x + 1 ge 0$.



    This means:



    a) $x - 3 ge 0$ so $x ge 3$.



    b) $2x + 1 ge 0$ so $x ge -frac 12$



    c) $x - 3 < 2x + 1$ so $-4 < x$ or $x > -4$.



    Combining we get $x ge 3$.



    2) $x-3 < 0$ and $2x +1 ge 0$.



    This means



    a) $x - 3 < 0$ so $x < 3$



    b) $2x + 1 ge 0$ so $x ge -frac 12$



    c) $3-x < 2x + 1$ so $2 < 3x$ and $x > frac 23$



    Combining we get $frac 23 < x < 3$.



    Case 3) $x-3 ge 0$ and $2x + 1 < 0$ then



    a) $x -3 ge 0$ and $x > 3$



    b) $2x + 1 < 0$ and $x < -frac 12$



    c) $x-3 < -1-2x$ and $3x < 2$ and $x < frac 23$.



    Combining we get contradictions. This is not possible.



    Case 4) $x-3 < 0$ and $2x + 1 < 0$ then



    a) $x - 3 < 0 $ so x < 3$



    b) $2x +1< 0$ so x < -frac 12$.



    c) $3-x < -2x - 1$ so $x < -4$



    Combining we get $x < -4$.



    So we have 3 possible results $x ge 3$ or $frac 23 < x < 3$ or $x < -4$. Combining we get either $x < -4$ of $x > frac 23$.






    share|cite|improve this answer











    $endgroup$













    • $begingroup$
      If $3 - x < 2x + 1$, then $2 < 3x implies x > frac{2}{3}$.
      $endgroup$
      – N. F. Taussig
      Dec 19 '18 at 10:24










    • $begingroup$
      Dang. Arithmetic in your head is hard .....
      $endgroup$
      – fleablood
      Dec 19 '18 at 17:18










    • $begingroup$
      Yee gods! I made at least 3 errors and a totally wrong answer! Still, I think cases are the most straight forward way to learn it.
      $endgroup$
      – fleablood
      Dec 19 '18 at 17:43














    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',
    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%2f3045883%2fabsolute-value-inequalities-analytical-approach%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









    1












    $begingroup$

    Analytically you may also proceed as follows:



    begin{eqnarray*} |x-3| < |2x+1|
    & Leftrightarrow & (x-3)^2 < (2x+1)^2 \
    & Leftrightarrow & 0 < (2x+1)^2 -(x-3)^2 stackrel{a^2-b^2 =(a-b)(a+b)}{=} (2x+1 - (x-3))(2x+1 + (x-3))\
    & Leftrightarrow & 0 < (x+4)(3x-2) \
    & Leftrightarrow & boxed{x< -4 mbox{ or } x>frac{2}{3}}\
    end{eqnarray*}






    share|cite|improve this answer









    $endgroup$


















      1












      $begingroup$

      Analytically you may also proceed as follows:



      begin{eqnarray*} |x-3| < |2x+1|
      & Leftrightarrow & (x-3)^2 < (2x+1)^2 \
      & Leftrightarrow & 0 < (2x+1)^2 -(x-3)^2 stackrel{a^2-b^2 =(a-b)(a+b)}{=} (2x+1 - (x-3))(2x+1 + (x-3))\
      & Leftrightarrow & 0 < (x+4)(3x-2) \
      & Leftrightarrow & boxed{x< -4 mbox{ or } x>frac{2}{3}}\
      end{eqnarray*}






      share|cite|improve this answer









      $endgroup$
















        1












        1








        1





        $begingroup$

        Analytically you may also proceed as follows:



        begin{eqnarray*} |x-3| < |2x+1|
        & Leftrightarrow & (x-3)^2 < (2x+1)^2 \
        & Leftrightarrow & 0 < (2x+1)^2 -(x-3)^2 stackrel{a^2-b^2 =(a-b)(a+b)}{=} (2x+1 - (x-3))(2x+1 + (x-3))\
        & Leftrightarrow & 0 < (x+4)(3x-2) \
        & Leftrightarrow & boxed{x< -4 mbox{ or } x>frac{2}{3}}\
        end{eqnarray*}






        share|cite|improve this answer









        $endgroup$



        Analytically you may also proceed as follows:



        begin{eqnarray*} |x-3| < |2x+1|
        & Leftrightarrow & (x-3)^2 < (2x+1)^2 \
        & Leftrightarrow & 0 < (2x+1)^2 -(x-3)^2 stackrel{a^2-b^2 =(a-b)(a+b)}{=} (2x+1 - (x-3))(2x+1 + (x-3))\
        & Leftrightarrow & 0 < (x+4)(3x-2) \
        & Leftrightarrow & boxed{x< -4 mbox{ or } x>frac{2}{3}}\
        end{eqnarray*}







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Dec 19 '18 at 2:59









        trancelocationtrancelocation

        13.4k1827




        13.4k1827























            1












            $begingroup$

            You have $|x-3| < |2x+1|$. Now there are 4 possible cases:



            1) $x-3ge 0$ and $2x + 1 ge 0$.



            This means:



            a) $x - 3 ge 0$ so $x ge 3$.



            b) $2x + 1 ge 0$ so $x ge -frac 12$



            c) $x - 3 < 2x + 1$ so $-4 < x$ or $x > -4$.



            Combining we get $x ge 3$.



            2) $x-3 < 0$ and $2x +1 ge 0$.



            This means



            a) $x - 3 < 0$ so $x < 3$



            b) $2x + 1 ge 0$ so $x ge -frac 12$



            c) $3-x < 2x + 1$ so $2 < 3x$ and $x > frac 23$



            Combining we get $frac 23 < x < 3$.



            Case 3) $x-3 ge 0$ and $2x + 1 < 0$ then



            a) $x -3 ge 0$ and $x > 3$



            b) $2x + 1 < 0$ and $x < -frac 12$



            c) $x-3 < -1-2x$ and $3x < 2$ and $x < frac 23$.



            Combining we get contradictions. This is not possible.



            Case 4) $x-3 < 0$ and $2x + 1 < 0$ then



            a) $x - 3 < 0 $ so x < 3$



            b) $2x +1< 0$ so x < -frac 12$.



            c) $3-x < -2x - 1$ so $x < -4$



            Combining we get $x < -4$.



            So we have 3 possible results $x ge 3$ or $frac 23 < x < 3$ or $x < -4$. Combining we get either $x < -4$ of $x > frac 23$.






            share|cite|improve this answer











            $endgroup$













            • $begingroup$
              If $3 - x < 2x + 1$, then $2 < 3x implies x > frac{2}{3}$.
              $endgroup$
              – N. F. Taussig
              Dec 19 '18 at 10:24










            • $begingroup$
              Dang. Arithmetic in your head is hard .....
              $endgroup$
              – fleablood
              Dec 19 '18 at 17:18










            • $begingroup$
              Yee gods! I made at least 3 errors and a totally wrong answer! Still, I think cases are the most straight forward way to learn it.
              $endgroup$
              – fleablood
              Dec 19 '18 at 17:43


















            1












            $begingroup$

            You have $|x-3| < |2x+1|$. Now there are 4 possible cases:



            1) $x-3ge 0$ and $2x + 1 ge 0$.



            This means:



            a) $x - 3 ge 0$ so $x ge 3$.



            b) $2x + 1 ge 0$ so $x ge -frac 12$



            c) $x - 3 < 2x + 1$ so $-4 < x$ or $x > -4$.



            Combining we get $x ge 3$.



            2) $x-3 < 0$ and $2x +1 ge 0$.



            This means



            a) $x - 3 < 0$ so $x < 3$



            b) $2x + 1 ge 0$ so $x ge -frac 12$



            c) $3-x < 2x + 1$ so $2 < 3x$ and $x > frac 23$



            Combining we get $frac 23 < x < 3$.



            Case 3) $x-3 ge 0$ and $2x + 1 < 0$ then



            a) $x -3 ge 0$ and $x > 3$



            b) $2x + 1 < 0$ and $x < -frac 12$



            c) $x-3 < -1-2x$ and $3x < 2$ and $x < frac 23$.



            Combining we get contradictions. This is not possible.



            Case 4) $x-3 < 0$ and $2x + 1 < 0$ then



            a) $x - 3 < 0 $ so x < 3$



            b) $2x +1< 0$ so x < -frac 12$.



            c) $3-x < -2x - 1$ so $x < -4$



            Combining we get $x < -4$.



            So we have 3 possible results $x ge 3$ or $frac 23 < x < 3$ or $x < -4$. Combining we get either $x < -4$ of $x > frac 23$.






            share|cite|improve this answer











            $endgroup$













            • $begingroup$
              If $3 - x < 2x + 1$, then $2 < 3x implies x > frac{2}{3}$.
              $endgroup$
              – N. F. Taussig
              Dec 19 '18 at 10:24










            • $begingroup$
              Dang. Arithmetic in your head is hard .....
              $endgroup$
              – fleablood
              Dec 19 '18 at 17:18










            • $begingroup$
              Yee gods! I made at least 3 errors and a totally wrong answer! Still, I think cases are the most straight forward way to learn it.
              $endgroup$
              – fleablood
              Dec 19 '18 at 17:43
















            1












            1








            1





            $begingroup$

            You have $|x-3| < |2x+1|$. Now there are 4 possible cases:



            1) $x-3ge 0$ and $2x + 1 ge 0$.



            This means:



            a) $x - 3 ge 0$ so $x ge 3$.



            b) $2x + 1 ge 0$ so $x ge -frac 12$



            c) $x - 3 < 2x + 1$ so $-4 < x$ or $x > -4$.



            Combining we get $x ge 3$.



            2) $x-3 < 0$ and $2x +1 ge 0$.



            This means



            a) $x - 3 < 0$ so $x < 3$



            b) $2x + 1 ge 0$ so $x ge -frac 12$



            c) $3-x < 2x + 1$ so $2 < 3x$ and $x > frac 23$



            Combining we get $frac 23 < x < 3$.



            Case 3) $x-3 ge 0$ and $2x + 1 < 0$ then



            a) $x -3 ge 0$ and $x > 3$



            b) $2x + 1 < 0$ and $x < -frac 12$



            c) $x-3 < -1-2x$ and $3x < 2$ and $x < frac 23$.



            Combining we get contradictions. This is not possible.



            Case 4) $x-3 < 0$ and $2x + 1 < 0$ then



            a) $x - 3 < 0 $ so x < 3$



            b) $2x +1< 0$ so x < -frac 12$.



            c) $3-x < -2x - 1$ so $x < -4$



            Combining we get $x < -4$.



            So we have 3 possible results $x ge 3$ or $frac 23 < x < 3$ or $x < -4$. Combining we get either $x < -4$ of $x > frac 23$.






            share|cite|improve this answer











            $endgroup$



            You have $|x-3| < |2x+1|$. Now there are 4 possible cases:



            1) $x-3ge 0$ and $2x + 1 ge 0$.



            This means:



            a) $x - 3 ge 0$ so $x ge 3$.



            b) $2x + 1 ge 0$ so $x ge -frac 12$



            c) $x - 3 < 2x + 1$ so $-4 < x$ or $x > -4$.



            Combining we get $x ge 3$.



            2) $x-3 < 0$ and $2x +1 ge 0$.



            This means



            a) $x - 3 < 0$ so $x < 3$



            b) $2x + 1 ge 0$ so $x ge -frac 12$



            c) $3-x < 2x + 1$ so $2 < 3x$ and $x > frac 23$



            Combining we get $frac 23 < x < 3$.



            Case 3) $x-3 ge 0$ and $2x + 1 < 0$ then



            a) $x -3 ge 0$ and $x > 3$



            b) $2x + 1 < 0$ and $x < -frac 12$



            c) $x-3 < -1-2x$ and $3x < 2$ and $x < frac 23$.



            Combining we get contradictions. This is not possible.



            Case 4) $x-3 < 0$ and $2x + 1 < 0$ then



            a) $x - 3 < 0 $ so x < 3$



            b) $2x +1< 0$ so x < -frac 12$.



            c) $3-x < -2x - 1$ so $x < -4$



            Combining we get $x < -4$.



            So we have 3 possible results $x ge 3$ or $frac 23 < x < 3$ or $x < -4$. Combining we get either $x < -4$ of $x > frac 23$.







            share|cite|improve this answer














            share|cite|improve this answer



            share|cite|improve this answer








            edited Dec 19 '18 at 17:42

























            answered Dec 19 '18 at 1:31









            fleabloodfleablood

            73.7k22891




            73.7k22891












            • $begingroup$
              If $3 - x < 2x + 1$, then $2 < 3x implies x > frac{2}{3}$.
              $endgroup$
              – N. F. Taussig
              Dec 19 '18 at 10:24










            • $begingroup$
              Dang. Arithmetic in your head is hard .....
              $endgroup$
              – fleablood
              Dec 19 '18 at 17:18










            • $begingroup$
              Yee gods! I made at least 3 errors and a totally wrong answer! Still, I think cases are the most straight forward way to learn it.
              $endgroup$
              – fleablood
              Dec 19 '18 at 17:43




















            • $begingroup$
              If $3 - x < 2x + 1$, then $2 < 3x implies x > frac{2}{3}$.
              $endgroup$
              – N. F. Taussig
              Dec 19 '18 at 10:24










            • $begingroup$
              Dang. Arithmetic in your head is hard .....
              $endgroup$
              – fleablood
              Dec 19 '18 at 17:18










            • $begingroup$
              Yee gods! I made at least 3 errors and a totally wrong answer! Still, I think cases are the most straight forward way to learn it.
              $endgroup$
              – fleablood
              Dec 19 '18 at 17:43


















            $begingroup$
            If $3 - x < 2x + 1$, then $2 < 3x implies x > frac{2}{3}$.
            $endgroup$
            – N. F. Taussig
            Dec 19 '18 at 10:24




            $begingroup$
            If $3 - x < 2x + 1$, then $2 < 3x implies x > frac{2}{3}$.
            $endgroup$
            – N. F. Taussig
            Dec 19 '18 at 10:24












            $begingroup$
            Dang. Arithmetic in your head is hard .....
            $endgroup$
            – fleablood
            Dec 19 '18 at 17:18




            $begingroup$
            Dang. Arithmetic in your head is hard .....
            $endgroup$
            – fleablood
            Dec 19 '18 at 17:18












            $begingroup$
            Yee gods! I made at least 3 errors and a totally wrong answer! Still, I think cases are the most straight forward way to learn it.
            $endgroup$
            – fleablood
            Dec 19 '18 at 17:43






            $begingroup$
            Yee gods! I made at least 3 errors and a totally wrong answer! Still, I think cases are the most straight forward way to learn it.
            $endgroup$
            – fleablood
            Dec 19 '18 at 17:43




















            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%2f3045883%2fabsolute-value-inequalities-analytical-approach%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