Questions tagged [absolute-value]

For questions about or involving the absolute value function also known as modulus function.

The absolute value function, usually denoted by $|x|$, is a function $\mathbb{R} \to [0, \infty)$ which can be defined in three equivalent ways:

  1. $|x| = \begin{cases}x &\ \text{if $x \ge 0$, and} \\ -x &\ \text{if $x < 0$.} \end{cases}$

  2. $|x| = \sqrt{x^2}$, and

  3. $|x| = \max \{x, -x\}$.

This definition extends to complex numbers as the square root of the norm: $|x+iy|=\sqrt{x^2+y^2}$. In both cases, the function may be interpreted geometrically as the distance of the input number from the origin.


More generally, an absolute value may be defined on an field (or integral domain) $k$ as a function $|\cdot | : k \to \mathbb{R}$ which satisfies the axioms

  1. (nonnegativity) $|x| \ge 0$ for all $x \in k$,

  2. (definiteness) $|x| = 0 \iff x = 0 \in k$,

  3. (multiplicativity) $|x y| = |x||y| $ for all $x,y\in k$ ), and

  4. (triangle inequality) $|x+y| \le |x| + |y|$ for all $x,y\in k$.

For example, if $p$ is a fixed prime number and $x \in \mathbb{Q}$, then there exists a unique $n \in \mathbb{Z}$ such that $x$ may be written as $$ x = p^n \frac{a}{b}, $$ where $\gcd(p, a) = \gcd(p, b) = 1$. The function which maps $x$ to $p^{-n}$ is an absolute value on $\mathbb{Q}$, called the $p$-adic absolute value.

3133 questions
4
votes
4 answers

double absolute values

I am having a little bit of problem with an inequality with nested absolute values: $$|z^2-1| \ge |z+|1-z^2||$$ I've tried solving it by making three cases, $z\ge1$, $z\le-1$ and $z$ between $1$ and $-1$ and thus getting rid of absolute values for…
germyzz
  • 121
4
votes
2 answers

Distribution and Absolute Value

I have a question about distribution and absolute values. I was solving a problem and was wondering if it would be okay to distribute a number into an absolute value with two terms. For example $3|2x+3|+3x^2-5$, is it okay to distribute the $3$ into…
Kot
  • 3,273
4
votes
3 answers

Solve $|3-x|=x-3$.

Solve: $|3 - x| = x - 3$. Answer: $|u| = -u$ when and only when $u \le 0$. So, $|3 - x| = x - 3$ when and only when $3 - x \le 0$; that is, $3 \le x$. Hi! I'm new here. I'm working out of this book called Schaum's Outlines 3,000 Solved Problems in…
3
votes
0 answers

Nested absolute operations

The question is: are the following two functions equivalent? And if yes, what properties of the absolute value should I use to prove it? $f_1(x,y,z)$ = $|\, x + |y+z| \,|$ $f_2(x,y,z)$ = $| \,|x+y| + z \,|$
ata6502
  • 41
  • 2
3
votes
2 answers

Why exactly can you take the absolute value of one side of this inequality and assume it is still true?

Exercise: Show that if $(b_n) \to b$, then the sequence of absolute values $\left| b_n \right|$ converges to $\left| b \right|$. Solution (partial): By the triangle inequality, $\left| b_n \right| = \left| b_n - b +b \right| \leq \left| b_n - b…
ghshtalt
  • 2,753
3
votes
1 answer

How to express 2 absolute values as a piecewise function??

I understand how to solve 1 absolute value as a piecewise function. $f(x)=|x-1|$ $$ f(x)= \begin{cases} x-1& \text{if }x\ge1\\ 1-x&\text{if }x<1 \end{cases} $$ But when a function involving 2 absolute values (or maybe more), I get stuck. What…
Joshua
  • 71
3
votes
2 answers

$|a|−|b|$ is less than or equal to $|a−b|$

Prove: $|a|−|b|$ is less than or equal to $a−b|$ I sloved this problem by assuming it was right, than checking if $a-b>0$, $a$ positive\negative b$$ positive\negative than doing the same thing with $a-b<0$. I have a feeling it has a more simple way
3
votes
3 answers

Solving two greatest integer function equations

If $$x\lfloor x\rfloor =39 \quad \text{and}\quad y\lfloor y \rfloor=68.$$ What is the value of: $$\lfloor x\rfloor+\lfloor y \rfloor $$ I don't know how to solve such problems. I would appreciate an insight regarding the general approach to such…
Adienl
  • 1,069
3
votes
1 answer

If absolute is for subtraction, is there anything for division?

$\mathrm{Abs}(a - b)$ is $b - a$ if $a - b < 0$ else $a -b$. If so, is there anything equivalent for division? That is, something like: $\mathrm{Xxx}(a/b)$ is $b/a$ if $a/b < 1$ else $a/b$. Thanks.
akai
  • 203
3
votes
2 answers

Is absolute value a function or property?

Not the most groundbreaking curiosity, but entertaining my brain. In basic algebra, is absolute value a function, counting the distance between the value and zero? Or is it a property, that every numbers unsigned representation is its absolute…
3
votes
1 answer

Problem about absolute value

$$\begin{align*} |x|=x &\text{if }x\geq 0\\ |x|=-x &\text{if }x\lt 0. \end{align*}$$ Show that $|xy|=|x||y|$. I try to prove it as follows: $|xy|=xy$ if $xy\geq 0$, but $xy\geq 0$ if and only if $x\geq 0$ and $y\geq 0$. Since $x\geq 0$ and…
leopard
  • 407
3
votes
2 answers

Constructing new numbers from negative absolute value

Before the construction of the complex numbers, people thought you couldn't take the square root of a negative number. Then came along of the definition of the imaginary unit $$i^2 = -1$$ and now we've got a whole new system with all-new properties…
chharvey
  • 2,612
3
votes
1 answer

Evaluate x in this absolute value form equation

|x-1|+|x-2|=|x-3| Can you show me the solution to this equation?
3
votes
3 answers

Help with Absolute Value Mathematics

Currently, I am having trouble with the following questions listed below: Solve the equation $$\left\lvert x-2\right\rvert -\left\lvert x+ 3\right\rvert =x^2 - 1$$ For this question, I have drawn the graph for both, and found that there are two…
3
votes
3 answers

How to solve this absolute value equation and summation question??

$$|2x − 3| − |x + 2| = 5$$ I have no idea. I didn't see anything like this in class. It is a practice question and something like it will come up on the exam can someone please show me the full solution and working (that is how I learn) Thanks in…
1
2
3
17 18