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

Peculiarities about Finding Absolute Values

It is known that the formula $\sqrt{x^2}$ is equal to the value of $|x|$. In my spare time last night, I wondered about $\sqrt[3]{x^3}$. After some thought and some graphing, I came up with this: If $x<0$, $\Im(\sqrt[3]{x^3})$ If $x=0$, $0$ If…
0
votes
1 answer

Can this equation always be true? $|\cos(\ln x)-2\sin(\ln x)| \le |\cos(\ln x)|-|2\sin(\ln x)|$

$$|\cos(\ln x)-2\sin(\ln x)| \le |\cos(\ln x)|-|2\sin(\ln x)|$$ I'm confusing with $$|x-y|\ge||x|-|y||$$ because if I put minus in to $\sin(\ln x)$ It would be $$|\cos(\ln x)+2\sin(-\ln x)|\le|\cos(\ln x)|+|2\sin(-\ln x)|$$ Then it end up with…
0
votes
1 answer

Equality with absolute value.

The real numbers $x, y$ satisfy the equality: $$x\cdot\frac{4^x-2^y}{4^x+2^y} =y\cdot \frac{4^y-2^x}{4^y+2^x}$$ Prove that $|x| = |y|$ PS. I tried to work this way but ran out of ideas:( Maybe there is another slicker way? $$\frac{x}{y}\cdot…
Fty56
  • 149
0
votes
0 answers

Is there a "test" to see if a number is positive or negative?

This might be a silly question, but I'm curious if there is some sort of test to see if a number is positive or negative. What I mean by a test is that there is something that can be computed. For example, one test you might do to check to see if a…
0
votes
1 answer

Absolute value Inequality: $a+b+c=2$; $abc=4.$ What's the minimum value of $|a|+|b|+|c|?$

Given $a,b,c$ real numbers, with $a+b+c=2$ and $abc=4.$ What's the minimum value of $|a|+|b|+|c|?$
0
votes
0 answers

Absolute value definition without logic

The absolute value of $x$ is defined as $x$ if $x>= 0$ and $-x$ otherwise. But is it possible to define it without using logic? People say that $|x|=\sqrt{x^2},$ but that can give either $x$ or $-x.$ So maybe I can put the solutions to $\sqrt{x^2}$…
0
votes
0 answers

Is this case distinction correct

Let $f:\mathbb{R}\to\mathbb{R}$, $f(x)=x|x-1|=\begin{cases} -x(x-1) &x\leq1 \\ x(x-1) & x>1 \end{cases}$. Is this case distinction correct? Thank you!
Uhmm
  • 317
0
votes
0 answers

How to simplify an equation with absolute value

I have this expression $$(-Ax\sin(xt) + Bx\cos(x t))\times|-Ax\sin(x t) + Bx\cos(x t)| = 0.$$ I try to recast it in terms of a simple function of $\cos(x t)$ and $\sin(x t)$. The absolute value blocks me and I don't know what to do with it. Thank…
sobat
  • 1
0
votes
1 answer

Does $\frac{x^2}{|x|} = |x|$? If so, why?

The title seems like a simple statement, but my lack of skill with absolute values prevents me from being too creative with the intuition. I can't seem to find an answer to this online, so I assume this result follows from a few elementary absolute…
Scene
  • 1,566
0
votes
0 answers

How can I solve an equation with two absolute values within a 3rd absolute value?

My equation is as follows: Δ = ||(z1 - z2) / r1| - |(z1 - z3) / r2|| where r1 = sqrt((x1-x2)^2 + (y1-y2)^2) and r2 = sqrt((x1-x3)^2 + (y1-y3)^2) I don't remember much about absolute values, so I did some reading and came up with these formulas: Δ =…
Kyle
  • 1
0
votes
0 answers

Why does a negative number subtracted from a variable move the graph of the function right? ie Why is the h in |x+h| move it the opposite of its sign?

Earlier in math class, I learned that you move an absolute value function right by subtracting from the variable inside the absolute value. For example, |x-1| is one unit to the right, not the left. Why is this?
QIHUAN WU
  • 1
  • 1
0
votes
0 answers

The logic of a module versus the logic of parentheses

As far as I know, I can easily transform $ - (21x -7) $ into $ 7 - 21x $ But can I do the same with a module? Would $ - |21x -7| $ also easily transform into $ 7 - 21x $? Or only transforming into $ -|7 - 21x| $ would be correct?
brilliant
  • 818
0
votes
1 answer

Absolute Value Division Property

Can I do that kind of thing? I am using this property $$\left |\frac{a}{b} \right| = \frac{|a|}{|b|}$$.
0
votes
1 answer

What does $|w| \leq w_c$ means?

$|w| \leq w_c$ means? Does it mean $-w_c\leq w \leq w_c$ or $0\leq w \leq w_c$
Team B.I
  • 199
0
votes
0 answers

Use of property of absolute value

Suppose inequality |2x-1|$\leq$x+1, should the two cases to consider be x$\leq$1/2 and x$\geq$1/2 or x$\geq$1/2 and x<1/2?
A Y
  • 19