Sunday, May 7, 2017

sequences and series - Choosing convenient limits of integration on Basel problem



I have recently discovered k=1cos(kα)k2k=1cos(kβ)k2=βαtan1(cot(θ/2))dθ which seems to be a nice way to attack Basel problem. The integral nicely reduces to β0π2θ2dθ=2πββ22πα+α24=14(αβ)(α+β2π) when α,β[0,2π]. The question: how do I choose α and β such that cos(kα)cos(kβ)=1 for all kN? Does this k even exist?



Answer



Sadly, there's no such α and β. We'll try and solve the more general equation - cos(kα)cos(kβ) is a non-zero constant, say C.



Assume there are such α,β. Let x=cosα,y=cosβ.



Note that cos(2t)=2cos(t)21,cos(3t)=4cos(t)33cos(t). Then the following 2 equalities hold:
xy=C
2x22y2=C
Factoring 2x22y2 as 2(xy)(x+y) and plugging the first equation, we find that x+y=0.5 This leads to x=C+0.52,y=0.5C2.
Now we choose k=3:

4x33x(4y33y)=C
The LHS factors as (xy)(4(x2+xy+y2)3)=(xy)(4(x+y)24xy3), which is
C(4(0.5)24(116C24)3)=C
Cancelling the Cs, it becomes
C2=3.25
So C1!



Now we note that cos(4t)=8(cos(t)4cos(t)2)+1, which gives the following equation:
8(x4x2(y4y2))=1
The LHS factors as 8(x2y2)(x2+y21)=1. We can plug 2x22y2=C and this becomes

x2+y2=14C+1
But x2+y2=C22+18=1.75, so it follows that C=13, a contradiction to C2=3.25.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...