#Help Me with this sum serie
56 messages · Page 1 of 1 (latest)
sum:
a + y(a) + y( a + y(a) ) + .... + ?
^
soming c times
the ideia is take all beside terms, then multply it by a "y" number
this pattern repeating "c" times
<@&286206848099549185>
@quick bane
Are you trying to solve for a specific c value?
I would encourage you to write out s_1, s_2, and so on
Close, as you stated they are sums. So S_2(a) = a + y(a)
What would you use for s_4?
y(a + y(a) + y(y(a) + a ) )
Okay, I believe I understand better now. I would recommend trying to factor your expressions for these sums. There may be another pattern that can be found.
For example:
S_3 = ay(y+1)
So, $u_1(a)=a$, $u_n(a)=y\sum_{k=1}^{n} u_k(a)$, and $S_n(a)=\sum_{k=1}^n u_k(n)$
SWR
how do you get this?
Factoring
a + ya + ya(1+y) + ya(1+y)^2 ... ya(1+y)^(c-1)
a + ya( (1+y) + (1+y)^2 ... + (1+y)^c-1 )
z = 1+y
a + ya( z + z^2 + z^3... z^c-1) = s
(s - a)ya = z + z^2 + z^3... z^c-1
z + z^2 + z^3... z^c-2 = (z^(c-1) - 1 ) /(y)
(s - a)/ya = ((1+y)^(c-1) - 1 )/y
s - a = a( (1 + y)^(c-1) - 1 )
s = a( 1 + (1+y)^(c-1) - 1)
s = a((1+y)^(c-1))
ops
there is c-1
sry
fixed
Looks good
Or just read #❓how-to-get-help
i read
but it doesnt shows
i mean like this ones
scroll up a bit more
Or just post in any of these unoccupied ones
alr
I was able to get to the same result that you found. Is that all the question was asking for?
👍
ill close