Respuesta :

put n=2 ,
f(2+1) = f(2) => f(3) = f(2) = 9
now, put n=1,
f(1+1) = f(1) => f(2) = f(1) = 9

Answer:  The required value of f(1) is 9.

Step-by-step explanation:  Given that a sequence is defined by the following recursive function :

[tex]f(n+1)=f(n)~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~(i)[/tex]

and f(3) = 9.

We are to find the value of f(1).

Putting n = 2 in equation (i), we have

[tex]f(2+1)=f(2)\\\\\Rightarrow f(3)=f(2).[/tex]

Since f(3) = 9, so we get

[tex]f(2)=9.[/tex]

Again, putting n = 1 in equation (i), we get

[tex]f(1+1)=f(1)\\\\\Rightarrow f(2)=f(1).[/tex]

Since f(2) = 9, so we arrive at

[tex]f(1)=9.[/tex]

Thus, the required value of f(1) is 9.

ACCESS MORE
EDU ACCESS
Universidad de Mexico