To "solve" this problem, I will consider the following geometric series, of course, |x|<1:
S=1+x+x2+x3+⋯=n=0∑∞xn
xS=x+x2+x3+⋯=n=1∑∞xn=(∑n=1∞xn)+x0−x0=(n=0∑∞xn)−1=S−1
xS=S−1
1=S−Sx
1=(1−x)S
S=1−x1=n=0∑∞xn
This answers the question for k=0, to solve this for other k, I will do the derivative of both sides, before that, I will use the following "formula", to help get things done faster(I used the Power Rule and the Chain Rule to reach this result without too much work):
dxd[(1−x)n1]=(1−x)n+1n
dxd[1−x1]=dxd[n=0∑∞xn]
(1−x)21=n=0∑∞nxn−1
Now I will multiply everything by x, to adjust the right side of the equality:
(1−x)2x=n=0∑∞nxn
I will apply partial fractions on the left side of the equality, using the following formula(you can prove it by simply doing the operations):
(1−x)nx=(1−x)n1−(1−x)n−11
Then I get:
(1−x)21−1−x1=n=0∑∞nxn
Note to get the answer for k=2, I can do the derivative of both sides, then multiply by x, and then apply partial fractions, but then I can do for k=3 and so on;
Does anyone know how to solve the recurrence relation I get?
Let's suppose that I know the answer for k=p, there is a sequence of Ap,n as the coefficients of (1−x)n1 such that:
k=1∑p+1(1−x)kAp,k=k=0∑∞kpxk
I will do the derivative of both sides:
k=1∑p+1(1−x)k+1kAp,k=k=0∑∞kp+1xk−1
Then I will multiply both sides by x:
k=1∑p+1(1−x)k+1kAp,kx=k=0∑∞kp+1xk
Applying partial fractions:
k=1∑p+1(1−x)k+1kAp,k−k=1∑p+1(1−x)kkAp,k=k=0∑∞kp+1xk
This is the solution for k=p+1, therefore I can say that this is equal to the sum of (1−x)k1, with the appropriate coefficients Ap+1,k, also, I will take out the last and first coefficients because they don't have pairs, with that I can say:
(1−x)p+2kAp,p+1+k=2∑p+1((1−x)k(k−1)Ap,k−1−(1−x)kkAp,k)−1−xAp,1=k=0∑∞kp+1xk=k=1∑p+2(1−x)kAp+1,k
With this, I can say some things:
Ap+1,p+2=(p+1)Ap,p+1
Ap+1,1=−Ap,1
Ap+1,k=(k−1)Ap,k−1−kAp,k
There are some patterns I can see(they can be proved by induction):
Ap,p+1=p!
Ap,1=(−1)n
Ap,p=−2(p+1)!
But I can't give a complete closed "simple" formula, like Faulhaber's Formula, does anyone know or has a suggestion to tackle this problem?
#Calculus
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
The recurrence sequence can be expressed in terms of Stirling Numbers of the Second Kind.
k=0∑∞knxk=k=0∑nk!S(n+1,k+1)(1−xx)k+1
Log in to reply
Absolutely, but I have not been able (yet) to obtain a closed expression the coefficients of (1−x)k1. There is an obvious formula in terms of Stirling numbers and Binomial coefficients...
Apparently k=1∑∞knxk=k=1∑n+1(1−x)k(−1)n+k+1S(n+1,k)(k−1)!.
Log in to reply
And here is a proof by induction: It is easy to verify that the formula holds for n=1, so assume that it holds for some positive integer n, i.e. k=1∑∞knxk=k=1∑n+1(1−x)k(−1)n+k+1S(n+1,k)(k−1)!.
Differentiating both sides, we get k=1∑∞kn+1xk−1=k=1∑n+1(1−x)k+1(−1)n+k+1S(n+1,k)k!, so k=1∑∞kn+1xk=k=1∑n+1(1−x)k+1(−1)n+k+1S(n+1,k)k!x.
We can write (1−x)k+1x=(1−x)k+1(x−1)+1=(1−x)k+11−(1−x)k1, so k=1∑n+1(1−x)k+1(−1)n+k+1S(n+1,k)k!x=k=1∑n+1((1−x)k+1(−1)n+k+1S(n+1,k)k!−(1−x)k(−1)n+k+1S(n+1,k)k!)=1−x(−1)n+1+k=2∑n+1((1−x)k(−1)n+kS(n+1,k−1)(k−1)!−(1−x)k(−1)n+k+1S(n+1,k)k!)+(1−x)n+2(n+1)!=1−x(−1)n+1+k=2∑n+1(1−x)k(−1)n+k(k−1)![S(n+1,k−1)+kS(n+1,k)]+(1−x)n+2(n+1)!=1−x(−1)n+1+k=2∑n+1(1−x)k(−1)n+kS(n+2,k)(k−1)!+(1−x)n+2(n+1)!=k=1∑n+2(1−x)k(−1)n+kS(n+2,k)(k−1)!. This completes the induction step.
This is an interesting question. My first thought is Falling factorials, but I don't think that's helpful.
Summoning @Mark Hennings + @Ishan Singh
Log in to reply
There is a chance of this(or the Rising Factorial) being helpful:
1−x1=n=0∑∞xn
dp−1xdp−1[1−x1]=dp−1xdp−1[n=0∑∞xn]
(1−x)p(p−1)!=n=0∑∞(n)pxn−p+1
(1−x)p(p−1)!=n=0∑∞n(p)xn
Well, consider the following question: how we can determine the coefficients Cp,n such that:
k=1∑pCp,kx(k)=xp
This question is closely related to the problem I discussed earlier, because then Ap,n=(n−1)!Cp,n
Log in to reply
This problem may be easier to tackle because it has an easier recurrence relation:
x(n)=x(x+1)(x+2)⋯x(x+n−1)
(x+n)x(n)=x(n+1)
x(n)x+nx(n)=x(n+1)
x(n)x=x(n+1)−nx(n)
Now, trying to find the recurrence around Cp,n:
k=1∑pCp,kx(k)=xp
Multiplying everything by x:
k=1∑pCp,kx(k)x=xp+1
Using the recurrence of the Rising Factorial:
k=1∑pCp,k(x(k+1)−kx(k))=xp+1
k=1∑pCp,kx(k+1)−k=1∑pCp,kkx(k)=xp+1
I will take the first and last terms because they don't have pairs:
x(p+1)Cp,p+k=2∑px(k)(Cp,k−1−kCp,k)x(k)−Cp,1=xp+1
With that I can say:
Cp+1,p+1=Cp,p
Cp+1,k=Cp,k−1−kCp,k
Cp+1,1=−Cp,1
Again, I can find some patterns that can be proved by induction:
Cn,n=1
Cn,n−1=−2n(n−1)
Cn,1=(−1)n+1