Elementary Functions - 4.5 Inequalities
DLMF | Formula | Constraints | Maple | Mathematica | Symbolic Maple |
Symbolic Mathematica |
Numeric Maple |
Numeric Mathematica |
---|---|---|---|---|---|---|---|---|
4.5.E1 | \frac{x}{1+x} < \ln@{1+x} |
(x)/(1 + x) < ln(1 + x)
|
Divide[x,1 + x] < Log[1 + x]
|
Failure | Failure | Successful [Tested: 3] | Successful [Tested: 3] | |
4.5.E1 | \ln@{1+x} < x |
ln(1 + x) < x
|
Log[1 + x] < x
|
Failure | Failure | Successful [Tested: 3] | Successful [Tested: 3] | |
4.5.E2 | x < -\ln@{1-x} |
x < - ln(1 - x)
|
x < - Log[1 - x]
|
Failure | Failure | Successful [Tested: 1] | Successful [Tested: 1] | |
4.5.E2 | -\ln@{1-x} < \frac{x}{1-x} |
- ln(1 - x) < (x)/(1 - x)
|
- Log[1 - x] < Divide[x,1 - x]
|
Failure | Failure | Successful [Tested: 1] | Successful [Tested: 1] | |
4.5.E3 | |\ln@{1-x}| < \tfrac{3}{2}x |
abs(ln(1 - x)) < (3)/(2)*x
|
Abs[Log[1 - x]] < Divide[3,2]*x
|
Failure | Failure | Successful [Tested: 1] | Successful [Tested: 1] | |
4.5.E4 | \ln@@{x} \leq x-1 |
ln(x) <= x - 1
|
Log[x] <= x - 1
|
Failure | Failure | Successful [Tested: 3] | Successful [Tested: 3] | |
4.5.E5 | \ln@@{x} \leq a(x^{1/a}-1) |
ln(x) <= a*((x)^(1/a)- 1)
|
Log[x] <= a*((x)^(1/a)- 1)
|
Error | Failure | - | Successful [Tested: 9] | |
4.5.E6 | |\ln@{1+z}| \leq -\ln@{1-|z|} |
abs(ln(1 + z)) <= - ln(1 -abs(z))
|
Abs[Log[1 + z]] <= - Log[1 -Abs[z]]
|
Failure | Failure | Successful [Tested: 1] | Successful [Tested: 1] | |
4.5.E7 | e^{-x/(1-x)} < 1-x |
exp(- x/(1 - x)) < 1 - x
|
Exp[- x/(1 - x)] < 1 - x
|
Skipped - no semantic math | Failure | - | Successful [Tested: 1] | |
4.5.E7 | 1-x < e^{-x} |
1 - x < exp(- x)
|
1 - x < Exp[- x]
|
Error | Failure | - | Successful [Tested: 1] | |
4.5.E8 | 1+x < e^{x} |
1 + x < exp(x)
|
1 + x < Exp[x]
|
Skipped - no semantic math | Failure | - | Successful [Tested: 3] | |
4.5.E9 | e^{x} < \frac{1}{1-x} |
exp(x) < (1)/(1 - x)
|
Exp[x] < Divide[1,1 - x]
|
Skipped - no semantic math | Failure | - | Successful [Tested: 1] | |
4.5.E10 | \frac{x}{1+x} < 1-e^{-x} |
(x)/(1 + x) < 1 - exp(- x)
|
Divide[x,1 + x] < 1 - Exp[- x]
|
Skipped - no semantic math | Failure | - | Successful [Tested: 3] | |
4.5.E10 | 1-e^{-x} < x |
1 - exp(- x) < x
|
1 - Exp[- x] < x
|
Error | Failure | - | Successful [Tested: 3] | |
4.5.E11 | x < e^{x}-1 |
x < exp(x)- 1
|
x < Exp[x]- 1
|
Skipped - no semantic math | Failure | - | Successful [Tested: 1] | |
4.5.E11 | e^{x}-1 < \frac{x}{1-x} |
exp(x)- 1 < (x)/(1 - x)
|
Exp[x]- 1 < Divide[x,1 - x]
|
Error | Failure | - | Successful [Tested: 1] | |
4.5.E12 | e^{x/(1+x)} < 1+x |
exp(x/(1 + x)) < 1 + x
|
Exp[x/(1 + x)] < 1 + x
|
Skipped - no semantic math | Failure | - | Successful [Tested: 3] | |
4.5.E13 | e^{xy/(x+y)} < \left(1+\frac{x}{y}\right)^{y} |
exp(x*y/(x + y)) < (1 +(x)/(y))^(y)
|
Exp[x*y/(x + y)] < (1 +Divide[x,y])^(y)
|
Skipped - no semantic math | Failure | - | Successful [Tested: 9] | |
4.5.E13 | \left(1+\frac{x}{y}\right)^{y} < e^{x} |
(1 +(x)/(y))^(y) < exp(x)
|
(1 +Divide[x,y])^(y) < Exp[x]
|
Error | Failure | - | Successful [Tested: 9] | |
4.5.E14 | e^{-x} < 1-\tfrac{1}{2}x |
exp(- x) < 1 -(1)/(2)*x
|
Exp[- x] < 1 -Divide[1,2]*x
|
Skipped - no semantic math | Failure | - | Successful [Tested: 2] | |
4.5.E15 | \tfrac{1}{4}|z| < |e^{z}-1| |
(1)/(4)*abs(z) < abs(exp(z)- 1)
|
Divide[1,4]*Abs[z] < Abs[Exp[z]- 1]
|
Skipped - no semantic math | Failure | - | Successful [Tested: 1] | |
4.5.E15 | |e^{z}-1| < \tfrac{7}{4}|z| |
abs(exp(z)- 1) < (7)/(4)*abs(z)
|
Abs[Exp[z]- 1] < Divide[7,4]*Abs[z]
|
Error | Failure | - | Successful [Tested: 1] | |
4.5.E16 | |e^{z}-1| \leq e^{|z|}-1 |
|
abs(exp(z)- 1) <= exp(abs(z))- 1
|
Abs[Exp[z]- 1] <= Exp[Abs[z]]- 1
|
Skipped - no semantic math | Failure | - | Successful [Tested: 1] |
4.5.E16 | e^{|z|}-1 \leq |z|e^{|z|} |
|
exp(abs(z))- 1 <= abs(z)*exp(abs(z))
|
Exp[Abs[z]]- 1 <= Abs[z]*Exp[Abs[z]]
|
Error | Failure | - | Successful [Tested: 1] |