Calculus Notes
Calculus Notes
Axioms
1. Commutative Law
x+y =y+x
2. Associative Law
x + (y + z) = (x + y) + z
3. Distributive Law
x · (x + y) = xy + xz
4. Existence of Identities
x+0=0+x
x·0=0
5. Existence of Inverses
x + (−x) = (−x) + x = 0
x · (x−1 ) = (x−1 ) · x = 1
6. Completeness
Any nonempty subset of the real numbers that is bounded above has a least upper bound (or greater
lower bound).
if and only if, given any number ε > 0, we can find a number δ > 0 which will depend on ε, for which
whenever
0 < |x − c| < δ. (3)
Variations
For a left-handed limit, replace equation 3 with
For a positive infinite limit, instead of trying to satisfy equation 2 for all ε, we will try to find a value of delta
such that for every positive number M ,
f (x) > M. (6)
Similarly, for a negative infinite limit, a value of delta must be found such that for every negative number N ,
1
Example
Prove that
lim x3 = 8 (8)
x→2
It is required that
when
|x − 2| < δ (11)
Thus,
|x − 2| < 1 (20)
2
7 < x + 2x + 4 < 19 (21)
2
|x − 2||x + 2x + 4| < 19 < ε (22)
ε
∴ given ε > 0, let δ = min{1, 19 }. Then, if |x − 2| < δ, |x3 − 8 − L| < ε where L = 0, proving that
3
limx→2 x = 8, as required.
Limit Laws
1. Sum and Difference Law
lim (f (x) + g(x)) = lim f (x) + lim g(x) (23)
x→c x→c x→c
3. Product Law
lim [f (x)g(x)] = lim f (x) · lim g(x) (25)
x→c x→c x→c
4. Quotient Law
f (x) limx→c f (x)
lim = , where lim g(x) ̸= 0 (26)
x→c g(x) limx→c g(x) x→c
5. Power Law h in
n
lim [f (x)] = lim f (x) (27)
x→c x→c
6. Substitution Law
lim f (x) = f (x) (28)
x→c
2
7. Cancel Common Factor Law
f (x)(x − c) f (x)
lim = lim (29)
x→c g(x)(x − c) x→c g(x)
If
lim f (x) = L = lim h(x), (33)
x→c x→c
Then,
lim g(x) = L. (34)
x→c
Continuity
q(x) is continuous at x = c if
lim q(x) = q(c). (35)
x→c
Thus,
lim f (x) = f (c). (39)
x→c
Differentiation Laws
1. Definition
f (a + h) − f (a)
f ′ (a) = lim (41)
h→0 h
2. Constant Rule
d
c=0 (42)
dx
3
3. Constant Multiple Rule
d d
(cf (x)) = c f (x) (43)
dx dx
4. Power Rule
d
(xn ) = nxn−1 (44)
dx
5. Sum and Difference Rule
d
(f (x) + g(x)) = f ′ (x) + g ′ (x) (45)
dx
6. Product Rule
d
(f (x)g(x)) = f ′ (x)g(x) + g ′ (x)f (x) (46)
dx
7. Quotient Rule
g(x)f ′ (x) − f (x)g ′ (x)
d f (x)
= (47)
dx g(x) g(x)2
8. Chain Rule
d
f (g(x)) = f ′ (g(x)) · g ′ (x) (48)
dx
9. Basic Trig Rules
d
sin(x) = cos(x) (49)
dx
d
cos(x) = − sin(x) (50)
dx
d
tan(x) = sec2 (x) (51)
dx
d
sec(x) = sec(x) tan(x) (52)
dx
d
csc(x) = − csc(x) cot(x) (53)
dx
d
cot(x) = − csc2 (x) (54)
dx
10. Do sketch.