English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

obviously the parenthesis are not in this problem. but i know of no other way to represent a with the n in lower case slightly below the n and the 1 over 2 with the lower case n to the upper right of the 2.

2006-08-01 13:01:09 · 4 answers · asked by Anonymous in Science & Mathematics Mathematics

4 answers

Actually, if I read your notation right, since a(n)=1/2*n, a(0)=0.

What do you have to do to 1/2(n-1) to get 1/2(n)? This will tell you the recursion formula.

2006-08-01 13:20:45 · answer #1 · answered by Benjamin N 4 · 0 1

5

2006-08-01 20:06:24 · answer #2 · answered by someone 3 · 0 0

If you're formula meant a(n) = 1 / 2^n, then the recursive formula is:

a(0) = 1
a(n) = a(n-1) / 2

2006-08-01 20:07:42 · answer #3 · answered by philosophygeek 1 · 0 0

a(n) = 1/2^n

a(n+1) = 1/2^(n+1)

a(n+1) = (1/2)*1/2^n)

Here is the recursive formula:

a(n+1)=(1/2)*a(n)

The initial value

a(0) = 1

2006-08-01 20:25:40 · answer #4 · answered by gp4rts 7 · 0 0

fedest.com, questions and answers