How can I find $ |\{c : f(f(c))=f(c)\}| $ when only given the graph of $y=f(x)$?

26 Views Asked by At

$|A=\{a : f(a)=a\}|$ can be found by counting the number of intersections of $y=f(x)$ and $y=x$.

$|B=\{b : f(f(b))=b\}|$ can be found by counting the number of intersections of $y=f(x)$ and $y=a (a\in A)$.

But how can I find $|C=\{c : f(f(c))=f(c) \}|$ ?

1

There are 1 best solutions below

1
On

Draw the graph $y=f(x)$ and the line $y=x.$ At every point $P=(a,f(a))$ where these two curves meet, draw the horizontal line $y=a.$ Now count the total number of intersections of $y=f(x)$ with all of the horizontal lines.