Calculus 01
Calculus 01
Definition
A function함수 f from a set X to a set Y is a rule that assigns to each element x in X
exactly one element, called f (x), in Y . The set X is called the domain정의역 of f , and the
set Y is called the codomain공역 of f . The notation f : X → Y indicates that the domain
of f is X and the codomain of f is Y . The set {f (x) : x ∈ X} is called the range치역 of f .
f (A) = {f (x) : ∀x ∈ A} .
So f (X) is the range of f . The symbol ∀ means “for all” or “for every”. The set of real numbers
is denoted by R (R in blackboard bold).
Finding the range of f is not easy and it is not necessary to find the range of f to define f .
Definition
For a function f , if f (x1 ) = f (x2 ) implies that x1 = x2 , then f is called a one-to-
one일대일, 단사 function.
contrapositive대우 :
1
2 CHAPTER 1. FUNCTIONS AND MODELS
In other words, f is one-to-one if different elements in the domain of f are assigned to different
elements in the range of f .
Definition
Let f : X → Y be a one-to-one function. Then its inverse function역함수 f −1 : f (X) → X
is defined by
f −1 (y) = x such that f (x) = y ∈ f (X).
By definition, we have
f −1 (f (x)) = x for all x ∈ X
domain of f −1 = range of f
range of f −1 = domain of f
Logarithmic Functions
Definition
For positive b ̸= 1, the exponential function f (x) = bx is a one-to-one function, so it
has an inverse function called the logarithmic function로그 함수 with base b, denoted by
f −1 (x) = logb x.
logb x = y ⇔ by = x
The notation loga x means the power to which a must be raised to get x. For example,
log10 100 = 2 because 102 = 100.
logb (bx ) = x ∀x ∈ R
logb x
b =x ∀x > 0
3. logb xr = r logb x
Natural Logarithms
Definition
The logarithm with base e is called the natural logarithm자연로그 and is denoted by ln x.
ln x = loge x
ln x = y ⇐⇒ ey = x
ln(ex ) = x ∀x ∈ R
eln x = x ∀x > 0
ln e = 1
r
xr = eln x = er ln x ∀x > 0
logb x
ln x =
logb e
Proof: Let y = logb x. Then by = x. Taking the natural logarithm of both sides, we get
ln x = ln by
= y ln b
= logb x ln b
ln e 1
Since logb e = = , we have
ln b ln b
logb x
ln x =
logb e
Definition
The inverse sine function on [−π/2, π/2] is denoted by sin−1 x or arcsin x and is called the
inverse sine function or the arcsine function아크사인 함수 .
π π
sin−1 x = y ⇐⇒ sin y = x − ≤y≤
2 2
4 CHAPTER 1. FUNCTIONS AND MODELS
Definition
The inverse cosine function on [0, π] is denoted by cos−1 x or arccos x and is called the
inverse cosine function or the arccosine function아크코사인 함수 .
Definition
The inverse tangent function on [−π/2, π/2] is denoted by tan−1 x or arctan x and is called
the inverse tangent function or the arctangent function아크탄젠트 함수 .
π π
tan−1 x = y ⇐⇒ tan y = x − <y<
2 2