To find where a line meets a curve, we solve their equations simultaneously. Substituting the linear equation into the curve gives a single quadratic in one variable.
Substitution method
Rearrange the line as y = mx + c and substitute into the curve. This produces a quadratic ax² + bx + c = 0. The number of solutions equals the number of intersection points.
Key idea
Discriminant b² − 4ac decides the geometry: > 0 two points, = 0 tangent (one point), < 0 no intersection.
Tangency
A line is a tangent to the curve when the resulting quadratic has a repeated root, that is when b² − 4ac = 0. This condition is often used to find an unknown constant.
Worked example
Find k so that y = x + k is a tangent to y = x². Substitute: x² = x + k, so x² − x − k = 0. Tangent needs discriminant 0: (−1)² − 4(1)(−k) = 1 + 4k = 0, giving k = −¼.
These ideas are used to test whether a given line just touches, cuts, or misses a curve, and to find the coordinates where they meet.
Remember
- Always reduce to one quadratic before using the discriminant.
- Substitute x back to find the y-coordinate of each point.