PDA

View Full Version : Polar Equation


jfhatch
Apr14-04, 06:22 PM
If I have 2 equations as shown below, how can I make them into 1 polar equation?

x(theta) = a*cos(theta) * sin(k*theta)
y(theta) = a * sin(theta) * sin(k*theta)

Thanks very much

outandbeyond2004
Apr14-04, 08:12 PM
r = radius from x and y:

r^2 = x^2 + y^2

philosophking
Apr14-04, 08:14 PM
To maybe add a little to out's hint, square both of the equations you have and add them together. See what happens :).