[VA] SRC#001 - Spiky Integral
|
07-20-2018, 02:30 PM
(This post was last modified: 07-20-2018 09:41 PM by Albert Chan.)
Post: #37
|
|||
|
|||
RE: [VA] SRC#001 - Spiky Integral
(07-10-2018 10:10 PM)Valentin Albillo Wrote: Hi all, welcome to my SRC#001 - Spiky Integral: It seems the problem is easier to solve with symmetry. let F = cos(x) cos(2x) cos(3x) ... cos(Nx) I(N) = \(\int_{0}^{2 \pi} F dx \) = 2 \(\int_{0}^{\pi} F dx \) = 2 \(\int_{0}^{\pi/2} F dx \) + 2 \(\int_{\pi/2}^{\pi} F dx \) If F is symmetric around x = Pi/2, the two terms are same sized and same sign. A simple test is when x=Pi, F=1, which imply even number of odd values between 1 to N: (since cos(odd Pi) = -1, even numbers of such terms restored the symmetry) --> If N mod 4 = 0 or 3, I(N) = 4 \(\int_{0}^{\pi/2} F dx \) Since F is maximized (= 1.0) when x=0, above should always be positive. As N increases, F spike is "thinner", thus smaller I(N), but still above 0 If odd number of odd values between 1 and N, symmetry is flipped. The two terms still have same size, but opposite sign, cancelling each other. --> If N mod 4 = 1 or 2, I(N) = 0 So, for interval [1, 10] and non-zero I(N), N = 3,4,7,8 |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 4 Guest(s)