A crazy ant is standing on the origin. It begins by walking 1 unit in the +x direction and then turns 60 degrees counterclockwise and walks 1/2 units in that direction. The ant then turns another 60 degrees and walks 1/3 units in that direction. The ant keeps doing this endlessly. What is the ant's final position?
#Method by Which you can solve
1) Cartesian Method
2) Polar Coordinate method.
#Hint:- Use formula for displacement,
D = 1/n(cos∅+ isin∅)
Answers
Answered by
19
(basic question of calculus)
I had solved it using Polar coordinate method
Solution:-Displacement of ant =
where 1/n is the distance travelled.
The final position of the ant will be sum of all the consecutive displacements
so we can write
D=
From Euler's rule,(which we had learnt in complex number)
we know
now we know that
hence the ant will be 1.05m away from it's initial position
Note:-Can also be solved by using Cartesian method,but will be a bit lengthy
Answered by
1
Answer:
think I should let the origin be (0,0) and calculate the coordinates of the points that ant reaches each time it turns. I believe the x-coordinate at the nth step is ∑nk=1cos(π4(k−1))k and the y-coordinate at the nth step is ∑nk=1sin(π4(k−1))k.
Similar questions