Line–Curve Intersection Bound
Summary: A curve of order cannot intersect a straight line in more than points. The proof is a one-liner: choose the straight line as axis, substitute in any equation for the curve, and read off a polynomial of degree at most in — whose at most roots are the intersection abscissas. The bound is tight only generically: complex roots or a vanishing leading coefficient can lower the actual count. The converse fails — intersections imply order , not (§73).
Sources: chapter4
Last updated: 2026-05-12
Statement (§§66, 72)
A line of the order cannot intersect a straight line in more than points. (source: chapter4, §72)
Equivalently: the order of an algebraic curve is an upper bound for the number of times any straight line crosses it.
Proof (§67)
Given any algebraic equation for the curve, the intersections of the curve with the axis are the points where and . Setting in leaves a polynomial in alone whose degree is at most the total degree of . An -polynomial of degree has at most roots, so there are at most intersections (source: chapter4, §§67–68).
The argument applies to any straight line, not only the coordinate axis, because any straight line can be chosen as the axis (§68): this is exactly what coordinate-transformations and degree-invariance permit. The degree of the equation after the coordinate change is still , so the same bound applies.
Why fewer intersections sometimes occur
The bound is ; the actual count can be less for three reasons (source: chapter4, §68):
- Complex roots. The polynomial in may have some or all roots complex. Complex roots are not geometric intersections.
- Vanishing leading coefficient. If the coefficient of in is zero, the polynomial has effective degree less than , and fewer roots.
- Vanishing constant term, etc. — corresponding to intersection at a vertex or a degenerate configuration.
Euler’s case-by-case for low orders
Order 1 (§69) — the straight line . Setting gives : one root, one intersection. If , the reduced equation is , which is false (unless too) — meaning the two lines are parallel and do not meet (source: chapter4, §69).
Order 2 (§70) — the general conic with leaves . Two real roots, one double root, or two complex roots — or, if , possibly one root. In every case, no more than two intersections (source: chapter4, §70).
Order 3 (§71) — the general cubic with leaves (after renaming the coefficients as Euler does in §71). Up to three intersections:
- 3 intersections if all roots real and ;
- 2 if and the remaining quadratic has two real roots;
- 1 if two roots are complex, or if ;
- 0 if but (source: chapter4, §71).
Order (§72) — same pattern: a polynomial of degree has at most real roots, and each missing root (complex, or absorbed by a vanishing leading coefficient) removes one intersection.
The converse is false (§73)
From the number of intersections alone, the order cannot be inferred.
From the number of intersections which an arbitrary straight line makes with some given curve, we cannot determine to which order the curve belongs. If the number of intersections is equal to , it does not follow that the curve is a line of order , since it might belong to some higher order. It could be that the curve is not even algebraic, but is transcendental. (source: chapter4, §73)
The safe inference is one-sided: a curve with intersections cannot be of order less than . So the intersection bound is a lower bound on the order of a curve, and a non-tight one at that. A curve meeting a line in 4 points is at least quartic, but could be a quintic, a sextic, or even transcendental.
To pin down order exactly from intersections, one would need to test against a generic line (or equivalently, multiple lines in general position) — but Euler does not phrase it this way, and chapter 4 stops at the one-line analysis.
Corollary: three collinear points cannot lie on a simple conic
§79 (see curve-through-given-points) invokes this bound in reverse. If five points in the plane are prescribed for a conic and three of them lie on a straight line, there is no simple conic through all five — because a conic meets that line in at most 2 of the 3 collinear points. The “solution” collapses to a reducible equation: a product of two straight lines, one of them through the three collinear points.
This is the chapter’s first concrete application of the intersection bound to a classification problem, and it foreshadows the broader principle that reducibility is forced by configurations that would violate the bound for a simple curve.
Relation to chapter 3
The intersection bound is the geometric shadow of chapter 3’s definition: “order = degree of the equation.” Each direction of the equivalence is exploited in Book II:
- Order controls geometry: degree ⇒ at most intersections (this page).
- Geometry controls order (partially): at least intersections on some line ⇒ order (§73, above).
See order-of-an-algebraic-curve for the algebraic definition and degree-invariance for the theorem that lets Euler freely change axis in the proof.
Generalization to two curves (chapter 19)
The line–curve case is the instance of the general elimination of one coordinate between two simultaneous curve equations. Chapter 19 develops this systematically: substitute the line’s parameterization into the curve as here, more generally eliminate between two arbitrary equations, and count real roots of the resulting polynomial in . Two new features appear that are absent in the line–curve case:
- complex-intersections — when is irrational in after elimination, real roots of the eliminant need not correspond to real intersections; the ordinate may be complex. The line–curve case escapes this entirely because substituting a linear equation gives as a single-valued rational function of .
- The bound on real intersections (foreshadowing Bézout) — the eliminant has -degree at most , with the actual real-intersection count possibly less, paralleling the three reductions listed above.
See intersection-of-two-curves, elimination-of-ordinate, and indeterminate-multiplier-elimination for the algebraic methods.