The definition of e is
e = lim h-?INF [(1+1/h)^h]
using a calculator, e^1 = 2.718... something like that.
(P.S. I use -? instead of an arrow in the forum.)
natural log is taking the log of base e.
i.e. ln y = log e (y) (the letter e is very small and at the bottom, I cannot put it there in the post)
From the definition above, we can prove the following (all proofs are done by myself without looking at other references):
Given y = f(x) = e^x, what is dy/dx=?
From the 1st principle,
dy/dx
= lim h-?0 [f(x+h)-f(x)]/h
= lim h-?0 [e^(x+h)-e^x]/h
= lim h-?0 e^x [e^h-1]/h
= e^x lim h-?0 [e^h-1]/h
= e^x lim h-?0 [e^h-1]/h (Let k = 1/h)
= e^x lim k-?INF k[e^(1/k)-1]
= e^x lim k-?INF k{[(1+1/k)^k]^(1/k)-1} (see the definition above)
= e^x lim k-?INF k{(1+1/k)^[k*(1/k)]-1} (law of indices)
= e^x lim k-?INF k{(1+1/k)-1}
= e^x lim k-?INF k(1/k)
= e^x lim k-?INF 1
= e^x.
Therefore, y = e^x, dy/dx = e^x itself.
Then, Int e^x dx = e^x + C.
Int -- integral sign (for the forum use)
If y = ln x, what is dy/dx?
y = ln x
e^y = x
Differentiate both sides with respect to x,
e^y (dy/dx) = 1 (chain rule and see the rule above)
x dy/dx = 1
dy/dx = 1/x
Therefore, y = ln x, dy/dx = 1/x
Then, Int 1/x dx = ln x + C as x GT 0
What happens if x is negative?
If x LT 0, Let t = -x, x = -t, dx/dt = -1,
Int 1/x dx = Int 1/(-t) (-1) dt
= Int 1/t dt
= ln t + C
= ln (-x) + C (Do not worry the negative sign inside the ln, since x LT 0)
In general, Int 1/x dx = ln abs(x) + C as x != 0
abs = absolute value
Combined the rules,
Int x^n dx = ln abs(x) + C if n = -1, otherwise, [x^(n+1)]/(n+1) + C
These are the most general basic formulas from natural log for calculus.
You can use these for doing other integrations:
e.g.
Let u = cos x
du/dx = - sin x
Doing Int tan x dx by using a substitution and natural log definitions:
Int tan x dx
= Int sin x/cos x dx
= Int -1/cos x (-sin x) dx
= Int -1/u du
= - ln abs(u) + C (see the definition above)
= - ln abs(cos x) + C
P.S.
GT -- greater than
LT -- less than
!= -- is not equal to
參考: my mathematical knowledge