绝对值定义、化简、绝对值非负性

📘 有理数·
⭐⭐

讲解生成中,敬请期待...

💡 例题

1

x1,x2,,xnx_1, x_2, \ldots, x_n为满足xi<1|x_i| < 1(其中i=1,2,,n,i = 1, 2, \dots, n,)和

x1+x2++xn=19+x1+x2++xn.|x_1| + |x_2| + \dots + |x_n| = 19 + |x_1 + x_2 + \dots + x_n|.

的实数。nn的最小可能值是多少?

  1. 左边满足
x1+x2++xn<1+1++1=n,|x_1| + |x_2| + \dots + |x_n| < 1 + 1 + \dots + 1 = n,

; 2. 右边满足

19+x1+x2++xn19.19 + |x_1 + x_2 + \dots + x_n| \ge 19.

; 3. 因此,n>19,n > 19,,所以n20.n \ge 20.; 4. n=20,n=20,是可以取到的,例如取

x1=x2==x10=1920,x11=x12==x20=1920,\begin{aligned} x_1 = x_2 = \dots = x_{10} &= \tfrac{19}{20}, \\ x_{11} =x_{12} = \dots =x_{20}& = -\tfrac{19}{20}, \end{aligned}

,此时x1+x2+=x20=19|x_1| + |x_2| + \dots = |x_{20}| = 19x1+x2++x20=0.|x_1 + x_2 + \dots + x_{20}| = 0.; 5. 所以答案是20.\boxed{20}.

2

(x,y)(x, y)是方程组

x+{y}=2.4,{x}+y=5.1.\begin{aligned} \lfloor x \rfloor + \{y\} &= 2.4, \\ \{x\} + \lfloor y \rfloor &= 5.1. \end{aligned}

的一个解。求xy.|x - y|.的值。

  1. 先看第一个方程:
x+{y}=2.4.\lfloor x \rfloor + \{y\} = 2.4.

。 2. 因为x\lfloor x \rfloor是整数,而0{y}<1,0 \le \{y\} < 1,,所以只能是x=2\lfloor x \rfloor = 2{y}=0.4.\{y\} = 0.4.。 3. 再看第二个方程,同理可得{x}=0.1\{x\} = 0.1y=5.\lfloor y \rfloor = 5.。 4. 所以

x=x+{x}=2.1x = \lfloor x \rfloor + \{x\} = 2.1

,进而

y=y+{y}=5.4,y = \lfloor y \rfloor + \{y\} = 5.4,

,因此xy=2.15.4=3.3.|x-y| = |2.1-5.4| = \boxed{3.3}.