Coure 3
Coure 3
Faculty of Informatics
Departement of Numerical Analysis
Budapest, 2021.
Written by
Zoltán István Filipp
Vetted by
assist. prof. Dr. István Csörgő
Table of contents
Introduction 4
To define the notion of a function, first we need the Cartesian product of two sets, and
the subsets of this Cartesian product: the so called relations.
Ordered pairs
Definition: Let ∅ =
6 A, B two arbitrary, nonempty sets. In this case the set:
A × B := {(x; y) x ∈ A ∧ y ∈ B}
is called the Cartesian product of the sets A and B. So the elements of A × B are ordered
pairs, whose first component is from A, and the second component comes from B.
Remarks:
1. If A = B, then A × A is denoted by A2 . For example the geometric plane is the set:
R2 = R × R.
We can also introduce the Cartesian product of 3 sets, as the set of ordered triplets,
with elements from the given three sets, in the given order. In this manner
R3 := R × R × R
denotes the usual set of the 3−dimensional points of the space.
2. For example:
(2; 1); (−2; 0); (0; 0); (0; −π) ∈ R2
are points of the plane and
(1; 2; 3); (−1; 0; 7) ∈ R3
are two points of the space.
6 1. Functions, Operations with functions
3. If A := {1; 2} and B := {−1; 3; 7}, then
A × B = {(1; −1); (1; 3); (1; 7); (2; −1); (2; 3); (2; 7)}
and
B × A = {(−1; 1); (−1; 2); (3; 1); (3; 2); (7; 1); (7; 2)}.
P := {(x; x2 ) ∈ R2 x ∈ R}.
We know, that this set consists all the points of the parabola defined by the equation:
y = x2 (x ∈ R),
or the points of the graph of this function. We can also say, that by giving a rule,
for example (in this case):
y = x2
between the components of (x; y) we mark out some points from R2 . These points
give us the set:
P = {(x; y) ∈ R2 | y = x2 (x ∈ R)} ⊆ R2 .
We can also say, that between the two components x and y of the points of this set
there is a connection, a relation: namely y = x2 . See the lower illustration :
1.1. Theoretic review 7
Let us give now the definition of a general relation.
Relations
Definition: Consider the nonempty sets A and B. All the nonempty subsets
∅=
6 R⊆A×B
are called relations. The elements of R are ordered pairs, whose components are said to be
in relation R. So if (x; y) ∈ R, then we say that x is in relation R with y. In the previous
example P is a parabola and for the point (x; y) ∈ P we have: the first component x is in
relation P with y means that the second component is the square of the first one.
Remarks:
1. Let A, B := N and
R := {(n; m) ∈ N2 m = 2n (n ∈ N)}.
Here an ordered pair (n; m) is in relation R (or in notation n R m), if the second
component is double the first one. Illustrate all the points of R in the plane.
∀ x ∈ R ∃ ! y ∈ R : (x; y) ∈ P.
In this case: to all the first components x there is one and only one y, so that they
are in relation P . These type of relations are called: functions.
Functions
Definition: Let ∅ =
6 A, B be two arbitrary nonempty sets. The relation
∅=
6 f ⊆A×B
Definition: Let ∅ =
6 A, B be two sets and f ⊆ A × B a function.
Df = {x ∈ A ∃ y ∈ B : (x; y) ∈ f } ⊆ A
Rf = {y ∈ B ∃ x ∈ Df : (x; y) ∈ f } ⊆ B
f ∈ A −→ B ⇐⇒ f ⊆ A × B is a function and Df ⊆ A.
f : A −→ B,
2. Usually the range of values Rf of a function f is not the whole set B, it is only a
subset of it. If Rf = B we say that f is surjective.
3. Let f : A −→ B be a function and (x; y) ∈ f one of its ordered pairs. We say, that
y is the function value assigned to the x and we will denote this by:
y = f (x).
f : A −→ B y = f (x), or
y = f (x) (x ∈ Df ), or
Df 3 x 7−→ y := f (x) ∈ B, or
f := {(x; y) ∈ Df × B y := f (x)}.
y = x2 (x ∈ R), or
f (x) := x2 (x ∈ R), or
f : R −→ R f (x) := x2 , or
f : R 3 x 7−→ x2 ∈ R, or
f := {(x; x2 ) ∈ R2 x ∈ R}, or
f := {(x; y) ∈ R2 y = x2 }.
10 1. Functions, Operations with functions
4. Using the above notations the range of values of a function f : A −→ B can be
given as:
Rf := {f (x) ∈ B x ∈ Df }.
The question mark above shows, that we need to prove the equality of these two
sets, which will be done in the next chapter later.
Here is a list of some basic functions we will need later, so we recommend to everybody
to review/study them.
f (x) := a (x ∈ R).
f (x) := ax + b (x ∈ R).
f (x) := xn (x ∈ R).
Especially the cases when n = 1: the square-root and the cube-root functions.
12 1. Functions, Operations with functions
Here are the graphs:
1
f (x) := (x ∈ R \ {0}).
xn
f (x) := ax (x ∈ R).
where [x] := is the closest integer to x which is not greater then x. For example:
12. Fractional-part function: f (x) := {x} := x − [x] (x ∈ R). See its graph below:
18 1. Functions, Operations with functions
13. Sign/Signum function:
−1, if x < 0;
f (x) := Sign(x) := 0, if x = 0;
1, if x > 0.
Equality of functions
3. Consider now
x2 − 1
f (x) = x − 1 (x ∈ R); g(x) = (x ∈ R \ {−1}).
x+1
(x − 1) · (x + 1)
In this case when −1 6= x ∈ R, then g(x) = = x − 1 = f (x), but
x+1
Df = R 6= Dg = R \ {−1} =⇒ f 6= g.
f ∈ A −→ R and g ∈ B −→ R
and c ∈ R a fixed real number. We can define the following new functions (supposing,
that the given domains of definitions are not empty):
2. f + g the sum-function,
3. f − g the difference-function,
4. f · g the product-function,
5. f /g the quotient-function.
Examples:
20 1. Functions, Operations with functions
1. Consider the following functions:
√
f (x) = x − 1 (x ∈ [1; +∞)); g(x) = sin x (x ∈ [0; 2π]).
We have now:
√
D2·f = [1; +∞) ∧ (2 · f )(x) = 2 · f (x) = 2 · x − 1 (x ∈ [1; +∞));
√
Df +g = [1; +∞) ∩ [0; 2π] = [1; 2π] ∧ (f + g)(x) := f (x) + g(x) = x − 1 + sin x;
√
Df −g = [1; +∞) ∩ [0; 2π] = [1; 2π] ∧ (f − g)(x) := f (x) − g(x) = x − 1 − sin x;
√
Df ·g = [1; +∞) ∩ [0; 2π] = [1; 2π] ∧ (f · g)(x) := f (x) · g(x) = x − 1 · sin x;
√
f f (x) x−1
Df /g = {x ∈ [1; 2π] sin x 6= 0} = [1; π) ∪ (π; 2π) ∧ (x) := = ;
g g(x) sin x
√ g g(x) sin x
Dg/f = {x ∈ [1; 2π] x − 1 6= 0} = (1; 2π] ∧ (x) := =√ .
f f (x) x−1
Compositions of functions
f ∈ A −→ B and g ∈ C −→ D.
We can define the new function f ◦ g, the composition of f and g (in this order) as follows:
Df ◦g := {x ∈ Dg g(x) ∈ Df } =
6 ∅ ∧ (f ◦ g)(x) := f (g(x)) (x ∈ Df ◦g ).
For example:
1. Find f ◦ g for the above given functions
√
f (x) = x − 1 (x ∈ [1; +∞)); g(x) = sin x (x ∈ [0; 2π]).
nπ o
Df ◦g = {x ∈ [0; 2π] sin x ∈ [1; +∞)} = (?) = ∧
2
√ n π o
∧ (f ◦ g)(x) := f (g(x)) = sin x − 1 x ∈ .
2
Here (?) stays for solving the following equation on interval [0; 2π]:
π
sin x ∈ [1; +∞) ⇐⇒ sin x = 1 ⇐⇒ x = + 2kπ (k ∈ Z).
2
From these values only π/2 is in the interval [0; 2π], so f ◦ g can be defined in only
one point: p
Df ◦g = {π/2} ∧ (f ◦ g)(π/2) = sin(π/2) − 1 = 0.
In this case the graph of f ◦ g consists of only one point, namely (π/2; 0).
1.1. Theoretic review 21
2. Lets evaluate the composition in reversed order g ◦ f :
√
Dg◦f = {x ∈ Df f (x) ∈ Dg } = {x ∈ [1; +∞) x − 1 ∈ [0; 2π]} = (?) = [1; 1+4π 2 ] ∧
√
∧ (g ◦ f )(x) = g(f (x)) = sin( x − 1) (x ∈ [1; 1 + 4π 2 ]),
where (?) denotes again the solving process of the upper inequalities on [1; +∞):
√ √
x − 1 ∈ [0; 2π] ⇐⇒ 0 ≤ x − 1 ≤ 2π ⇐⇒ 0 ≤ x − 1 ≤ 4π 2 ⇐⇒
⇐⇒ 1 ≤ x ≤ 1 + 4π 2 .
Taking the intersection with [1; +∞) we get the set [1; 4π 2 ].
f ◦ g = g ◦ f,
which means, that the composition of functions is not commutative (there are cases
when it is, but usually not).
Transformations of functions
(a) Shifting the variable x along the x−axes with value a ∈ R (the graph of f is
shifted with a along the x−line to left when a > 0 and to right when a < 0):
g(x) := f (x + a) (x + a ∈ Df );
g(x) := f (x − a) (x − a ∈ Df ).
(b) Mirroring to the y−axes (take the reflection of the graph of f to the y−axes):
g(x) := f (a · x) (a > 0 ∧ a · x ∈ Df ).
g(x) := −f (x) (x ∈ Df ).
(c) Dilatation of the values along the y−axes with the constant c > 0:
Remark: When c < 0 first we make the multiplication by −c > 0 and then
we mirror all the points of the graph to the x−line.
(d) Cutting and mirroring:
−f (x) , if f (x) < 0;
g(x) := |f (x)| = (x ∈ Df ).
f (x) , if f (x) ≥ 0;
For example: As a good practice for your own, sketch the graphs of the following func-
tions (starting with f ) and then make all the indicated step-by-step transformations:
√
1. Consider the function f (x) := x (x ≥ 0) :
√ √ √ √
1 ≤ x 7−→ x − 1; −1 ≤ x 7−→ x + 1; 0 ≤ x 7−→ 2x; 0 ≤ x 7−→ x − 1;
√ √ √ √
0 ≤ x 7−→ 2 · x; 0 ≤ x 7−→ − x; 0 ≥ x 7−→ −x; 0 ≤ x 7−→ x + 2;
p √
R 3 x 7−→ |x|; 0 ≤ x 7−→ | x|.
Try to find out, why the following graph looks like this:
An interesting graph:
1.1. Theoretic review 31
One more transformation:
−1 < x −→ ln (x+1); 2 < x 7−→ ln (x−2); 0 < x 7−→ ln x−1; 0 < x 7−→ 5+ln x;
1 2 1
R \ {0} 3 x −→ 1 + ; R \ {0} 3 x −→ ; R \ {0} 3 x −→ ;
x x 2x
1 1 1
R \ {0} 3 x −→ ; R \ {0} 3 x −→ ; R \ {0} 3 x −→ .
−x |x| x
See some transformations and their graphs below:
More graphs:
38 1. Functions, Operations with functions
A few more graphs:
Finally here are a few graphs of some transformated functions. Try to find the
step-by-step way to get the final graphs:
40 1. Functions, Operations with functions
Rational fraction’s graph:
6. Illustrate in the plane all the points of the set (1; 2] × [−1; 1).
8. Suppose, that the product of the functions f and g is the constant 0 function, so:
f · g : R −→ R (f · g)(x) = 0 (x ∈ R).
10. Give the function f ◦ f if f (x) := 3x (x ∈ R). What is (f ◦ f )(0) and (f ◦ f )(−1) ?
18. Find A × B if A := {1} and B := [0; 3]. Illustrate all the points of A × B in the
Cartesian coordinate system.
19. Give A × B when A := (−1; 1] and B := {2}. Draw the points of this set A × B in
R2 .
23. When do we say, that the functions f and g are equal to each other?
25. What is the definition of the Cartesian / Descartes product of two sets?
26. Define the square-root and the cube-root functions and draw their graphs as well.
f (x) := 2 − 3x (x ∈ R).
f (x) := 2 − x2 (x ∈ R).
33. Give the definition and the graph of the absolute-value function.
34. Give the definition and the graph of the sign function.
35. Give the definition and the graph of the integer-part function.
36. Give the definition and the graph of the constant 5 function.
48 1. Functions, Operations with functions
37. Give the graph of the reciprocal function
1
f (x) := (x ∈ R \ {0}).
x
f (x) := x3 (x ∈ R).
42. Sketch the graphs of the following functions in the same coordinate system:
43. Sketch the graphs of the following functions in the same coordinate system:
f (x) := |1 − x2 | (x ∈ R).
f (x) := g(x + 1) (x > −1), where g(x) = log2 (x) (x > 0).
1.2. Exercises
Domain of definition
1. Give the largest set D ⊂ R for which the following expressions define a real-real
funcion f :
r
2x3 − 1
(a) f (x) := (x ∈ D) ;
x
p
(b) f (x) := lg (x2 − 5x + 7) (x ∈ D) ;
√ √
(c) f (x) := 2x − ex + 3x − ex (x ∈ D) ;
√
16 − x2
(d) f (x) := (x ∈ D) .
lg(sin x)
Equality of functions
3. Draw the graphs of the following special functions and using this graph give their
range of values Rf as well:
(a)
−x, if x < 0;
f (x) := Abs (x) := |x| =
x, if x ≥ 0.
(b) f (x) := [x] (x ∈ R); where [x] := the greatest integer number not greater then
x. (Integer part function);
(c) f (x) := {x} := x − [x] (x ∈ R); (Fractional part function);
(d) Sign or Signum function:
−1, if x < 0;
f (x) := Sign(x) := 0, if x = 0;
1, if x > 0.
4. Give the graphs of the following functions. Write down the transformational steps
as well.
1.2. Exercises 51
(a) f (x) := 2(x + 3)2 − 1 (x ∈ R);
(b) f (x) := −x2 + 5x + 3 (x ∈ R);
3 2
(c) f (x) := x − 3x + 3x + 1 (x ∈ R);
2
(d) f (x) := |x − 5x + 6| (x ∈ R);
(e) f (x) := |2 − |x − 1|| (x ∈ R);
x+3
(f) f (x) := (−5 6= x ∈ R);
x+5
4x − 1 1
(g) f (x) := 6= x ∈ R ;
2x − 1 2
x
(h) f (x) := (x ∈ R);
1 + |x|
√
5x − 1 1
(i) f (x) := +2 ≤x∈R ;
4 5
√
(j) f (x) := 2 − 1 − x (x ∈ (−∞; 1]);
p
(k) f (x) := |x| (x ∈ R);
π π
(l) f (x) := sin x − + sin x + (x ∈ R);
4 4
√
(m) f (x) := sin x − 3 · cos x (x ∈ R) ;
(n) f (x) := cos2 x (x ∈ R) ;
π
(o) f (x) := tg −x (x ∈ (−π/4; 3π/4)) ;
4
(p) f (x) := 3 · 23x−1 (x ∈ R) ;
(q) f (x) := e−x (x ∈ R) ;
(r) f (x) := ln (1 − x) (x ∈ (−∞; 1)) ;
e
(s) f (x) := ln (x ∈ (0; +∞)) ;
x
(t) 2
x − 2x + 1, if x ∈ R ∩ Q;
D(x) := 3 2
x − 3x + 3x − 1, if x ∈ R \ Q.
5. Consider the functions f and g. Find the given function h and where is possible
draw the graphs of f, g and h:
ch(x) = y
can be solved (related to x) on the set of positive real numbers and give the solution
as well.
8. Consider the given functions f , g and h. Find min{f, g}; max{f ; g} and min/max{f ; g; h}.
By definition
Similarly
Other types
1
f : (0; +∞) −→ R f (x) := x + (x > 0)
x
is strictly monoton decreasing on the interval (0; 1] and is strictly monotone increas-
ing on the interval [1; +∞).
ex − 1
f : R −→ R f (x) := (x ∈ R)
ex + 1
2 · f (x) + 3 · f (1 − x) = 4x − 1 ( ∀ x ∈ R).
54 1. Functions, Operations with functions
1.2.2. Homework and more exercises to practice
Domain of definition
1. Find the largest possible set D ⊂ R for which the following expressions define a
function f :
p√
3
x−2
(a) f (x) := (x ∈ D) ;
1 − [x/9]
(b) f (x) := log3+x (x2 − 1) (x ∈ D) ;
x
r
(c) f (x) := 3 (x ∈ D) ;
1 − |x|
√
ln (4 − x2 ) + 1 − x
(d) f (x) := (x ∈ D) ;
ex − e−x
p 1
(e) f (x) := ln (cos x) + (x ∈ D) .
sin x
Equality of functions
2. Is f = g, if:
√
(a) f (x) := x4 + 2x2 + 1 (x ∈ R); g(x) := 1 − x3 + (x2 − 3) · (x + 1) (x ∈ R)?
√
(b) f (x) := x4 − 2x2 + 1 (x ∈ R); g(x) := (x2 − 1) · sign(1 − |x|) (x ∈ R)?
x2 − 1
(c) f (x) := (x ∈ R \ {−1}); g(x) := x − 1 (x ∈ R)?
x+1
x3 − 1
(d) f (x) := (x ∈ R \ {1}) ∧ f (1) := 3; g(x) := (x + 1)2 − x (x ∈ R)?
x−1
(e) f (x) := ln |x| (x ∈ (−∞; 0) ∪ (0; +∞)); g(x) := ln (−x) (x ∈ (−∞; 0)?
x+1
(f) f (x) := ln (x ∈ (−∞; −1) ∪ (0; +∞));
x
g(x) := ln (x + 1) − ln x (x ∈ (0; +∞))? Is it true, thatf |(0;+∞) = g?
(g) f (x) := ln (cos2 x) (x ∈ (−π/2; π/2));
g(x) := ln (1 + sin x) + ln (1 − sin x) (x ∈ (−π/2; π/2))?
What is the largest possible set on which we can extend f and g so, that f = g?
(h) f (x) := sin2 x + cos2 x (x ∈ R); g(x) := 1 (x ∈ R)?
(i) f (x) := cos(2x) (x ∈ R);
g(x) := (1 − tg2 x) · cos2 x (x ∈ R \ {π/2 + kπ | k ∈ Z})?
1.2. Exercises 55
(j) f (x) := − cos(2x) (x ∈ (0; π)); g(x) := (1 − ctg2 x) · sin2 x (x ∈ (0; π))?
(k) f (x) := tg x + ctg x (x ∈ R \ {kπ/2 | k ∈ Z}) ;
2
g(x) := (x ∈ R \ {kπ/2 | k ∈ Z})?
sin(2x)
√ √ x
(l) f (x) := 1 + cos x (x ∈ R); g(x) := 2 · cos (x ∈ R)?
2
What relation is between f and g?
3. Draw the graphs of the following functions and also give the transformational steps
as well:
4. For the following functions f and g find function h. Where is possible also draw the
graphs of f ; g; h:
5. For the following functions f and g give f ◦ g and g ◦ f and sketch their graphs too:
(a) f (x) := |x| (x ∈ R); g(x) := sin x (x ∈ R);
√
(b) f (x) := x (x ∈ [0; +∞)); g(x) := x2 (x ∈ R). Is it true, that f ◦ g = g ◦ f ?
(c) f (x) := [x] (x ∈ R); g(x) := cos(π · x) (x ∈ R);
x x
(d) f (x) := (x ∈ R); g(x) := (x ∈ (−1; 1)). Is it true, that f ◦ g =
1 + |x| 1 − |x|
g ◦ f?
(e)
x2 + 6x, if x ∈ (−∞; −3); 5x − 2, if x ∈ (−∞; 1];
f (x) = ; g(x) = 2
−2x − 5, if x ∈ [−3; +∞); x − 2x + 4, if x ∈ (1; +∞).
6. For the following functions f ; g and h find min{f, g}; max{f ; g} and min/max{f ; g; h}.
Draw their graphs too:
√
(a) f (x) := |x| (x ∈ R); g(x) := 1 − x2 (x ∈ [−1; 1]);
p 1
(b) f (x) := |x| (x ∈ R); g(x) := (x ∈ R \ {0});
x
(c) f (x) := x (x ∈ R); g(x) := x2 (x ∈ R); h(x) := x3 (x ∈ R).
Other types
10. Find all the functions f : R −→ R which satisfy the following condition:
f (x + y) − f (x − y) = 4xy ( ∀ x, y ∈ R).
11. Consider the parameter a ∈ [0; +∞) and the function f : (a; +∞) −→ R so, that
1
g(x) := · f (x) (x ∈ (a; +∞)) is a monoton decreasing function. Prove, that the
x
function f has the following property (is subadditive):
12. Consider the function f (x) := ax + b (x ∈ R), where a and b are real parameters.
Give the following function:
g := f n := f ◦ f ◦ · · · ◦ f (1 ≤ n ∈ N).
| {z }
n−times
2. Image, range of values, invertible
functions
2.1. Theory
From now on suppose that ∅ =
6 A, B are arbitrary nonempty sets.
Image, range of values
Definition: Let f : A −→ B be a function and C ⊆ A a given set. We call the image of
C by the function f , in notation f [C] the following subset of B:
f [C] := {f (x) | x ∈ C} ⊆ B.
Remarks:
1. We define f [∅] := ∅.
2. It is clear, that the range of values Rf of a function f is the image of its domain Df
by f , so
Rf = f [Df ].
For example:
If 0 ≤ x ≤ 2 =⇒ 0 ≤ x2 ≤ 4;
If − 1 ≤ x ≤ 0 ⇐⇒ 0 ≤ −x ≤ 1 =⇒ 0 ≤ x2 ≤ 1.
We get that:
If x ∈ [−1; 2] =⇒ x2 ∈ [0; 4],
which means that:
f [[−1; 2]] ⊆ [0; 4].
For the reversed order
[0; 4] ⊆ f [[−1; 2]]
we need to prove that:
Solution: By definition
since
∀ x ∈ R : y = x2 ≥ 0.
Let’s check now the reversed order:
[0; +∞) ⊆ Rf .
We take now a fixed value y ∈ [0; +∞) and want to find an x ∈ R for which we
have:
√
x2 = y ∈ [0; +∞) ⇐⇒ x = ± y ∈ R.
As we can see above there are two real numbers x satisfying our wish, so
[0; +∞) ⊆ Rf .
f −1 [D] := {x ∈ Df | f (x) ∈ D} ⊆ A.
Remarks:
For example:
1
2. Let now g(x) := (x ∈ R \ {0}) be another function. Find the pre-image set
x
g −1 [(−1; 1]].
−1
n 1 o
g [(−1; 1]] = {x ∈ Df | g(x) ∈ (−1; 1]} = x ∈ R \ {0} | − 1 < ≤ 1 = (?) =
x
= (−∞; −1) ∪ [1; +∞),
where (?) denotes the following solution:
1
−1 < ≤ 1 (x ∈ (−∞; 0) ∪ (0; +∞)) ⇐⇒
x
⇐⇒ ((x < 0 =⇒ x < −1 ∧ x ≤ 1) ∨ (x > 0 =⇒ x > −1 ∧ x ≥ 1)) ⇐⇒
⇐⇒ x < −1 ∨ x ≥ 1.
∀ x, t ∈ Df : x 6= t =⇒ f (x) 6= f (t).
Remarks:
62 2. Image, range of values, invertible functions
1. Saying it in words f is invertible, if and only if for all two different values from Df
their images are also different.
2. In practice we use many times the logical ”reversed” property, so:
f is injective ⇐⇒ ∀ x, t ∈ Df : f (x) = f (t) =⇒ x = t.
For example:
1. Consider the function
f (x) := 2x − 7 (x ∈ R).
Is f injective?
Solution: Let x, t ∈ [0; 3] and suppose that f (x) = f (t). Then we have:
√ √
9 − x2 = 9 − t2 =⇒ 9 − x2 = 9 − t2 ⇐⇒ x2 − t2 = 0 ⇐⇒
⇐⇒ (x − t) · (x + t) = 0 =⇒ x = t,
because
Df −1 := Rf ∧ ∀ y ∈ Df −1 : f −1 (y) := x ⇐⇒ f (x) = y.
Remarks:
2.1. Theory 63
1. It can be seen that Rf −1 = Df .
2. In practice finding the explicite form for f −1 (y) means to solve the equation f (x) = y
with a given value y ∈ Rf and the unknown value of x from Df (so we express x by
y).
For example:
1. Let
f (x) := 2x − 7 (x ∈ R)
be our invertible function. Give the reversed function f −1 .
Solution: As we have seen before f is really injective. As a first step let’s find the
range of values Rf of f :
∀x ∈ R : f (x) = 2x − 7 ∈ R, so Rf ⊆ R
2. Check if the following function is invertible or not, and give its inverse f −1 (find
Df −1 , Rf −1 and a formula for f −1 (y) if y ∈ Df −1 ):
3x + 2
f (x) = (x ∈ (1; +∞)).
x−1
∀ x, t ∈ Df : x 6= t =⇒ f (x) 6= f (t),
or:
if x, t ∈ Df : f (x) = f (t) =⇒ x = t.
Solution 1:
Consider x, t ∈ Df = (1; +∞) to be different points, so x 6= t and evaluate the
difference of the outputs:
3x + 2 3t + 2 (3x + 2) · (t − 1) − (3t + 2) · (x − 1)
f (x) − f (t) = − = =
x−1 t−1 (x − 1) · (t − 1)
64 2. Image, range of values, invertible functions
5 · (t − x)
= 6= 0, it x 6= t =⇒ f (x) 6= f (t),
(x − 1) · (t − 1)
so f is invertible.
• Find the inverse (or reversed) function f −1 , by the following steps:
∗ Df −1 = Rf
∗ if x ∈ Df −1 , then f −1 (x) = y ⇐⇒ y = f (x)
∗ Rf −1 = Df = (1; +∞).
:::::::::::::::::::::::
If 3 6= y ∈ R, then:
y+2
∃x= (= f −1 (y))
y − 3
::::::::::::::::::::::::
is a solution of the given equation. We still have to fulfill the condition x > 1, so:
y+2 y+2 5
x= >1 ⇐⇒ −1>0 ⇐⇒ >0 ⇐⇒ y > 3.
y−3 y−3 y−3
Finally we get:
y+2
Df −1 = Rf = (3; +∞) ∧ f −1 (y) = (y > 3).
y − 3
::::::::::::::::::::::::::::::::::::::::::::::::::
2.1. Theory 65
Remark: We may first take the following form of f (which is also convenient for
sketching the graph of f ):
1 1
y =3+5· (x > 1) ⇐⇒ x = 1 + 5 · (y > 3).
x−1 y−3
We also can see from our calculations, that if Df = R \ {1}, thenf is still invertible,
and in this case Df −1 = R \ {3}. The next graph is illustrating this situation.
Here are the graphs of f and f −1 in the same coordinate system (on the widest
possible range):
3. Examine the following function from point of view of invertibility. When it is injec-
tive give the inverse function as well.
∀ x, t ∈ Df : x 6= t =⇒ f (x) 6= f (t).
= (x2 − t2 ) − 2 · (x − t) = (x − t) · (x + t − 2)6= 0,
:::
because with the given conditions on x, t we have x ≤ 1 and t < 1 (or conversely),
so:
66 2. Image, range of values, invertible functions
x + t − 2 < 1 + 1 − 2 = 0.
For a given y ∈ R, we have to solve the following equation with x ∈ (−∞; 1]:
p
2 2 2 ± 4 − 4 · (2 − y)
y = x − 2x + 2 ⇐⇒ x − 2x + (2 − y) = 0 ⇐⇒ x1,2 = =
2
p
= 1 ± y − 1 ∈ R ⇐⇒ y − 1 ≥ 0 ⇐⇒ y ≥ 1.
If y ∈ [1; +∞), then the upper equation can be solved on the set of the real numbers,
but we still have to satisfy the following condition on x:
p
x1,2 = 1 ± y − 1 ∈ (−∞; 1].
Remark: Sketch the graphs of f, f −1 in the same Cartesian coordinate system. The
upper evaluations and the graphs can be easily done, by using the perfect square
form of f and f −1 :
p
y = (x − 1)2 + 1 (x ≤ 1) ⇐⇒ x = 1 − y − 1 (y ≥ 1).
2.1. Theory 67
Here are the graphs of f and f −1 in the same coordinate system:
Solution: Let x, t ∈ [0; +∞) and suppose that f (x) = f (t). In this case:
√ √
1− x 1− t √ √ √ √ √ √
√ = √ ⇐⇒ (1− x)·(1+ t) = (1− t)·(1+ x) ⇐⇒ x = t =⇒
1+ x 1+ t
=⇒ x = t,
which shows us that f is injective. What is Rf ? Consider the following form of the
values f (x):
√ √
1− x 2−1− x 2
If x ∈ [0; +∞), then : f (x) = √ = √ = √ − 1 > −1 =⇒
1+ x 1+ x 1+ x
=⇒ Rf ⊆ (−1; +∞).
For the reversed direction let y ∈ (−1; +∞) an arbitrary value and we are looking
for a value x ≥ 0, for which we have:
2 2
f (x) = y ⇐⇒ √ − 1 = y ⇐⇒ √ = y + 1 ⇐⇒ (y 6= −1) ⇐⇒
1+ x 1+ x
√ 2
⇐⇒ x= − 1.
y+1
This last equation can be solved considering the previous condition y > −1 as well,
if:
2
− 1 ≥ 0 · (y + 1) > 0 ⇐⇒ 2 ≥ y + 1 ⇐⇒ y ≤ 1.
y+1
68 2. Image, range of values, invertible functions
We’ve got that:
2
2
∀ y ∈ (−1; 1] ∃ x = − 1 ∈ [0; +∞) : f (x) = y =⇒
y+1
=⇒ (−1; 1] ⊆ Rf .
Turning back to our previous condition Rf ⊆ (−1; +∞) we prove that Rf ⊂ (−1; 1]
is true as well. For this is enough for example to see that:
2 √
∀ x ∈ [0; +∞) √ − 1 ≤ 1 ⇐⇒ ∀ x ∈ [0; +∞) : 0 ≤ x.
1+ x
So finally:
Rf = (−1; 1].
The reversed function is:
2
−1 2
Df −1 = Rf = (−1; 1] ∧ f (y) = −1 (y ∈ (−1; 1]).
y+1
1. Consider the following functions f and sets B, C. Find sets f −1 [B] and f [C]:
x2 − 4x + 3
4. Consider the function f : R −→ R f (x) = 2 (x ∈ R). Give the range of
x − 2x + 3
values Rf for f .
x2 + ax + 1
5. Consider the function f : R −→ R f (x) = (x ∈ R), where a ∈ R is a
x2 − x + 1
real parameter. For what values of a is the condition Rf ⊂ [−3; 2] satisfied?
2.2. Exercises 71
6. Consider the following function f , where m ∈ R is a real parameter:
1 − x , if x ∈ (−∞; −1);
f (x) := 1 − x2 , if x ∈ [−1; 1];
1 + x , if x ∈ (1; +∞).
Give the function g(x) := f (x + 1) − f (x − 1) (x ∈ R) and the sets g[[−1; 3]] and
g −1 [[−1; 2]]. Is g invertible? Prove that the function g|(0;+∞) is invertible and give
its inverse!
4. For what parameters k ∈ R will be the range of values Rf equal to the interval [0; 5],
if: √
f (x) := x2 + 4x + k (|x| ≤ 3)?
x2 − 2x − 3
5. Consider the function f : R −→ R f (x) = (x ∈ R). Find the set Rf .
x2 + x + 1
3x2 + ax − 1
6. Consider the function f : R −→ R f (x) = (x ∈ R), where a ∈ R is a
x2 + 1
real parameter. Find those values of a, for which we have: Rf = [−3; 5].
2.2. Exercises 73
7. Consider the function:
2
x , if x ∈ (−∞; 0);
f (x) := sin x, if x ∈ [0; 2π];
2π − x, if x ∈ (2π; +∞).
9. Check whether the following functions are invertible or not, and in case when they
are find f −1 (by giving Df −1 ; Rf −1 and f −1 (x) for all x ∈ Df −1 ):
10. Consider the function f (x) := ax + b (x ∈ R) where a and b real parameters. Find
the values of a, b so that f is invertible and f = f −1 .
11. Prove that if a, b are real parameters so that ab 6= −4, then the following function
f is invertible and f = f −1 :
2x + a
f (x) := (2/b 6= x ∈ R).
bx − 2
3. Bounded functions, extremal values,
limits at +∞
3.1. Theory
Bounded functions
1. is bounded from below, if the range of values Rf is bounded from below, which means
that:
∃ k ∈ R : f (x) ≥ k (∀ x ∈ Df );
2. is bounded from above, if the range of values Rf is bounded from above, which means
that:
∃ K ∈ R : f (x) ≤ K (∀ x ∈ Df );
3. is bounded, if the range of values Rf is bounded (from below and from above as
well), so
∃ k, K ∈ R : k ≤ f (x) ≤ K (∀ x ∈ Df ).
Remarks:
1. The constants k and K are called the lower and upper bounds of f .
2. A given real-real type function f is not bounded, if it is not bounded from above or
from below or both.
Examples:
2. If
1
f (x) := (x ∈ (0; 1))
x
we can prove that:
1
∀ x ∈ (0; 1) : 1 < ,
x
but there is no such a positive number K > 0 for which we have:
1
≤ K (x ∈ (0; 1)),
x
1
because for such a number K the following number x = ∈ (0; 1) fails to
K +1
satisfy the upper inequality. We can also observe, that here 1 is a lower bound, but
it’s not a minimal value of f . So this function is bounded from below, but is not
bounded from above.
3.1. Theory 77
Here is the graph of the normal-hyperbola for x > 0:
4. If
f (x) := ln x (x ∈ (0; 1)),
then we have:
∀ x ∈ (0; 1) : −∞ < ln x < 0,
so f is bounded from above. In this case we don’t have a lower bound k < 0, because
if we would have one, then:
∃ a ∈ Df : f (x) ≥ f (a) (∀ x ∈ Df );
∃ b ∈ Df : f (x) ≤ f (b) (∀ x ∈ Df ).
We say that a and b are the minimum place and maximum place of f and f (a), f (b) are
the corresponding minimal and maximal values.
Remark:
In this chapter we want to investigate the behaviour of some real-to-real functions for
great enough x values of the domain Df . We want to define the concept of a limit of a
function at +∞. We only consider in this book the three possible cases, namely: finite
number/-∞/+∞ as a limit of f at +∞.
For the rest of this chapter we assume that the given functions f ∈ R → R have the
following property:
∀P >0: (P ; +∞) ∩ Df 6= ∅.
In other words we say that +∞ is an accumulation-point of the set Df (in notation
+∞ ∈ Df0 ). A complete definition of this notion will come in your Analysis courses later.
Def: (Infinite limit at +∞) Let f ∈ R −→ R be a real-to-real function and +∞ ∈ Df0 .
We say that f has the limit +∞ at +∞, in notation
lim f (x) = +∞,
x→+∞
Solution:
• What is the definition? The following statement:
Fix a number P > 0 and assume that x > 0 is also valid. Check when is:
In this case it is easy to solve it. Since P is a positive number, we can take its square
root, so we have: √ √
x > P or x < − P .
√
Since x > 0 was assumed, we choose as solution only the x > P case.
√
So K := P + 1 > 0 is a (possible) good lower bound for the definition:
√
∀ P > 0 ∃ K := P + 1 > 0 : ∀ x ∈ (K; +∞) ∩ R = (K; +∞) : x2 > P.
2. Prove by definition that: lim (2x5 − 7x4 + 3x3 + 11x − 37) = +∞.
x→+∞
Solution:
• We have to prove the following statement:
f (x) = 2x5 −7x4 +3x3 +11x−37 ≥ 2x5 −7x4 −37 = 2x5 −(7x4 +37) ≥ (for x ≥ 1) ≥
P (x) 3x4 + x2 − 3x + 5 +∞
f (x) = = 3
≈ .
Q(x) 2x + 2x + 1 +∞
This last approximation cannot be defined, we will call it a critical limit, and when-
ever this case is on, we factor out the dominant terms, so:
3x4 + x2 − 3x + 5
∀ P > 0 ∃ K > 0 ∀ x ∈ (K; +∞) ∩ Df : > P.
2x3 + 2x + 1
We start by fixing a P > 0 number. (This is the error to approximate the limit
+∞, so how ”close” do we want to get with f (x) to infinity: we want to fulfill
f (x) > P , when x is going to be great enough.) Suppose now that x > 0. (This is a
so called ”initial restriction”. The domain Df is the set of all real numbers, except
the zeros of the denominator. Many times we cannot evaluate them, but no problem,
we will choose a positive K great enough number, so that when x > K, then the
denominator will also not be zero. In our case Q(x) = 2x3 + 2x + 1 > 0, when x > 0
x4
is true.) We continue by the usual OPL estimations (f (x) ≥ ... ≥ C · 3 = C · x):
x
3x4 + x2 − 3x + 5 3x4 − 3x
f (x) = ≥ (if x ≥ 1) ≥ ≥ (if x ≥ 1) ≥
2x3 + 2x + 1 2x3 + 2x + 1
2x4 + x · (x3 − 3) 2x4 2
≥ 3 3 3
≥ (if x ≥ 2) ≥ 3
= x > (?) > P.
2x + 2x + x 5x 5
Solution:
• We have to prove the following statement:
√
∀ P > 0 ∃ K > 0 : ∀ x ∈ (K; +∞) ∩ Df = [11; +∞) : x − 11 > P.
Def: (Finite limit at +∞) Assume f ∈ R −→ R is a real-to -real function again and +∞
is an accumulation point of Df . We say that f has a finite limit L ∈ R at +∞, in notation
lim f (x) = L,
x→+∞
x2 − x + 1 1
1. Prove by definition, that: lim = .
x→+∞ 2x2 + 5x + 31 2
Solution:
• We need to prove the following statement:
x2 − x + 1 1
∀ ε > 0 ∃ K > 0 ∀ x ∈ (K; +∞) ∩ Df : 2
− < ε.
2x + 5x + 31 2
where Df = {x ∈ R | 2x2 + 5x + 31 6= 0} = R.
Fix an ε > 0 number, and evaluate |f (x) − L|:
−2x3 − 15x2 + x − 12 2
lim 3 2
=− .
x→+∞ 5x + x + 9x + 1 5
Solution:
• We need to prove the following statement:
−2x3 − 15x2 + x − 12 2
∀ ε > 0 ∃ K > 0 : ∀ x ∈ (K; +∞) ∩ Df : + < ε.
5x3 + x2 + 9x + 1 5
where Df = {x ∈ R | 5x3 + x2 + 9x + 1 6= 0}.
Fix an ε > 0 number, assume x ≥ 1, and evaluate |f (x) − L|:
−2x3 − 15x2 + x − 12 2
|f (x) − (−2/5)| = + =
5x3 + x2 + 9x + 1 5
−10x3 − 75x2 + 5x − 60 + 10x3 + 2x2 + 18x + 2 −73x2 + 23x − 58
= = ≤ (4) ≤
5 · (5x3 + x2 + 9x + 1) 5 · (5x3 + x2 + 9x + 1)
| − 73x2 | + |23x| + | − 58| 73x2 + 23|x| + 58 73x2 + 23x + 58
≤ = = ≤
25x3 + 5x2 + 45x + 5 25x3 + 5x2 + 45x + 5 25x3 + 5x2 + 45x + 5
73x2 + 23x2 + 58x2 154 154
≤ (if x ≥ 1) ≤ 3
= < ε ⇐⇒ x > .
25x 25x 25ε
154
So if we choose K := + 1 > 0, then our definition is fulfilled.
25ε
86 3. Bounded functions, extremal values, limits at +∞
Follow the steps of this proof on this picture:
Solution:
• We need to prove the following statement:
√ √
∀ ε > 0 ∃ K > 0 : ∀ x ∈ (K; +∞) ∩ Df : ( x + 4 − x + 1) − 0 < ε.
3 3 3
|f (x) − 0| = √ √ ≤√ ≤ (if x ≥ 1) ≤ √ < ε ⇐⇒
x+4+ x+1 x+1 x
√ 3 9
⇐⇒ x> > 0 ⇐⇒ x > 2 .
ε ε
9
So if we choose K := + 1 > 0, then our definition is fulfilled.
ε2
3.1. Theory 87
4. Prove by definition, that:
sin(2x)
lim = 0.
x→+∞ x
Solution:
• We need to prove the following statement:
sin(2x)
∀ ε > 0 ∃ K > 0 : ∀ x ∈ (K; +∞) ∩ Df : − 0 < ε.
x
where Df = R \ {0}.
Fix an ε > 0 number, assume x ≥ 1, and evaluate |f (x) − L|:
sin(2x) | sin(2x)| 1 1 1
|f (x) − 0| = = ≤ = (if x ≥ 1) = < ε ⇐⇒ x > .
x |x| |x| x ε
So, we have:
1
∀ ε > 0 ∃ K := + 1 > 0 : ∀ x ∈ (K; +∞) ∩ R \ {0} = (K; +∞) :
ε
sin(2x) 1 1
−0 ≤ < < ε.
x x K
Solution:
• We have to prove the following statement:
√
∀ p < 0 ∃ K > 0 ∀ x ∈ (K; +∞) ∩ [5; +∞) : 2 − x − 5 < p.
Fix a number p < 0, and make sure, that for all great enough x values:
√ √
f (x) = 2 − 5 − x < p | · (−1) ⇐⇒ −f (x) = x − 5 − 2 > −p (> 0).
Now we can use the technik seen for the +∞ case, so:
√ √
−f (x) = x − 5 − 2 ≥ −p ⇐⇒ x − 5 > 2 − p > 0 ekvi x > (2 − p)2 + 5.
Since x ≥ 5 is the domain, we can choose K := (2 − p)2 + 6 > 0 to be good for the
definition, so:
Solution:
• We have to prove the following statement:
f (x) = −2x3 +x2 +28x−111 < p |·(−1) ⇐⇒ −f (x) = 2x3 −x2 −28x+111 > −p (> 0).
Now we can use the technik seen for the +∞ case, so:
−f (x) = 2x3 − x2 − 28x + 111 ≥ 2x3 − (x2 + 29x) ≥ (for x ≥ 1) ≥ 2x3 − 29x2 =
2x7
−f (x) ≥ ... ≥ C · = C · x2 .
3x5
2x7 − 3x5 + x3 − 2x4 − x − 5 2x7 − (3x5 + 2x4 + x + 5)
−f (x) = ≥ (if x ≥ 1) ≥ ≥
x5 + 4x2 + x + 3 3x5 + 4x2 + x + 3
90 3. Bounded functions, extremal values, limits at +∞
2x7 − 11x5 x7 + x7 − 11x5
≥ (if x ≥ 1) ≥ = =
3x5 + 4x5 + x5 + 3x5 11x5
x7 + x5 · (x2 − 11) x7 1
= 5
≥ (if x ≥ 4) ≥ 5
= x2 > (?) > −p.
11x 11x 11
• Solve now:
1 p p
· x2 > −p ⇐⇒ x2 > −11p > 0 ⇐⇒ (x < − −11p) or (x > −11p > 0).
11
√
So if we choose K := −11p + 4 > 0, then our definition is fulfilled.
6. Give the logical statement for the definition to a function not to be bounded from
above.
10. Is there any function f : R −→ R, which has minimal and maximal values at every
point of its domain?
11. Give an example of a function f : R −→ R which has a lower bound, but it is not
bounded from above.
13. Give an example of a function f : (0; 1) −→ R which is not bounded below, but it
is bounded from above.
2
2 1
14. Is there a minimal value and place for f (x) := x + (x ∈ R \ {0})?
x
x4 + 1
15. Prove by definition that lim = +∞.
x→+∞ x2
3.2. Exercises 91
√
x+1
16. Prove by definition that lim √ = 1.
x→+∞ x
x4 + 1
17. Prove that the function f (x) := (x ∈ R \ {0}) is not bounded from above.
x2
18. Give an example of a function f : R −→ R which has no upper and lower bounds.
19. Is it true: when a function is bounded from above it also has a maximal value? If
not, give an example.
20. Is it true: when a function has a minimal value then it is also bounded below?
21. Does lim sin x exist?
x→+∞
sin x
22. Does lim exist?
x→+∞ x
3.2. Exercises
1. Find the greatest and the least values of the following functions:
(a) f (x) := x2 − 4x + 3 (x ∈ R) ;
1
(b) f (x) := x2 − 4x + 3 ≤x≤3 .
2
3. With a 24 meters long fence we would like to fence in (enclose) a rectangular garden
so that at one side of this area is the wall of the house (so no fence needed along
this side). Of what sizes should be the sides of this rectangle if we want the enclosed
area to be of maximal value.
4. Find the area of the largest rectangle that can be inscribed in a right trianle with
legs of lengths 10 cm and 15 cm if two sides of the rectangle lie along the legs of the
triangle.
92 3. Bounded functions, extremal values, limits at +∞
5. Examine the following functions regarding boundedness, and mnimal/maximal val-
ues:
3x2 + 7
(a) f (x) := (x ∈ [1; +∞)) ;
9x2 + 3
10n + 7
(b) f (n) := (n ∈ N);
15n + 12
√
1−3 x
(c) f (x) := √ (x ∈ [4; +∞));
1+3 x
2n+1 + 2
(d) x(n) := xn := (n ∈ N);
3 · 2n + 1
x2 + 2
(e) f (x) := √ (x ∈ R);
x2 + 1
sin2 x − sin x cos x + cos2 x
(f) f (x) := (x ∈ (0; π/2));
sin2 x + sin x cos x + cos2 x
√
(g) f (x) = 3 · sin x + cos x (x ∈ R) .
√
7. Consider the function f (x) := x (x ∈ [0; +∞)).
a) Find a number K > 0 so that for all numbers x > K from the domain of definition
of f we have:
f (x) > 1000 .
b) Is the following statement true:
d) Is it true that √
lim x = +∞?
x→+∞
a) Give a number K > 0 so that for all numbers x > K from Df to have:
d) Is it true, that
lim (1 − x2 ) = −∞?
x→+∞
x4 + 1
9. Let f (x) := (x ∈ R) be a function.
x2 + 1
a) Give such a K > 0 so that for all x > K from the domain of f to have:
d) Prove that:
x4 + 1
lim = +∞.
x→+∞ x2 + 1
x2 + 1 √
10. Consider the function f (x) := 2 x ∈ R \ {±1/ 3} .
3x − 1
a) Give such a number K > 0 so that for all x > K from Df to have:
1 1
f (x) − < .
3 600
b) Is the following statement true:
1
∀ ε > 0 ∃ K > 0 ∀ x ∈ (K; +∞) ∩ Df : f (x) − <ε?
3
c) Negate the upper statement.
d) Evaluate by definition
x2 + 1
lim .
x→+∞ 3x2 − 1
94 3. Bounded functions, extremal values, limits at +∞
x3 + 1
11. Consider the function f (x) := (x ∈ R \ {1}).
1−x
a) Give a number K > 0 (if it exists), so that for all x > K from Df to have:
b) Is it true that:
d) Find
x3 + 1
lim
x→+∞ 1 − x
x3 + x2 − 2x − 3
14. Prove by definition that: lim = −∞.
x→+∞ 9 − 4x2
2 cos x
15. Prove by definition that: lim = 0.
x→+∞ x
√
16. Prove by definition that: lim x2 − x + 11 = +∞.
x→+∞
√ √
17. Prove by definition that: lim ( 2x + 1 − 2x − 1) = 0.
x→+∞
18. Evaluate the following limit, and then prove by definition your statement:
√
lim ( x2 + x − x).
x→+∞
(a) f (x) := x2 + x − 6 (x ∈ R) ;
(b) f (x) := x2 + x − 6 (x ∈ [−1; 3]);
3.2. Exercises 95
(c) f (x) := −2 − 2x − x2 (x ∈ R);
2
(d) f (x) := −2 − 2x − x (x ∈ (−∞; 0]);
(e) f (x) := −2 − 2x − x2 (x ∈ [−1/2; 2]).
P (x) := −x2 + ax + b (x ∈ R)
to have:
P (−1) = max{P (x) | x ∈ R} = 3.
3. Find the right triangle with maximal area so that the sum of its legs is 12 cm.
4. Consider a 20m long segment AB. Find a point C between A and B so that if we
consider two half circles of diameter AC and CB the sum of the areas of these half
circles to be minimal.
5. Which cylinder has the maximal volume from all the cylinders inscribed into a given
cone?
x4 + x2 + 4
7. Where does the function f (x) := (x ∈ (0; +∞)) take its minimal value
x
and what is this value?
Solution: Using the inequality between the arithmetic and geometric means we get:
s 4
3 1 1 1 1 3
1
f (x) = x + x + + + + ≥ 6 · x · x · = 6.
x x x x x
x2
8. What are the extremal values of the function f (x) := (x ∈ R) and where
1 + x4
does f take them?
Estimates, limits at +∞
√
9. For the function f (x) := x2 + 1 (x ∈ R):
a) Find a number K > 0 so that for all x > K from the domain Df we have:
d) Evaluate by definition √
lim x2 + 1.
x→+∞
1
10. Consider the function f (x) := ln (x ∈ (0; +∞)).
x
a) Find a number K > 0 so that for all x > K from the domain Df we have:
b) Is it true that:
d) Evaluate by definition
1
lim ln .
x→+∞ x
98 3. Bounded functions, extremal values, limits at +∞
Here is the graph of f :
x6 + 1
11. Consider the function f (x) := (x ∈ R \ {0; −1}).
x3 + x2
a) Find a number K > 0 so that for all x > K from the domain Df we have:
f (x) > 4000.
b) Is it true that:
∀ P > 0 ∃ K > 0 ∀ x ∈ (K; +∞) ∩ Df : f (x) > P ?
c) Negate the upper statement.
d) Evaluate by definition
x6 + 1
lim .
x→+∞ x3 + x2
x3 + x
12. Consider the function f (x) := (x ∈ R \ {1}).
1 − x3
a) Find a number K > 0 so that for all x > K from the domain Df we have:
1
|f (x) + 1| < .
100
b) Is it true that:
∀ ε > 0 ∃ K > 0 ∀ x ∈ (K; +∞) ∩ Df : |f (x) − (−1)| < ε ?
c) Negate the upper statement.
d) Evaluate by definition
x3 + x
lim .
x→+∞ 1 − x3
3.2. Exercises 99
Here is the graph of f :
1 + x − 3x5
13. Consider the function f (x) := (x ∈ R).
x4 + 16
a) Find a number K > 0 so that for all x > K from the domain Df we have:
b) Is it true that:
d) Evaluate by definition
1 + x − 3x5
lim .
x→+∞ x4 + 16
100 3. Bounded functions, extremal values, limits at +∞
Here is the graph of f :
x4 − 21x3 + x2 − x − 8 1
16. Prove by definition that: lim 2 4
=− .
x→+∞ x − 3x + x + 1 3
−2x3 + 2021x − 2022
17. Prove by definition that: lim = −∞.
x→+∞ x2 + 3x + 11
√
18. Prove by definition that: lim 3x3 + x2 − x + 11 = +∞.
x→+∞
√
2 x−1 2
19. Prove by definition that: lim √ = .
x→+∞ 3 x + 12 3
20. Evaluate the following limit, and then prove by definition your statement:
√ √
lim ( x2 + 3x + 10 − x2 + 1).
x→+∞