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
0
votes
3 answers

Triangle inequality. Where does it come from in this form?

I always understood the triangle inequality to be the following: If you have 2 sides of a triangle, say 4 and 6, the third side had to be between 2 and 10. However, I see the triangle inequality written in this form: $|a+b| \leq |a|+ |b| $ How…
Jwan622
  • 5,704
0
votes
2 answers

Double absolute value problem

How do I even go about solving something like this: $|x-1| - |x-3| \geq 5$ I know that if the question is this: $|x-1| > 5$ I can split that up into: $|x-1| > 5$ and $|x-1| < -5$ But I'm a little confused about this problem.
Jwan622
  • 5,704
0
votes
2 answers

What is the sum of values that $a$ can take?

$x$ and $y$ are negative integers. $y+x = -5$ $\left\lvert x-y \right\rvert + a \cdot \left\lvert y-x \right\rvert = 12$ What is the sum of values that $a$ can take? I know that $\left\lvert y-x \right\rvert = \left\lvert x-y \right\rvert$
user514117
0
votes
1 answer

$\frac {|a-b|+|b-a|}{|a|+|b|} = ?$

$$a<0
user514117
0
votes
0 answers

About vector addition and absolute values in a subspace

So, given that $$W = \{[x, y] \mid y = |x| \} \in R_2$$ which one is correct, given that vector $v = [x_1,y_1]$ and $u = [x_2,y_2]$ are in $W$? $$ 1.\ v+u = [x_1+x_2, \lVert x_1+x_2 \lVert\ ] $$ $$ 2.\ v+u = [x_1 , \lVert x_1 \lVert\ ] + [x_2 ,…
0
votes
4 answers

$|x^2 -x| - |1-x| = 0$

$$|x^2 -x| - |1-x| = 0$$ I'm trying to find the values that $x$ can take by thinking case by case like $x<1 $ or $x>1$. How do you apply it for this question? Regards
user491722
0
votes
1 answer

Is this a valid equation for absolute value?

Suppose I have any three numbers $a,b,$ and $c$. I'm wondering if it's true in general that $$||a - c| - |b - c || = |a - b|$$ I've been testing this out with numbers and thinking about it in terms of length of lines and it seems to hold true. But I…
Patty
  • 787
0
votes
2 answers

Sketch a graph of $f(x)=|x^2-1|-|x^2-4|$

Sketch a graph of $f(x)=|x^2-1|-|x^2-4|$ I thought in order to graph this function, I would try to rewrite $f$ as a piece-wise defined function. The zeros of the absolute values are at $x= \pm 1$ and $x= \pm 2$. If $x \leq -2$ then…
HighSchool15
  • 2,061
  • 14
  • 35
0
votes
1 answer

intergal of $|f(x)|/f(x)$

Is there a way to take the integral of $\frac{\lvert f(x)\rvert}{f(x)}$ in terms of x? I'm a little new to integrals, but I've had experience with derivatives, so I was thinking there was a chain rule for integrals, but I couldn't find an effective…
0
votes
2 answers

What are the number solutions of this equation

I am new to modulus function, and I want to find number of solutions to: $$ \vert x+1 \vert + \vert x+2 \vert + \vert x+3 \vert = a $$ $$ x = [-4,4] $$ Where $ a $ is a parameter.
Fghj
  • 1,471
0
votes
1 answer

Dealing with 2 absolute values in one inequality.

Could anyone tell me how $|f'(x)- L| < |L|/2$ give us $|f'(x)| \gt |L|/2$ ? and $L \ne 0$.
Emptymind
  • 1,901
0
votes
4 answers

Equation involving absolute values

I am trying to solve this (knowing that $w$ is bigger than zero and real): $$|1-\frac{7}{6}w-\sqrt{19}|=|1-\frac{7}{6}w+\sqrt{19}|$$ I put it into wolframalpha and it spat out $w = 6/7$, but how is that possible when the $w$-part is the same on each…
0
votes
0 answers

absolute value equations with parameter

|2x - 3a| + |a + 1 - x| = |x + 1| I am failing to compare (3/2)a and a+1 when searching for critical points. I am aware that this question was answered before but I couldn't understand it. How to find subintervals for x ? Thanks!
kenobe
  • 83
0
votes
3 answers

A question regarding absolute value.

$$|x-2|+|x+3|= 5$$ What are the real values of $x$ satisfies the equation? I tried doing this but it somehow did not work. Could someone explaim why please? Here's my workings : $$|x-2|+|x+3|=5$$ $$\Rightarrow (x-2)+(x+3)=5$$ $$\Rightarrow…
Ayse
  • 1
0
votes
3 answers

What is the minimum value of $|2x-5|+6$?

What is the minimum value of $|2x-5|+6$?
John
  • 39