Absolute Value Inequalities

Key Questions

  • Example

    The solution set of #|x| > -1# is the set of all real numbers.


    I hope that this was helpful.

  • If all the terms of the inequality are absolute values, then Yes, but if the inequality contains a term which is not force to an absolute value then No.

    If all terms of an inequality are absolute values then the only way either side could be negative is if the collection of terms on that side contained a subtraction. For example:
    #|a| -|b| < |c|#
    But such an inequality could always be written without the subtraction by adding an amount equal to that being subtracted to each side
    #(|a| -|b| < |c|) -> (|a| < |c| + |b|)#

    Since this is the case one side of the inequality must have an absolute value that is less than (or less than or equal to) some positive number. Lets call this positive number #K#.

    The minimal side of the inequality must be #< (K)# AND #> (-K)# (a compound relationship).

    Note however, if any of the terms are not absolute values, this does not apply. For example:
    #a < |b|#
    is not a compound relationship; #a# is not restricted except by an upper limit of #|b|#.

  • There are many facets to this question. I will address a simply one and let the questioner expand to a specific example he/she may have.

    Assume: #abs(f(x)) < a# #[a in RR]#

    Then, either #f(x) < a or -f(x) < a#

    Applying the rules of inequalities, either #f(x) < a or f(x) > -a #

    Which leads to the compound inequality: #-a < f(x) < a#

    Therefore in solving absolute value inequalities of this and similar forms simply consider both positive and negative possibilities of the function and solve for each.

    Example: #abs(x-3) < 5#

    Either #(x-3) < 5 -> x < 8#

    Or #-(x-3) < 5 -> (x-3) > -5 -> x > -2#

    Thus: #-2 < x < 8#

    Which can be expressed in interval notation as: #x in (-2,8)#

Questions