Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
NCTM or The Math Forum.
|
|
Math Forum
»
Discussions
»
Math Topics
»
discretemath
Notice: We are no longer accepting new posts, but the forums will continue to be readable.
Topic:
Sum of series and recurrence relation
Replies:
1
Last Post:
Jan 19, 2005 12:06 PM
|
 |
|
Terry
Posts:
7
Registered:
1/25/05
|
|
Sum of series and recurrence relation
Posted:
Jan 16, 2005 7:53 PM
|
|
1)
I need the sum of the following series.
i pow 2 = i *i or i^2 so T(i) = i ^N / 4 ^i T(i)= (i pow N)/(4 pow i)
I need the sum of T(0)+T(1)+T(2)......inf
Sum of T(i) where i = 0 to inf.
How do i go about this. Do we have to use integrals ?
2) If a+b=1 and T(1)=1 how do i solve T(n)=T(an)+T(bn) + cn where c is a constant.
|
|
|
|