Assignment: Page 26: Nos. 1,3,5,6,11,12,13
b) F(x)=X^2-2
x^2-2=x -> x^2-x-2=0 -> x=2,-1
c) F(x)=x^2+1
x^2+1=x -> x^2-x+1=0 -> no real fixed points
d) F(x)=x^3-3x
x^3-3x=x -> x^3-4x=0 -> x(x^2-4)=0 -> x=0,+2,-2
e) F(x)=|x|
|x|=x -> |x|-x=0 -> all x>=0
f)F(x)=x^5
x^5=x -> x^5-x=0 -> x(x^4-1)=0 -> x=0,+1,-1
D^2(x)=
{ 4x for 0 <= x < 1/4
{ 4x-1 for 1/4 <= x < 1/2
{ 4x-2 for 1/2 <= x < 3/4
{ 4x-3 for 3/4 <= x < 1
D^3(x)=
{ 8x for 0 <= x < 1/8
{ 8x-1 for 1/8 <= x < 1/4
{ 8x-2 for 1/4 <= x < 3/8
{ 8x-3 for 3/8 <= x < 1/2
{ 8x-4 for 1/2 <= x < 5/8
{ 8x-5 for 5/8 <= x < 3/4
{ 8x-6 for 3/4 <= x < 7/8
{ 8x-7 for 7/8 <= x < 1
D^n(x)=
{ 2^n*x for 0 <= x < 1/(2^n)
{ 2^n*x-1 for 1/(2^n <= x < 2/(2^n)
{ 2^n*x-2 for 2/(2^n) <= x < 3/(2^n)
{ .
{ .
{ .
{ 2^n*x-(2^n -1) for (2^n -1)/2^n <= x < 1
or
2^n*x -K for K/2^n <= x < (K+1)/2^n
The graph of D^2 consists of 4 straight lines, each with slope
4. The graph of D^3 consists of 8 straight lines, each with
slope 8. The graph of D^n consists of 2^n straight lines,
each with slope 2^n.