What Is a Cartesian Equation? Definition and Examples

A Cartesian equation is an algebraic equation that describes a curve, shape, or surface using the standard x and y (and sometimes z) coordinate variables. If you’ve ever written y = 2x + 3 or x² + y² = 25, you’ve already used one. The term “Cartesian” comes from René Descartes, the French mathematician who published his framework for solving geometry problems with algebra in 1637, and this type of equation remains the most common way to represent geometric relationships in math, science, and engineering.

The Core Idea

A Cartesian equation expresses a direct relationship between coordinates on a grid. In two dimensions, that means x and y. In three dimensions, it adds z. The equation acts as a rule: any point whose coordinates satisfy the equation lies on the curve or surface, and any point that doesn’t satisfy it does not.

For example, the equation y = x² describes a parabola. You can plug in any value of x, compute y, and the resulting point sits on that curve. The collection of all such points forms the shape. This is the fundamental power of Cartesian equations: they turn geometry into algebra, letting you analyze shapes, calculate distances, and find intersections using straightforward arithmetic.

Explicit vs. Implicit Forms

Cartesian equations come in two flavors. An explicit equation isolates one variable on one side, like y = 3x + 1. You input x, you get y. It’s a direct recipe for plotting points.

An implicit equation mixes the variables together, like x² + y² = 9. Neither variable is isolated. Instead, the equation defines a set of points that satisfy the condition. You can’t always rearrange an implicit equation into an explicit one. A circle, for instance, would need to be split into two separate functions (the top half and bottom half) to be written explicitly. Implicit equations are often more natural for closed curves and complex shapes where a single y-for-every-x relationship doesn’t exist.

Common Cartesian Equations in 2D

A few standard forms show up constantly in math courses and real-world applications.

Lines have two common Cartesian forms. The slope-intercept form, y = mx + b, tells you the slope (m) and where the line crosses the y-axis (b). The standard form, Ax + By = C, is more general and works even for vertical lines, which slope-intercept form can’t handle.

Circles follow the equation (x – h)² + (y – k)² = r², where (h, k) is the center and r is the radius. A circle centered at the origin simplifies to x² + y² = r². This equation comes directly from the distance formula: every point on the circle is exactly r units from the center.

Parabolas, ellipses, and hyperbolas each have their own standard Cartesian equations, all built from combinations of x², y², and constants. These shapes, collectively called conic sections, appear in everything from satellite dish design to planetary orbits.

Cartesian Equations in 3D

In three-dimensional space, Cartesian equations use x, y, and z. The simplest example is the equation of a plane: ax + by + cz = d, where the coefficients a, b, and c determine the plane’s orientation and d determines its position. A sphere centered at the origin is x² + y² + z² = r², a natural extension of the circle equation.

Three-dimensional Cartesian equations are essential in fields like engineering and physics. When calculating quantities like the flow of a fluid through a flat surface or the force along a straight path, the Cartesian system keeps the math clean because each coordinate direction stays fixed. Problems involving flat boundaries, rectangular regions, or straight-line motion are almost always easiest to handle in Cartesian coordinates.

How Cartesian Equations Differ From Other Forms

Not every equation describing a curve is a Cartesian equation. Two other common systems describe the same shapes in fundamentally different ways.

Polar equations use a distance from the origin (r) and an angle (θ) instead of x and y. A circle of radius 5 centered at the origin is simply r = 5 in polar form, compared to x² + y² = 25 in Cartesian form. Spirals and flower-shaped curves are often much simpler in polar coordinates.

Parametric equations use a third variable (usually t) to define x and y separately. For instance, x = cos(t) and y = sin(t) trace a unit circle as t goes from 0 to 2π. Parametric equations are useful when you care about how a point moves along a path over time, not just the shape of the path itself.

Converting to Cartesian Form

You can convert both polar and parametric equations into Cartesian form, and many math courses require this as a core skill.

From Polar

The key substitutions are x = r·cos(θ) and y = r·sin(θ). You can also use the identity r² = x² + y². For example, to convert the polar equation r = 4·cos(θ), multiply both sides by r to get r² = 4r·cos(θ), then substitute: x² + y² = 4x. Rearranging gives (x – 2)² + y² = 4, which is a circle with center (2, 0) and radius 2.

From Parametric

The process is called “eliminating the parameter.” You solve one parametric equation for t, then substitute into the other. If x = 2t + 1 and y = t – 3, solving the first equation gives t = (x – 1)/2. Substituting into the second yields y = (x – 1)/2 – 3, which simplifies to a single Cartesian equation relating x and y directly. For trickier cases involving trigonometric parametric equations, you typically use identities like sin²(t) + cos²(t) = 1 to eliminate t.

Why Cartesian Equations Matter

The Cartesian system’s real strength is its universality. Nearly every graphing tool, from a classroom calculator to professional CAD software, defaults to Cartesian coordinates. When you type an equation into a graphing app, you’re almost certainly entering a Cartesian equation.

In physics, Cartesian equations describe trajectories, electric fields, and wave behavior whenever the geometry involves straight lines or flat surfaces. In computer graphics, every pixel on your screen maps to a Cartesian grid, and the equations governing how objects are drawn, shaded, and transformed are Cartesian at their core. The legend goes that Descartes came up with the idea while watching a fly on a tiled ceiling, wondering how to describe its position with just two numbers counted from a corner. That simple insight, pinpointing a location with perpendicular number lines, remains one of the most widely used tools in all of mathematics.