Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
natural_logarithm_of_real_numbers [2016/09/09 08:28]
nikolaj
natural_logarithm_of_real_numbers [2019/09/03 15:33]
nikolaj
Line 10: Line 10:
 $\int_0^{y} \frac {1 } {1+x } {\mathrm d}x = \ln(1+y) $ $\int_0^{y} \frac {1 } {1+x } {\mathrm d}x = \ln(1+y) $
  
-The function $\frac{x}{x-1}\log(x)$ is one without bad behaviours (singularities) on $[0,​\infty)$.+<​code>​ 
 +Log[a] == Log[b] + Integrate[1/​(t+b)-1/​(t+a),​{t,​0,​Infinity}] 
 +</​code>​ 
 + 
 +The function $x\mapsto\frac{x}{x-1}\log(x)$ is one without bad behaviours (singularities) on $[0,​\infty)$.
  
 ----- -----
Link to graph
Log In
Improvements of the human condition