Mathematics i
Mathematics i
ELEMENTS OF MATHEMATICAL
LOGIC AND SET THEORY. REAL NUMBERS
Propositional logic.
The language of propositional logic consists of
• a set of primitive symbols (syntactical variables, e.g. A, B, ϕ, ψ. . .)
• logical operators: & (in other texts, the mark ∧ is used), ∨, ¬ (∼ is used as
well), ⇒, ⇔
• auxiliary symbols: (,)
Definition 1.1. A formula of propositional logic:
(1) Any syntactical variable is a formula (so called atomic formula).
(2) If ϕ and ψ are formulae, then so is ¬ϕ (negation of ϕ), ϕ & ψ (conjunction of
ϕ and ψ), ϕ ∨ ψ (disjunction or alternative of ϕ and ψ), ϕ ⇒ ψ (implication: ϕ
implies ψ) and ϕ ⇔ ψ (equivalence of ϕ and ψ).
(3) Every formula is built inductively from atomic formulae using the previous step.
(A ⇒ B) ⇔ (¬B ⇒ ¬A).
A formula which is true regardless of the truth values of its atomic subformulas is
called tautology.
First order logic (predicate calculus).
Mathematical theories are expressed using first order logic. It differs from proposi-
tional logic by its use of quantified variables: (∀x ∈ A), (∀y ∈ R), (∀f1 ∈ F ) etc.; we
often write (∀x), (∀n), when it is clear to which set x (n, respectively) belongs. Further,
language of first order logic involves function symbols (e.g., +, . are binary function
1
2
√
symbols, is unary) and predicate symbols (e.g., <, ≤, ∈, =, ⊆ and 6= are binary
predicate symbols). Function symbols represent operations with mathematical objects,
e.g. with numbers and functions, predicate symbols represent relations between such
objects. Use of logical operators and auxiliary symbols remains the same as in proposi-
tional logic. Formulae are built inductively using logical operators and quantifying over
individual variables.
Sets.
A set is a collection of well defined and distinct objects. E.g., R is the set of all real
numbers, N is the set of all natural numbers. Another example is a set of points in the
plane with given property or the set of all functions with nonnegative values.
Notation and terminology.
• x ∈ A . . . x is an element of A, x belongs to A
• x 6∈ A . . . x is not an element of A
• A ⊆ B or A ⊂ B . . . the set A is a subset of B (inclusion)
• A = B . . . the sets A and B have the same elements, equivalently A ⊂ B &
B⊂A
• ∅ . . . the empty set, ∅ = {x; x 6= x}
• A ∪ B . . . union of the sets A and B; A ∪ B = {x; x ∈ A ∨ x ∈ B}
• A ∩ B . . . intersection of the sets A and B; A ∩ B = {x; x ∈ A & x ∈ B}
• A ∩ B = ∅ . . . A and B are disjoint, i.e. they have no common element
• A \ B . . . relative complement, set theoretic difference of the sets A and B;
A \ B = {x ∈ A; x 6∈ B};
e.g. R \ Q = I – the set of irrationals
• A1 × A2 × · · · × An = [a1 , . . . , an ]; a1 ∈ A1 & · · · & an ∈ An . . . Cartesian
product of the the sets A1 , . . . , An
Let I be a nonempty set of indices, and let Aα be a set for each α ∈ I.
S
• α∈I Aα = {x; (∃α ∈ I) x ∈ Aα } . . . union of all Aα s, the set of all elements
belonging to at least one Aα
T
• α∈I Aα = {x; (∀α ∈ I) x ∈ Aα } . . . intersection of all Aα s, the set of all
elements belonging to Aα for every α
Proof methods.
• Direct proof. The aim is to prove A ⇒ B. We do it via proving sequence of
assertions: A ⇒ C1 ⇒ C2 ⇒ · · · ⇒ Cn ⇒ B.
• Indirect proof. Proving a contrapositve ¬B ⇒ ¬A instead of A ⇒ B.
• Proof by contradiction. We want to prove an assertion A. To this aim, we assume
¬A holds and deduce (in several steps) a contradiction from it. I.e. a formula of the
form B & ¬B (typically A & ¬A). Since we have come to a nonsense, the assumption
¬A was wrong and A holds true.
• Mathematical induction. We want to prove an assertion ϕ(n) for every natural
number n (i.e. n = 1, 2, 3, . . . ). First, we prove ϕ(1). Then, assuming ϕ(n) holds (such
an assumption is called inductive assumption), we prove ϕ(n + 1). Since n has been
chosen arbitrarily, we can conclude ϕ(n) holds for every natural n.
Theorem 1.3 (De Morgan Laws for sets). Suppose I 6= ∅, S, Aα (for every α ∈ I)
are sets. Then
[ \
S\ Aα = (S \ Aα ),
α∈I α∈I
\ [
S\ Aα = (S \ Aα ).
α∈I α∈I
Sketch of the proof. The equalities can be proven directly (regarding the notion of
equality): suppose x is an element of the left hand side and show it is also an element
of the right hand side. And vice versa.
√ √
Example. Irrationality of 2. 2 6∈ Q, i.e. if x ∈ R and x2 = 2, then x is
irrational.
√
Proof. Assume for contradiction 2 = x = pq so that p, q ∈ N and the fraction is
2
irreducible (i.e. p, q are coprime). Hence pq2 = x2 = 2, it means p2 = 2q 2 and,
consequently, p is even. Let p = 2r, r ∈ N. Then p2 = 4r2 = 2q 2 , thus 2r2 = q 2 and q
is even as well. This contradicts assumption on p, q being coprime. So, the assumption
that x can be expressed as pq was false, and x is irrational.
n(n+1)
Example. (∀n ∈ N) 1 + 2 + 3 + · · · + n = 2 .
Proof. Easily by induction on n.
Example. Binomial theorem. For every a, b ∈ R and every n ∈ N,
n
n
X n
(a + b) = ak bn−k .
k
k=0
n n
is equal to the
number of k-element subsets of an n-element set. Further 0 = n = 1,
n
of course, 1 = n. In the proof, the equality
n+1 n n
= +
j j j−1
Pn
uses. Finally, k=0 ak = a0 + a1 + · · · + an .
Proof of binomial theorem. By induction on n. For
n = 1, the left hand side, L, equals
1 0 1 1 1 0
a + b, while the right hand side R = 0 a b + 1 a b = b + a (k ∈ {0; 1} here). Hence
L = R.
Suppose binomial theorem holds for given n and let us prove it for n + 1. L =
(a + b)n+1 = (a + b) · (a + b)n . According to the induction assumption, the latter equals
to
n n n
X n k n−k X n k+1 n−k X n k n−k+1
(a + b) · a b = a b + a b .
k k k
k=0 k=0 k=0
Now, let us rename the variable k in both sums: we put j = k + 1 in the first sum and
j = k in the second sum, respectively. Thus
n+1
X n
n j n−j+1
X n j n−j+1
L= a b + a b
j=1
j−1 j=0
j
n
X n n j n−j+1 n 0 n+1 n n+1 0
= + a b + a b + a b .
j=1
j − 1 j 0 n
According to the equalities mentioned above, this equals the right hand side for n+1.
Sets of numbers.
• The set of all natural numbers N = {1, 2, 3, . . . }.
• The set of integers Z = N ∪ {0} ∪ {−n;
n n ∈ N} = {. . . , −2,
o −1, 0, 1, 2, . . . }.
p
• The set of all rational numbers Q = q ; p ∈ Z & q ∈ N , where
p1 p2
= ⇔ p1 q2 = p2 q1 .
q1 q2
Definition 1.2. The set of all real numbers R is a set with operations + (addition) and
· (multiplication) and with relation ≤ (ordering), in which the following three groups of
axioms are satisfied:
I. properties of addition and multiplication and their relationships,
II. properties of ordering and its relationships to addition and multiplication,
III. Infimum Axiom.
Once we specify the groups of properties I, II, III, Definition 1.2 will be complete.
I. Properties of addition and multiplication.
• + and · are commutative: (∀x, y ∈ R) (x + y = y + x & x · y = y · x)
• + and · are associative: (∀x, y, z ∈ R) x + (y + z) = (x + y) + z & x · (y · z) =
(x · y) · z
5
(∀x ∈ R) (∃n ∈ N) x ≤ n.
Definition 2.2. We say that a sequence {an }∞ n=1 is bounded from below (bounded from
above, bounded, respectively), if the corresponding set {an ; n ∈ N} is bounded from
below (bounded from above, bounded, resp.).
Definition 2.3 (Monotonicity). We say that {an }∞
n=1 is
• increasing, if (∀n ∈ N) an < an+1
• decreasing, if (∀n ∈ N) an+1 < an
• nonincreasing, if (∀n ∈ N) an+1 ≤ an
• nondecreasing, if (∀n ∈ N) an ≤ an+1
• monotone, if it is nonincreasing or nondecreasing
• strictly monotone, if it is increasing or decreasing
Examples.
∞
(1) n1 n=1 = 1, 12 , 31 , 14 , . . . is decreasing.
(2) {an }∞
n=1 , where an = n for each n ∈ N, is increasing.
(3) Fibonacci sequence (0, 1, 1, 2, 3, 5, 8, 13, . . . ), i.e. a1 = 0, a2 = 1, an+2 = an +
an+1 , is nondecreasing. It is a subsequence (see Definition 2.5 below) of the
previous sequence.
(4) {(−1)n } = (−1, 1, −1, 1, −1, . . . ) is not monotone.
Definition 2.4. We say that a sequence {an }∞n=1 has limit A ∈ R (or converges to A),
if
(∀ε ∈ R, ε > 0) (∃n0 ∈ N) (∀n ∈ N, n ≥ n0 ) |an − A| < ε.
We shall denote this fact by
|x + y| ≤ |x| + |y|.
Example.
5 11
3n2 − 5n + 11 3− n + n2 3−0+0 3
lim 2
= lim 4 7 = = ,
n→∞ 2n + 4n − 7 n→∞ 2 + − 2+0−0 2
n n2
III. FUNCTIONS
Definition 3.1. Let A and B be nonempty sets. A mapping is an assignment
f : A → B,
x 7→ f (x),
Remark. If for a periodic function the smallest period a ∈ R exists (which is the case
of sin, cos with 2π and tg with π), then such an a is sometimes called primitive period.
Definition 3.8. Let f be a function, M ⊂ Df . We say that f is
• bounded from above on M , if
(∃K ∈ R) (∀x ∈ M ) f (x) ≤ K,
• bounded from below on M, if
(∃K ∈ R) (∀x ∈ M ) f (x) ≥ K,
• bounded on M, if
(∃K > 0) (∀x ∈ M ) |f (x)| ≤ K,
• constant on M, if f (x) = f (y) for each x, y ∈ M .
Definition 3.9. Let c ∈ R and let ε > 0. We define
• Bε (c) = (c − ε, c + ε) (open) neighborhood of c,
• Pε (c) = Bε (c) \ {c} punctured neighborhood of c,
• Pε (+∞) = Bε (+∞) = (1/ε, +∞) neighborhood and punctured neighborhood of
+∞,
• Pε (−∞) = Bε (−∞) = (−∞, −1/ε) neighborhood and punctured neighborhood
of −∞.
Definition 3.10. We say that A ∈ R∗ is a limit of function f at the point c ∈ R∗ if
(∀ε > 0) (∃δ > 0) (∀x ∈ Pδ (c)) f (x) ∈ Bε (A)
and denote this fact by limx→c f (x) = A.
Remark. Notice that for δ in the previous definition, Pδ (c) ⊂ Df , i.e. f is defined on
some punctured neighbourhood of c.
Definition 3.11. Let c ∈ R, ε > 0. We define
• Bε+ (c) = hc, c + ε) right neighbourhood of c,
• Bε− (c) = (c − ε, ci left neighbourhood of c,
• Pε+ (c) = (c, c + ε) right punctured neighbourhood of c,
• Pε− (c) = (c − ε, c) left punctured neighbourhood of c.
Further, we put
• Bε− (+∞) = Pε− (+∞) = Bε (+∞),
• Bε+ (−∞) = Pε+ (−∞) = Bε (−∞).
Definition 3.12. Let A ∈ R∗ , c ∈ R ∪ {−∞}. We say that A is limit from the right of
a function f at c if
(∀ε > 0) (∃δ > 0) (∀x ∈ Pδ+ (c)) f (x) ∈ Bε (A)
and denote it limx→c+ f (x) = A. Similarly, limit from the left, limx→c− f (x), defines for
c ∈ R ∪ {+∞}.
12
Example.
1 1 1
lim = +∞, lim = −∞, lim does not exist.
x→0+ x x→0− x x→0 x
Let δ = min{δ1 , δ2 } and take arbitrary x ∈ Pδ (c). For such x, f (x) ∈ Bε (a) ∩ Bε (b) – a
contradiction.
Theorem 3.2. Suppose that a function f has a proper limit at c ∈ R∗ (i.e., limx→c f (x) ∈
R). Then there exists δ > 0 such that f is bounded on Pδ (c).
Proof. Denote limx→c f (x) = A ∈ R and put ε = 1. According to the definition of limit,
there is δ > 0 such that
It is bounded and monotone, but neither connected at 0 from the left nor from the right.
Example. If none of the conditions of Theorem 3.6 is satisfied, then the limit of the
composed function need not be as expected. We consider c = D = 0, A = 1. Let
0 for x 6= 0,
g(x) =
1 for x = 0,
then limx→0 g(x) = 0, but (1) fails – to the contrary, g(x) ≡ 0 on every Pη (0). Let f (x) =
|sqn x| – a function discontinuous at 0. Now, limy→0 f (y) = 1, while limx→0 f (g(x)) =
limx→0 f (0) = 0.
14
Theorem 3.7 (Heine). Let A, c ∈ R∗ , let f be defined on Pδ (c). Then the following
are equivalent:
(1) limx→c f (x) = A,
(2) (∀xn ∈ Df , xn 6= c) xn → c ⇒ f (xn ) → A .
Example. The function sin x has no limit at +∞: consider sequences {an } and {bn }
with an = nπ and bn = π/2 + 2nπ (n ∈ N). Then an → +∞ and bn → +∞, sin an → 0
and sin bn → 1. If there was a limit limx→+∞ sin x, then the two sequences {sin an } and
{sin bn } would have the same limit equal to limx→+∞ sin x.
We can derive that there is no limit of sin x1 in 0 either.
Example on limit of composition. Let f be continuous at 0. Then
How Theorem 3.6 applies here? We find c = +∞, D = 0 = limx→+∞ x1 , A = f (0). The
outer function f is continuous at D as well as the inner function x1 does not reach its
limit 0 on any Pδ (+∞).
Remark. On computation of limits of composed functions, conditions of Theorem 3.6
must always be verified.
Example. We shall compute
sin(x − π6 )
limπ
x→ 6 x − π6
using the ’tabular’ limit
sin x
lim = 1.
x→0 x
Here, the outer function, f (y) = siny y is not continuous at 0! Further, c = π6 , g(x) =
x − π6 , D = limx→ π6 g(x) = 0, A = limx→0 sinx x = 1. We have to verify the second
condition. Indeed, g(x) 6= 0 outside π6 , i.e. on any Pδ ( π6 ), because g is one-to-one.
Theorem 3.8 (Limit of monotone function). Let f be monotone on (a, b), a,
b ∈ R∗ . Then there exists limx→a+ f (x) and limx→b− f (x).
In the sequel, we shall deal with functions continuous on intervals.
Theorem 3.9 (Bolzano, Darboux). Let f be a continuous function on ha, bi, a,
b ∈ R, f (a) < f (b). Then for every c ∈ (f (a), f (b)) there exists ξ ∈ (a, b) such that
f (ξ) = c.
Theorem 3.10. Let J be an interval, let f : J → R be continuous on J. Then f [J] is
an interval or a one-point set.
The key is to prove the following lemma.
Lemma 3.11. Let ∅ 6= C ⊂ R be convex, i.e. a, b ∈ C, a < c < b imply c ∈ C. Then
C is an interval or a one-point set.
15
Theorem 3.12. Let f be a continuous function on an interval ha, bi. Then f is bounded
on ha, bi.
Examples.
(1) sin x attains (local) maximum at every π2 + 2kπ (k ∈ Z), (local) minimum at
− π2 + 2kπ (k ∈ Z).
(2) A typical local maximum which is not maximum is attained at 0 by the function
|x| − 1 (draw the graph!).
Theorem 3.13. Let f be continuous on ha, bi. Then f attains its maximum and min-
imum on ha, bi.
Remark. Notice that the requirement on the interval being closed is essential: there
are functions that map a bounded open interval onto the whole R.
Elementary functions.
Theorem 3.15 + Definition. There exists a unique function logarithm (log) with the
following properties:
(L1) Dlog = R+ = (0, +∞)
and log is increasing on (0, +∞),
(L2) ∀x, y ∈ (0, +∞) log(x · y) = log x + log y,
(L3) limx→1 log x
x−1 = 1.
Definition 3.18. Let a, b ∈ R, a > 0. The number ab is defined as ab = exp(b · log a).
16
Remarks.
(1) Is the last definition correct? I.e., is an = exp(n · log a), a−n = exp(−n · log a),
1
a n = exp n1 · log a for every n ∈ N?
(2) What are Dexp and further properties of the function? To answer (1) and (2),
we have to prove more about log.
Proposition 3.16 (Further properties of log).
(1) log 1 = 0,
(2) (∀x ∈ (0, +∞)) log x1 = − log x,
Remark. It is easy to see that Darcsin = Darccos = h−1, 1i and Darctg = Darccotg = R.
Proposition 3.21. All the functions defined in 3.21–3.22 are continuous on their do-
mains.
Derivative.
Definition 3.23. Let f be a real function, a ∈ R. Derivative of f at a is defined by
the formula
f (a + h) − f (a)
f ′ (a) = lim ,
h→0 h
if the limit on the right exists.
Remark. Existence of derivative in a involves the fact that f is defined not only in a
but on some neighbourhood Bδ (a).
Definition 3.24. Let f be a real function, a ∈ R. Derivative of f at a from the right
(from the left, respectively) is defined by the formula
′ f (a + h) − f (a) ′ f (a + h) − f (a)
f+ (a) = lim f− (a) = lim , resp. ,
h→0+ h h→0− h
f (x + h) − f (x) (x + h)n − xn
f ′ (x) = lim = lim
h→0 h h→0 h
n−1
+ (x + h)n−2 · x + · · · + xn−1
(x + h) − x · (x + h)
= lim
h→0 h
n−1 n−2
· x + · · · + xn−1
= lim (x + h) + (x + h)
h→0
= n · xn−1 .
(2) For f (x) = sgn x (cf. Example after Theorem 3.6), f ′ (0) can be computed
directly as +∞. Notice that, then, sgn is a function discontinuous in 0, but
has a derivative there. The following theorem precises the relation between
continuity and existence of derivative.
18
Theorem 3.22. If a function f has a proper derivative in a point a (i.e. f ′ (a) ∈ R),
then f is continuous in a.
Remarks.
f (x)−f (a)
(1) Alternatively, derivative of f at a can be defined as f ′ (a) = limx→a x−a .
(2) f ′ (a) either exists and
1
(f −1 )′ (y0 ) = .
f′ f −1 (y 0)
19
f (b) − f (a)
f ′ (ξ) = .
b−a
Remarks.
(1) There can be more than one point ξ in Theorems 3.27, 3.28.
(2) Theorems 3.27, 3.28 are also referred to as Mean Value Theorems.
Definition 3.25. For interval J with endpoints a, b ∈ R∗ , a < b, we denote int J its
interior, i.e. int J = (a, b).
Theorem 3.29 (Monotonicity and the Sign of the Derivative). Let J ⊂ R be
an interval, f continuous on J and let f ′ exist at each point of int J. Then
(1) if f ′ (x) > 0 for each x ∈ int J then f is increasing on J,
(2) if f ′ (x) < 0 for each x ∈ int J then f is decreasing on J,
(3) if f ′ (x) ≥ 0 for each x ∈ int J then f is nondecreasing on J,
(4) if f ′ (x) ≤ 0 for each x ∈ int J then f is nonincreasing on J.
20
Remarks.
(1) Conditions (i), (ii) of Theorem 3.30 must be verified before use of l’Hospital
Rule. Always write that the limit is, e.g., ’of the type 00 ’ or ’of the type ∞
∞ ’.
Generally, the rule does not hold for other values of limx→a f , limx→a g – try to
find a counterexample.
(2) The Rule can be used repeatedly, e.g.
ex ex ex ex
lim = lim = lim = lim = +∞.
x→+∞ x3 x→+∞ 3x2 x→+∞ 6x x→+∞ 6
∞
We apply l’Hospital Rule for ’limit of the type ∞ ’ three times here.
′ ′
(3) Computing with derivatives f , g instead of f , g does not always ease the situa-
tion, e.g., if derivative of product or composed functions occurs in the numerator
and/or denominator of the expression.
Theorem 3.31. Let f be continuous from the right at a ∈ R and let limx→a+ f ′ (x)
′
exist. Then f+ (a) exists and
′
f+ (a) = lim f ′ (x).
x→a+
1
lim arcsin′ x = lim √ = +∞ = lim arcsin′ x,
x→−1+ x→−1+ 1 − x2 x→1−
Formally, we put f (0) = f . Small order derivatives have duplicit notation: f ′ = f (1) ,
f ′′ = f (2) , f ′′′ = f (3) .
Definition 3.27. Let f have a proper first derivative at a ∈ R. We call the set
Definition 3.28. Let f ′ (a) ∈ R. We say that a is an inflection point of f if there exists
a ∆ > 0 such that
(i) ∀x ∈ (a − ∆, a) [x, f (x)] is below Ta and
(ii) ∀x ∈ (a, a + ∆) [x, f (x)] is above Ta
or
(i) ∀x ∈ (a − ∆, a) [x, f (x)] is above Ta and
(ii) ∀x ∈ (a, a + ∆) [x, f (x)] is below Ta .
Theorem 3.32. Let a ∈ R be an inflection point of f . Then f ′′ (a) does not exist or is
equal to 0.
Remarks.
(1) (Analogy to search for extrema.) Let f have proper derivative everywhere on
(a, b). Then inflection points of f on (a, b) are points c at which either f ′′ (c)
does not exist or f ′′ (c) = 0.
(2) f ′′ (c) = 0 does not imply c is an inflection point of f – consider, e.g., f (x) = x4 ,
c = 0. Here f ′′ (c) = 0 but all the graph is above the tangent line which is the
x-axis in this case.
Theorem 3.33. Let f have a continuous derivative on (a, b) and x0 ∈ (a, b). Suppose
that (∀x ∈ (a, x0 )) f ′′ (x) > 0 and (∀x ∈ (x0 , b)) f ′′ (x) < 0. Then x0 is an inflection
point of f .
Definition 3.29. Let I be an interval. We say that f is
• convex on I if (∀x1 , x2 ∈ I) (∀λ ∈ h0, 1i) f λx1 + (1 − λ)x2 ≤ λf (x1 ) + (1 −
λ)f (x2 )
• concave on I if (∀x1 , x2 ∈ I) (∀λ ∈ h0, 1i) f λx1 + (1 − λ)x2 ≥ λf (x1 ) + (1 −
λ)f (x2 )
• strictly convex on I if (∀x1 , x2 ∈ I, x1 6= x2 ) ∀λ ∈ (0, 1) f λx1 + (1 − λ)x2 <
λf (x1 ) + (1 − λ)f (x2 )
• strictly concave on I if (∀x1 , x2 ∈ I, x1 6= x2 ) ∀λ ∈ (0, 1) f λx1 + (1 − λ)x2 >
λf (x1 ) + (1 − λ)f (x2 )
Remark. λx1 + (1 − λ)x2 with λ ∈ h0, 1i expresses a typical element of the segment
connecting points x1 and x2 .
22
Examples. Natural logarithm log is strictly concave on (0, +∞), exp is strictly convex
on R. This is obvious from the shapes of the graphs but computation and estimates
using definition might be difficult. The following theorem gives an easy criterion of
convexity/concaveness for a class of functions.
Theorem 3.34 (Second Derivative and Convexity). Let f have a proper second
derivative f ′′ on (a, b), a < b.
(1) If f ′′ (x) > 0 for every x ∈ (a, b) then f is strictly convex on (a, b).
(2) If f ′′ (x) < 0 for every x ∈ (a, b) then f is strictly concave on (a, b).
(3) If f ′′ (x) ≥ 0 for every x ∈ (a, b) then f is convex on (a, b).
(4) If f ′′ (x) ≤ 0 for every x ∈ (a, b) then f is concave on (a, b).
Example. For f (x) = log x is f ′ (x) = x1 , f ′′ (x) = − x12 which is negative on all the
domain of log. It follows that log is indeed strictly concave on (0, +∞).
Definition 3.30. We say that a function x 7→ ax + b, a, b ∈ R, is asymptote of f at
+∞ (at −∞, resp.) if
lim f (x) − ax − b = 0 lim f (x) − ax − b = 0, resp. .
x→+∞ x→−∞
f (x)
lim = a ∈ R and lim f (x) − ax = b ∈ R.
x→+∞ x x→+∞
Remarks.
(1) Analogous theorem holds for x → −∞.
(2) Theorem 3.35 describes the way to compute parameters a, b of an asymptote
(or to show that a function has no asymptote).
Investigation of a function f .
(1) Determine the domain Df and the set of all points of continuity of f .
(2) Find out if the function is odd, even or periodic.
(3) Compute limits at all endpoints of Df (if Df is a union of intervals there may
be more than two limits to investigate).
(4) Compute the first derivative f ′ in all points in which it exists, including deriva-
tives from the right/left in x ∈ Df in which f ′ (x) does not exist. Use f ′ to
find intervals of monotonicity of f , its local and global maxima/minima and the
range Rf .
(5) Compute the second derivative f ′′ in all points in which it exists. Use it to find
intervals of convexity/concaveness of f and inflection points.
(6) Find asymptotes at ±∞ if they exist.
(7) Draw the graph of f . It may involve further computation, e.g. f (x) at important
points, f ′ (x) at inflection points etc.