当前位置:网站首页>Mba-day29 arithmetic - preliminary understanding of absolute value
Mba-day29 arithmetic - preliminary understanding of absolute value
2022-07-26 05:37:00 【Fadi】
1. Basic knowledge points
1.1 Definition
The absolute value |a| The law of undressing , Take off the symbol
|a| = {
a (a > 0)
0 (a = 0)
-a (a < 0)
}
for example :|x - 3|
1) if x > 3 when , be |x - 3| = x -3
2) if x < 2 when , be |x - 3| = 3 - x
1.2 Geometric meaning
|a| representative a The distance from the point to the origin , namely |a| >= 0, namely |a| Constant greater than 0

- for example |x - 2|, representative x To 2 Distance between
- for example |x + 4|, representative x To -4 Distance between
1.3 nature
symmetry
|-a| = |a|Equivalence
Radical sign (a^2) = |a|Self comparability
x / |x| = |x| / x
x / |x| = |x| / x = {
if x > 0, Then for 1
if x < 0, Then for -1
}
- Nonnegativity
|a| >= 0
Examination site : Common nonnegativity
1. Distance , |a| >= 0, Then it will always be greater than 0
2. a^2, a^4, a^8....a^2n >=0
3. Radical sign a, Radical sign 4 Power a
-> |a| + b^2 + Radical sign c = 0
-> Implication :a>=0 b>=0 c>=0
-> a = 0, b = 0, c = 0
2011 The real title of , seek |a-1| + (b-2)^2 + Radical sign (c -4)= 0, have to a = 1, b = 2, c = 4
- inequality
- |f(x)| < a (a > 0) -> -a < f(x) < a
for example |x| < 2, Introduction -> -2 < x < 2
- |f(x)| > a (a > 0) -> f(x) > a or f(x) < -a
for example : seek |x-1| > 2
x - 1 > 2 or x - 1 < -2
so x > 3 or x < -1
边栏推荐
- 新人如何做好功能测试,学会这几项够用了
- FTP experiment and overview
- YOLOV3预备工作
- Okaleido launched the fusion mining mode, which is the only way for Oka to verify the current output
- Processing method of CDC in SDC
- Day011 one dimensional array
- 【STM32系列汇总】博主的STM32实战快速进阶之路(持续更新)
- STL常用模板库
- Application and value of IVR in VoIP telephone system
- Who is responsible for the problems of virtual idol endorsement products? And listen to the lawyer's analysis
猜你喜欢

高分子物理知识点

C language - Advanced pointer

数仓搭建-DIM层

MongonDB API使用

Knowledge points of Polymer Physics

OD-Paper【1】:Rich feature hierarchies for accurate object detection and semantic segmentation

Hack The Box - Web Requests Module详细讲解中文教程

High frequency electronic circuit review examination questions and answers

LNMP架构

FPGA刷题——序列检测
随机推荐
高手是怎样炼成的?
Go exceed API source code reading (VI) -- deletesheet (sheet string)
Chapter 1 - Construction of development environment
FTP实验及概述
Thread三种实现方式 和 Handler的用法
高分子物理试题库
如何从内存解析的角度理解“数组名实质是一个地址”?
家居vr全景展示制作提高客户转化
Three implementation methods of thread and the usage of handler
OD-Paper【2】:Fast R-CNN
电机控制专栏文章汇总
Real scientific weight loss
87. 扰乱字符串
C language explanation series - understanding of functions (4) declaration and definition of functions, simple exercises
517. 超级洗衣机
10. 正则表达式匹配
Use latex to typeset multiple-choice test paper
sdc中对cdc的处理方式
开发项目事半功倍,一款开源的stm32驱动库大集合
三本毕业,三年嵌入式软件的心路历程