Determine x and y for polar graphs with the angle (2 $\theta$)

332 Views Asked by At

I am not sure I do it in a correct way, so I decided to ask for your opinion. For example, given the polar equation, which I have to plot on a polar graph, $$r = 2 \sin(2\theta)$$

if I have chosen subintervals $[0, π/4]$, $[π/4, π/2]$, $[3π/4, π]$, to determine value of $x$ and $y$ on the $xy$ - graph, do I take the value of $\theta$, or the double value of $\theta$ as in the original equation? Namely:

$$ x = r \cos(\theta)$$ or $$x = r \cos(2\theta)$$

for instance, for the angle π/4: $$ x = r \cos(π/4)$$ or $$x = r \cos(2π/4) = r \cos(π/2)$$

EDIT: I am adding more detailed description of the problem.

Initial expression: $$r = 2 \sin(2\theta)$$

To find $x$ and $y$ we use: $$ x = r \cos(\theta)$$ and $$ y = r \sin(\theta)$$

For example, I take the following values of $\theta$:

$\theta = \{0, π/4, π/2\}$

To compute $r$ in the initial expression I do this: $$r = 2 \sin(2x0)$$ => r = 0, therefore both $x$ and $y$ equal $0$, because $r=0$.

Next value of $r$: $$r = 2 \sin(2π/4)$$ => $$r = 2 \sin(π/2)$$ therefore, $r = 2$

And now which value of $\theta$ shall I use in both $ x = r \cos(\theta)$ and $ y = r \sin(\theta)$ - shall I use $π/4$, or shall I take $2\theta$ and hence use $π/2$? Which version is the correct one:

$$ x = 2 \cos(π/4)$$ $$ y = 2 \sin(π/4)$$ or $$ x = 2 \cos(π/2)$$ $$ y = 2 \sin(π/2)$$

I have visually checked the approach, in which I use the value of $\theta$ (not $2\theta$) for both $x$ and $y$, with the graph kindly suggested by Donald Splutterwit, and it seems that it is a correct way, because as I see in the graph,

when $\theta = π/6$, and thus $r = \sqrt{3}$, and then, using $\theta = π/6$, $x = 1.5$ and $y = 0.87$;

when $\theta = π/3$, and thus again $r = \sqrt{3}$, and then, using $\theta = π/3$, $x = 0.87$ and $y = 1.5$.

So I presume I shall use the exact value of $\theta$, and not the doubled one, correct?

Thank you very much!

2

There are 2 best solutions below

4
On

To change a polar equation into cartesian coordinates ... remember the equations \begin{eqnarray*} r^2=x^2+y^2 \\ x=r \cos(\theta) \\ y=r \sin ( \theta) \end{eqnarray*} Now use the double angle formula for sin ($\sin(2 \theta) = 2 \sin(\theta) \cos( \theta)$) & multiply the equation by $r^2$. The polar equation becomes \begin{eqnarray*} (x^2+y^2)^{\frac{3}{2}}=4 x y \end{eqnarray*} Now use the Desmos online graphing calculator https://www.desmos.com/calculator/zxgizn9onc enter image description here

EDIT:

Your equation is $r=2 \sin 2 \theta$ ... Multiplying by $r^2$ & using the double angle formula $\sin(2 \theta) = 2 \sin(\theta) \cos( \theta)$ ... We have \begin{eqnarray*} \color{green}{r^3}= 4 \color{red}{r\sin(\theta)} \color{blue}{r \cos( \theta)} \end{eqnarray*} Now recall that $\color{blue}{x=r \cos( \theta)} $ , $\color{red}{y=r\sin(\theta)}$ and $ \color{green}{r=(x^2+y^2)^{\frac{1}{2}}}$ So \begin{eqnarray*} \color{green}{(x^2+y^2)^{\frac{3}{2}}}= 4 \color{blue}{x} \color{red}{y}. \end{eqnarray*}

0
On

Re: your edit - yes, use the exact value of $\theta$ in the equation if you're finding $x$ and $y$ coordinates in $x = r \cos \theta$ and $y = r \sin \theta$. You can also trace the graph below to verify those findings.