A Controlled Spiral

Calculus Level 2

Suppose a particle moves in a right-angled left spiral on an x y xy -grid. That is, it moves a distance D 1 ( x ) D_{1}(x) in a straight line, stops, makes a right-angled turn to it's "left", travels a distance D 2 ( x ) D_{2}(x) in a straight line, stops, makes a right angled turn to its "left", travels a distance D 3 ( x ) D_{3}(x) in a straight line and continues in this fashion forever.

If D n ( x ) = x n 1 ( n 1 ) ! D_{n}(x) = \dfrac{x^{n-1}}{(n-1)!} for n 1 , n \ge 1, and if x = 2015 , x = 2015, then find the magnitude of the straight line distance between the particle's starting and finishing points.


The answer is 1.00.

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.

2 solutions

Without loss of generality, let the starting position of the particle be the origin, and let its first move be in the positive x x -direction. Then the distance traveled in the positive x x -direction over the course of the infinite series of movements is

k = 0 ( 1 ) k X 2 k ( 2 k ) ! = cos ( X ) , \displaystyle\sum_{k=0}^{\infty} \dfrac{(-1)^{k}X^{2k}}{(2k)!} = \cos(X),

and the distance traveled in the positive y y -direction will be

k = 0 ( 1 ) k X 2 k + 1 ( 2 k + 1 ) ! = sin ( X ) . \displaystyle\sum_{k=0}^{\infty} \dfrac{(-1)^{k}X^{2k+1}}{(2k + 1)!} = \sin(X).

Thus for any real X , X, the distance between the starting and finishing points is

sin 2 ( X ) + cos 2 ( X ) = 1 . \sqrt{\sin^{2}(X) + \cos^{2}(X)} = \boxed{1}.

Moderator note:

Very subtle function of D n ( x ) D_n(x) . Beautiful question. And as always, elegant solution Brian.

Great Question!

Julian Poon - 6 years, 1 month ago

Log in to reply

Thanks, Julian. It's a beautiful and somewhat surprising result. :)

Brian Charlesworth - 6 years, 1 month ago

Log in to reply

I totally agree, this is a great question!

I would suggest that you post a second part to this question, in which you ask for the floor of the natural log of the total distance covered by the particle in its entire journey. (It is a neat answer)

Pranshu Gaba - 6 years, 1 month ago

Log in to reply

@Pranshu Gaba Thanks! Yes, I was thinking of posting a couple of follow-up questions, with your suggestion being one of them. :)

Brian Charlesworth - 6 years, 1 month ago

Log in to reply

@Brian Charlesworth Arashiro and I are going to post a collab set of problems like these too, just a tad more complicated.

Jake Lai - 6 years, 1 month ago

Log in to reply

@Jake Lai Yes, I know. Trevor has asked me to create some problems for the set, which is why I created this problem and another one titled "Right up and away". I'll be creating some more as well. :)

Brian Charlesworth - 6 years, 1 month ago

Awesome question

Atul Antony Zachariahs - 6 years, 1 month ago

Beautiful Question !

However , I formed Expression of final co-ordintes , But I don't know why I foolishly choose
X i = ( e ( x ) + e ( x ) ) / 2 Xi=(e^(x)+e^(-x))/2 ... Hence got answer as infinity ... And I miss chance of solving this Beutifull problem , Even after reaching to last step ! I'am dissappointed due to my such careless mistake !

Nishu sharma - 6 years, 1 month ago

I found out the final coordinates as ( e i x + e i x 2 , e i x e i x 2 i ) \Big( \frac{e^{ix} + e^{-ix}}{2} , \frac{e^{ix} - e^{-ix}}{2i} \Big) , only to realise what it meant. You can imagine the look on my face when realization struck :). Anyways, I am having a hard time digesting the answer. Could anyone try to justify? Great Problem.

Aakarshit Uppal - 6 years, 1 month ago

Log in to reply

The odd-numbered moves of the particle are in the x x -direction, alternating between being in the positive and negative directions. Thus the distance traveled in the x x -direction is

1 x 2 2 ! + x 4 4 ! x 6 6 ! + . . . . , 1 - \dfrac{x^{2}}{2!} + \dfrac{x^{4}}{4!} - \dfrac{x^{6}}{6!} + .... ,

which we recognize as being the series representation for cos ( x ) \cos(x) for any real x . x.

The even-numbered moves of the particle are in the y y -direction, alternating between being in the positive and negative directions. Thus the distance traveled in the y y -direction is

x x 3 3 ! + x 5 5 ! x 7 7 ! + . . . . , x - \dfrac{x^{3}}{3!} + \dfrac{x^{5}}{5!} - \dfrac{x^{7}}{7!} + .... ,

which we recognize as being the series representation for sin ( x ) \sin(x) for any real x . x.

Brian Charlesworth - 6 years, 1 month ago

Log in to reply

Yes, actually that is what I was saying. I found out the final point as ( e i x + e i x 2 , e i x e i x 2 i ) \Big( \frac{e^{ix} + e^{-ix}}{2} , \frac{e^{ix} - e^{-ix}}{2i} \Big) which IS nothing but ( cos ( x ) , sin ( x ) ) (\cos(x), \sin(x)) (the i is iota). Only then did i realize that it was indeed the series representation for cos ( x ) \cos(x) and sin ( x ) \sin(x) (which is the realization I mentioned) , calculating the answer to be 1. What I meant was that I couldn't believe that the answer could be 1.

Aakarshit Uppal - 6 years, 1 month ago

Log in to reply

@Aakarshit Uppal Oh. o.k., sorry, I see what you meant now. Yes, I agree, it is a very surprising result that for any real X X the solution is 1. 1. I had to check that

lim x 201 5 x x ! = 0 \lim_{x \rightarrow \infty} \dfrac{2015^{x}}{x!} = 0

to convince myself that the "spiral" would converge to some point, and then trust the math that this point was a distance 1 1 from the starting point.

Brian Charlesworth - 6 years, 1 month ago

Log in to reply

@Brian Charlesworth Oh, it's ok sir. Yes, i also tried to visualize it that way. At some value of x, 201 5 x x ! \frac{2015^x}{x!} will reach its maximum value, from where the spiral will start "going back" to the starting point as x increases, and eventually it would converge to a point at unit distance from the starting point.

Aakarshit Uppal - 6 years, 1 month ago

I found out the distance to be lim n ( D n D n 2 ) 2 + ( D n 1 ) 2 \lim _{ n\rightarrow \infty }{ \sqrt { { \left( { D }_{ n }-{ D }_{ n-2 } \right) }^{ 2 }+{ \left( { D }_{ n-1 } \right) }^{ 2 } } } and got the answer as 0 . I generalized this by trying to find the distance between starting and finishing point by putting values for n as n=1,2,3,4,5 . Please correct me

Vighnesh Raut - 6 years, 1 month ago

Log in to reply

Since lim n D n = 0 \lim_{n \rightarrow \infty} D_{n} = 0 it would be expected that your expression would return an answer of 0. 0. However, I think that you may have misinterpreted the problem, since what is being asked for here is the distance between the starting point and the finishing point after making the infinite series of moves of lengths D n D_{n} as described. Perhaps my response to Aakarshit Uppal's comment will help clarify things. I'm sorry if the wording of the problem was not clear enough. :(

Brian Charlesworth - 6 years, 1 month ago

Log in to reply

Oops....there was a mistake in my calculation when I took a look at my solution... Actually, the distance should be lim n ( D n D n 2 + D n 4 . . . . . ) 2 + ( D n 1 D n 3 + D n 5 . . . . ) 2 \lim _{ n\rightarrow \infty }{ \sqrt { { \left( { D }_{ n }-{ D }_{ n-2 }+{ D }_{ n-4 }-..... \right) }^{ 2 }+{ \left( { D }_{ n-1 }-{ D }_{ n-3 }+{ D }_{ n-5 }-.... \right) }^{ 2 } } } And there is no flaw in the wording of the problem, there was a flaw in my solution...

Vighnesh Raut - 6 years, 1 month ago
Bostang Palaguna
Feb 20, 2021

Notice that:

x-displacement : D 1 D 3 + D 5 D 7 = n = 0 ( 1 ) n D 2 n + 1 D_1 - D_3 + D_5 - D_7 = \sum_{n=0}^\infty (-1)^n D_{2n+1} = n = 0 ( 1 ) n x 2 n ( 2 n ) ! = c o s x = \sum_{n=0}^\infty \frac{(-1)^n x^{2n}}{(2n)!} = cos x

y-displacement : D 2 D 4 + D 6 D 8 = n = 0 ( 1 ) n D 2 n + 2 D_2 - D_4 + D_6 - D_8 = \sum_{n=0}^\infty (-1)^n D_{2n+2} = n = 0 ( 1 ) n x 2 n + 1 ( 2 n + 1 ) ! = s i n x = \sum_{n=0}^\infty \frac{(-1)^n x^{2n+1}}{(2n+1)!} = sin x

thus, by pythagorean theorem, total displacement will be c o s 2 x + s i n 2 x = 1 cos^2 x + sin^2 x = \boxed{1}

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...