Absolute Value Inequalities: Solving and Graphing

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 3K views
Spectrum47
Messages
7
Reaction score
0

Homework Statement



Solve the inequality and sketch the graph of the solution on the real number line.



Homework Equations



|x - a|< or equal to b, b > 0

Let us imagine that the ">" and "<" signs also include "equal to" except for the condition, b > 0, in order to solve this question.

The Attempt at a Solution



My attempt in accordance with the solution that is within the textbook:

|x - a|< b
-b < x - a < b
a - b < x < a + b

Now this is confusing due to the fact that the condition, "b must be greater than 0", prohibits b from being negative in the second line of my attempt. Though this is the only way I know how to solve it. Can anyone explain as to why this is the case? Does the condition just deal with the real number line and placing these values in the positive direction and to the right of zero?
 
Physics news on Phys.org
|x - a|< b
-b < x - a < b
a - b < x < a + b

b could still very well be positive could it not?
 
Last edited:
Hello.

Do you mean to imply that:

|x - a| < b
(-)b < x - a < b
a - b < x < a + b

Therefore, there is a negative integer in front of b and it is actually positive? Is that so because we are looking at both cases (positive and negative) for an absolute value inequality but they must still be positive values?
 
No, there is NOT a negative integer in front of b. Let's look at a similar inequality with b replaced by a positive number, 2.

|x - a| <= 2
-2 <= x - a <= 2
a - 2 <= x <= a + 2

2 is positive, so it's opposite, -2, is negative.

In your problem b is positive, so -b is negative.
 
Spectrum47 said:

Homework Statement



Solve the inequality and sketch the graph of the solution on the real number line.



Homework Equations



|x - a|< or equal to b, b > 0

Let us imagine that the ">" and "<" signs also include "equal to" except for the condition, b > 0, in order to solve this question.

The Attempt at a Solution



My attempt in accordance with the solution that is within the textbook:

|x - a|< b
-b < x - a < b
a - b < x < a + b

Now this is confusing due to the fact that the condition, "b must be greater than 0", prohibits b from being negative in the second line of my attempt. Though this is the only way I know how to solve it. Can anyone explain as to why this is the case? Does the condition just deal with the real number line and placing these values in the positive direction and to the right of zero?
In fact, since any absolute value and, in particular, |x- a| can never be negative, the inequality |x- a|< b is only possible if b> 0- that is no restriction at all.
-b< x- a< b only makes sense if b> 0 since it implies -b< b which is not true if b< 0.
 
Alright, thank you all very much for your help. That clarified it for me.