How do I convert cartesian coordinates into polar coordinates?

Polar coordinates are expressed in the form (r,θ), where r is the distance of the point, P, from the origin, and θ (usually expressed in radians) is the angle between the line joining the point to the origin, and the positive x-axis (moving anti-clockwise from the x-axis). r can be seen as the hypotenuse of a right-angled triangle, where the base of the triangle has a length equal to the value of the x-coordinate of P, and the height of the triangle a length equal to the value of the y-coordinate of P. Therefore r can be calculated using Pythagoras' Theorem (r=(x^2+y^2)^1/2). θ can also be calculated using this right-angled triangle, since tanθ will be equal to y/x for a point in the top right quadrant (for a point in the top-left quadrant or bottom-left quadrant this value will need to be subtracted from pi, and in the case of the bottom-left quadrant made negative since the smallest angle will be going clockwise from the x-axis, and for a point in the bottom-right quadrant this value of θ will also be also made negative).

(Diagrams would be used throughout explanation)

GW

Related Further Mathematics A Level answers

All answers ▸

A curve has equation y=(2-x)(1+x)+3, A line passes through the point (2,3) and the curve at a point with x coordinate 2+h. Find the gradient of the line. Then use that answer to find the gradient of the curve at (2,3), stating the value of the gradient


What IS a Taylor Series?


Find a vector that is normal to lines L1 and L2 and passes through their common point of intersection where L1 is the line r = (3,1,1) + u(1,-2,-1) and L2 is the line r = (0,-2,3) + v(-5,1,4) where u and v are scalar values.


MEI (OCR) M4 June 2006 Q3