Creating an absolute value equation from an inequallity

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
karush
Gold Member
MHB
Messages
3,240
Reaction score
5
if you are given $$-6 \leq x \leq 14$$

from this how do you create an abs equation like $$|x-4| \leq 10$$

k
 
Mathematics news on Phys.org
Re: creating an abs equation

karush said:
if you are given $$-6 \leq x \leq 14$$

from this how do you create an abs equation like $$|x-4| \leq 10$$

k

Note that we can express the absolute value in terms of an inequality: $|y|\leq c \iff -c \leq y \leq c$.

Now, note that if we subtract 4 from each piece of $-6\leq x\leq 14$, we get $-10\leq x-4 \leq 10$. Thus, by what I mentioned in the first line, this means that $|x-4|\leq 10$.

Does this clarify things?
 
Re: creating an abs equation

karush said:
if you are given $$-6 \leq x \leq 14$$
from this how do you create an abs equation like $$|x-4| \leq 10$$

[tex]a \le x \le b[/tex] converts to [tex]\left| {x - \frac{{a + b}}{2}} \right| \le \frac{{b - a}}{2}[/tex].

Think of the mid-point of [tex][a,b][/tex] as well as the radius.