Folium of Descartes

Classic Cartesian curves

The looped cubic x³ + y³ = 3axy that sparked the Descartes–Fermat duel over tangent lines.

Adjust parameters

Equation

x3+y3=3axyx^3 + y^3 = 3axy
x=3at1+t3,y=3at21+t3x = \frac{3at}{1+t^3}, \quad y = \frac{3at^2}{1+t^3}

Open the Creator with a ready-made animation brief for this curve — review the scene plan and Manim code before rendering.

Animate this curve

What is the Folium of Descartes?

Descartes proposed the curve x³ + y³ = 3axy in 1638 and challenged Fermat to find its tangent lines — expecting the problem to embarrass him. Fermat’s method of adequality handled it easily, an early landmark on the road to derivatives. The name folium is Latin for “leaf”: the curve loops through the origin in the first quadrant and runs off along two arms.

The folium is the standard first example of implicit differentiation with a genuine payoff: the loop closes at a node where the curve crosses itself with two distinct tangents, and both arms approach the same asymptote x + y + a = 0. Its symmetry axis is the line y = x, where the loop peaks at (3a/2, 3a/2).

Key properties

  • Node at the origin with tangents along both axes.
  • Asymptote: x + y + a = 0 for both arms.
  • The loop’s area is 3a²/2 — and equals the area between the arms and the asymptote.
  • Symmetric about y = x; the loop’s vertex is (3a/2, 3a/2).
  • Rational parametrization x = 3at/(1+t³), y = 3at²/(1+t³) covers the whole curve.

Where you'll see it

Implicit differentiation lessons, the history of tangent methods before calculus, and algebraic curve galleries.