Why Does Traverse-Time Depend on n Being Odd or Even in Polar Coordinates?

  • Context: Undergrad 
  • Thread starter Thread starter Nikitin
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Nikitin
Messages
734
Reaction score
27
I have the function in polar coordinates r=cos(n*θ), where r is the radii. I'm supposed to draw the graph of this function, and calculate the area. But to calculate the area, I need to know how fast the function traverses. From the solution in my book, it says if n is even, the function traverses when θ goes from 0 to 2pi, and from 0 to pi if n is odd.

Why is the traverse-time for this function only dependent on if n is odd or even? I do not understand this at all. Can you guys help me develop an intuition for functions in polar coordinates?
 
Mathematics news on Phys.org
You will cover one lobe as r goes from 0 to 1 and back to 0. That is, as [itex]n\theta[/itex] goes form [itex]-\pi+ 2k\pi[/itex] to [itex]\pi/2+ 2k\pi[/itex] for integer k.

The reason for the "if n is even, the function traverses when θ goes from 0 to 2pi, and from 0 to pi if n is odd." is that when [itex]cos(n\theta)[/itex] is negative, r is negative and, because r is alwas positive in polar coordinates, is interpreted as positive but with [itex]\pi[/itex] added to [itex]\theta[/itex]. When n is odd, that results in one lobe covering another. When n is even, there are 2n lobes, when n is odd there are n lobes.
 
So you're saying when r goes from 0 to 1 to 0 (and n*θ goes from -pi/2 to pi/2) the function has fully traversed?

Is this a general rule? That when r goes back to where it started, the function has traversed?

is that when cos(nθ) is negative, r is negative and, because r is alwas positive in polar coordinates, is interpreted as positive but with π added to θ. When n is odd, that results in one lobe covering another. When n is even, there are 2n lobes, when n is odd there are n lobes.
I think I get you, but can you please provide an example?
 
The first graph is [itex]r= 5cos(4\theta)[/itex] and the second graph is [itex]r= 5cos(5\theta)[/itex]
 

Attachments

  • rose.jpeg
    rose.jpeg
    13.5 KB · Views: 551
  • rose2.jpeg
    rose2.jpeg
    11.6 KB · Views: 541