SOLUTION: Find the first five terms of the recursive
sequence defined by the function below.
𝑓(𝑛) = 2𝑓(𝑛 − 1) + 3𝑛, where 𝑓(1) = ͨ
Algebra ->
Sequences-and-series
-> SOLUTION: Find the first five terms of the recursive
sequence defined by the function below.
𝑓(𝑛) = 2𝑓(𝑛 − 1) + 3𝑛, where 𝑓(1) = ͨ
Log On
You can put this solution on YOUR website!
Find the first five terms of the recursive sequence defined by the function below.
, where
if , means first term is
then
-> -> -> -> ...second term
-> -> -> -> ...third term
-> -> -> -> .....forth term
-> -> ->->
so,the first five terms of the recursive sequence are:,,,,,.....