How do I solve the inequality $x<x^2-12<4x$?











up vote
0
down vote

favorite












So first I considered
$x < x^2 -12$
so I get $0 < x^2 - x -12$
which is $0<(x+3)(x-4)$



after this I don't know where to go



Again, I considered $x^2 - 12< 4x$
which is $x^2 - 4x - 12<0$
so $(x+2)(x-6)<0$



Again same issue, I don't know where to after that.










share|cite|improve this question
























  • You may look here
    – A.Γ.
    Nov 17 at 14:58






  • 1




    After you got the inequality $0<(x+3)(x-4)$, the next step is to remember that a product of two real numbers is positive if and only if the two factors are either both positive or both negative. Also, in this particular problem, it might be useful to notice, before working on the quadratic inequalities, that you'll only be dealing with positive values of $x$ because any solution will have $x<4x$.
    – Andreas Blass
    Nov 17 at 15:00















up vote
0
down vote

favorite












So first I considered
$x < x^2 -12$
so I get $0 < x^2 - x -12$
which is $0<(x+3)(x-4)$



after this I don't know where to go



Again, I considered $x^2 - 12< 4x$
which is $x^2 - 4x - 12<0$
so $(x+2)(x-6)<0$



Again same issue, I don't know where to after that.










share|cite|improve this question
























  • You may look here
    – A.Γ.
    Nov 17 at 14:58






  • 1




    After you got the inequality $0<(x+3)(x-4)$, the next step is to remember that a product of two real numbers is positive if and only if the two factors are either both positive or both negative. Also, in this particular problem, it might be useful to notice, before working on the quadratic inequalities, that you'll only be dealing with positive values of $x$ because any solution will have $x<4x$.
    – Andreas Blass
    Nov 17 at 15:00













up vote
0
down vote

favorite









up vote
0
down vote

favorite











So first I considered
$x < x^2 -12$
so I get $0 < x^2 - x -12$
which is $0<(x+3)(x-4)$



after this I don't know where to go



Again, I considered $x^2 - 12< 4x$
which is $x^2 - 4x - 12<0$
so $(x+2)(x-6)<0$



Again same issue, I don't know where to after that.










share|cite|improve this question















So first I considered
$x < x^2 -12$
so I get $0 < x^2 - x -12$
which is $0<(x+3)(x-4)$



after this I don't know where to go



Again, I considered $x^2 - 12< 4x$
which is $x^2 - 4x - 12<0$
so $(x+2)(x-6)<0$



Again same issue, I don't know where to after that.







inequality






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Nov 17 at 14:38









mrtaurho

2,7391827




2,7391827










asked Nov 17 at 14:36









RiRi

143




143












  • You may look here
    – A.Γ.
    Nov 17 at 14:58






  • 1




    After you got the inequality $0<(x+3)(x-4)$, the next step is to remember that a product of two real numbers is positive if and only if the two factors are either both positive or both negative. Also, in this particular problem, it might be useful to notice, before working on the quadratic inequalities, that you'll only be dealing with positive values of $x$ because any solution will have $x<4x$.
    – Andreas Blass
    Nov 17 at 15:00


















  • You may look here
    – A.Γ.
    Nov 17 at 14:58






  • 1




    After you got the inequality $0<(x+3)(x-4)$, the next step is to remember that a product of two real numbers is positive if and only if the two factors are either both positive or both negative. Also, in this particular problem, it might be useful to notice, before working on the quadratic inequalities, that you'll only be dealing with positive values of $x$ because any solution will have $x<4x$.
    – Andreas Blass
    Nov 17 at 15:00
















You may look here
– A.Γ.
Nov 17 at 14:58




You may look here
– A.Γ.
Nov 17 at 14:58




1




1




After you got the inequality $0<(x+3)(x-4)$, the next step is to remember that a product of two real numbers is positive if and only if the two factors are either both positive or both negative. Also, in this particular problem, it might be useful to notice, before working on the quadratic inequalities, that you'll only be dealing with positive values of $x$ because any solution will have $x<4x$.
– Andreas Blass
Nov 17 at 15:00




After you got the inequality $0<(x+3)(x-4)$, the next step is to remember that a product of two real numbers is positive if and only if the two factors are either both positive or both negative. Also, in this particular problem, it might be useful to notice, before working on the quadratic inequalities, that you'll only be dealing with positive values of $x$ because any solution will have $x<4x$.
– Andreas Blass
Nov 17 at 15:00










2 Answers
2






active

oldest

votes

















up vote
1
down vote













$$0 < (x+3)(x-4)$$



is equivalent to $x < -3$ or $x >4$. To see this sketch the convex quadratic curve and see where is it positive.



Similarly,
$$(x+2)(x-6) < 0$$ is equivalent to $$-2 < x<6.$$



Intersecting them, the region of interest is



$$4 < x< 6.$$



enter image description here






share|cite|improve this answer






























    up vote
    1
    down vote













    You have to solve the system of quadratic inequalities
    begin{cases}
    x^2-x-12>0 ,\
    x^2-4x-12<0 .
    end{cases}

    The first quadratic polynomial has roots $4$ and $-3$, hence the solutions of the first inequation is
    $$S_1=(-infty,-3)cup(4,infty).$$
    As to the second quadratic polynomial, it has roots $6$ and $-2$, so the solution of the second inequation is
    $$S_2=(-2, 6),$$
    and the solutions of the system is
    $$S_1cap S_2=(4,6).$$






    share|cite|improve this answer





















    • Thank you so much! the last part cleared my doubt completely!!
      – RiRi
      Nov 18 at 10:21











    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: 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%2f3002423%2fhow-do-i-solve-the-inequality-xx2-124x%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








    up vote
    1
    down vote













    $$0 < (x+3)(x-4)$$



    is equivalent to $x < -3$ or $x >4$. To see this sketch the convex quadratic curve and see where is it positive.



    Similarly,
    $$(x+2)(x-6) < 0$$ is equivalent to $$-2 < x<6.$$



    Intersecting them, the region of interest is



    $$4 < x< 6.$$



    enter image description here






    share|cite|improve this answer



























      up vote
      1
      down vote













      $$0 < (x+3)(x-4)$$



      is equivalent to $x < -3$ or $x >4$. To see this sketch the convex quadratic curve and see where is it positive.



      Similarly,
      $$(x+2)(x-6) < 0$$ is equivalent to $$-2 < x<6.$$



      Intersecting them, the region of interest is



      $$4 < x< 6.$$



      enter image description here






      share|cite|improve this answer

























        up vote
        1
        down vote










        up vote
        1
        down vote









        $$0 < (x+3)(x-4)$$



        is equivalent to $x < -3$ or $x >4$. To see this sketch the convex quadratic curve and see where is it positive.



        Similarly,
        $$(x+2)(x-6) < 0$$ is equivalent to $$-2 < x<6.$$



        Intersecting them, the region of interest is



        $$4 < x< 6.$$



        enter image description here






        share|cite|improve this answer














        $$0 < (x+3)(x-4)$$



        is equivalent to $x < -3$ or $x >4$. To see this sketch the convex quadratic curve and see where is it positive.



        Similarly,
        $$(x+2)(x-6) < 0$$ is equivalent to $$-2 < x<6.$$



        Intersecting them, the region of interest is



        $$4 < x< 6.$$



        enter image description here







        share|cite|improve this answer














        share|cite|improve this answer



        share|cite|improve this answer








        edited Nov 17 at 14:49









        irchans

        94239




        94239










        answered Nov 17 at 14:40









        Siong Thye Goh

        96.2k1462116




        96.2k1462116






















            up vote
            1
            down vote













            You have to solve the system of quadratic inequalities
            begin{cases}
            x^2-x-12>0 ,\
            x^2-4x-12<0 .
            end{cases}

            The first quadratic polynomial has roots $4$ and $-3$, hence the solutions of the first inequation is
            $$S_1=(-infty,-3)cup(4,infty).$$
            As to the second quadratic polynomial, it has roots $6$ and $-2$, so the solution of the second inequation is
            $$S_2=(-2, 6),$$
            and the solutions of the system is
            $$S_1cap S_2=(4,6).$$






            share|cite|improve this answer





















            • Thank you so much! the last part cleared my doubt completely!!
              – RiRi
              Nov 18 at 10:21















            up vote
            1
            down vote













            You have to solve the system of quadratic inequalities
            begin{cases}
            x^2-x-12>0 ,\
            x^2-4x-12<0 .
            end{cases}

            The first quadratic polynomial has roots $4$ and $-3$, hence the solutions of the first inequation is
            $$S_1=(-infty,-3)cup(4,infty).$$
            As to the second quadratic polynomial, it has roots $6$ and $-2$, so the solution of the second inequation is
            $$S_2=(-2, 6),$$
            and the solutions of the system is
            $$S_1cap S_2=(4,6).$$






            share|cite|improve this answer





















            • Thank you so much! the last part cleared my doubt completely!!
              – RiRi
              Nov 18 at 10:21













            up vote
            1
            down vote










            up vote
            1
            down vote









            You have to solve the system of quadratic inequalities
            begin{cases}
            x^2-x-12>0 ,\
            x^2-4x-12<0 .
            end{cases}

            The first quadratic polynomial has roots $4$ and $-3$, hence the solutions of the first inequation is
            $$S_1=(-infty,-3)cup(4,infty).$$
            As to the second quadratic polynomial, it has roots $6$ and $-2$, so the solution of the second inequation is
            $$S_2=(-2, 6),$$
            and the solutions of the system is
            $$S_1cap S_2=(4,6).$$






            share|cite|improve this answer












            You have to solve the system of quadratic inequalities
            begin{cases}
            x^2-x-12>0 ,\
            x^2-4x-12<0 .
            end{cases}

            The first quadratic polynomial has roots $4$ and $-3$, hence the solutions of the first inequation is
            $$S_1=(-infty,-3)cup(4,infty).$$
            As to the second quadratic polynomial, it has roots $6$ and $-2$, so the solution of the second inequation is
            $$S_2=(-2, 6),$$
            and the solutions of the system is
            $$S_1cap S_2=(4,6).$$







            share|cite|improve this answer












            share|cite|improve this answer



            share|cite|improve this answer










            answered Nov 17 at 14:56









            Bernard

            116k637108




            116k637108












            • Thank you so much! the last part cleared my doubt completely!!
              – RiRi
              Nov 18 at 10:21


















            • Thank you so much! the last part cleared my doubt completely!!
              – RiRi
              Nov 18 at 10:21
















            Thank you so much! the last part cleared my doubt completely!!
            – RiRi
            Nov 18 at 10:21




            Thank you so much! the last part cleared my doubt completely!!
            – RiRi
            Nov 18 at 10:21


















            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.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


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


            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%2f3002423%2fhow-do-i-solve-the-inequality-xx2-124x%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

            How to send String Array data to Server using php in android

            Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

            Is anime1.com a legal site for watching anime?