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
-2
votes
2 answers

Find the number of ordered pairs satisfying the following:

What are the number of ordered pairs of (x,y) satisfying the following system of simultaneous equations? \begin{align*} |x^2-2x|+y & =1\\ x^2+|y| & =1 \end{align*}
-2
votes
1 answer

Find the absolute minimum and absolute maximum of $|x+2|+7$

Find the absolute minimum and absolute maximum of $|x+2|+7$. $|x+2|+7$ was not stated to either be a function or not so what do I do?
-2
votes
2 answers

What is the logic behind finding the minimum value of an absolute value function?

Say if you want to find the minimum value of $A$ where: $$A=|x-2|+|x+3|+|x-6|$$ How would you solve it and what is the logic? I read that I should set each absolute value to $0$. And substitute each $x$ value. The smallest value of $A$ based on that…
-2
votes
2 answers

Help solving equation involving absolute value, $|x|+x=0$

I have seen the teacher solving this equation, but I cannot understand the solution. Would someone please explain a solution to this equation? $$|x|+x=0$$ Solution: $$x+(-x)=0$$ $$0=0. $$
Vinicius L. Beserra
  • 527
  • 1
  • 5
  • 14
-2
votes
3 answers

Formula for absolute value which is defined for abs(0)

Is there an equation f(x) for absolute value, that is defined for every defined value of x, without using separate equation for different ranges. It should be defined without using a conditional check.
-3
votes
1 answer

Why isn't there any Anti-Modulus Function?

Why isn't there anything which works like anti modulus? That is, a function which gives negative of absolute values of the number? Simply, if modulus function |x| is: when x≥0 then |x|= x and when x<0 then |x|= 0 Then why can't there be a function…
user1034668
-3
votes
1 answer

What does the absolute valued expression actually mean according to this?

Does this mean that for an absolute value of $x$, we can either get two values of $x$ which must be greater than or equal to $0$ or two values where if one is negative then the other must be positive and they both must be less than $0$? Thanks a…
-3
votes
4 answers

Solving $|x+2| = 4 + |x-7|$

How would one solve the following equation over $\mathbb R$? $$|x+2| = 4 + |x-7|$$
mbm3
  • 1
-4
votes
2 answers

Does |-x+3| equal x-3?

I'm not sure how to solve absolute values. How do I find the value of an absolute value. Here are some examples: Does |-x+3| equal x-3? Does |x+3| equal x+3?
1 2 3
17
18