48

For me those are references to the same thing.

On Wikipedia there are references to both but I still don't see the difference. http://en.wikipedia.org/wiki/Cartesian_coordinate_system#Cartesian_space

Is there any difference? If yes, is there a simple way to describe it?

2 Answers2

45

Point in Euclidean plane can be written in many ways: either using Cartesian coordinate system, or polar coordinate system. That is same point $p$ can be written in two ways... If we are saying Euclidean plane, It simply means that we are giving some axioms and using theorem based on that axioms. But if we are saying Cartesian plane, it means that with euclidean axiom we are giving some method of representing of points.

This means: Euclidean Plane means we have only some set of axiom

Cartesian plane means Euclidean plane+ One fixed method of representing points.

zapkm
  • 1,896
  • 13
  • 20
  • Thank you. Now it's clear for me. – Aalex Gabi Feb 23 '12 at 09:39
  • @AalexGabi & @ zapkm, What did he/you mean by "But if we are saying Cartesian plane, it means that with euclidean axiom we are giving some method of representing of points."? I didn't understand that. If possible, could you please elaborate on that? ... Also, does it mean: "Cartesian plane does not exist without Euclidean Plane"? I'm still super confused! Thanks in advance. – Milan Aug 22 '20 at 18:56
  • @AalexGabi & @ zapkm In fact, it would be great and very helpful if you can mention some good resources for further reading! – Milan Aug 22 '20 at 18:57
  • @AalexGabi, you mentioned log-polar coordinates also belong to Euclidean plane, is that correct? – bim Feb 01 '22 at 10:19
9

The Cartesian system is Euclidean space with coordinates. The Cartesian Coordinate System unified geometry and algebra into one system of analytic geometry.

If you know MATLAB, A weak way of explaining it is:

clf;
ezplot('sin(x)'); %Euclidean
grid ON; %Cartesian

Euclidean

Euclidean Sine Wave (No Coord System)

Cartesian

Sine Wave in Cartesian Space (With Grid indicating coord system)

hammus
  • 135
  • 6
Inquest
  • 6,635