How do you convert #y=6x^2# to polar form?

1 Answer
Jul 21, 2016

You can use some basic trigonometry identities and some substitution to convert one form into the other.

Explanation:

Given that #r# is the distance from the origin -- basically the length of the hypotenuse of a triangle whose legs are of length #x# and #y# -- and that #theta# is the angle from the x-axis up to hypotenuse, you can draw from basic trigonometry the following relationships:

#x = r*cos(theta)#
#y = r*sin(theta)#

Substituting these directly into your existing equation:

#y=6x^2#
#r*sin(theta)=6r^2*(cos(theta))^2#
#(6r^2)/r=sin(theta)/(cos(theta)^2#
#r=sin(theta)/(6*(cos(theta))^2)#
#r=tan(theta)/(6*cos(theta))#
#r=1/6*tan(theta)*sec(theta)#

Pick whichever of those last three forms seems more "simplified" to you.

For more detailed examples of how to do conversions in both directions, including some triangle diagrams that may make the relationships between #x#, #y#, #r#, and #theta# more clear, see https://www.mathsisfun.com/polar-cartesian-coordinates.html.