20 min read
Tangent Lines
Find the exact equation of the line that touches a curve at one point.
Finding a Tangent
To find the equation of a tangent line to = f() at = a, you need two things: the point (a, f(a)), and the gradient there, f'(a). Then use the point-gradient form of a line:
− f(a) = f'(a)( − a)
Example 1 — tangent to a parabola
Find the tangent line to f() = at .
- Find the point: f() = , so the point is (, )
- Find the gradient: f'() = , so f'() =
- Substitute into − f(a) = f'(a)( − a): ()
- Expand and simplify: , so
Answer:
Example 2 — tangent to a cubic
Find the tangent line to f() = at .
- Find the point: f() = , so the point is (, )
- Find the gradient: f'() = , so f'() =
- Substitute: ()
- Expand: , so
Answer:
Practice
f() = . Find the gradient of the tangent line at .
Your answer
More lessons in Calculus · Next: Increasing and Decreasing Functions · Previous: Differentiating Polynomials
