Suppose we define a piecewise function, frankensine ( x ) as described below.
frankensine ( x ) = ⎩ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎨ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎧ sin ( x ) , 0 < x < 2 π sin ( 2 x ) , 2 π < x < 2 π ( 1 + 2 1 ) sin ( 3 x ) , 2 π ( 1 + 2 1 ) < x < 2 π ( 1 + 2 1 + 3 1 ) sin ( 4 x ) , 2 π ( 1 + 2 1 + 3 1 ) < x < 2 π ( 1 + 2 1 + 3 1 + 4 1 ) ⋮ sin ( n x ) , 2 π ( 1 + 2 1 + 3 1 + … + n − 1 1 ) < x < 2 π ( 1 + 2 1 + 3 1 + 4 1 + … + n 1 ) ⋮
For integer n , let A = n → ∞ lim ∫ 0 n frankensine ( x ) d x .
What is the value of ⌊ 1 0 0 0 A ⌋ ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let f ( n ) denote the integral to n . You have not shown that lim n → ∞ f ( n ) = 0 . All that you have shown, is that there exists values H n such that lim n → ∞ f ( H n ) = 0 .
For example, if we consider ∫ 0 n sin x d x , then we would say that the limit to inifinity doesn't exist, because it bounces up to 2 π and back to 0. Even though with H n = 2 n π , we do have ∈ 0 H n sin x d x = 0 , that doesn't imply that the limit of the function exists.
Do you have the Desmos link? I'm trying to make a part 2 for this question but I need to keep referring to the graph.
Log in to reply
No... I deleted the graph... I'll remake it.
Here it is: Here
I don't know about your computer but mine lags a lot for this graph.
Log in to reply
Thanks. It lags my computer as well. Sigh. By the way,was planning to ask for number of points of discontinuity in an interval but I haven't worked out a complete proof yet.
Note that you have not shown that lim n → ∞ f ( n ) = 0 . All that you have shown, is that there exists values H n such that lim n → ∞ f ( H n ) = 0 .
Log in to reply
Is it sufficient to simply state that as n approaches ∞ , ∫ 0 k sin n x d x approaches 0 where 0 < k < n π ?
Log in to reply
No, because your statement doesn't (yet) make sense. Is k a constant, or a variable dependent on n ? It can't be a constant since we have n → ∞ and 0 < k < n π .
If k was a variable, and the statement is proven true for all possible choices of k n , then yes it will be sufficient. Note that in analysis, the proper presentation of the proof is important, and we cannot say "it is obvious that ...".
Log in to reply
@Calvin Lin – I have split the integral into 2 parts, mind if you re-look at the solution to see if that is acceptable? Thanks.
Log in to reply
@Julian Poon – No, you are still only evaluating the functions at specific points, and not at every point. Thus, you are finding the limit of a sequence, instead of the limit of the function.
For example, consider f ( x ) = sin ( π x ) . If we evaluated it only at the integers, then we would say that lim f ( n ) = 0 since each of these terms is 0. However, we know that lim f ( x ) does not exist.
Little shortcut: Observe that cos ( 2 π n H n ) = cos ( 2 π n H n − 1 )
Log in to reply
POST! POST! POST! No details should be omitted this time!
Log in to reply
I like Julian's solution! Just streamlining it a bit to make it a one-liner
What about the main part of the problem? The integral n as Challenge Master says. I think using an approximation H m ∼ ln ( m ) . And then it can be shown quite easily and clearly. I did it this way.
Log in to reply
@Calvin Lin Does this work fine?
Log in to reply
No. You are still evaluating a function at specific points, and thus only finding the limit of a sequence. It doesn't matter if the sequence has an accumulation point at infinity.
For example, consider the function 1 H n which is 1 at the points of H n and 0 otherwise. What is the limit of this function to infinity? If you only evaluate it at H n , then you would claim that the limit (of the sequence) is 1. However, the limit of the function, doesn't exist.
Problem Loading...
Note Loading...
Set Loading...
n → ∞ lim ∫ 0 n frankensine ( x ) d x = n = 1 ∑ ∞ ∫ 2 π H n − 1 2 π H n sin ( n x ) d x = n = 1 ∑ ∞ n cos ( 2 π n H n − 1 ) − n cos ( 2 π n H n )
Where H n is the nth harmonic number.
Using the identity cos u − cos v = − 2 sin 2 u + v sin 2 u − v
n = 1 ∑ ∞ n cos ( 2 π n H n − 1 ) − n cos ( 2 π n H n ) = n = 1 ∑ ∞ n − 2 sin ( n π ( H n + H n − 1 ) ) sin ( n π ( H n − 1 − H n ) ) = n = 1 ∑ ∞ n − 2 sin ( n π ( H n + H n − 1 ) ) sin ( − π ) = n = 1 ∑ ∞ n 0 = 0
By the way, the function y = frankensine ( x ) looks something like this:
Response to Challenge Master's note:
To show that the limit of the function exists, I'll split ∫ 2 π H n − 1 2 π H n sin ( n x ) d x into ∫ 2 π H n − 1 π ( H n − 1 + H n ) sin ( n x ) d x + ∫ π ( H n − 1 + H n ) 2 π H n sin ( n x ) d x and show that both terms approach 0 as n approaches ∞ .
∫ 2 π H n − 1 π ( H n − 1 + H n ) sin ( n x ) d x = n 1 ( cos ( π n ( H n − 1 + H n ) ) − cos ( 2 π n H n − 1 ) )
As n approaches ∞ , cos ( π n ( H n − 1 + H n ) ) = cos ( 2 π n H n − 1 ) , since H n − 1 + H n 2 H n .
Therefore, n 1 ( cos ( π n ( H n − 1 + H n ) ) − cos ( 2 π n H n − 1 ) ) = 0 as n approaches ∞ . A similar method can be done for the other term.