How to Convert a Polar Equation to Rectangular Rules

Polar coordinates are measured in terms of a radius, r, and an angle, t (also called theta), in an ordered pair (r,t). Rectangular rules, also called the Cartesian plane, have a horizontal coordinate, x, and a vertical coordinate, y. Formulas that convert from Cartesian to polar and vice versa can be applied to functions written in either system. To write a polar function in terms of rectangular coordinates, use r = sqrt(x^2 + y^2) and t = arctan(y/x). The formulas for converting from rectangular to polar can also be helpful: x = r*cos(t) and y = r*sin(t).

Instructions

    • 1

      Apply any trigonometric identities that will simplify the equation. For example:

      Convert the circle r^2 - 4r*cos(t - pi/2) + 4 = 25 to rectangular coordinates.

      Use the identity cos(t - pi/2) = sin(t).

      r^2 - 4r*sin(t) + 4 = 25

    • 2

      Apply the formulas for converting rectangular to polar if it simplifies the equation. Replace every r in the polar function with sqrt(x^2 + y^2). For example:

      r^2 - 4r*sin(t) + 4 = 25

      y = r*sin(t)

      r^2 - 4y + 4 = 25

    • 3

      Replace every remaining r in the polar function with sqrt(x^2 + y^2, and every remaining t with arctan(y/x) and simplify. For example:

      r^2 - 4y + 4 = 25

      (sqrt(x^2 + y^2))^2 - 4y + 4 = 25

      x^2 + y^2 - 4y + 4 = 25

    • 4

      Convert to the general form of the equation for the given shape. For example:

      Convert the circle r^2 - 4r*cos(t - pi/2) + 4 = 25 to rectangular coordinates.

      In rectangular coordinates, the general form of a circle is (x - a)^2 + (y - b)^2 = r^2.

      Complete the square on the y terms.

      x^2 + (y^2 - 4y + 4) = 25

      x^2 + (y - 2)^2 = 25

Learnify Hub © www.0685.com All Rights Reserved