“Cartesian” means “relating to René Descartes,” the French philosopher and mathematician who lived from 1596 to 1650. The term shows up in math, philosophy, science, and computing, always tracing back to Descartes’ ideas. Most people encounter it first through the Cartesian coordinate system, the grid of x and y axes used to plot points on a flat surface. But the word applies to several distinct concepts, and which one matters depends on the context you found it in.
Where the Word Comes From
“Cartesian” is the English form of “Cartesius,” the Latinized version of Descartes’ name. In 1637, Descartes published a work called La Géométrie, where he introduced the idea of using two variables, x and y, to locate a point on a plane. Describing a curve in that text, he wrote: “Since CB and BA are unknown and indeterminate quantities, I shall call one of them y and the other x.” That simple move, assigning letter variables to positions on intersecting lines, became the foundation of coordinate geometry and one of the most consequential ideas in the history of mathematics.
The Cartesian Coordinate System
This is by far the most common meaning. A Cartesian coordinate system is built from two number lines that cross each other at right angles. The horizontal line is the x-axis, the vertical line is the y-axis, and the point where they meet is called the origin. Every location on the flat surface can be described by a pair of numbers (x, y), where x tells you how far left or right and y tells you how far up or down.
The two axes divide the surface into four regions called quadrants. These are numbered I through IV starting in the upper right and moving counterclockwise. In Quadrant I, both x and y are positive. In Quadrant II (upper left), x is negative and y is positive. Quadrant III (lower left) has both negative. Quadrant IV (lower right) has positive x and negative y.
Extending to Three Dimensions
The same idea scales up. Adding a third axis, the z-axis, perpendicular to both x and y creates a three-dimensional coordinate system. Every point in 3D space gets three numbers: (x, y, z). This version is used constantly in physics, engineering, and 3D modeling. The distance between two points in this space follows a natural extension of the Pythagorean theorem: you square the difference in each coordinate, add them up, and take the square root.
The three axes also create three “coordinate planes.” The xy-plane is the flat surface where z equals zero, the xz-plane is where y equals zero, and the yz-plane is where x equals zero. If you’ve ever seen a 3D graph in a textbook or software, these planes are the three flat surfaces meeting at the corner.
Converting to Other Systems
Cartesian coordinates aren’t the only way to describe a position. Polar coordinates, for example, use a distance from the origin (r) and an angle (θ) instead of x and y. You can convert between them: r equals the square root of x² plus y², and the angle θ equals the inverse tangent of y divided by x. Scientists and engineers switch between systems depending on which makes a particular problem easier to solve. Circular motion, for instance, is often simpler in polar coordinates.
Cartesian Coordinates in Computing
Every graphical system, from video games to architectural software, relies on Cartesian coordinates at some level. Computer graphics typically use at least two separate coordinate systems. The “world coordinate system” is the one a program uses internally, where a floor plan might measure in feet or a map might use miles. The “screen coordinate system” is what the graphics hardware uses to place pixels on your display.
There’s one quirk worth knowing: most screen coordinate systems flip the y-axis. Instead of the origin sitting at the bottom left with y increasing upward (like a math textbook), screen coordinates place the origin at the upper left corner, with y increasing downward. The operating system translates between the world coordinates your software uses and the screen coordinates the hardware needs.
Cartesian Dualism in Philosophy
Outside of math and science, “Cartesian” most often refers to Descartes’ philosophical ideas, particularly his argument that the mind and body are fundamentally different substances. This position, called Cartesian dualism, holds that the mind (the thinking, conscious part of you) and the body (the physical, measurable part) have completely different natures and each could, in principle, exist without the other.
The central puzzle this creates is straightforward: if mind and body are entirely different kinds of things, how do they interact? How does a non-physical thought cause your physical arm to move? How does a physical injury produce the non-physical experience of pain? This “mind-body problem” has driven philosophical and neuroscience debates for nearly four centuries and remains unresolved in any universally accepted way.
The Cartesian Circle
In philosophy courses, you may also hear about the “Cartesian circle,” a famous criticism of Descartes’ reasoning. In his Meditations on First Philosophy (1641), Descartes argued that anything he perceived “clearly and distinctly” must be true, because God, who is not a deceiver, would not allow him to be wrong about things perceived so clearly. The problem: his proof that God exists relies on steps he perceives clearly and distinctly. So his trust in clear perception depends on God existing, and his proof that God exists depends on trusting clear perception. Critics have pointed to this as circular reasoning ever since.
The Cartesian Product in Set Theory
In mathematics beyond geometry, the Cartesian product is an operation on sets. If you have a set A containing {1, 2, 3} and a set B containing {4, 5}, the Cartesian product A × B is every possible ordered pair where the first element comes from A and the second from B. That gives you {(1,4), (1,5), (2,4), (2,5), (3,4), (3,5)}. The name connects directly to coordinate geometry: the x-y plane itself is the Cartesian product of all real numbers on the x-axis with all real numbers on the y-axis.
The Cartesian Diver
This one comes up in physics classes rather than philosophy or pure math. A Cartesian diver is a simple experiment demonstrating buoyancy and pressure. You place a small object, often a pen cap with trapped air, inside a sealed bottle of water. When you squeeze the bottle, the increased pressure forces water into the cap, making it heavier, and it sinks. Release the squeeze and the trapped air pushes the water back out, reducing the cap’s density, and it floats again. The principle is the same one submarines use: changing density relative to the surrounding water controls whether something rises or sinks.

