What are polar co-ordinates and how are they used?
1 Answer
Polar coordinates translate the cartesian basis vectors into other directions in order to better suit the problem. They become very useful when dealing with surface/volume integrals in particular.
Explanation:
The Cartesian coordinate system consists of three basis vectors, the x direction, y direction and z direction. This is fine for most simple shapes that don't have curves (you can use cartesians with curved shapes but it's rather unpleasant most of the time) however it becomes vastly easier to convert to polars.
In two dimensional polar coordinates there are two basis vectors, one of which points radially outwards from the origin, while the other points tangentially from the point itself. As such, the position of the point can actually be given purely from the radial basis vector, with the tangential vector only describing the motion of the point.
The 2D polar system consists of an 'R' and a '
As an example, the point
It's quite important to note that unlike in the Cartesian system, the basis vectors of the Polar system are time dependent and you'll learn more about that significance if you look into vector calculus.
As a final example of why polars are useful, let's say we want to integrate to find the area of a unit circle, centred on the origin.
In cartesian, the equation for the circle is
If we choose to integrate in the y direction first, the limits range from
As I've already typed out a small novel for this question, hopefully you'll just believe me that the answer to this integral is
Now, to actually get to my point, using polar coordinates! Our R limits go from
Due to the nature of the basis vectors the area element for polars is
As you can see that's much less work for even the simplest case! This is getting too long but hopefully I've conveyed a brief hint of the usefulness of polar coordinates, without even touching on cylindrical, ellipticals or sphericals etc