Q. If f(1)=4 and f(n+1)=f(n)2−4 then find the value of f(3).Answer:
Given initial condition and formula: We are given the initial condition and the recursive formula:f(1)=4f(n+1)=f(n)2−4We need to find f(3). To do this, we will first find f(2) using the given recursive formula and the initial condition.Substitute n=1 into the recursive formula to find f(2).f(2)=f(1)2−4f(2)=42−4f(2)=16−4f(2)=12
Find f(2): Now that we have f(2), we can use it to find f(3) using the same recursive formula.Substitute n=2 into the recursive formula to find f(3).f(3)=f(2)2−4f(3)=122−4f(3)=144−4f(3)=140
More problems from Evaluate expression when two complex numbers are given