Plot a function in polar coordinates (consider parameters positive): $$r=a(1+b\cos\varphi).$$
Can you help me with general way/algorithm of solving that kind of tasks? What kind of steps do I need to do function research?
Plot a function in polar coordinates (consider parameters positive): $$r=a(1+b\cos\varphi).$$
Can you help me with general way/algorithm of solving that kind of tasks? What kind of steps do I need to do function research?
Copyright © 2021 JogjaFile Inc.
For a series of values of $\varphi$ from $\varphi=0$ to $2\pi$ , plot each point computed with $r=a(1+b\cos(\varphi))\:;\:x=r\cos(\varphi) \:,\: y=r\sin(\varphi)$.