
Patrick B. answered 07/13/20
Math and computer tutor/teacher
f2 = f comp f = x+1+1 = x+2
f2 comp f = x+1+2 = x+3
f comp f2 = x+2+1 = x+3, so yes they are the same...
f3 = f2 comp f = x+3
f4 = f3 comp f = x+4
...
Suppose Fn = x+n
F(n+1) = Fn comp f = x+1+n = x+(n+1)
so the pattern hold by induction
F comp Finv = x so when you graph them on
the same plot, they shall be SYMMETRIC about
the line y=x