log(x/20-x)=10

> MySQL对数运算函数LOG(x)和LOG10(x)MySQL对数运算函数LOG(x)和LOG10(x)MySQL对数运算函数LOG(x)
LOG(x)函数返回x的自然对数,x相对于基数e的对数。
使用LOG(x)函数计算自然对数。SQL语句如下:
mysql&SELECT LOG(20.668),LOG(3),LOG(-3);
LOG(x)函数的执行结果如下:
对数定义域不能为负数,因此LOG(-3)返回结果为NULL。
MySQL对数运算函数LOG10(x)
LOG10(x)函数计算以10为底的对数。
使用LOG(x)函数计算以10为底的对数。SQL语句如下:
mysql&SELECT LOG10(2),LOG10(100),LOG10(-100);
LOG(x)函数的执行结果如下图所示:
10的2次方等于100,因此LOG10(100)返回结果为2;LOG10(-100)定义域非负,因此返回NULL。
EXP(x)函数和LOG(x)函数是互为反函数。因为EXP(3)的结果为20.668,而LOG(20.668)的结果则为3,依此类推,这两个函数互为反函数。
精华推荐&&&&&&&&&&&&&&Copyright&
All Rights ReservedLogarithm Calculator | log(x) Calculator
Logarithm Calculator
Logarithm calculator online. Calculate logarithm of a number to any base.
Logarithm calculator
Enter base b and number x and press the = or calculate button:
* Use e for scientific notation. E.g: 5e3, 4e-8, 1.45e12
Then the base b logarithm of a number x:
logb x = y
Anti-logarithm calculator
In order to calculate log-1(y) on the calculator, enter the base b (10 is the default value, enter e for e constant), enter the logarithm value y and press the = or calculate button:
y = logb x
The anti logarithm (or inverse logarithm) is calculated by raising the base b to the logarithm y:
x = logb-1(y) = b y
Logarithm rules
Logarithm product rule
logb(x & y) = logb(x) + logb(y)
Logarithm quotient rule
logb(x / y) = logb(x) - logb(y)
Logarithm power rule
logb(x y) = y & logb(x)
Logarithm base switch rule
logb(c) = 1 / logc(b)
Logarithm base change rule
logb(x) = logc(x) / logc(b)
Write how to improve this page
MATH CALCULATORS
RAPID TABLESlog(x/y)=logx-logy为什么上面的log没有底 一般的都有吧 怎么回事 急 是不是写错了是不是log可以与lg等同
log(x/y)=logx-logy 是错的.应该是:log(a)(X/Y)=log(a)(X)-log(a)(Y); 或者 lg(X/Y)=lg(X)-lg(Y)其中a表示底数,X,Y表示真数.log不等同于lg .只有当 log(a)(X) 中的 a=10 时,才可以将log(a)(X)简写成:lg(X) 即:log(10)(X) = lg(X) lg(X) 称为常用对数.除了以10为底的对数外,还有一个特殊的对数:Ln(X) Ln(X) 这个对数是以e为底的对数.Ln(X) 称为自然对数.
为您推荐:
其他类似问题
扫描下载二维码

我要回帖

更多关于 y log10 x 的文章

 

随机推荐