153k views
20 votes
How do you write a recursive rule from a explicit rule?

2 Answers

1 vote
Simplify the formula and do it until I get it answer
User Yun Tae Hwang
by
5.9k points
6 votes

answer:

You could simplify the explicit formula into your version. The recursive formula is give in the function h(n). Recursive formulas require that you know the previous term to calculate the next term. So, you would use (n-1).

hope this helps

User Viktor Yakunin
by
5.4k points