Saved Bookmarks
| 1. |
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 solve1) Cartesian Method2) Polar Coordinate method.#Hint:- Use formula for displacement, D = 1/n(cos∅+ isin∅) |
|
Answer» (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 |
|