Let P n for any positive integer n describe a particle's "stairway" path as follows:
A particle, starting at the origin of a standard x y -grid, first moves east, (i.e., in the positive x -direction), then up, (i.e., in the positive y -direction), then east, up, and so on for a total of n moves, such that the k -th move has length k n 1 for 1 ≤ k ≤ n .
Now let D n be the displacement between the starting and finishing points, and let ∣ P n ∣ be the total distance traveled.
If S = n → ∞ lim ( ∣ P n ∣ − D n ) , then find ⌊ 1 0 0 0 S ⌋ .
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.
Great problem! I never knew the approximation of representing a sum as an integral was called Riemann sums!
Log in to reply
Thanks! Again, I'm relieved that you got the same answer as I did. :)
I didn't use the 2 n upper limit in the second sum(s) ;-;
Log in to reply
That's too bad. :( By the way, this is one of my contributions to the set of questions that you and Trevor will be posting later today, (or at least I think that was the plan).
Log in to reply
Posted the first one! Stay tuned for a 5D variant I'm cooking up ;3
Log in to reply
@Jake Lai – Great! Your first question is a good one, but I think that Dr. Bretscher makes a valid point; you may need to specify that the value you are asking for is the magnitude of the displacement of Zeno at journey's end, and not the actual distance he has traveled.
Brian Charlesworth Good Problem! I wasn't able to solve it though.What I did was this: S = n → ∞ lim k = 1 ∑ n k n 1 − n → ∞ lim ∣ ∣ ∣ ∣ ∣ k = 1 ∑ n k n e i k π / 2 ∣ ∣ ∣ ∣ ∣ the left summation equals 2 ,I know it, but the right hand summation is not happening??!!
Can you post a full answer? I don't understand how the upper limit is ⌊ 2 n ⌋ .
Problem Loading...
Note Loading...
Set Loading...
I'll post a full answer shortly, but for now I'll just note quickly that the keys to the question are the facts that
n → ∞ lim k = 1 ∑ n k n 1 = 2 , and that n → ∞ lim k = 1 ∑ ⌊ 2 n ⌋ 2 k n 1 = 1 .
Hint: Use Riemann sums.