If f ( 1 ) = 2 f(1)=2 and f ( n ) = f ( n − 1 ) 2 − 5 f(n)=f(n−1) 2 −5 then find the value of f ( 4 ) f(4).

If f 1 2 f12 and f n f n 1 2 5 fnfn1 2 5 then find the value of f 4 f4 class=

Respuesta :

[tex]f(1) = 2\\f(2)=f(2-1)^2-5=(f(1))^2-5 = 2^2-5 = -1\\f(3) = f(3-1)^2 - 5=f(2)^2-5=(-1)^2-5=-4\\f(4) = f(4-1)^2-5 = f(3)^2-5 = (-4)^2-5 = 11[/tex]

so f(4) = 11

Hope that helps!

Answer:

f(4) = 11

Step-by-step explanation:

Given :

  • base function ⇒ f(n) = f(n - 1)² - 5
  • f(1) = 2

Solving :

  • f(2) = f(1)² - 5
  • f(2) = 2² - 5 = 4 - 5 = -1

  • f(3) = f(2)² - 5
  • f(3) = (-1)² - 5 = 1 - 5 = -4

  • f(4) = f(3)² - 5
  • f(4) = (-4)² - 5
  • f(4) = 16 - 5 = 11