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 ▸

Given that y = cosh^-1 (x) , Show that y = ln(x+ sqrt(x^2-1))


Find the general solution for the determinant of a 3x3 martix. When does the inverse of this matrix not exist?


The finite region bounded by the x-axis, the curve with equation y = 2e^2x , the y-axis and the line x = 1 is rotated through one complete revolution about the x-axis to form a uniform solid. Show that the volume of the solid is 2π(e^2 – 1)


A golf ball is hit from horizontal ground with speed 10 m/s at an angle of p degrees above the horizontal. The greatest height the golf ball reached above ground level is 1.22m. Model the golf ball as a particle and ignore air resistance. Find p.