Polar coordinates: Difference between revisions
(Created page with "The '''Cartesian system of coordinates''', or rectangular coordinate, is the most widely known because it's the most common. We subdivide the plane with columns and rows and each position is located by knowing the column and row. At school most people should have had a teacher who compared the Cartesian system with the game Battleship or a chessboard. There is another system of coordinates called Polar coordinates that locates points with two coordinates: '''angle''' a...") |
No edit summary |
||
Line 1: | Line 1: | ||
The '''Cartesian system of coordinates''', or rectangular coordinate, is the most widely known because it's the most common. We subdivide the plane with columns and rows and each position is located by knowing the column and row. At school most people should have had a teacher who compared the Cartesian system with the game Battleship or a chessboard. | The '''Cartesian system of coordinates''', or rectangular coordinate, is the most widely known because it's the most common. We subdivide the plane with columns and rows and each position is located by knowing the column and row. At school most people should have had a teacher who compared the Cartesian system with the game Battleship or a chessboard. | ||
There is another system of coordinates called Polar coordinates that locates points with two coordinates: '''angle''' and '''distance'''. | The Cartesian system is easier to understand because in it we have left and right, up and down, exactly as in daily life. There is another system of coordinates called Polar coordinates that locates points with two coordinates: '''angle''' and '''distance'''. If we add a second angle to the Polar system we get the Spherical system for 3D. | ||
Going beyond and we can naturally extend the Cartesian and Spherical coordinate systems to even higher dimensions. A 4D space has four linearly independent axis, but we cannot draw or see it. | |||
[[file]] | [[file]] | ||
There is one important fact that relates both coordinate systems, Polar and Cartesian. Each point has a unique location in the space and this fact is what makes it possible to overlap both systems. Each point can have its position described by both systems at the same time. | |||
In linear algebra we learn the concept of linear dependency and with it we learn that as long as we have two linearly independent vectors, the coordinate system of a plane or space if we have a third vector, doesn't have to be rectangular. One axis can very well be angled. We just don't see such coordinate system very often because the fact that the axis are perpendicular to each other makes our lives easier. The unit circle and the dot product really depend on the fact that the axis are perpendicular to each other. |
Revision as of 01:36, 26 January 2022
The Cartesian system of coordinates, or rectangular coordinate, is the most widely known because it's the most common. We subdivide the plane with columns and rows and each position is located by knowing the column and row. At school most people should have had a teacher who compared the Cartesian system with the game Battleship or a chessboard.
The Cartesian system is easier to understand because in it we have left and right, up and down, exactly as in daily life. There is another system of coordinates called Polar coordinates that locates points with two coordinates: angle and distance. If we add a second angle to the Polar system we get the Spherical system for 3D.
Going beyond and we can naturally extend the Cartesian and Spherical coordinate systems to even higher dimensions. A 4D space has four linearly independent axis, but we cannot draw or see it.
There is one important fact that relates both coordinate systems, Polar and Cartesian. Each point has a unique location in the space and this fact is what makes it possible to overlap both systems. Each point can have its position described by both systems at the same time.
In linear algebra we learn the concept of linear dependency and with it we learn that as long as we have two linearly independent vectors, the coordinate system of a plane or space if we have a third vector, doesn't have to be rectangular. One axis can very well be angled. We just don't see such coordinate system very often because the fact that the axis are perpendicular to each other makes our lives easier. The unit circle and the dot product really depend on the fact that the axis are perpendicular to each other.