Have you ever seen a basketball that touches the rim perfectly? At that point of contact, the ball just touches one point without going through the rim. This concept is what we call a tangent line in mathematics!
A tangent line to a conic section is a line that touches the curve at exactly one point only. Unlike a secant line that intersects the curve at two points, a tangent line only touches at one point and doesn't cut through the curve at all.
Just imagine if you have a parabola y=x2. A tangent line will touch the parabola at one specific point, while a secant line will intersect the parabola at two different points.
For conic sections like parabolas, ellipses, and hyperbolas, there are several ways to determine the equation of their tangent lines depending on the information we have.
If we already know where the point of tangency is, determining the tangent line becomes really easy! The basic concept uses the division principle which is practical for conic sections.
To determine the tangent line through point T(x1,y1) on a conic section, we can use the division principle. The method is simple, namely divide each squared term into a linear term at the point of tangency.
For example, if we have a parabola y2=4px and tangent point T(x1,y1), then the tangent line equation becomes:
yy1=2p(x+x1)
Let's take an example of parabola y2=8x at point (2,4).
From parabola y2=8x, we know 4p=8 so p=2. The tangent line at point (2,4) is:
y⋅4=2⋅2⋅(x+2)
4y=4(x+2)
y=x+2
This division principle makes calculations much easier! We don't need to bother calculating derivatives. Just "divide" each squared term into multiplication with the tangent point coordinates!
Sometimes we don't know the tangent point, but we know the slope or gradient of the tangent line. In cases like this, we substitute the line equation with gradient m into the conic section equation.
For example, we want to find the tangent line of hyperbola 4x2−9y2=36 that is perpendicular to line x+4y+10=0.
First step, we determine the gradient of the tangent line. Since the tangent line is perpendicular to x+4y+10=0, then the original line's gradient mg=−41 so the tangent line's gradient ms=4.
The tangent line equation of a hyperbola with gradient m is y=mx+c. We substitute it into the hyperbola equation:
4x2−9(4x+c)2=36
4x2−9(16x2+8cx+c2)=36
−140x2−72cx−9c2=36
For a tangent line, the discriminant must be zero:
D=(−72c)2−4(−140)(−9c2)=0
So we get c=0 and the tangent line equation is y=4x.
If the point is outside the conic section, we can have two tangent lines that can be drawn from that point to the curve. The concept is similar to drawing lines from a point outside a circle.
For example, take parabola y2=8x with point A(2,5). From point A, we can draw two different tangent lines to the parabola.
To determine the tangent line equation through an external point, we use the polar or pole equation. For parabola y2=8x with point A(2,5), the polar equation is:
yy1=4(x+x1)
Substitute x1=2 and y1=5:
5y=4(x+2)
5y=4x+8
y=54x+8
Now we substitute into the parabola equation to find the tangent points:
(54x+8)2=8x
2516x2+64x+64=8x
16x2+64x+64=200x
16x2−136x+64=0
2x2−17x+8=0
Using the quadratic formula, we get x1=21 and x2=8. So the tangent points are at (21,2) and (8,8).