It's a beautiful Sunday morning. The wind is calm but fills one with energy, the sun warm and yellow, and the Trevor is riding Jake piggyback upon the lush green turf of the golf course.
Starting at ( 0 , 0 ) , Trevor tells his serf to advance by 2 n n meters and turn 9 0 ∘ clockwise at the nth step.
What is the distance Trevor and Jake have travelled from the origin? If your answer is of the form b a where a and b are positive coprime integers, find a + b .
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.
How did u assume the expression for Xf and Yf ?
Log in to reply
I have not assumed it! I have added a figure to the solution to explain how the expressions are derived. Basically, turning 90 degrees clockwise at each step means that you are traveling in a spiral fashion, as shown in the figure. For finding X f , we add the lengths of the blue arrows pointing right, and subtract the lengths of the blue arrows pointing left. For finding Y f , we add the lengths of the green arrows pointing up, and subtract the lengths of the green arrows pointing down. The length of each arrow is known from the fact that the distance covered in the n t h step is 2 n n . Hope this clears everything!
We see coordinates of the final point are:
( ∑ n = 1 ∞ ( − 1 ) n + 1 x 2 n 2 n , ∑ n = 1 ∞ ( − 1 ) n + 1 x 2 n − 1 2 n − 1 ) ∴ D i s p l a c e m e n t = ζ = ( { ∑ ( − 1 ) n + 1 x 2 n 2 n } 2 + { ∑ ( − 1 ) n + 1 x 2 n − 1 2 n − 1 } 2 ) L e t f ( x ) = ∑ n = 1 ∞ x n n f ( x ) − x f ( x ) = ∑ n = 1 ∞ x n 1 = x − 1 1 ⟹ f ( x ) = ( x − 1 ) 2 x N o w , − f ( i x ) = ∑ ( − 1 ) n + 1 x 2 n 2 n + i ∑ n = 1 ∞ ( − 1 ) n + 1 x 2 n − 1 2 n − 1 = ( i x − 1 ) 2 i x ∴ ∣ f ( i x ) ∣ = ζ = ∣ ∣ ∣ ( i x − 1 ) 2 i x ∣ ∣ ∣ = x = 2 x 2 + 1 x = 5 2
Problem Loading...
Note Loading...
Set Loading...
Since we require the distance of the final position from the origin ( 0 , 0 ) , we can assume without loss of generality that the first step is upwards, that is, in the positive y-direction. Therefore, the x & y coordinates of the final position ( X f , Y f ) are given by the following expressions:
X f = 2 2 2 − 2 4 4 + 2 6 6 − 2 8 8 + ⋯
Y f = 2 1 − 2 3 3 + 2 5 5 − 2 7 7 + ⋯
The following figure shows how the expressions for X f and Y f are derived:
Now, X f = 2 1 n = 1 ∑ ∞ 2 2 ( n − 1 ) n ( − 1 ) ( n − 1 ) = 2 1 n = 1 ∑ ∞ k = n ∑ ∞ 2 2 ( k − 1 ) ( − 1 ) ( k − 1 )
⇒ X f = 2 1 n = 1 ∑ ∞ [ 2 2 ( n − 1 ) ( − 1 ) ( n − 1 ) × 1 − ( − 4 1 ) 1 ] = 5 2 n = 1 ∑ ∞ 2 2 ( n − 1 ) ( − 1 ) ( n − 1 )
⇒ X f = 5 2 × 1 − ( − 4 1 ) 1 = 2 5 8
Next, Y f = 2 1 n = 1 ∑ ∞ 2 2 ( n − 1 ) ( 2 n − 1 ) ( − 1 ) ( n − 1 ) = n = 1 ∑ ∞ 2 2 ( n − 1 ) n ( − 1 ) ( n − 1 ) − 2 1 n = 1 ∑ ∞ 2 2 ( n − 1 ) ( − 1 ) ( n − 1 )
Note that we have already computed both the sums while calculating X f . The first sum is equal to 2 5 1 6 , and the second sum is equal to 5 4 . Therefore,
Y f = 2 5 1 6 − ( 2 1 × 5 4 ) = 2 5 6 .
Therefore, the net displacement from origin is:
S f = X f 2 + Y f 2 = 2 5 1 0 = 5 2
Hence, the required answer is 2 + 5 = 7