AOS3 Topic 3: Tangents and Normal using derivatives
Understanding Tangents and Normals
Tangent: A tangent to a curve at a particular point is a straight line that just "touches" the curve at that point. It represents the direction in which the curve is heading at that specific point. The tangent line has the same slope as the curve at the point of contact.
Normal: The normal to a curve at a given point is the line that is perpendicular to the tangent at that point. This line intersects the curve at the same point where the tangent line touches the curve.
Finding the Tangent Line
To find the equation of the tangent line to a curve at a given point using derivatives, follow these steps:
- Find the Derivative: Compute the derivative of the function that represents the curve. The derivative gives you the slope of the tangent line at any point on the curve.
- Evaluate the Derivative at the Point: Substitute the x-coordinate of the point of interest into the derivative to find the slope of the tangent line at that point.
- Use the Point-Slope Form: Apply the point-slope form of the line equation to find the equation of the tangent line.
Point-Slope Form: y - y1 = m(x - x1)
Where m
is the slope of the tangent line and (x1, y1)
is the point of contact on the curve.
Example:
Find the tangent to the curve y = x2
at the point (2, 4)
.
- The derivative of y = x2
is dy/dx = 2x
.
- At x = 2
, the slope of the tangent is 2 × 2 = 4
.
- The tangent line equation is y - 4 = 4(x - 2)
, which simplifies to y = 4x - 4
.
Finding the Normal Line
To find the equation of the normal line to a curve at a given point using derivatives, follow these steps:
- Find the Derivative: As with the tangent line, compute the derivative of the function to get the slope of the tangent line.
- Compute the Slope of the Normal: The slope of the normal line is the negative reciprocal of the slope of the tangent line. If the slope of the tangent line is
m
, then the slope of the normal line is-1/m
. - Use the Point-Slope Form: Apply the point-slope form of the line equation to find the equation of the normal line.
Point-Slope Form: y - y1 = mnormal(x - x1)
Where mnormal
is the slope of the normal line and (x1, y1)
is the point of contact.
Example:
Find the normal to the curve y = x2
at the point (2, 4)
.
- The slope of the tangent is 4
, so the slope of the normal is -1/4
.
- The normal line equation is y - 4 = -1/4(x - 2)
, which simplifies to y = -1/4x + 9/2
.
General Formulas
For different types of curves, the general approach remains the same, but the specific formulas for tangents and normals vary:
- Circle: For a circle with the equation
x2 + y2 = r2
, the tangent at(x1, y1)
isx x1 + y y1 = r2
. - Parabola: For a parabola
y2 = 4ax
, the tangent at(x1, y1)
isy y1 = 2a(x + x1)
. - Ellipse: For an ellipse
x2/a2 + y2/b2 = 1
, the tangent at(x1, y1)
isx x1/a2 + y y1/b2 = 1
. - Hyperbola: For a hyperbola
x2/a2 - y2/b2 = 1
, the tangent at(x1, y1)
isx x1/a2 - y y1/b2 = 1
.
Summary
- The tangent line touches the curve at a specific point and has a slope equal to the derivative of the curve at that point.
- The normal line is perpendicular to the tangent line at the same point and its slope is the negative reciprocal of the tangent’s slope.
- Both lines are essential for understanding the geometric properties of curves and are widely used in various applications in physics, engineering, and optimization problems.
Example 1
\[ 2x + 2y \frac{dy}{dx} = 0 \]
\[ \frac{dy}{dx} = \frac{-2x}{2y} \]
\[ \frac{dy}{dx} = \frac{-x}{y} \]
\[ \text{Slope of tangent} = m = \frac{dy}{dx} = \frac{-2}{3} \]
\[ (y - y_1) = m(x - x_1) \]
\[ (y - 3) = \frac{-2}{3}(x - 2) \]
\[ 3(y - 3) = -2(x - 2) \]
\[ 3y - 9 = -2x + 4 \]
\[ 2x + 3y - 9 - 4 = 0 \]
\[ 2x + 3y - 13 = 0 \]
\[ 2x + 3y = 13 \]
\[ m = -\frac{dx}{dy} = -\left(\frac{-y}{x}\right) = \frac{y}{x} = \frac{3}{2} \]
\[ (y - y_1) = m(x - x_1) \]
\[ (y - 3) = \frac{3}{2}(x - 2) \]
\[ 2(y - 3) = 3(x - 2) \]
\[ 2y - 6 = 3x - 6 \]
\[ 3x - 2y = 0 \]
\[ 3x - 2y = 0 \]
Example 2
\[ 0 = (x - 5)(x - 2)(x - 3) \]
\[ x = 5 \]
\[ \frac{dy}{dx} = \frac{d}{dx}\left((x^2 - 5x + 6)\right) \]
\[ \frac{dy}{dx} = (x^2 - 5x + 6) \cdot 1 - (x - 5)(2x - 5) \]
\[ m = \frac{dy}{dx} = \frac{6}{36} = \frac{1}{6} \]
\[ (y - 0) = \frac{1}{6}(x - 5) \]
\[ 6y = x - 5 \]
\[ x - 6y - 5 = 0 \]
\[ x - 6y = 5 \]
\[ (y - 0) = -6(x - 5) \]
\[ y = -6(x - 5) \]
\[ y = -6x + 30 \]
\[ 6x + y = 30 \]