calc_test_sept_2019_solutions
calc_test_sept_2019_solutions
Attempt all the questions. Answers without proper explanations will fetch zero.
Show all your rough work – partial solutions may be rewarded. You can use any
theorem/result without proving it again; but you have to state it properly.
3. Determine, with proof, whether the following statements are true or false: (If
true then provide a proof, else provide a counter-example)
(a) If lim f (x) = c then lim f (sin x) = c.
x→0 x→0
(b) If lim f (sin x) = c then lim f (x) = c.
x→0 x→0
5. Let f, g : R → R be continuous functions such that given any two points x1 < x2 ,
there exists a point x3 between x1 and x2 such that f (x3 ) = g(x3 ). Show that
f (x) = g(x) for every x ∈ R.
1
Solutions
1. If f (x) − x changes its sign then by continuity there exists a point x0 such that
f (x0 ) = x0 . But since that is not allowed, we deduce that f (x) − x is either
positive for all x, or negative for all x. When f (x) > x for all x, we find that
Thus in both the cases, we cannot have a solution to the equation f (f (x)) = x.
2. We are given that f (2x) = 3f (x) for every x ∈ [0, 1/2]. This yields f (0) = 0.
Also deduce that for any natural number n,
for some fixed M > 0. Now, let (xn )n≥1 be a sequence in [0, 1] such that
xn → 0+ . Our goal is to show that for any such sequence, f (xn ) → f (0) = 0.
Given any ε > 0, we take k ∈ N (sufficiently large) such that
M/3k < ε.
0 ≤ xn ≤ 1/2k .
|f (2k xn )| M
|f (xn )| = k
≤ k < ε.
3 3
This implies, from the ε-definition of limit, that f (xn ) → 0 as n → ∞.
(Note, a crucial part of the solution is to first choose k and then choose N .)
3. Both are true. We use the result that | sin x| ≤ |x| for every x ∈ R.
(a) If limx→0 f (x) = c, then for any ε > 0 there exists δ > 0 such that
0 < |x| < δ implies |f (x) − c| < ε. Since | sin x| ≤ |x|, we can see that
|x| < δ =⇒ | sin x| < δ which further implies |f (sin x) − c| < ε.
Page 2
(b) If limx→0 f (sin x) = c, then for any ε > 0 there exists δ > 0 such that 0 <
|x| < δ implies |f (sin x) − c| < ε. We may assume w.l.o.g. that δ < π/2.
The idea is to put y = sin x, i.e., x = sin−1 y. Take δ1 = sin δ ∈ (0, 1).
Since sin(·) is strictly increasing on (−π/2, π/2), for y = sin x we can say
that 0 < | sin x| < sin δ =⇒ 0 < |x| < δ which further implies that
|f (sin x) − c| < ε. Thus, for 0 < |y| < δ1 = sin δ we have |f (y) − c| < ε.
4. The key idea is to take logarithm (with base e, of course!). Let us denote
n π 1
An = tan + , n ≥ 1.
4 n
Observe that
π 1
lim log An = lim n log tan +
n→∞ n→∞ 4 n
1 + tan n1
= lim n log
n→∞ 1 − tan n1
2 tan n1
= lim n log 1 +
n→∞ 1 − tan n1
2 tan n1
= lim n
n→∞ 1 − tan 1
n
2 tan n1
= lim 1 = 2.
n→∞
n
5. Fix any y ∈ R. For any natural number n ≥ 1 we can use the given property
with x1 = y − n1 and x2 = y + n1 to say that there exists yn ∈ [y − n1 , y + n1 ]
such that f (yn ) = g(yn ). Since
1 1
y− ≤ yn ≤ y + for every n ≥ 1,
n n
Sandwich applies and tells us that yn → y as n → ∞. But we have
Letting n → ∞ here, and using the continuity of f and g we can conclude that
Page 3