
Selam N. answered 09/13/15
Tutor
5
(6)
Mathematics Teacher
There are two things here,
- the piecewise function, defined as f(n)= n-1 for the domain, n>5 and. f(n)=f(f(n+1)) if n≤5
- Let's rewrite the function using other function notations, say h(n) and g(n). For the section of the domain when n≤5,
f(n)=h(g(n))
This is composition of functions. Other notation is h(n)οg(n).
for the part of your question, solving the function for n<5
f(4)=h(g(4))
=h(4+1)
=(4+1)-1=4
f(3)=h(g(3))
=h(3+1)
=(3+1)-1=3
=h(3+1)
=(3+1)-1=3
f(2)=h(g(2))
=h(2+1)
=(2+1)-1=2
=h(2+1)
=(2+1)-1=2
f(1)=h(g(1))
=h(1+1)
=(1+1)-1=1
=h(1+1)
=(1+1)-1=1