Bitangent — Definition, Formula & Examples
A bitangent is a line that is tangent to a curve at two distinct points simultaneously. At each of these points, the line just touches the curve without crossing it (locally).
Given a plane curve , a bitangent line is a line that is tangent to at two distinct points and , meaning meets at each with contact order at least two. Equivalently, each is a point where touches and the curve and line share the same slope.
How It Works
To find a bitangent to a curve , you look for two distinct points and where the tangent line is the same line. This requires three conditions: the slopes at the two points must be equal, , and the line through the two points must actually have that slope, so . Solving these simultaneously gives the bitangent, if one exists.
Worked Example
Problem: Find the bitangent line to the curve .
Step 1: Compute the derivative to get the slope at any point.
Step 2: By symmetry, try tangent points at and . Equal slopes require . Since , the slopes are negatives of each other, so equal slopes forces , giving , so or . Taking and .
Step 3: Check the slope between the two points: . The slope at is . Both conditions match, confirming a bitangent.
Answer: The horizontal line is bitangent to , touching the curve at and .
Why It Matters
Bitangent lines appear in algebraic geometry: a smooth quartic plane curve has exactly 28 bitangent lines, a classical result due to Plücker. They also arise in computational geometry and convex hull algorithms, where external bitangent lines to pairs of convex shapes help determine shared tangent supports.
Common Mistakes
Mistake: Confusing a bitangent with a secant line that merely intersects a curve at two points.
Correction: A secant crosses the curve at two points, while a bitangent must be tangent (matching the curve's slope and touching without locally crossing) at both points.
