Functions Part 11
Functions Part 11
1. x ∈ Df =⇒ x ≥ 0.
√ √
2. f (x) ∈ Dg =⇒ x ∈ (2, ∞) =⇒ x > 2 =⇒ x > 4.
So, Dg◦f = (4, ∞). Here, Ran(f ) = [0, ∞) is not a subset of Dg = (2, ∞). We only consider
x for which f (x) falls into Dg .
• If |f ′ (x∗ )| > 1, x∗ is a repelling fixed point (orbits starting near x∗ move away).
1
Part 11: Composition & Transformations Advanced Functions by Yuki
Consider f (x) = rx(1−x) for x ∈ [0, 1] and r ∈ [0, 4]. Fixed points: x = rx(1−x) =⇒ x = 0
or 1 = r(1 − x) =⇒ 1 = r − rx =⇒ rx = r − 1 =⇒ x = (r − 1)/r. For x∗ = (r − 1)/r
to be in [0, 1], we need r ≥ 1. f ′ (x) = r − 2rx. |f ′ (0)| = |r|. Attracting if |r| < 1.
|f ′ ((r − 1)/r)| = |r − 2r((r − 1)/r)| = |r − 2(r − 1)| = |r − 2r + 2| = |2 − r|. So x∗ = (r − 1)/r
is attracting if |2 − r| < 1 =⇒ −1 < 2 − r < 1 =⇒ −3 < −r < −1 =⇒ 1 < r < 3. As r
increases beyond 3, this fixed point becomes repelling, and period-doubling bifurcations occur,
leading to chaotic behavior. This is a cornerstone of chaos theory.
y = f (x)
x2
x1
x
0 x0
2
Part 11: Composition & Transformations Advanced Functions by Yuki
(Refer to Part 11 Problem 7.7 for detailed graphs and discussion from previous turn if desired).
y = [sin x]: Range is {−1, 0, 1}. Discontinuities when sin x is an integer. Period 2π. y = sin[x]:
Range is {sin k | k ∈ Z}. Graph is piecewise constant over [k, k+1). Not periodic in the standard
sense due to varying values of sin k.
• If x0 is a periodic point of f with period k, then h(x0 ) is a periodic point of g with period k.
The logistic map f (x) = rx(1 − x) for certain r values (e.g., r = 4) is conjugate to the tent
map or bit-shift map via a transformation like h(x) = sin2 (πx/2). Analyzing the simpler map
can reveal properties (like chaos) in the logistic map. For r = 4, f (x) = 4x(1 − x). Let
x = sin2 θ. f (sin2 θ) = 4 sin2 θ(1 − sin2 θ) = 4 sin2 θ cos2 θ = (2 sin θ cos θ)2 = sin2 (2θ). If
we let h(θ) = sin2 θ, and T (θ) = 2θ (mod π) (angle doubling map), then f (h(θ)) = h(T (θ)).
So f ◦ h = h ◦ T , or f = h ◦ T ◦ h−1 (if h is invertible on suitable domain). This shows f is
conjugate to an angle-doubling map.
3
Part 11: Composition & Transformations Advanced Functions by Yuki
If f (x + 2) = 1+f (x)
1−f (x)
for all x ∈ R, show that f (x) is periodic. What is its period? (Hint:
Calculate f (x + 4), f (x + 8)).
Let f (x) = |x2 − 4|x| + 3|. Analyze its symmetry. Find the number of points where f (x) is not
differentiable. Sketch the graph of y = f (x) and y = [f (x)].
Consider f (x) = min(sin x, cos x) and g(x) = {f (x)}, where {.} is the fractional part function.
Determine the fundamental period of g(x). Sketch g(x) over one period.
If f (x) is a function such that f (x + T ) = k · f (x) for some constants k > 0, T > 0. If
g(x) = logb (f (x)) (for a suitable base b), show that g(x) is periodic if k = 1. What if k ̸= 1?
If f (x + T ) = f (x) + k, what can be said about g(x) = af (x) ?
4
Part 11: Composition & Transformations Advanced Functions by Yuki
D ≥ 0 =⇒ (−2)2 − 4(y)(y) ≥ 0 =⇒ 4 − 4y 2 ≥ 0 =⇒ y 2 ≤ 1 =⇒ −1 ≤ y ≤ 1. So
Ran(f ) = [−1, 1]. Domain of g(x): We need 1−x 1+x
> 0. Critical points at x = −1, x = 1.
Sign analysis yields Dg = (−1, 1). For g(f (x)): We need f (x) ∈ Dg , so −1 < f (x) < 1.
We know Ran(f ) = [−1, 1]. So we need to exclude x for which f (x) = 1 or f (x) = −1.
f (x) = 1 =⇒ 1+x 2x
2 = 1 =⇒ 2x = 1 + x
2
=⇒ x2 − 2x + 1 = 0 =⇒ (x − 1)2 =
0 =⇒ x = 1. f (x) = −1 =⇒ 1+x 2x
2 = −1 =⇒ 2x = −1 − x
2
=⇒ x2 + 2x + 1 =
Ä ä
0 =⇒ (x + 1)2 = 0 =⇒ x = −1. So Dg◦f = R \ {−1, 1}. (g ◦ f )(x) = g 1+x 2x
=
Å ã Ç 2 å
2
1+ 2x 1+x +2x Ä 2
ä Ä ä2
= ln (1+x) . Range of g ◦ f :
2 1+x2 1+x
ln 1− 1+x
2x = ln 1+x 2 −2x (1−x)2
= ln 1−x = 2 ln 1+x
1−x
1+x2 1+x2
= −2f2(x) = − f (x)
(1−f (x))+(1+f (x))
(1−f (x))−(1+f (x))
1
. f (x + 8) = f ((x + 4) + 4) = − f (x+4)
1
= − −1/f1 (x) =
f (x). So f (x + 8) = f (x). The function is periodic with period 8.
1−x−1 = −x
= x
. f3 (x) = f1 (f2 (x)) = f1 x−1
x
= 1
1− x−1
= 1
x−(x−1)
x
= 1 = x.
1−x x x
So f3 (x) = x. This means f4 (x) = f1 (x), f5 (x) = f2 (x), etc. The functions repeat
with period 3. We need f 2025 (x). 2025 (mod 3) = (2 + 0 + 2 + 5) (mod 3) = 9
(mod 3) = 0. So f 2025 (x) = f 3 (x) = x. Equation is x = cos(πx). Domain: For f1 (x),
x ̸= 1. For f2 (x), x ̸= 0 (and f1 (x) must be defined, so x ̸= 1). For f3 (x), x ̸= 0, 1.
The overall domain for f 2025 (x) = x to be well-defined through iteration is R \ {0, 1}.
Solutions to x = cos(πx): Let h(x) = x − cos(πx). h′ (x) = 1 − (−π sin(πx)) =
1 + π sin(πx). If x = 0, 0 = cos(0) = 1, False. If x = 1, 1 = cos(π) = −1,
False. If x = −1, −1 = cos(−π) = −1. So x = −1 is a solution. Graph y = x
and y = cos(πx). They intersect at x = −1. For x > 0, cos(πx) oscillates. For
x ∈ (0, 1/2), cos(πx) ∈ (0, 1). x ∈ (0, 1/2). Possible intersection. Let x0 ∈ (0, 1/2).
5
Part 11: Composition & Transformations Advanced Functions by Yuki
h(0) = −1 < 0. h(1/2) = 1/2 − cos(π/2) = 1/2 > 0. So one root in (0, 1/2). For
x ∈ (1/2, 1), cos(πx) ∈ (−1, 0). x ∈ (1/2, 1). x > cos(πx). No root. For x ∈ (1, 3/2),
cos(πx) ∈ (−1, 0). x > cos(πx). No root. For x ∈ (−1/2, 0), cos(πx) ∈ (0, 1).
x ∈ (−1/2, 0). x < cos(πx). h(0) = −1. h(−1/2) = −1/2 − cos(−π/2) = −1/2 < 0.
At x = −1, h(−1) = −1 − cos(−π) = −1 − (−1) = 0. Are there other negative
solutions? If x < −1, y = x is below y = −1. y = cos(πx) oscillates between −1 and
1. They can only meet if x = −1 and cos(πx) = −1. Solutions are x = −1 and one
solution x0 ∈ (0, 1/2). Total 2 solutions.
5. Problem 11.5: f (x) = |x2 − 4|x| + 3|. Let g(t) = t2 − 4t + 3 = (t − 1)(t − 3) where
t = |x| ≥ 0. So f (x) = ||x|2 − 4|x| + 3| = |(|x| − 1)(|x| − 3)|. Symmetry: Since
f (x) depends only on |x|, f (−x) = || − x|2 − 4| − x| + 3| = ||x|2 − 4|x| + 3| = f (x).
So f (x) is an even function, symmetric about y-axis. Non-differentiability: Points where
argument of outer modulus is zero: (|x| − 1)(|x| − 3) = 0 =⇒ |x| = 1 or |x| = 3. So
x = ±1, ±3. Points where argument of inner modulus |x| causes issues: x = 0. At x = 0:
f (x) = |0 − 0 + 3| = 3. f ′ (x) near 0: t = |x|. f (x) = |(t − 1)(t − 3)|. For x → 0+ ,
t → 0+ . f (x) = |(x−1)(x−3)| = |x2 −4x+3| = x2 −4x+3. f ′ (0+ ) = −4. For x → 0− ,
t → 0+ . f (x) = |(−x − 1)(−x − 3)| = |(x + 1)(x + 3)| = |x2 + 4x + 3| = x2 + 4x + 3.
f ′ (0− ) = 4. Not differentiable at x = 0. At |x| = 1: e.g. x = 1. f (x) = 0. For x → 1+ ,
|x| = x. f (x) = |(x−1)(x−3)|. Near x = 1, x−1 > 0, x−3 < 0. So (x−1)(x−3) < 0.
f (x) = −(x − 1)(x − 3) = −(x2 − 4x + 3) = −x2 + 4x − 3. f ′ (x) = −2x + 4. f ′ (1+ ) = 2.
For x → 1− , |x| = x. f (x) = |(x − 1)(x − 3)|. Near x = 1− , x − 1 < 0, x − 3 < 0. So
(x − 1)(x − 3) > 0. f (x) = (x − 1)(x − 3) = x2 − 4x + 3. f ′ (x) = 2x − 4. f ′ (1− ) = −2.
Not differentiable at x = 1. By symmetry, also at x = −1. At |x| = 3: e.g. x = 3.
f (x) = 0. For x → 3+ , |x| = x. f (x) = |(x − 1)(x − 3)| = (x − 1)(x − 3) since
x − 1 > 0, x − 3 > 0. f (x) = x2 − 4x + 3. f ′ (x) = 2x − 4. f ′ (3+ ) = 2. For x → 3− ,
|x| = x. f (x) = |(x − 1)(x − 3)| = −(x − 1)(x − 3) since x − 1 > 0, x − 3 < 0.
f (x) = −x2 + 4x − 3. f ′ (x) = −2x + 4. f ′ (3− ) = −2. Not differentiable at x = 3.
By symmetry, also at x = −3. Total points of non-differentiability: 0, ±1, ±3 (5 points).
Graph y = f (x): Plot y = (t − 1)(t − 3) for t ≥ 0. Then take |(t − 1)(t − 3)|. Then
use t = |x|. y = [f (x)]: This will be a step function based on f (x). f (0) = 3, f (±1) =
0, f (±2) = |4 − 8 + 3| = | − 1| = 1, f (±3) = 0. Max between 1, 3 for t is at t = 2,
g(2) = −1, |g(2)| = 1.
6. Problem 11.6: f (x) = min(sin x, cos x).√This function has period √ 2π. Graph is known.
g(x) = {f (x)}. Range of f (x) is [−1, 1/ 2]. If f (x) ∈ [0, 1/ 2], then {f (x)} = f (x).
If f (x) ∈ [−1, 0), then f (x) is like −0
® . . . . [f (x)] = −1. {f (x)} = f (x) − [f (x)] =
f (x) if f (x) ≥ 0
f (x) − (−1) = f (x) + 1. So g(x) = . The period of f (x) is 2π.
f (x) + 1 if f (x) < 0
The transformation to {f (x)} will also result in a period of 2π.
7. Problem 11.7: 1. f (x+T ) = k ·f (x). g(x) = logb (f (x)). g(x+T ) = logb (f (x+T )) =
logb (k · f (x)) = logb k + logb (f (x)) = logb k + g(x). This is periodic if logb k = 0, which
means k = 1. Period is T . If k ̸= 1, g(x) is not periodic but satisfies g(x+T ) = g(x)+C.
Such functions are sometimes called ”arithmetically periodic” or ”functions with a linear
trend.” 2. f (x+T ) = f (x)+k. g(x) = af (x) . g(x+T ) = af (x+T ) = af (x)+k = af (x) ·ak =
g(x) · ak . This is periodic if ak = 1. This requires k = 0 (if a ̸= ±1) or a = 1 (trivial) or
a = −1 and k is even. If k = 0, f (x) is periodic with period T , then g(x) = af (x) is also
periodic with period T . If ak ̸= 1, it’s ”geometrically periodic.”