Chapter 1
Chapter 1
2. Definition of Functions
5. Parametric Equations γ : R → Rn
(a) Lines in the space: γ(t) = (a1 + b1 t, a2 + b2 t, a3 + b3 t)
(b) Unit circle in the plane: γ(t) = (cos t, sin t)
1
2 Equations and Planar Curves; Implicit Func-
tions
1. Planar Curves
2. Implicit Functions
3 Inverse Function
1. Definition of Inverse function
Def 1.3.1: The inverse function of f is a function g satisfying g(f (x)) = x and
f (g(x)) = x. Denote g(x) = f −1 (x).
2
Pro 1.3.1: The graphs of y = g(x) and y = f (x) are symmetric with respect to the
line y = x.
Examples: (a) y = x3 and y 3 = x(y = x1/3 ) (b) y = 2x and x = 2y (y =
log2 x)
Question: What about y = x2 ?
Ex 1.3.1: A function f is one-to-one(1-1) if for all x1 6= x2 we have f (x1 ) 6= f (x2 ).
Eg 1.4.1-4: Explain the following functions are continuous (a) f (x) = 1 (b) g(x) = 2x
(c) h(x) = x2 (d) k(x) = x1 , x 6= 0.
Thm: Polynomial, trigonometric, exponential and logarithmic functions are con-
tinuous on their domain.
Eg: Give some examples such that f (x) is not continuous at x = a.
3
Pro 1.4.1: Let limn→∞ an = L and limn→∞ bn = K, then
(a) limn→∞ (an ± bn ) = L ± K.
(b) limn→∞ can = cL, c ∈ R.
(c) limn→∞ (an bn ) = LK.
(d) limn→∞ abnn = K L
, bn 6= 0 and K 6= 0.
(e) If limn→∞ an = L and f (x) is continuous at L, then limn→∞ f (an ) =
f (L).
Thm: (Squeeze Thm) If limn→∞ an = L = limn→∞ cn and there is an integer N
such that an ≤ bn ≤ cn for all n > N , then limn→∞ bn = L.
Eg 1.4.5-9: Determine the convergence of the following sequences and find their limit.
(a) an = n1 (b) bn = n (c) cn = (−1)n (d) dn = sinn n (e) en = n2n+1 (f)
fn = sin( n1 )
2. Properties of Limits
4. Properties of continuity
4
f (x)−f (a) 1
Eg 1.4.10-12: Find the limit limx→a if (a) f (x) = x2 (b) f (x) = (c) f (x) =
√ x−a x
x
sin x cos x−1
Thm: limx→0 x
= 1 and limx→0 x
= 0.
6. One-sided limits
Def: The limit from the right (left) or right (left)-hand limit if x approaches a
from values greater (less) than a.
Notation: limx→a+ f (x) = L ( limx→a− f (x) = L).
Eg 1.4.13: Discuss the limit of the following function at x = 0:
√
(a) log x (b) x (c) sin x
|x|
(d) x1 .
7. Limits at ±∞
√
x2 +1
Eg 1.4.14-15: Find (a) limx→±∞ x
(b) limx→∞ sin(πx)
Def: (a) A sequence {an } is increasing(decreasing) if an < an+1 (an > an+1 ) for
all n ≥ 1.
(b) A sequence {an } is bounded above(bounded below) if there is a M ∈ R
such that an ≤ M (an ≥ M ) for all n.
Thm: If a sequence is increasing and bounded above (decreasing and bounded
below), then it converges.