Limit
The left-hand limit of a function at a point is the expected value as x approaches from the left. The right-hand limit is the expected value as x approaches from the right. If both coincide, the common value is called the limit of the function at that point.
Note: For a function f and real number a, limx→a f(x) and f(a) may not be the same.
Fundamental Theorems on Limits
- limx→a[f(x) ± g(x)] = lim f(x) ± lim g(x)
- limx→a[f(x) · g(x)] = lim f(x) · lim g(x)
- limx→a f(x)/g(x) = (lim f(x))/(lim g(x)), provided lim g(x) ≠ 0
Standard Limits
- limx→a (xn – an)/(x – a) = n·an–1
- limx→0 (log(1+x))/x = 1
- limx→0 (sin x)/x = 1
- limx→0 (tan x)/x = 1
- limx→0 (1 – cos x)/x = 0
- limx→∞ (1 + 1/x)x = e
- limx→0 (ex – 1)/x = 1
- limx→0 (ax – 1)/x = logea
L'Hôpital's Rule
If limx→a f(x)/g(x) is of the form 0/0 or ∞/∞, then:
limx→a f(x)/g(x) = limx→a f'(x)/g'(x)
Derivatives
Derivative of f at x is defined as:
f'(x) = limh→0 [f(x+h) – f(x)] / h
Basic Rules
- (u ± v)' = u' ± v'
- (uv)' = u'v + uv'
- (u/v)' = (u'v – uv') / v²
Standard Derivatives
- d/dx (xn) = n·xn–1
- d/dx (sin x) = cos x
- d/dx (cos x) = –sin x
- d/dx (tan x) = sec²x
- d/dx (cosec x) = –cosec x·cot x
- d/dx (sec x) = sec x·tan x
- d/dx (ex) = ex
- d/dx (ax) = ax log a
- d/dx (ln x) = 1/x
No comments:
Post a Comment